.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fef6e9;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 6.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.375rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.9rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7a871e !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary .mbr-iconfont {
  color: #2f340b;
  background-color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #7a871e !important;
  border-color: #7a871e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #a0b127 !important;
  border-color: #a0b127 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a0b127 !important;
  border-color: #a0b127 !important;
}
.btn-secondary .mbr-iconfont {
  color: #87360b;
  background-color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e55b13 !important;
  border-color: #e55b13 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ef793c !important;
  border-color: #ef793c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ef793c !important;
  border-color: #ef793c !important;
}
.btn-info .mbr-iconfont {
  color: #055161;
  background-color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success .mbr-iconfont {
  color: #105636;
  background-color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning .mbr-iconfont {
  color: #664d00;
  background-color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger .mbr-iconfont {
  color: #570f16;
  background-color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white .mbr-iconfont {
  color: #bfc3b3;
  background-color: #ffffff;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  border: 2px solid #7a871e;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #7a871e;
  color: #7a871e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3a400e !important;
  background-color: transparent !important;
  border-color: #3a400e !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 2px solid #3a400e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7a871e !important;
  border-color: #7a871e !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 2px solid #e55b13;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e55b13;
  color: #e55b13;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #953b0c !important;
  background-color: transparent !important;
  border-color: #953b0c !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 2px solid #953b0c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e55b13 !important;
  border-color: #e55b13 !important;
}
.btn-info-outline .mbr-iconfont {
  border: 2px solid #0aa3c2;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 2px solid #065e70;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline .mbr-iconfont {
  border: 2px solid #20ac6b;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 2px solid #12633e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 2px solid #cc9900;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 2px solid #755800;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 2px solid #ae1e2c;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 2px solid #641119;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline .mbr-iconfont {
  border: 2px solid #232323;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 2px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 2px solid #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 2px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7a871e !important;
}
.text-secondary {
  color: #e55b13 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2f340b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #87360b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #7a871e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7a871e;
  border-color: #7a871e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7a871e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c6d74d;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #7a871e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #7a871e;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7a871e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7a871e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7a871e;
  border-bottom-color: #7a871e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #7a871e !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: #e55b13 !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='%237a871e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 4px 30px;
  min-height: 73px;
  font-weight: 400;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 14px;
  margin-right: -17px;
  transition: all .3s ease;
  font-size: 18px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.large-radius {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .large-radius {
    border-radius: 20px !important;
  }
}
.icon-radius .mbr-iconfont {
  border-radius: 10px !important;
}
.cid-v91PMkY80R {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91PMkY80R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91PMkY80R .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91PMkY80R .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91PMkY80R .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91PMkY80R .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91PMkY80R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91PMkY80R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91PMkY80R .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91PMkY80R .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91PMkY80R .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91PMkY80R .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91PMkY80R .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91PMkY80R .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91PMkY80R .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91PMkY80R .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91PMkY80R .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91PMkY80R .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91PMkY80R .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91PMkY80R .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91PMkY80R .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91PMkY80R .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91PMkY80R .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91PMkY80R .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91PMkY80R .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91PMkY80R .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91PMkY80R .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91PMkY80R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91PMkY80R .container,
.cid-v91PMkY80R .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91PMkY80R .container,
  .cid-v91PMkY80R .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91PMkY80R .container,
  .cid-v91PMkY80R .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91PMkY80R .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91PMkY80R .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91PMkY80R .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91PMkY80R .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91PMkY80R .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91PMkY80R .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91PMkY80R .nav-item:focus,
.cid-v91PMkY80R .nav-link:focus {
  outline: none;
}
.cid-v91PMkY80R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91PMkY80R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91PMkY80R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91PMkY80R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91PMkY80R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91PMkY80R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91PMkY80R .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91PMkY80R .navbar.opened {
  transition: all 0.3s;
}
.cid-v91PMkY80R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91PMkY80R .navbar .navbar-logo img {
  width: auto;
}
.cid-v91PMkY80R .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91PMkY80R .navbar.collapsed {
  justify-content: center;
}
.cid-v91PMkY80R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91PMkY80R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91PMkY80R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91PMkY80R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91PMkY80R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91PMkY80R .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-v91PMkY80R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91PMkY80R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91PMkY80R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91PMkY80R .navbar {
    min-height: 72px;
  }
  .cid-v91PMkY80R .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91PMkY80R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91PMkY80R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91PMkY80R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91PMkY80R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91PMkY80R .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-v91PMkY80R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91PMkY80R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91PMkY80R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91PMkY80R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91PMkY80R .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91PMkY80R .dropdown-item.active,
.cid-v91PMkY80R .dropdown-item:active {
  background-color: transparent;
}
.cid-v91PMkY80R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91PMkY80R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91PMkY80R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91PMkY80R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91PMkY80R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91PMkY80R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91PMkY80R .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91PMkY80R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91PMkY80R .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91PMkY80R .navbar-buttons {
    text-align: left;
  }
}
.cid-v91PMkY80R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91PMkY80R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91PMkY80R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91PMkY80R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91PMkY80R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91PMkY80R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91PMkY80R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91PMkY80R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91PMkY80R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91PMkY80R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91PMkY80R .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91PMkY80R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91PMkY80R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91PMkY80R .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91PMkY80R .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91PMkY80R .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91PMkY80R .navbar {
    height: 70px;
  }
  .cid-v91PMkY80R .navbar.opened {
    height: auto;
  }
  .cid-v91PMkY80R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91PMkY80R .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91PMkY80R .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91PMkY80R .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91PMkY80R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91PMkY80R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91PMkY80R .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91PMkY80R .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91PMkY80R .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91PMkY80R .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91PMkY80R .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91PMkY80R .navbar-brand {
    margin-right: auto;
  }
  .cid-v91PMkY80R .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91PMkY80R .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91PMkY80R .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91PMkY80R .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91PMkY80R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91PMkY80R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91PMkY80R .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91PMkY80R .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91PMkY80R .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91PMkY80R .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91PMkY80R .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91PMkY80R .content-wrap {
    display: block;
  }
}
.cid-v91PMkY80R .nav-link,
.cid-v91PMkY80R .dropdown-item {
  color: #1C1000;
}
.cid-v91PMlwJdj {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91PMlwJdj .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91PMlwJdj .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91PMlwJdj .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91PMlwJdj .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91PMlwJdj .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91PMlwJdj .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91PMlwJdj .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91PMlwJdj .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91PMlwJdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91PMlwJdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91PMlwJdj .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91PMlwJdj .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91PMlwJdj .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91PMlwJdj .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91PMlwJdj .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91PMlwJdj .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91PMlwJdj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91PMlwJdj .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91PMlwJdj .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91PMlwJdj .mbr-section-title {
  color: #323432;
}
.cid-v91PMlwJdj .mbr-text,
.cid-v91PMlwJdj .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91PMlwJdj .mbr-section-title,
.cid-v91PMlwJdj .mbr-section-btn,
.cid-v91PMlwJdj .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91PMmkTPA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91PMmkTPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91PMmkTPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91PMmkTPA .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91PMmkTPA .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91PMmkTPA .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91PMmkTPA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91PMmkTPA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91PMmkTPA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91PMmkTPA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91PMmkTPA .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91PMmkTPA .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91PMmkTPA .item {
    margin-bottom: 20px;
  }
}
.cid-v91PMmkTPA .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91PMmkTPA .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91PMmkTPA .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91PMmkTPA .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91PMmkTPA .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91PMmkTPA .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91PMmkTPA .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91PMmkTPA .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91PMmkTPA .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91PMmkTPA .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91PMmkTPA .btn-wrapper {
  margin-top: -6%;
}
.cid-v91PMmkTPA .mbr-section-title,
.cid-v91PMmkTPA .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91PMmkTPA .mbr-text,
.cid-v91PMmkTPA .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91PMmkTPA .card-title {
  color: #f1f5eb;
}
.cid-v91PMmkTPA .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91PMmkTPA .card-title,
.cid-v91PMmkTPA .mbr-section-btn {
  text-align: center;
}
.cid-v91PMn9WpN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91PMn9WpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91PMn9WpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91PMn9WpN .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91PMn9WpN .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91PMn9WpN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91PMn9WpN .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91PMn9WpN .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91PMn9WpN .item {
    margin-bottom: 40px;
  }
}
.cid-v91PMn9WpN .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91PMn9WpN .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91PMn9WpN .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91PMn9WpN .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91PMn9WpN .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91PMn9WpN .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91PMn9WpN .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91PMn9WpN .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91PMn9WpN .mbr-section-title,
.cid-v91PMn9WpN .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91PMn9WpN .card-title {
  color: #323432;
}
.cid-v91PMn9WpN .card-text {
  color: #1C1000;
}
.cid-v91PMn9WpN .card-title,
.cid-v91PMn9WpN .mbr-section-btn,
.cid-v91PMn9WpN .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91PMnVsGn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91PMnVsGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91PMnVsGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91PMnVsGn .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91PMnVsGn .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91PMnVsGn .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91PMnVsGn .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91PMnVsGn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91PMnVsGn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91PMnVsGn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91PMnVsGn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91PMnVsGn .embla__slide .slide-content {
  width: 100%;
}
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91PMnVsGn .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91PMnVsGn .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91PMnVsGn .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91PMnVsGn .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91PMnVsGn .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91PMnVsGn .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91PMnVsGn .embla__button--next,
.cid-v91PMnVsGn .embla__button--prev {
  display: flex;
}
.cid-v91PMnVsGn .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91PMnVsGn .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91PMnVsGn .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91PMnVsGn .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91PMnVsGn .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91PMnVsGn .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91PMnVsGn .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91PMnVsGn .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91PMnVsGn .embla__viewport {
    padding: 0;
  }
}
.cid-v91PMnVsGn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91PMnVsGn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91PMnVsGn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91PMnVsGn .btn-wrapper {
  margin-top: -6%;
}
.cid-v91PMnVsGn .mbr-section-title,
.cid-v91PMnVsGn .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91PMnVsGn .mbr-text,
.cid-v91PMnVsGn .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91PMnVsGn .card-date_1 {
  color: #f1f5eb;
}
.cid-v91PMnVsGn .card-title_1 {
  color: #f1f5eb;
}
.cid-v91PMnVsGn .card-text_1 {
  color: #FEF6E9;
}
.cid-v91PMnVsGn .card-date_2 {
  color: #323432;
}
.cid-v91PMnVsGn .card-title_2 {
  color: #323432;
}
.cid-v91PMnVsGn .card-text_2 {
  color: #1C1000;
}
.cid-v91PMnVsGn .card-date_3 {
  color: #f1f5eb;
}
.cid-v91PMnVsGn .card-title_3 {
  color: #f1f5eb;
}
.cid-v91PMnVsGn .card-text_3 {
  color: #FEF6E9;
}
.cid-v91PMnVsGn .card-date_4 {
  color: #323432;
}
.cid-v91PMnVsGn .card-title_4 {
  color: #323432;
}
.cid-v91PMnVsGn .card-text_4 {
  color: #1C1000;
}
.cid-v91PMnVsGn .card-date_5 {
  color: #f1f5eb;
}
.cid-v91PMnVsGn .card-title_5 {
  color: #f1f5eb;
}
.cid-v91PMnVsGn .card-text_5 {
  color: #1C1000;
}
.cid-v91PMnVsGn .card-date_1,
.cid-v91PMnVsGn .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91PMnVsGn .card-title_1,
.cid-v91PMnVsGn .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91PMnVsGn .card-date_2,
.cid-v91PMnVsGn .mbr-section-btn {
  color: #1C1000;
}
.cid-v91PMnVsGn .card-title_2,
.cid-v91PMnVsGn .mbr-section-btn {
  color: #1C1000;
}
.cid-v91PMnVsGn .card-date_3,
.cid-v91PMnVsGn .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91PMnVsGn .card-title_3,
.cid-v91PMnVsGn .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91PMnVsGn .card-date_4,
.cid-v91PMnVsGn .mbr-section-btn {
  color: #1C1000;
}
.cid-v91PMnVsGn .card-title_4,
.cid-v91PMnVsGn .mbr-section-btn {
  color: #1C1000;
}
.cid-v91PMnVsGn .card-date_5,
.cid-v91PMnVsGn .mbr-section-btn {
  color: #1C1000;
}
.cid-v91PMnVsGn .card-title_5,
.cid-v91PMnVsGn .mbr-section-btn {
  color: #1C1000;
}
.cid-v91PMpp43k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91PMpp43k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91PMpp43k .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91PMpp43k .image-wrapper {
    height: 350px;
  }
}
.cid-v91PMpNXHM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91PMpNXHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91PMpNXHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91PMpNXHM .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91PMpNXHM .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91PMpNXHM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91PMpNXHM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91PMpNXHM .embla__slide .slide-content {
  width: 100%;
}
.cid-v91PMpNXHM .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91PMpNXHM .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91PMpNXHM .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91PMpNXHM .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91PMpNXHM .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91PMpNXHM .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91PMpNXHM .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91PMpNXHM .embla__button--next,
.cid-v91PMpNXHM .embla__button--prev {
  display: flex;
}
.cid-v91PMpNXHM .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91PMpNXHM .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91PMpNXHM .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91PMpNXHM .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91PMpNXHM .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91PMpNXHM .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91PMpNXHM .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91PMpNXHM .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91PMpNXHM .embla__viewport {
    padding: 0;
  }
}
.cid-v91PMpNXHM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91PMpNXHM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91PMpNXHM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91PMpNXHM .mbr-section-title,
.cid-v91PMpNXHM .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91PMpNXHM .card-number {
  color: #e6eddc;
}
.cid-v91PMpNXHM .card-title {
  color: #323432;
}
.cid-v91PMpNXHM .card-text {
  color: #1C1000;
}
.cid-v91PMpNXHM .card-number,
.cid-v91PMpNXHM .number-wrapper {
  color: #F5E8D2;
}
.cid-v91PMqfDLS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91PMqfDLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91PMqfDLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91PMqfDLS .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91PMqfDLS .card-wrapper {
    padding: 20px;
  }
}
.cid-v91PMqfDLS .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91PMqfDLS .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91PMqfDLS .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91PMqfDLS .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91PMqfDLS .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91PMqfDLS .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91PMqfDLS .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91PMqfDLS .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91PMqfDLS .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91PMqfDLS .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91PMqfDLS .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91PMqfDLS .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91PMqfDLS .mbr-section-title,
.cid-v91PMqfDLS .title-wrapper {
  color: #f1f5eb;
}
.cid-v91PMqfDLS .mbr-section-title,
.cid-v91PMqfDLS .mbr-section-btn,
.cid-v91PMqfDLS .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91PMqq3qX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91PMqq3qX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91PMqq3qX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91PMqq3qX .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91PMqq3qX .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91PMqq3qX .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91PMqq3qX .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91PMqq3qX .item {
    margin-bottom: 40px;
  }
}
.cid-v91PMqq3qX .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91PMqq3qX .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91PMqq3qX .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91PMqq3qX .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91PMqq3qX .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91PMqq3qX .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91PMqq3qX .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91PMqq3qX .mbr-section-title,
.cid-v91PMqq3qX .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91PMqq3qX .card-number {
  color: #f1f5eb;
}
.cid-v91PMqq3qX .card-title {
  color: #323432;
}
.cid-v91PMqq3qX .card-text {
  color: #1C1000;
}
.cid-v91PMqq3qX .card-number,
.cid-v91PMqq3qX .number-wrapper {
  color: #FFFFFF;
}
.cid-v91PMqq3qX .card-title,
.cid-v91PMqq3qX .mbr-section-btn,
.cid-v91PMqq3qX .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91PMqy8PE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91PMqy8PE::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91PMqy8PE::before {
    width: 40px;
  }
}
.cid-v91PMqy8PE::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91PMqy8PE::after {
    width: 40px;
  }
}
.cid-v91PMqy8PE .item:focus,
.cid-v91PMqy8PE span:focus {
  outline: none;
}
.cid-v91PMqy8PE .item {
  cursor: pointer;
}
.cid-v91PMqy8PE .grid-container {
  grid-row-gap: 24px;
}
.cid-v91PMqy8PE .grid-container-1,
.cid-v91PMqy8PE .grid-container-2,
.cid-v91PMqy8PE .grid-container-3 {
  gap: 0 24px;
}
.cid-v91PMqy8PE .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91PMqy8PE .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91PMqy8PE .content-head {
  max-width: 800px;
}
.cid-v91PMqy8PE .container,
.cid-v91PMqy8PE .container-fluid {
  overflow: hidden;
}
.cid-v91PMqy8PE .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91PMqy8PE .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91PMqy8PE .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91PMqy8PE .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91PMqy8PE .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91PMqy8PE .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91PMqy8PE .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91PMqy8PE .grid-container-1,
.cid-v91PMqy8PE .grid-container-2,
.cid-v91PMqy8PE .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91PMqy8PE .grid-container-1 {
  align-items: flex-end;
}
.cid-v91PMqy8PE .grid-container-2 {
  align-items: flex-start;
}
.cid-v91PMqFu0M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91PMqFu0M .item:focus,
.cid-v91PMqFu0M span:focus {
  outline: none;
}
.cid-v91PMqFu0M .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91PMqFu0M .content-head {
  max-width: 800px;
}
.cid-v91PMqFu0M .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91PMqFu0M .item {
    min-height: 32.5px;
  }
}
.cid-v91PMqNHjU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91PMqNHjU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91PMqNHjU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91PMqNHjU .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91PMqNHjU .card-wrapper {
    padding: 20px;
  }
}
.cid-v91PMqNHjU .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91PMqNHjU .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91PMqNHjU .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91PMqNHjU .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91PMqNHjU .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91PMqNHjU .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91PMqNHjU .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91PMqNHjU .title-wrapper {
    width: 100%;
  }
}
.cid-v91PMqNHjU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91PMqNHjU .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91PMqNHjU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91PMqNHjU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91PMqNHjU .embla__slide .slide-content {
  width: 100%;
}
.cid-v91PMqNHjU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91PMqNHjU .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91PMqNHjU .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91PMqNHjU .embla__button--next,
.cid-v91PMqNHjU .embla__button--prev {
  display: flex;
}
.cid-v91PMqNHjU .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91PMqNHjU .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91PMqNHjU .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91PMqNHjU .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91PMqNHjU .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91PMqNHjU .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91PMqNHjU .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91PMqNHjU .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91PMqNHjU .embla {
    width: 100%;
  }
}
.cid-v91PMqNHjU .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91PMqNHjU .embla__viewport {
    padding: 0;
  }
}
.cid-v91PMqNHjU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91PMqNHjU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91PMqNHjU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91PMqNHjU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91PMqNHjU .mbr-section-title,
.cid-v91PMqNHjU .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91PMqWgv0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91PMqWgv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91PMqWgv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91PMqWgv0 .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91PMqWgv0 .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91PMqWgv0 .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91PMqWgv0 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91PMqWgv0 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91PMqWgv0 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91PMqWgv0 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91PMqWgv0 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91PMqWgv0 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91PMqWgv0 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91PMqWgv0 .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91PMqWgv0 .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91PMqWgv0 .mbr-section-title,
.cid-v91PMqWgv0 .border-wrapper {
  color: #FEF6E9;
}
.cid-v91PMr9a1D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91PMr9a1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91PMr9a1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91PMr9a1D .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91PMr9a1D .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91PMr9a1D .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91PMr9a1D .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91PMr9a1D .item {
    margin-bottom: 20px;
  }
}
.cid-v91PMr9a1D .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91PMr9a1D .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91PMr9a1D .item .item-wrapper .card-box .card-title_1,
.cid-v91PMr9a1D .item .item-wrapper .card-box .card-title_2,
.cid-v91PMr9a1D .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91PMr9a1D .item .item-wrapper .card-box .card-text_1,
.cid-v91PMr9a1D .item .item-wrapper .card-box .card-text_2,
.cid-v91PMr9a1D .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91PMr9a1D .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_1,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_2,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91PMr9a1D .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91PMr9a1D .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91PMr9a1D .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91PMr9a1D .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91PMr9a1D .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91PMr9a1D .item .card_1 {
    transform: none;
  }
}
.cid-v91PMr9a1D .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91PMr9a1D .item .card_2 {
    transform: none;
  }
}
.cid-v91PMr9a1D .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91PMr9a1D .item .card_3 {
    transform: none;
  }
}
.cid-v91PMr9a1D .btn-wrapper {
  margin-top: -6%;
}
.cid-v91PMr9a1D .mbr-section-title,
.cid-v91PMr9a1D .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91PMr9a1D .card-title_1 {
  color: #323432;
}
.cid-v91PMr9a1D .card-text_1 {
  color: #1C1000;
}
.cid-v91PMr9a1D .list_1 {
  color: #323432;
}
.cid-v91PMr9a1D .card-title_2 {
  color: #f1f5eb;
}
.cid-v91PMr9a1D .card-text_2 {
  color: #FEF6E9;
}
.cid-v91PMr9a1D .list_2 {
  color: #f1f5eb;
}
.cid-v91PMr9a1D .card-title_3 {
  color: #323432;
}
.cid-v91PMr9a1D .card-text_3 {
  color: #1C1000;
}
.cid-v91PMr9a1D .list_3 {
  color: #323432;
}
.cid-v91PMr9a1D .card-title_1,
.cid-v91PMr9a1D .mbr-section-btn {
  color: #1C1000;
}
.cid-v91PMr9a1D .list_1,
.cid-v91PMr9a1D .item-wrap_1 {
  color: #1C1000;
}
.cid-v91PMr9a1D .card-title_2,
.cid-v91PMr9a1D .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91PMr9a1D .list_2,
.cid-v91PMr9a1D .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91PMr9a1D .card-title_3,
.cid-v91PMr9a1D .mbr-section-btn {
  color: #1C1000;
}
.cid-v91PMr9a1D .list_3,
.cid-v91PMr9a1D .item-wrap_3 {
  color: #1C1000;
}
.cid-v91PMruA4q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91PMruA4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91PMruA4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91PMruA4q .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91PMruA4q .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91PMruA4q .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91PMruA4q .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91PMruA4q .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91PMruA4q .item {
    margin-bottom: 20px;
  }
}
.cid-v91PMruA4q .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91PMruA4q .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91PMruA4q .item .item-wrapper .card-box .card-title_1,
.cid-v91PMruA4q .item .item-wrapper .card-box .card-title_2,
.cid-v91PMruA4q .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91PMruA4q .item .item-wrapper .card-box .card-text_1,
.cid-v91PMruA4q .item .item-wrapper .card-box .card-text_2,
.cid-v91PMruA4q .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91PMruA4q .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91PMruA4q .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91PMruA4q .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91PMruA4q .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91PMruA4q .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91PMruA4q .item .card_1 {
  background-color: #472d00;
}
.cid-v91PMruA4q .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91PMruA4q .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91PMruA4q .btn-wrapper {
  margin-top: -6%;
}
.cid-v91PMruA4q .mbr-section-title,
.cid-v91PMruA4q .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91PMruA4q .card-title_1 {
  color: #f1f5eb;
}
.cid-v91PMruA4q .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91PMruA4q .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91PMruA4q .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91PMruA4q .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91PMruA4q .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91PMruA4q .card-title_1,
.cid-v91PMruA4q .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91PMruA4q .card-title_2,
.cid-v91PMruA4q .mbr-section-btn {
  color: #1C1000;
}
.cid-v91PMruA4q .card-title_3,
.cid-v91PMruA4q .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RbLLKje {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RbLLKje .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RbLLKje .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RbLLKje .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RbLLKje .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RbLLKje .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RbLLKje .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RbLLKje .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RbLLKje .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RbLLKje .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RbLLKje .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RbLLKje .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RbLLKje .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RbLLKje .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RbLLKje .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RbLLKje .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RbLLKje .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RbLLKje .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RbLLKje .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RbLLKje .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RbLLKje .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RbLLKje .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RbLLKje .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RbLLKje .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RbLLKje .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RbLLKje .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RbLLKje .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RbLLKje .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RbLLKje .container,
.cid-v91RbLLKje .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RbLLKje .container,
  .cid-v91RbLLKje .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RbLLKje .container,
  .cid-v91RbLLKje .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RbLLKje .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RbLLKje .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RbLLKje .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RbLLKje .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RbLLKje .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RbLLKje .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RbLLKje .nav-item:focus,
.cid-v91RbLLKje .nav-link:focus {
  outline: none;
}
.cid-v91RbLLKje .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RbLLKje .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RbLLKje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RbLLKje .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RbLLKje .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RbLLKje .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RbLLKje .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RbLLKje .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RbLLKje .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RbLLKje .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RbLLKje .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RbLLKje .navbar.collapsed {
  justify-content: center;
}
.cid-v91RbLLKje .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RbLLKje .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RbLLKje .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RbLLKje .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RbLLKje .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RbLLKje .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-v91RbLLKje .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RbLLKje .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RbLLKje .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RbLLKje .navbar {
    min-height: 72px;
  }
  .cid-v91RbLLKje .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RbLLKje .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RbLLKje .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RbLLKje .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RbLLKje .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RbLLKje .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-v91RbLLKje .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RbLLKje .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RbLLKje .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RbLLKje .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RbLLKje .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RbLLKje .dropdown-item.active,
.cid-v91RbLLKje .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RbLLKje .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RbLLKje .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RbLLKje .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RbLLKje .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RbLLKje .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RbLLKje .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RbLLKje .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RbLLKje ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RbLLKje .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RbLLKje .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RbLLKje button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RbLLKje button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RbLLKje button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RbLLKje button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RbLLKje button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RbLLKje button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RbLLKje nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RbLLKje nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RbLLKje nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RbLLKje nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RbLLKje .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RbLLKje a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RbLLKje .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RbLLKje .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RbLLKje .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RbLLKje .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RbLLKje .navbar {
    height: 70px;
  }
  .cid-v91RbLLKje .navbar.opened {
    height: auto;
  }
  .cid-v91RbLLKje .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RbLLKje .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RbLLKje .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RbLLKje .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RbLLKje .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RbLLKje .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RbLLKje .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RbLLKje .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RbLLKje .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RbLLKje .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RbLLKje .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RbLLKje .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RbLLKje .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RbLLKje .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RbLLKje .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RbLLKje .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RbLLKje .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RbLLKje .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RbLLKje .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RbLLKje .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RbLLKje .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RbLLKje .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RbLLKje .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RbLLKje .content-wrap {
    display: block;
  }
}
.cid-v91RbLLKje .nav-link,
.cid-v91RbLLKje .dropdown-item {
  color: #1C1000;
}
.cid-v91RbM8kRn {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RbM8kRn .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RbM8kRn .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RbM8kRn .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RbM8kRn .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RbM8kRn .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RbM8kRn .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RbM8kRn .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RbM8kRn .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RbM8kRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RbM8kRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RbM8kRn .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RbM8kRn .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RbM8kRn .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RbM8kRn .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RbM8kRn .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RbM8kRn .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RbM8kRn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RbM8kRn .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RbM8kRn .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RbM8kRn .mbr-section-title {
  color: #323432;
}
.cid-v91RbM8kRn .mbr-text,
.cid-v91RbM8kRn .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RbM8kRn .mbr-section-title,
.cid-v91RbM8kRn .mbr-section-btn,
.cid-v91RbM8kRn .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RbMiMvl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RbMiMvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RbMiMvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RbMiMvl .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RbMiMvl .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RbMiMvl .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RbMiMvl .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RbMiMvl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RbMiMvl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RbMiMvl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RbMiMvl .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RbMiMvl .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RbMiMvl .item {
    margin-bottom: 20px;
  }
}
.cid-v91RbMiMvl .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RbMiMvl .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RbMiMvl .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RbMiMvl .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RbMiMvl .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RbMiMvl .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RbMiMvl .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RbMiMvl .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RbMiMvl .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RbMiMvl .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RbMiMvl .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RbMiMvl .mbr-section-title,
.cid-v91RbMiMvl .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RbMiMvl .mbr-text,
.cid-v91RbMiMvl .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RbMiMvl .card-title {
  color: #f1f5eb;
}
.cid-v91RbMiMvl .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RbMiMvl .card-title,
.cid-v91RbMiMvl .mbr-section-btn {
  text-align: center;
}
.cid-v91RbMu6iV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RbMu6iV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RbMu6iV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RbMu6iV .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RbMu6iV .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RbMu6iV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RbMu6iV .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RbMu6iV .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RbMu6iV .item {
    margin-bottom: 40px;
  }
}
.cid-v91RbMu6iV .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RbMu6iV .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RbMu6iV .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RbMu6iV .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RbMu6iV .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RbMu6iV .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RbMu6iV .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RbMu6iV .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RbMu6iV .mbr-section-title,
.cid-v91RbMu6iV .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RbMu6iV .card-title {
  color: #323432;
}
.cid-v91RbMu6iV .card-text {
  color: #1C1000;
}
.cid-v91RbMu6iV .card-title,
.cid-v91RbMu6iV .mbr-section-btn,
.cid-v91RbMu6iV .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RbMH479 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RbMH479 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RbMH479 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RbMH479 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RbMH479 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RbMH479 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RbMH479 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RbMH479 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RbMH479 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RbMH479 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RbMH479 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RbMH479 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RbMH479 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RbMH479 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RbMH479 .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RbMH479 .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RbMH479 .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RbMH479 .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RbMH479 .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RbMH479 .embla__button--next,
.cid-v91RbMH479 .embla__button--prev {
  display: flex;
}
.cid-v91RbMH479 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RbMH479 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RbMH479 .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RbMH479 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RbMH479 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RbMH479 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RbMH479 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RbMH479 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RbMH479 .embla__viewport {
    padding: 0;
  }
}
.cid-v91RbMH479 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RbMH479 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RbMH479 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RbMH479 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RbMH479 .mbr-section-title,
.cid-v91RbMH479 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RbMH479 .mbr-text,
.cid-v91RbMH479 .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RbMH479 .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RbMH479 .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RbMH479 .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RbMH479 .card-date_2 {
  color: #323432;
}
.cid-v91RbMH479 .card-title_2 {
  color: #323432;
}
.cid-v91RbMH479 .card-text_2 {
  color: #1C1000;
}
.cid-v91RbMH479 .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RbMH479 .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RbMH479 .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RbMH479 .card-date_4 {
  color: #323432;
}
.cid-v91RbMH479 .card-title_4 {
  color: #323432;
}
.cid-v91RbMH479 .card-text_4 {
  color: #1C1000;
}
.cid-v91RbMH479 .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RbMH479 .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RbMH479 .card-text_5 {
  color: #1C1000;
}
.cid-v91RbMH479 .card-date_1,
.cid-v91RbMH479 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RbMH479 .card-title_1,
.cid-v91RbMH479 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RbMH479 .card-date_2,
.cid-v91RbMH479 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RbMH479 .card-title_2,
.cid-v91RbMH479 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RbMH479 .card-date_3,
.cid-v91RbMH479 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RbMH479 .card-title_3,
.cid-v91RbMH479 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RbMH479 .card-date_4,
.cid-v91RbMH479 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RbMH479 .card-title_4,
.cid-v91RbMH479 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RbMH479 .card-date_5,
.cid-v91RbMH479 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RbMH479 .card-title_5,
.cid-v91RbMH479 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RbMU01n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RbMU01n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RbMU01n .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RbMU01n .image-wrapper {
    height: 350px;
  }
}
.cid-v91RbN5r5Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RbN5r5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RbN5r5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RbN5r5Z .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RbN5r5Z .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RbN5r5Z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RbN5r5Z .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RbN5r5Z .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RbN5r5Z .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RbN5r5Z .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RbN5r5Z .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RbN5r5Z .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RbN5r5Z .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RbN5r5Z .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RbN5r5Z .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RbN5r5Z .embla__button--next,
.cid-v91RbN5r5Z .embla__button--prev {
  display: flex;
}
.cid-v91RbN5r5Z .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RbN5r5Z .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RbN5r5Z .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RbN5r5Z .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RbN5r5Z .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RbN5r5Z .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RbN5r5Z .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RbN5r5Z .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RbN5r5Z .embla__viewport {
    padding: 0;
  }
}
.cid-v91RbN5r5Z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RbN5r5Z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RbN5r5Z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RbN5r5Z .mbr-section-title,
.cid-v91RbN5r5Z .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RbN5r5Z .card-number {
  color: #e6eddc;
}
.cid-v91RbN5r5Z .card-title {
  color: #323432;
}
.cid-v91RbN5r5Z .card-text {
  color: #1C1000;
}
.cid-v91RbN5r5Z .card-number,
.cid-v91RbN5r5Z .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RbNqwXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RbNqwXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RbNqwXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RbNqwXO .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RbNqwXO .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RbNqwXO .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RbNqwXO .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RbNqwXO .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RbNqwXO .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RbNqwXO .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RbNqwXO .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RbNqwXO .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RbNqwXO .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RbNqwXO .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RbNqwXO .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RbNqwXO .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RbNqwXO .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RbNqwXO .mbr-section-title,
.cid-v91RbNqwXO .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RbNqwXO .mbr-section-title,
.cid-v91RbNqwXO .mbr-section-btn,
.cid-v91RbNqwXO .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RbNArCi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RbNArCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RbNArCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RbNArCi .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RbNArCi .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RbNArCi .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RbNArCi .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RbNArCi .item {
    margin-bottom: 40px;
  }
}
.cid-v91RbNArCi .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RbNArCi .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RbNArCi .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RbNArCi .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RbNArCi .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RbNArCi .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RbNArCi .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RbNArCi .mbr-section-title,
.cid-v91RbNArCi .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RbNArCi .card-number {
  color: #f1f5eb;
}
.cid-v91RbNArCi .card-title {
  color: #323432;
}
.cid-v91RbNArCi .card-text {
  color: #1C1000;
}
.cid-v91RbNArCi .card-number,
.cid-v91RbNArCi .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RbNArCi .card-title,
.cid-v91RbNArCi .mbr-section-btn,
.cid-v91RbNArCi .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RbNMRdm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RbNMRdm::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RbNMRdm::before {
    width: 40px;
  }
}
.cid-v91RbNMRdm::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RbNMRdm::after {
    width: 40px;
  }
}
.cid-v91RbNMRdm .item:focus,
.cid-v91RbNMRdm span:focus {
  outline: none;
}
.cid-v91RbNMRdm .item {
  cursor: pointer;
}
.cid-v91RbNMRdm .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RbNMRdm .grid-container-1,
.cid-v91RbNMRdm .grid-container-2,
.cid-v91RbNMRdm .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RbNMRdm .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RbNMRdm .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RbNMRdm .content-head {
  max-width: 800px;
}
.cid-v91RbNMRdm .container,
.cid-v91RbNMRdm .container-fluid {
  overflow: hidden;
}
.cid-v91RbNMRdm .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RbNMRdm .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RbNMRdm .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RbNMRdm .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RbNMRdm .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RbNMRdm .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RbNMRdm .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RbNMRdm .grid-container-1,
.cid-v91RbNMRdm .grid-container-2,
.cid-v91RbNMRdm .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RbNMRdm .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RbNMRdm .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RbNXNAr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RbNXNAr .item:focus,
.cid-v91RbNXNAr span:focus {
  outline: none;
}
.cid-v91RbNXNAr .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RbNXNAr .content-head {
  max-width: 800px;
}
.cid-v91RbNXNAr .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RbNXNAr .item {
    min-height: 32.5px;
  }
}
.cid-v91RbO7aGV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RbO7aGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RbO7aGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RbO7aGV .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RbO7aGV .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RbO7aGV .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RbO7aGV .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RbO7aGV .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RbO7aGV .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RbO7aGV .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RbO7aGV .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RbO7aGV .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RbO7aGV .title-wrapper {
    width: 100%;
  }
}
.cid-v91RbO7aGV .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RbO7aGV .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RbO7aGV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RbO7aGV .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RbO7aGV .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RbO7aGV .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RbO7aGV .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RbO7aGV .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RbO7aGV .embla__button--next,
.cid-v91RbO7aGV .embla__button--prev {
  display: flex;
}
.cid-v91RbO7aGV .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RbO7aGV .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RbO7aGV .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RbO7aGV .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RbO7aGV .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RbO7aGV .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RbO7aGV .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RbO7aGV .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RbO7aGV .embla {
    width: 100%;
  }
}
.cid-v91RbO7aGV .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RbO7aGV .embla__viewport {
    padding: 0;
  }
}
.cid-v91RbO7aGV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RbO7aGV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RbO7aGV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RbO7aGV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RbO7aGV .mbr-section-title,
.cid-v91RbO7aGV .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RbOlNQO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RbOlNQO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RbOlNQO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RbOlNQO .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RbOlNQO .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RbOlNQO .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RbOlNQO .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RbOlNQO .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RbOlNQO .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RbOlNQO .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RbOlNQO .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RbOlNQO .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RbOlNQO .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RbOlNQO .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RbOlNQO .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RbOlNQO .mbr-section-title,
.cid-v91RbOlNQO .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RbOxONu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RbOxONu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RbOxONu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RbOxONu .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RbOxONu .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RbOxONu .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RbOxONu .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RbOxONu .item {
    margin-bottom: 20px;
  }
}
.cid-v91RbOxONu .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RbOxONu .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RbOxONu .item .item-wrapper .card-box .card-title_1,
.cid-v91RbOxONu .item .item-wrapper .card-box .card-title_2,
.cid-v91RbOxONu .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RbOxONu .item .item-wrapper .card-box .card-text_1,
.cid-v91RbOxONu .item .item-wrapper .card-box .card-text_2,
.cid-v91RbOxONu .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RbOxONu .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RbOxONu .item .item-wrapper .card-box .list_1,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_2,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RbOxONu .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RbOxONu .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RbOxONu .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RbOxONu .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RbOxONu .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RbOxONu .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RbOxONu .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RbOxONu .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RbOxONu .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RbOxONu .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RbOxONu .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RbOxONu .item .card_1 {
    transform: none;
  }
}
.cid-v91RbOxONu .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RbOxONu .item .card_2 {
    transform: none;
  }
}
.cid-v91RbOxONu .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RbOxONu .item .card_3 {
    transform: none;
  }
}
.cid-v91RbOxONu .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RbOxONu .mbr-section-title,
.cid-v91RbOxONu .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RbOxONu .card-title_1 {
  color: #323432;
}
.cid-v91RbOxONu .card-text_1 {
  color: #1C1000;
}
.cid-v91RbOxONu .list_1 {
  color: #323432;
}
.cid-v91RbOxONu .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RbOxONu .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RbOxONu .list_2 {
  color: #f1f5eb;
}
.cid-v91RbOxONu .card-title_3 {
  color: #323432;
}
.cid-v91RbOxONu .card-text_3 {
  color: #1C1000;
}
.cid-v91RbOxONu .list_3 {
  color: #323432;
}
.cid-v91RbOxONu .card-title_1,
.cid-v91RbOxONu .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RbOxONu .list_1,
.cid-v91RbOxONu .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RbOxONu .card-title_2,
.cid-v91RbOxONu .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RbOxONu .list_2,
.cid-v91RbOxONu .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RbOxONu .card-title_3,
.cid-v91RbOxONu .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RbOxONu .list_3,
.cid-v91RbOxONu .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RbOIgoe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RbOIgoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RbOIgoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RbOIgoe .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RbOIgoe .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RbOIgoe .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RbOIgoe .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RbOIgoe .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RbOIgoe .item {
    margin-bottom: 20px;
  }
}
.cid-v91RbOIgoe .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RbOIgoe .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RbOIgoe .item .item-wrapper .card-box .card-title_1,
.cid-v91RbOIgoe .item .item-wrapper .card-box .card-title_2,
.cid-v91RbOIgoe .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RbOIgoe .item .item-wrapper .card-box .card-text_1,
.cid-v91RbOIgoe .item .item-wrapper .card-box .card-text_2,
.cid-v91RbOIgoe .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RbOIgoe .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RbOIgoe .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RbOIgoe .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RbOIgoe .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RbOIgoe .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RbOIgoe .item .card_1 {
  background-color: #472d00;
}
.cid-v91RbOIgoe .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RbOIgoe .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RbOIgoe .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RbOIgoe .mbr-section-title,
.cid-v91RbOIgoe .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RbOIgoe .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RbOIgoe .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RbOIgoe .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RbOIgoe .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RbOIgoe .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RbOIgoe .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RbOIgoe .card-title_1,
.cid-v91RbOIgoe .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RbOIgoe .card-title_2,
.cid-v91RbOIgoe .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RbOIgoe .card-title_3,
.cid-v91RbOIgoe .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RCacsFi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RCacsFi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RCacsFi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RCacsFi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RCacsFi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RCacsFi .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RCacsFi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RCacsFi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RCacsFi .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RCacsFi .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RCacsFi .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RCacsFi .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RCacsFi .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RCacsFi .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RCacsFi .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RCacsFi .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RCacsFi .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RCacsFi .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RCacsFi .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RCacsFi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RCacsFi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RCacsFi .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RCacsFi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RCacsFi .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RCacsFi .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RCacsFi .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RCacsFi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RCacsFi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RCacsFi .container,
.cid-v91RCacsFi .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RCacsFi .container,
  .cid-v91RCacsFi .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RCacsFi .container,
  .cid-v91RCacsFi .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RCacsFi .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RCacsFi .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RCacsFi .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RCacsFi .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RCacsFi .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RCacsFi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RCacsFi .nav-item:focus,
.cid-v91RCacsFi .nav-link:focus {
  outline: none;
}
.cid-v91RCacsFi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RCacsFi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RCacsFi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RCacsFi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RCacsFi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RCacsFi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RCacsFi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RCacsFi .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RCacsFi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RCacsFi .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RCacsFi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RCacsFi .navbar.collapsed {
  justify-content: center;
}
.cid-v91RCacsFi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RCacsFi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RCacsFi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RCacsFi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RCacsFi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RCacsFi .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-v91RCacsFi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RCacsFi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RCacsFi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RCacsFi .navbar {
    min-height: 72px;
  }
  .cid-v91RCacsFi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RCacsFi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RCacsFi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RCacsFi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RCacsFi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RCacsFi .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-v91RCacsFi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RCacsFi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RCacsFi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RCacsFi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RCacsFi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RCacsFi .dropdown-item.active,
.cid-v91RCacsFi .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RCacsFi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RCacsFi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RCacsFi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RCacsFi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RCacsFi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RCacsFi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RCacsFi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RCacsFi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RCacsFi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RCacsFi .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RCacsFi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RCacsFi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RCacsFi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RCacsFi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RCacsFi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RCacsFi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RCacsFi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RCacsFi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RCacsFi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RCacsFi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RCacsFi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RCacsFi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RCacsFi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RCacsFi .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RCacsFi .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RCacsFi .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RCacsFi .navbar {
    height: 70px;
  }
  .cid-v91RCacsFi .navbar.opened {
    height: auto;
  }
  .cid-v91RCacsFi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RCacsFi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RCacsFi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RCacsFi .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RCacsFi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RCacsFi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RCacsFi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RCacsFi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RCacsFi .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RCacsFi .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RCacsFi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RCacsFi .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RCacsFi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RCacsFi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RCacsFi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RCacsFi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RCacsFi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RCacsFi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RCacsFi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RCacsFi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RCacsFi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RCacsFi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RCacsFi .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RCacsFi .content-wrap {
    display: block;
  }
}
.cid-v91RCacsFi .nav-link,
.cid-v91RCacsFi .dropdown-item {
  color: #1C1000;
}
.cid-v91RCbrGJY {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RCbrGJY .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RCbrGJY .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RCbrGJY .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RCbrGJY .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RCbrGJY .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RCbrGJY .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RCbrGJY .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RCbrGJY .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RCbrGJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RCbrGJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RCbrGJY .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RCbrGJY .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RCbrGJY .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RCbrGJY .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RCbrGJY .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RCbrGJY .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RCbrGJY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RCbrGJY .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RCbrGJY .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RCbrGJY .mbr-section-title {
  color: #323432;
}
.cid-v91RCbrGJY .mbr-text,
.cid-v91RCbrGJY .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RCbrGJY .mbr-section-title,
.cid-v91RCbrGJY .mbr-section-btn,
.cid-v91RCbrGJY .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RCbRn5Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RCbRn5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RCbRn5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RCbRn5Q .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RCbRn5Q .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RCbRn5Q .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RCbRn5Q .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RCbRn5Q .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RCbRn5Q .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RCbRn5Q .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RCbRn5Q .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RCbRn5Q .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RCbRn5Q .item {
    margin-bottom: 20px;
  }
}
.cid-v91RCbRn5Q .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RCbRn5Q .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RCbRn5Q .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RCbRn5Q .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RCbRn5Q .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RCbRn5Q .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RCbRn5Q .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RCbRn5Q .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RCbRn5Q .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RCbRn5Q .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RCbRn5Q .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RCbRn5Q .mbr-section-title,
.cid-v91RCbRn5Q .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RCbRn5Q .mbr-text,
.cid-v91RCbRn5Q .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RCbRn5Q .card-title {
  color: #f1f5eb;
}
.cid-v91RCbRn5Q .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RCbRn5Q .card-title,
.cid-v91RCbRn5Q .mbr-section-btn {
  text-align: center;
}
.cid-v91RCclUzd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RCclUzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RCclUzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RCclUzd .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RCclUzd .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RCclUzd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RCclUzd .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RCclUzd .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RCclUzd .item {
    margin-bottom: 40px;
  }
}
.cid-v91RCclUzd .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RCclUzd .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RCclUzd .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RCclUzd .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RCclUzd .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RCclUzd .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RCclUzd .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RCclUzd .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RCclUzd .mbr-section-title,
.cid-v91RCclUzd .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RCclUzd .card-title {
  color: #323432;
}
.cid-v91RCclUzd .card-text {
  color: #1C1000;
}
.cid-v91RCclUzd .card-title,
.cid-v91RCclUzd .mbr-section-btn,
.cid-v91RCclUzd .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RCcNq2d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RCcNq2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RCcNq2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RCcNq2d .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RCcNq2d .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RCcNq2d .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RCcNq2d .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RCcNq2d .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RCcNq2d .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RCcNq2d .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RCcNq2d .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RCcNq2d .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RCcNq2d .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RCcNq2d .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RCcNq2d .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RCcNq2d .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RCcNq2d .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RCcNq2d .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RCcNq2d .embla__button--next,
.cid-v91RCcNq2d .embla__button--prev {
  display: flex;
}
.cid-v91RCcNq2d .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RCcNq2d .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RCcNq2d .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RCcNq2d .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RCcNq2d .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RCcNq2d .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RCcNq2d .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RCcNq2d .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RCcNq2d .embla__viewport {
    padding: 0;
  }
}
.cid-v91RCcNq2d .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RCcNq2d .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RCcNq2d .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RCcNq2d .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RCcNq2d .mbr-section-title,
.cid-v91RCcNq2d .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RCcNq2d .mbr-text,
.cid-v91RCcNq2d .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RCcNq2d .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RCcNq2d .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RCcNq2d .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RCcNq2d .card-date_2 {
  color: #323432;
}
.cid-v91RCcNq2d .card-title_2 {
  color: #323432;
}
.cid-v91RCcNq2d .card-text_2 {
  color: #1C1000;
}
.cid-v91RCcNq2d .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RCcNq2d .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RCcNq2d .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RCcNq2d .card-date_4 {
  color: #323432;
}
.cid-v91RCcNq2d .card-title_4 {
  color: #323432;
}
.cid-v91RCcNq2d .card-text_4 {
  color: #1C1000;
}
.cid-v91RCcNq2d .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RCcNq2d .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RCcNq2d .card-text_5 {
  color: #1C1000;
}
.cid-v91RCcNq2d .card-date_1,
.cid-v91RCcNq2d .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RCcNq2d .card-title_1,
.cid-v91RCcNq2d .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RCcNq2d .card-date_2,
.cid-v91RCcNq2d .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RCcNq2d .card-title_2,
.cid-v91RCcNq2d .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RCcNq2d .card-date_3,
.cid-v91RCcNq2d .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RCcNq2d .card-title_3,
.cid-v91RCcNq2d .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RCcNq2d .card-date_4,
.cid-v91RCcNq2d .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RCcNq2d .card-title_4,
.cid-v91RCcNq2d .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RCcNq2d .card-date_5,
.cid-v91RCcNq2d .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RCcNq2d .card-title_5,
.cid-v91RCcNq2d .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RCdhF3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RCdhF3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RCdhF3e .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RCdhF3e .image-wrapper {
    height: 350px;
  }
}
.cid-v91RCdz88M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RCdz88M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RCdz88M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RCdz88M .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RCdz88M .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RCdz88M .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RCdz88M .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RCdz88M .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RCdz88M .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RCdz88M .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RCdz88M .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RCdz88M .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RCdz88M .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RCdz88M .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RCdz88M .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RCdz88M .embla__button--next,
.cid-v91RCdz88M .embla__button--prev {
  display: flex;
}
.cid-v91RCdz88M .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RCdz88M .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RCdz88M .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RCdz88M .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RCdz88M .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RCdz88M .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RCdz88M .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RCdz88M .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RCdz88M .embla__viewport {
    padding: 0;
  }
}
.cid-v91RCdz88M .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RCdz88M .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RCdz88M .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RCdz88M .mbr-section-title,
.cid-v91RCdz88M .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RCdz88M .card-number {
  color: #e6eddc;
}
.cid-v91RCdz88M .card-title {
  color: #323432;
}
.cid-v91RCdz88M .card-text {
  color: #1C1000;
}
.cid-v91RCdz88M .card-number,
.cid-v91RCdz88M .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RCeapiC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RCeapiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RCeapiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RCeapiC .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RCeapiC .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RCeapiC .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RCeapiC .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RCeapiC .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RCeapiC .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RCeapiC .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RCeapiC .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RCeapiC .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RCeapiC .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RCeapiC .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RCeapiC .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RCeapiC .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RCeapiC .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RCeapiC .mbr-section-title,
.cid-v91RCeapiC .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RCeapiC .mbr-section-title,
.cid-v91RCeapiC .mbr-section-btn,
.cid-v91RCeapiC .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RCeu4XU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RCeu4XU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RCeu4XU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RCeu4XU .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RCeu4XU .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RCeu4XU .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RCeu4XU .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RCeu4XU .item {
    margin-bottom: 40px;
  }
}
.cid-v91RCeu4XU .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RCeu4XU .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RCeu4XU .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RCeu4XU .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RCeu4XU .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RCeu4XU .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RCeu4XU .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RCeu4XU .mbr-section-title,
.cid-v91RCeu4XU .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RCeu4XU .card-number {
  color: #f1f5eb;
}
.cid-v91RCeu4XU .card-title {
  color: #323432;
}
.cid-v91RCeu4XU .card-text {
  color: #1C1000;
}
.cid-v91RCeu4XU .card-number,
.cid-v91RCeu4XU .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RCeu4XU .card-title,
.cid-v91RCeu4XU .mbr-section-btn,
.cid-v91RCeu4XU .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RCf0R4r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RCf0R4r::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RCf0R4r::before {
    width: 40px;
  }
}
.cid-v91RCf0R4r::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RCf0R4r::after {
    width: 40px;
  }
}
.cid-v91RCf0R4r .item:focus,
.cid-v91RCf0R4r span:focus {
  outline: none;
}
.cid-v91RCf0R4r .item {
  cursor: pointer;
}
.cid-v91RCf0R4r .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RCf0R4r .grid-container-1,
.cid-v91RCf0R4r .grid-container-2,
.cid-v91RCf0R4r .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RCf0R4r .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RCf0R4r .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RCf0R4r .content-head {
  max-width: 800px;
}
.cid-v91RCf0R4r .container,
.cid-v91RCf0R4r .container-fluid {
  overflow: hidden;
}
.cid-v91RCf0R4r .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RCf0R4r .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RCf0R4r .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RCf0R4r .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RCf0R4r .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RCf0R4r .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RCf0R4r .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RCf0R4r .grid-container-1,
.cid-v91RCf0R4r .grid-container-2,
.cid-v91RCf0R4r .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RCf0R4r .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RCf0R4r .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RCfnQyE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RCfnQyE .item:focus,
.cid-v91RCfnQyE span:focus {
  outline: none;
}
.cid-v91RCfnQyE .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RCfnQyE .content-head {
  max-width: 800px;
}
.cid-v91RCfnQyE .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RCfnQyE .item {
    min-height: 32.5px;
  }
}
.cid-v91RCfIYC5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RCfIYC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RCfIYC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RCfIYC5 .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RCfIYC5 .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RCfIYC5 .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RCfIYC5 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RCfIYC5 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RCfIYC5 .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RCfIYC5 .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RCfIYC5 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RCfIYC5 .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RCfIYC5 .title-wrapper {
    width: 100%;
  }
}
.cid-v91RCfIYC5 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RCfIYC5 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RCfIYC5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RCfIYC5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RCfIYC5 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RCfIYC5 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RCfIYC5 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RCfIYC5 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RCfIYC5 .embla__button--next,
.cid-v91RCfIYC5 .embla__button--prev {
  display: flex;
}
.cid-v91RCfIYC5 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RCfIYC5 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RCfIYC5 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RCfIYC5 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RCfIYC5 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RCfIYC5 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RCfIYC5 .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RCfIYC5 .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RCfIYC5 .embla {
    width: 100%;
  }
}
.cid-v91RCfIYC5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RCfIYC5 .embla__viewport {
    padding: 0;
  }
}
.cid-v91RCfIYC5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RCfIYC5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RCfIYC5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RCfIYC5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RCfIYC5 .mbr-section-title,
.cid-v91RCfIYC5 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RCgbp4q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RCgbp4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RCgbp4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RCgbp4q .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RCgbp4q .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RCgbp4q .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RCgbp4q .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RCgbp4q .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RCgbp4q .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RCgbp4q .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RCgbp4q .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RCgbp4q .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RCgbp4q .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RCgbp4q .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RCgbp4q .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RCgbp4q .mbr-section-title,
.cid-v91RCgbp4q .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RCgwoiC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RCgwoiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RCgwoiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RCgwoiC .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RCgwoiC .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RCgwoiC .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RCgwoiC .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RCgwoiC .item {
    margin-bottom: 20px;
  }
}
.cid-v91RCgwoiC .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RCgwoiC .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RCgwoiC .item .item-wrapper .card-box .card-title_1,
.cid-v91RCgwoiC .item .item-wrapper .card-box .card-title_2,
.cid-v91RCgwoiC .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RCgwoiC .item .item-wrapper .card-box .card-text_1,
.cid-v91RCgwoiC .item .item-wrapper .card-box .card-text_2,
.cid-v91RCgwoiC .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RCgwoiC .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_1,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_2,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RCgwoiC .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RCgwoiC .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RCgwoiC .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RCgwoiC .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RCgwoiC .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RCgwoiC .item .card_1 {
    transform: none;
  }
}
.cid-v91RCgwoiC .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RCgwoiC .item .card_2 {
    transform: none;
  }
}
.cid-v91RCgwoiC .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RCgwoiC .item .card_3 {
    transform: none;
  }
}
.cid-v91RCgwoiC .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RCgwoiC .mbr-section-title,
.cid-v91RCgwoiC .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RCgwoiC .card-title_1 {
  color: #323432;
}
.cid-v91RCgwoiC .card-text_1 {
  color: #1C1000;
}
.cid-v91RCgwoiC .list_1 {
  color: #323432;
}
.cid-v91RCgwoiC .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RCgwoiC .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RCgwoiC .list_2 {
  color: #f1f5eb;
}
.cid-v91RCgwoiC .card-title_3 {
  color: #323432;
}
.cid-v91RCgwoiC .card-text_3 {
  color: #1C1000;
}
.cid-v91RCgwoiC .list_3 {
  color: #323432;
}
.cid-v91RCgwoiC .card-title_1,
.cid-v91RCgwoiC .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RCgwoiC .list_1,
.cid-v91RCgwoiC .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RCgwoiC .card-title_2,
.cid-v91RCgwoiC .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RCgwoiC .list_2,
.cid-v91RCgwoiC .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RCgwoiC .card-title_3,
.cid-v91RCgwoiC .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RCgwoiC .list_3,
.cid-v91RCgwoiC .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RCgVzIr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RCgVzIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RCgVzIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RCgVzIr .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RCgVzIr .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RCgVzIr .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RCgVzIr .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RCgVzIr .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RCgVzIr .item {
    margin-bottom: 20px;
  }
}
.cid-v91RCgVzIr .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RCgVzIr .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RCgVzIr .item .item-wrapper .card-box .card-title_1,
.cid-v91RCgVzIr .item .item-wrapper .card-box .card-title_2,
.cid-v91RCgVzIr .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RCgVzIr .item .item-wrapper .card-box .card-text_1,
.cid-v91RCgVzIr .item .item-wrapper .card-box .card-text_2,
.cid-v91RCgVzIr .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RCgVzIr .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RCgVzIr .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RCgVzIr .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RCgVzIr .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RCgVzIr .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RCgVzIr .item .card_1 {
  background-color: #472d00;
}
.cid-v91RCgVzIr .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RCgVzIr .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RCgVzIr .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RCgVzIr .mbr-section-title,
.cid-v91RCgVzIr .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RCgVzIr .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RCgVzIr .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RCgVzIr .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RCgVzIr .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RCgVzIr .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RCgVzIr .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RCgVzIr .card-title_1,
.cid-v91RCgVzIr .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RCgVzIr .card-title_2,
.cid-v91RCgVzIr .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RCgVzIr .card-title_3,
.cid-v91RCgVzIr .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RADiGRK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RADiGRK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RADiGRK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RADiGRK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RADiGRK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RADiGRK .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RADiGRK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RADiGRK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RADiGRK .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RADiGRK .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RADiGRK .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RADiGRK .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RADiGRK .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RADiGRK .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RADiGRK .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RADiGRK .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RADiGRK .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RADiGRK .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RADiGRK .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RADiGRK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RADiGRK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RADiGRK .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RADiGRK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RADiGRK .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RADiGRK .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RADiGRK .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RADiGRK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RADiGRK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RADiGRK .container,
.cid-v91RADiGRK .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RADiGRK .container,
  .cid-v91RADiGRK .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RADiGRK .container,
  .cid-v91RADiGRK .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RADiGRK .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RADiGRK .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RADiGRK .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RADiGRK .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RADiGRK .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RADiGRK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RADiGRK .nav-item:focus,
.cid-v91RADiGRK .nav-link:focus {
  outline: none;
}
.cid-v91RADiGRK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RADiGRK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RADiGRK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RADiGRK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RADiGRK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RADiGRK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RADiGRK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RADiGRK .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RADiGRK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RADiGRK .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RADiGRK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RADiGRK .navbar.collapsed {
  justify-content: center;
}
.cid-v91RADiGRK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RADiGRK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RADiGRK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RADiGRK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RADiGRK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RADiGRK .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-v91RADiGRK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RADiGRK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RADiGRK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RADiGRK .navbar {
    min-height: 72px;
  }
  .cid-v91RADiGRK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RADiGRK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RADiGRK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RADiGRK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RADiGRK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RADiGRK .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-v91RADiGRK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RADiGRK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RADiGRK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RADiGRK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RADiGRK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RADiGRK .dropdown-item.active,
.cid-v91RADiGRK .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RADiGRK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RADiGRK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RADiGRK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RADiGRK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RADiGRK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RADiGRK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RADiGRK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RADiGRK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RADiGRK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RADiGRK .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RADiGRK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RADiGRK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RADiGRK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RADiGRK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RADiGRK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RADiGRK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RADiGRK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RADiGRK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RADiGRK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RADiGRK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RADiGRK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RADiGRK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RADiGRK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RADiGRK .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RADiGRK .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RADiGRK .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RADiGRK .navbar {
    height: 70px;
  }
  .cid-v91RADiGRK .navbar.opened {
    height: auto;
  }
  .cid-v91RADiGRK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RADiGRK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RADiGRK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RADiGRK .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RADiGRK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RADiGRK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RADiGRK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RADiGRK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RADiGRK .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RADiGRK .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RADiGRK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RADiGRK .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RADiGRK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RADiGRK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RADiGRK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RADiGRK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RADiGRK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RADiGRK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RADiGRK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RADiGRK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RADiGRK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RADiGRK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RADiGRK .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RADiGRK .content-wrap {
    display: block;
  }
}
.cid-v91RADiGRK .nav-link,
.cid-v91RADiGRK .dropdown-item {
  color: #1C1000;
}
.cid-v91RADrwxy {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RADrwxy .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RADrwxy .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RADrwxy .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RADrwxy .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RADrwxy .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RADrwxy .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RADrwxy .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RADrwxy .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RADrwxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RADrwxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RADrwxy .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RADrwxy .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RADrwxy .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RADrwxy .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RADrwxy .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RADrwxy .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RADrwxy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RADrwxy .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RADrwxy .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RADrwxy .mbr-section-title {
  color: #323432;
}
.cid-v91RADrwxy .mbr-text,
.cid-v91RADrwxy .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RADrwxy .mbr-section-title,
.cid-v91RADrwxy .mbr-section-btn,
.cid-v91RADrwxy .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RADyQZt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RADyQZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RADyQZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RADyQZt .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RADyQZt .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RADyQZt .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RADyQZt .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RADyQZt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RADyQZt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RADyQZt .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RADyQZt .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RADyQZt .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RADyQZt .item {
    margin-bottom: 20px;
  }
}
.cid-v91RADyQZt .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RADyQZt .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RADyQZt .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RADyQZt .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RADyQZt .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RADyQZt .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RADyQZt .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RADyQZt .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RADyQZt .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RADyQZt .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RADyQZt .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RADyQZt .mbr-section-title,
.cid-v91RADyQZt .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RADyQZt .mbr-text,
.cid-v91RADyQZt .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RADyQZt .card-title {
  color: #f1f5eb;
}
.cid-v91RADyQZt .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RADyQZt .card-title,
.cid-v91RADyQZt .mbr-section-btn {
  text-align: center;
}
.cid-v91RADHRvb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RADHRvb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RADHRvb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RADHRvb .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RADHRvb .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RADHRvb .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RADHRvb .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RADHRvb .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RADHRvb .item {
    margin-bottom: 40px;
  }
}
.cid-v91RADHRvb .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RADHRvb .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RADHRvb .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RADHRvb .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RADHRvb .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RADHRvb .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RADHRvb .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RADHRvb .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RADHRvb .mbr-section-title,
.cid-v91RADHRvb .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RADHRvb .card-title {
  color: #323432;
}
.cid-v91RADHRvb .card-text {
  color: #1C1000;
}
.cid-v91RADHRvb .card-title,
.cid-v91RADHRvb .mbr-section-btn,
.cid-v91RADHRvb .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RADT7IB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RADT7IB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RADT7IB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RADT7IB .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RADT7IB .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RADT7IB .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RADT7IB .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RADT7IB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RADT7IB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RADT7IB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RADT7IB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RADT7IB .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RADT7IB .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RADT7IB .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RADT7IB .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RADT7IB .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RADT7IB .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RADT7IB .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RADT7IB .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RADT7IB .embla__button--next,
.cid-v91RADT7IB .embla__button--prev {
  display: flex;
}
.cid-v91RADT7IB .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RADT7IB .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RADT7IB .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RADT7IB .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RADT7IB .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RADT7IB .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RADT7IB .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RADT7IB .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RADT7IB .embla__viewport {
    padding: 0;
  }
}
.cid-v91RADT7IB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RADT7IB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RADT7IB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RADT7IB .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RADT7IB .mbr-section-title,
.cid-v91RADT7IB .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RADT7IB .mbr-text,
.cid-v91RADT7IB .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RADT7IB .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RADT7IB .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RADT7IB .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RADT7IB .card-date_2 {
  color: #323432;
}
.cid-v91RADT7IB .card-title_2 {
  color: #323432;
}
.cid-v91RADT7IB .card-text_2 {
  color: #1C1000;
}
.cid-v91RADT7IB .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RADT7IB .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RADT7IB .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RADT7IB .card-date_4 {
  color: #323432;
}
.cid-v91RADT7IB .card-title_4 {
  color: #323432;
}
.cid-v91RADT7IB .card-text_4 {
  color: #1C1000;
}
.cid-v91RADT7IB .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RADT7IB .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RADT7IB .card-text_5 {
  color: #1C1000;
}
.cid-v91RADT7IB .card-date_1,
.cid-v91RADT7IB .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RADT7IB .card-title_1,
.cid-v91RADT7IB .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RADT7IB .card-date_2,
.cid-v91RADT7IB .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RADT7IB .card-title_2,
.cid-v91RADT7IB .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RADT7IB .card-date_3,
.cid-v91RADT7IB .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RADT7IB .card-title_3,
.cid-v91RADT7IB .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RADT7IB .card-date_4,
.cid-v91RADT7IB .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RADT7IB .card-title_4,
.cid-v91RADT7IB .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RADT7IB .card-date_5,
.cid-v91RADT7IB .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RADT7IB .card-title_5,
.cid-v91RADT7IB .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RAE0hor .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RAE0hor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RAE0hor .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RAE0hor .image-wrapper {
    height: 350px;
  }
}
.cid-v91RAE8sCG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RAE8sCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RAE8sCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RAE8sCG .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RAE8sCG .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RAE8sCG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RAE8sCG .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RAE8sCG .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RAE8sCG .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RAE8sCG .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RAE8sCG .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RAE8sCG .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RAE8sCG .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RAE8sCG .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RAE8sCG .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RAE8sCG .embla__button--next,
.cid-v91RAE8sCG .embla__button--prev {
  display: flex;
}
.cid-v91RAE8sCG .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RAE8sCG .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RAE8sCG .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RAE8sCG .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RAE8sCG .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RAE8sCG .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RAE8sCG .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RAE8sCG .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RAE8sCG .embla__viewport {
    padding: 0;
  }
}
.cid-v91RAE8sCG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RAE8sCG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RAE8sCG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RAE8sCG .mbr-section-title,
.cid-v91RAE8sCG .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RAE8sCG .card-number {
  color: #e6eddc;
}
.cid-v91RAE8sCG .card-title {
  color: #323432;
}
.cid-v91RAE8sCG .card-text {
  color: #1C1000;
}
.cid-v91RAE8sCG .card-number,
.cid-v91RAE8sCG .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RAEjgII {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RAEjgII .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RAEjgII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RAEjgII .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RAEjgII .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RAEjgII .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RAEjgII .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RAEjgII .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RAEjgII .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RAEjgII .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RAEjgII .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RAEjgII .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RAEjgII .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RAEjgII .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RAEjgII .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RAEjgII .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RAEjgII .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RAEjgII .mbr-section-title,
.cid-v91RAEjgII .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RAEjgII .mbr-section-title,
.cid-v91RAEjgII .mbr-section-btn,
.cid-v91RAEjgII .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RAEp7d8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RAEp7d8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RAEp7d8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RAEp7d8 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RAEp7d8 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RAEp7d8 .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RAEp7d8 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RAEp7d8 .item {
    margin-bottom: 40px;
  }
}
.cid-v91RAEp7d8 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RAEp7d8 .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RAEp7d8 .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RAEp7d8 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RAEp7d8 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RAEp7d8 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RAEp7d8 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RAEp7d8 .mbr-section-title,
.cid-v91RAEp7d8 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RAEp7d8 .card-number {
  color: #f1f5eb;
}
.cid-v91RAEp7d8 .card-title {
  color: #323432;
}
.cid-v91RAEp7d8 .card-text {
  color: #1C1000;
}
.cid-v91RAEp7d8 .card-number,
.cid-v91RAEp7d8 .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RAEp7d8 .card-title,
.cid-v91RAEp7d8 .mbr-section-btn,
.cid-v91RAEp7d8 .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RAEw6UH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RAEw6UH::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RAEw6UH::before {
    width: 40px;
  }
}
.cid-v91RAEw6UH::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RAEw6UH::after {
    width: 40px;
  }
}
.cid-v91RAEw6UH .item:focus,
.cid-v91RAEw6UH span:focus {
  outline: none;
}
.cid-v91RAEw6UH .item {
  cursor: pointer;
}
.cid-v91RAEw6UH .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RAEw6UH .grid-container-1,
.cid-v91RAEw6UH .grid-container-2,
.cid-v91RAEw6UH .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RAEw6UH .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RAEw6UH .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RAEw6UH .content-head {
  max-width: 800px;
}
.cid-v91RAEw6UH .container,
.cid-v91RAEw6UH .container-fluid {
  overflow: hidden;
}
.cid-v91RAEw6UH .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RAEw6UH .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RAEw6UH .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RAEw6UH .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RAEw6UH .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RAEw6UH .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RAEw6UH .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RAEw6UH .grid-container-1,
.cid-v91RAEw6UH .grid-container-2,
.cid-v91RAEw6UH .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RAEw6UH .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RAEw6UH .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RAEMsYP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RAEMsYP .item:focus,
.cid-v91RAEMsYP span:focus {
  outline: none;
}
.cid-v91RAEMsYP .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RAEMsYP .content-head {
  max-width: 800px;
}
.cid-v91RAEMsYP .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RAEMsYP .item {
    min-height: 32.5px;
  }
}
.cid-v91RAESkTw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RAESkTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RAESkTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RAESkTw .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RAESkTw .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RAESkTw .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RAESkTw .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RAESkTw .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RAESkTw .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RAESkTw .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RAESkTw .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RAESkTw .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RAESkTw .title-wrapper {
    width: 100%;
  }
}
.cid-v91RAESkTw .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RAESkTw .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RAESkTw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RAESkTw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RAESkTw .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RAESkTw .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RAESkTw .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RAESkTw .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RAESkTw .embla__button--next,
.cid-v91RAESkTw .embla__button--prev {
  display: flex;
}
.cid-v91RAESkTw .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RAESkTw .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RAESkTw .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RAESkTw .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RAESkTw .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RAESkTw .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RAESkTw .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RAESkTw .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RAESkTw .embla {
    width: 100%;
  }
}
.cid-v91RAESkTw .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RAESkTw .embla__viewport {
    padding: 0;
  }
}
.cid-v91RAESkTw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RAESkTw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RAESkTw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RAESkTw .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RAESkTw .mbr-section-title,
.cid-v91RAESkTw .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RAF11Zq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RAF11Zq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RAF11Zq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RAF11Zq .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RAF11Zq .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RAF11Zq .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RAF11Zq .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RAF11Zq .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RAF11Zq .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RAF11Zq .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RAF11Zq .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RAF11Zq .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RAF11Zq .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RAF11Zq .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RAF11Zq .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RAF11Zq .mbr-section-title,
.cid-v91RAF11Zq .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RAF73kl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RAF73kl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RAF73kl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RAF73kl .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RAF73kl .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RAF73kl .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RAF73kl .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RAF73kl .item {
    margin-bottom: 20px;
  }
}
.cid-v91RAF73kl .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RAF73kl .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RAF73kl .item .item-wrapper .card-box .card-title_1,
.cid-v91RAF73kl .item .item-wrapper .card-box .card-title_2,
.cid-v91RAF73kl .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RAF73kl .item .item-wrapper .card-box .card-text_1,
.cid-v91RAF73kl .item .item-wrapper .card-box .card-text_2,
.cid-v91RAF73kl .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RAF73kl .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RAF73kl .item .item-wrapper .card-box .list_1,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_2,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RAF73kl .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RAF73kl .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RAF73kl .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RAF73kl .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RAF73kl .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RAF73kl .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RAF73kl .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RAF73kl .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RAF73kl .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RAF73kl .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RAF73kl .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RAF73kl .item .card_1 {
    transform: none;
  }
}
.cid-v91RAF73kl .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RAF73kl .item .card_2 {
    transform: none;
  }
}
.cid-v91RAF73kl .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RAF73kl .item .card_3 {
    transform: none;
  }
}
.cid-v91RAF73kl .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RAF73kl .mbr-section-title,
.cid-v91RAF73kl .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RAF73kl .card-title_1 {
  color: #323432;
}
.cid-v91RAF73kl .card-text_1 {
  color: #1C1000;
}
.cid-v91RAF73kl .list_1 {
  color: #323432;
}
.cid-v91RAF73kl .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RAF73kl .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RAF73kl .list_2 {
  color: #f1f5eb;
}
.cid-v91RAF73kl .card-title_3 {
  color: #323432;
}
.cid-v91RAF73kl .card-text_3 {
  color: #1C1000;
}
.cid-v91RAF73kl .list_3 {
  color: #323432;
}
.cid-v91RAF73kl .card-title_1,
.cid-v91RAF73kl .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RAF73kl .list_1,
.cid-v91RAF73kl .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RAF73kl .card-title_2,
.cid-v91RAF73kl .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RAF73kl .list_2,
.cid-v91RAF73kl .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RAF73kl .card-title_3,
.cid-v91RAF73kl .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RAF73kl .list_3,
.cid-v91RAF73kl .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RAFdTVN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RAFdTVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RAFdTVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RAFdTVN .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RAFdTVN .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RAFdTVN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RAFdTVN .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RAFdTVN .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RAFdTVN .item {
    margin-bottom: 20px;
  }
}
.cid-v91RAFdTVN .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RAFdTVN .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RAFdTVN .item .item-wrapper .card-box .card-title_1,
.cid-v91RAFdTVN .item .item-wrapper .card-box .card-title_2,
.cid-v91RAFdTVN .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RAFdTVN .item .item-wrapper .card-box .card-text_1,
.cid-v91RAFdTVN .item .item-wrapper .card-box .card-text_2,
.cid-v91RAFdTVN .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RAFdTVN .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RAFdTVN .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RAFdTVN .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RAFdTVN .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RAFdTVN .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RAFdTVN .item .card_1 {
  background-color: #472d00;
}
.cid-v91RAFdTVN .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RAFdTVN .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RAFdTVN .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RAFdTVN .mbr-section-title,
.cid-v91RAFdTVN .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RAFdTVN .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RAFdTVN .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RAFdTVN .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RAFdTVN .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RAFdTVN .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RAFdTVN .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RAFdTVN .card-title_1,
.cid-v91RAFdTVN .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RAFdTVN .card-title_2,
.cid-v91RAFdTVN .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RAFdTVN .card-title_3,
.cid-v91RAFdTVN .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RH5oS1s {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RH5oS1s .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RH5oS1s .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RH5oS1s .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RH5oS1s .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RH5oS1s .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RH5oS1s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RH5oS1s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RH5oS1s .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RH5oS1s .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RH5oS1s .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RH5oS1s .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RH5oS1s .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RH5oS1s .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RH5oS1s .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RH5oS1s .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RH5oS1s .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RH5oS1s .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RH5oS1s .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RH5oS1s .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RH5oS1s .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RH5oS1s .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RH5oS1s .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RH5oS1s .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RH5oS1s .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RH5oS1s .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RH5oS1s .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RH5oS1s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RH5oS1s .container,
.cid-v91RH5oS1s .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RH5oS1s .container,
  .cid-v91RH5oS1s .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RH5oS1s .container,
  .cid-v91RH5oS1s .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RH5oS1s .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RH5oS1s .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RH5oS1s .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RH5oS1s .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RH5oS1s .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RH5oS1s .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RH5oS1s .nav-item:focus,
.cid-v91RH5oS1s .nav-link:focus {
  outline: none;
}
.cid-v91RH5oS1s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RH5oS1s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RH5oS1s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RH5oS1s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RH5oS1s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RH5oS1s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RH5oS1s .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RH5oS1s .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RH5oS1s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RH5oS1s .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RH5oS1s .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RH5oS1s .navbar.collapsed {
  justify-content: center;
}
.cid-v91RH5oS1s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RH5oS1s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RH5oS1s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RH5oS1s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RH5oS1s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RH5oS1s .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-v91RH5oS1s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RH5oS1s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RH5oS1s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RH5oS1s .navbar {
    min-height: 72px;
  }
  .cid-v91RH5oS1s .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RH5oS1s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RH5oS1s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RH5oS1s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RH5oS1s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RH5oS1s .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-v91RH5oS1s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RH5oS1s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RH5oS1s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RH5oS1s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RH5oS1s .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RH5oS1s .dropdown-item.active,
.cid-v91RH5oS1s .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RH5oS1s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RH5oS1s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RH5oS1s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RH5oS1s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RH5oS1s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RH5oS1s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RH5oS1s .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RH5oS1s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RH5oS1s .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RH5oS1s .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RH5oS1s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RH5oS1s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RH5oS1s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RH5oS1s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RH5oS1s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RH5oS1s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RH5oS1s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RH5oS1s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RH5oS1s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RH5oS1s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RH5oS1s .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RH5oS1s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RH5oS1s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RH5oS1s .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RH5oS1s .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RH5oS1s .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RH5oS1s .navbar {
    height: 70px;
  }
  .cid-v91RH5oS1s .navbar.opened {
    height: auto;
  }
  .cid-v91RH5oS1s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RH5oS1s .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RH5oS1s .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RH5oS1s .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RH5oS1s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RH5oS1s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RH5oS1s .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RH5oS1s .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RH5oS1s .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RH5oS1s .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RH5oS1s .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RH5oS1s .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RH5oS1s .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RH5oS1s .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RH5oS1s .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RH5oS1s .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RH5oS1s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RH5oS1s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RH5oS1s .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RH5oS1s .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RH5oS1s .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RH5oS1s .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RH5oS1s .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RH5oS1s .content-wrap {
    display: block;
  }
}
.cid-v91RH5oS1s .nav-link,
.cid-v91RH5oS1s .dropdown-item {
  color: #1C1000;
}
.cid-v91RH6hLvE {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RH6hLvE .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RH6hLvE .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RH6hLvE .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RH6hLvE .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RH6hLvE .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RH6hLvE .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RH6hLvE .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RH6hLvE .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RH6hLvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RH6hLvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RH6hLvE .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RH6hLvE .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RH6hLvE .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RH6hLvE .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RH6hLvE .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RH6hLvE .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RH6hLvE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RH6hLvE .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RH6hLvE .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RH6hLvE .mbr-section-title {
  color: #323432;
}
.cid-v91RH6hLvE .mbr-text,
.cid-v91RH6hLvE .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RH6hLvE .mbr-section-title,
.cid-v91RH6hLvE .mbr-section-btn,
.cid-v91RH6hLvE .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RH6uZwo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RH6uZwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RH6uZwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RH6uZwo .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RH6uZwo .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RH6uZwo .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RH6uZwo .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RH6uZwo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RH6uZwo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RH6uZwo .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RH6uZwo .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RH6uZwo .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RH6uZwo .item {
    margin-bottom: 20px;
  }
}
.cid-v91RH6uZwo .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RH6uZwo .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RH6uZwo .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RH6uZwo .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RH6uZwo .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RH6uZwo .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RH6uZwo .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RH6uZwo .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RH6uZwo .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RH6uZwo .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RH6uZwo .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RH6uZwo .mbr-section-title,
.cid-v91RH6uZwo .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RH6uZwo .mbr-text,
.cid-v91RH6uZwo .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RH6uZwo .card-title {
  color: #f1f5eb;
}
.cid-v91RH6uZwo .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RH6uZwo .card-title,
.cid-v91RH6uZwo .mbr-section-btn {
  text-align: center;
}
.cid-v91RH6Oej1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RH6Oej1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RH6Oej1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RH6Oej1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RH6Oej1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RH6Oej1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RH6Oej1 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RH6Oej1 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RH6Oej1 .item {
    margin-bottom: 40px;
  }
}
.cid-v91RH6Oej1 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RH6Oej1 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RH6Oej1 .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RH6Oej1 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RH6Oej1 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RH6Oej1 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RH6Oej1 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RH6Oej1 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RH6Oej1 .mbr-section-title,
.cid-v91RH6Oej1 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RH6Oej1 .card-title {
  color: #323432;
}
.cid-v91RH6Oej1 .card-text {
  color: #1C1000;
}
.cid-v91RH6Oej1 .card-title,
.cid-v91RH6Oej1 .mbr-section-btn,
.cid-v91RH6Oej1 .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RH79lCE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RH79lCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RH79lCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RH79lCE .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RH79lCE .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RH79lCE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RH79lCE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RH79lCE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RH79lCE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RH79lCE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RH79lCE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RH79lCE .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RH79lCE .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RH79lCE .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RH79lCE .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RH79lCE .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RH79lCE .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RH79lCE .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RH79lCE .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RH79lCE .embla__button--next,
.cid-v91RH79lCE .embla__button--prev {
  display: flex;
}
.cid-v91RH79lCE .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RH79lCE .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RH79lCE .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RH79lCE .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RH79lCE .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RH79lCE .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RH79lCE .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RH79lCE .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RH79lCE .embla__viewport {
    padding: 0;
  }
}
.cid-v91RH79lCE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RH79lCE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RH79lCE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RH79lCE .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RH79lCE .mbr-section-title,
.cid-v91RH79lCE .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RH79lCE .mbr-text,
.cid-v91RH79lCE .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RH79lCE .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RH79lCE .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RH79lCE .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RH79lCE .card-date_2 {
  color: #323432;
}
.cid-v91RH79lCE .card-title_2 {
  color: #323432;
}
.cid-v91RH79lCE .card-text_2 {
  color: #1C1000;
}
.cid-v91RH79lCE .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RH79lCE .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RH79lCE .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RH79lCE .card-date_4 {
  color: #323432;
}
.cid-v91RH79lCE .card-title_4 {
  color: #323432;
}
.cid-v91RH79lCE .card-text_4 {
  color: #1C1000;
}
.cid-v91RH79lCE .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RH79lCE .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RH79lCE .card-text_5 {
  color: #1C1000;
}
.cid-v91RH79lCE .card-date_1,
.cid-v91RH79lCE .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RH79lCE .card-title_1,
.cid-v91RH79lCE .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RH79lCE .card-date_2,
.cid-v91RH79lCE .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RH79lCE .card-title_2,
.cid-v91RH79lCE .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RH79lCE .card-date_3,
.cid-v91RH79lCE .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RH79lCE .card-title_3,
.cid-v91RH79lCE .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RH79lCE .card-date_4,
.cid-v91RH79lCE .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RH79lCE .card-title_4,
.cid-v91RH79lCE .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RH79lCE .card-date_5,
.cid-v91RH79lCE .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RH79lCE .card-title_5,
.cid-v91RH79lCE .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RH7xvYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RH7xvYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RH7xvYw .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RH7xvYw .image-wrapper {
    height: 350px;
  }
}
.cid-v91RH7O6j9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RH7O6j9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RH7O6j9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RH7O6j9 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RH7O6j9 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RH7O6j9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RH7O6j9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RH7O6j9 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RH7O6j9 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RH7O6j9 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RH7O6j9 .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RH7O6j9 .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RH7O6j9 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RH7O6j9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RH7O6j9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RH7O6j9 .embla__button--next,
.cid-v91RH7O6j9 .embla__button--prev {
  display: flex;
}
.cid-v91RH7O6j9 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RH7O6j9 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RH7O6j9 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RH7O6j9 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RH7O6j9 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RH7O6j9 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RH7O6j9 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RH7O6j9 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RH7O6j9 .embla__viewport {
    padding: 0;
  }
}
.cid-v91RH7O6j9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RH7O6j9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RH7O6j9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RH7O6j9 .mbr-section-title,
.cid-v91RH7O6j9 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RH7O6j9 .card-number {
  color: #e6eddc;
}
.cid-v91RH7O6j9 .card-title {
  color: #323432;
}
.cid-v91RH7O6j9 .card-text {
  color: #1C1000;
}
.cid-v91RH7O6j9 .card-number,
.cid-v91RH7O6j9 .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RH8fcuN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RH8fcuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RH8fcuN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RH8fcuN .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RH8fcuN .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RH8fcuN .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RH8fcuN .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RH8fcuN .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RH8fcuN .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RH8fcuN .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RH8fcuN .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RH8fcuN .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RH8fcuN .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RH8fcuN .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RH8fcuN .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RH8fcuN .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RH8fcuN .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RH8fcuN .mbr-section-title,
.cid-v91RH8fcuN .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RH8fcuN .mbr-section-title,
.cid-v91RH8fcuN .mbr-section-btn,
.cid-v91RH8fcuN .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RH8woE2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RH8woE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RH8woE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RH8woE2 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RH8woE2 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RH8woE2 .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RH8woE2 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RH8woE2 .item {
    margin-bottom: 40px;
  }
}
.cid-v91RH8woE2 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RH8woE2 .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RH8woE2 .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RH8woE2 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RH8woE2 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RH8woE2 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RH8woE2 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RH8woE2 .mbr-section-title,
.cid-v91RH8woE2 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RH8woE2 .card-number {
  color: #f1f5eb;
}
.cid-v91RH8woE2 .card-title {
  color: #323432;
}
.cid-v91RH8woE2 .card-text {
  color: #1C1000;
}
.cid-v91RH8woE2 .card-number,
.cid-v91RH8woE2 .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RH8woE2 .card-title,
.cid-v91RH8woE2 .mbr-section-btn,
.cid-v91RH8woE2 .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RH8XmT6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RH8XmT6::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RH8XmT6::before {
    width: 40px;
  }
}
.cid-v91RH8XmT6::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RH8XmT6::after {
    width: 40px;
  }
}
.cid-v91RH8XmT6 .item:focus,
.cid-v91RH8XmT6 span:focus {
  outline: none;
}
.cid-v91RH8XmT6 .item {
  cursor: pointer;
}
.cid-v91RH8XmT6 .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RH8XmT6 .grid-container-1,
.cid-v91RH8XmT6 .grid-container-2,
.cid-v91RH8XmT6 .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RH8XmT6 .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RH8XmT6 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RH8XmT6 .content-head {
  max-width: 800px;
}
.cid-v91RH8XmT6 .container,
.cid-v91RH8XmT6 .container-fluid {
  overflow: hidden;
}
.cid-v91RH8XmT6 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RH8XmT6 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RH8XmT6 .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RH8XmT6 .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RH8XmT6 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RH8XmT6 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RH8XmT6 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RH8XmT6 .grid-container-1,
.cid-v91RH8XmT6 .grid-container-2,
.cid-v91RH8XmT6 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RH8XmT6 .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RH8XmT6 .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RH9hgCm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RH9hgCm .item:focus,
.cid-v91RH9hgCm span:focus {
  outline: none;
}
.cid-v91RH9hgCm .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RH9hgCm .content-head {
  max-width: 800px;
}
.cid-v91RH9hgCm .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RH9hgCm .item {
    min-height: 32.5px;
  }
}
.cid-v91RH9AIcn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RH9AIcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RH9AIcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RH9AIcn .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RH9AIcn .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RH9AIcn .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RH9AIcn .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RH9AIcn .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RH9AIcn .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RH9AIcn .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RH9AIcn .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RH9AIcn .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RH9AIcn .title-wrapper {
    width: 100%;
  }
}
.cid-v91RH9AIcn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RH9AIcn .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RH9AIcn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RH9AIcn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RH9AIcn .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RH9AIcn .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RH9AIcn .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RH9AIcn .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RH9AIcn .embla__button--next,
.cid-v91RH9AIcn .embla__button--prev {
  display: flex;
}
.cid-v91RH9AIcn .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RH9AIcn .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RH9AIcn .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RH9AIcn .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RH9AIcn .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RH9AIcn .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RH9AIcn .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RH9AIcn .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RH9AIcn .embla {
    width: 100%;
  }
}
.cid-v91RH9AIcn .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RH9AIcn .embla__viewport {
    padding: 0;
  }
}
.cid-v91RH9AIcn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RH9AIcn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RH9AIcn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RH9AIcn .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RH9AIcn .mbr-section-title,
.cid-v91RH9AIcn .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RH9ZrtJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RH9ZrtJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RH9ZrtJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RH9ZrtJ .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RH9ZrtJ .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RH9ZrtJ .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RH9ZrtJ .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RH9ZrtJ .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RH9ZrtJ .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RH9ZrtJ .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RH9ZrtJ .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RH9ZrtJ .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RH9ZrtJ .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RH9ZrtJ .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RH9ZrtJ .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RH9ZrtJ .mbr-section-title,
.cid-v91RH9ZrtJ .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RHajMiN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RHajMiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RHajMiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RHajMiN .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RHajMiN .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RHajMiN .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RHajMiN .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RHajMiN .item {
    margin-bottom: 20px;
  }
}
.cid-v91RHajMiN .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RHajMiN .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RHajMiN .item .item-wrapper .card-box .card-title_1,
.cid-v91RHajMiN .item .item-wrapper .card-box .card-title_2,
.cid-v91RHajMiN .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RHajMiN .item .item-wrapper .card-box .card-text_1,
.cid-v91RHajMiN .item .item-wrapper .card-box .card-text_2,
.cid-v91RHajMiN .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RHajMiN .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RHajMiN .item .item-wrapper .card-box .list_1,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_2,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RHajMiN .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RHajMiN .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RHajMiN .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RHajMiN .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RHajMiN .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RHajMiN .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RHajMiN .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RHajMiN .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RHajMiN .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RHajMiN .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RHajMiN .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RHajMiN .item .card_1 {
    transform: none;
  }
}
.cid-v91RHajMiN .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RHajMiN .item .card_2 {
    transform: none;
  }
}
.cid-v91RHajMiN .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RHajMiN .item .card_3 {
    transform: none;
  }
}
.cid-v91RHajMiN .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RHajMiN .mbr-section-title,
.cid-v91RHajMiN .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RHajMiN .card-title_1 {
  color: #323432;
}
.cid-v91RHajMiN .card-text_1 {
  color: #1C1000;
}
.cid-v91RHajMiN .list_1 {
  color: #323432;
}
.cid-v91RHajMiN .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RHajMiN .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RHajMiN .list_2 {
  color: #f1f5eb;
}
.cid-v91RHajMiN .card-title_3 {
  color: #323432;
}
.cid-v91RHajMiN .card-text_3 {
  color: #1C1000;
}
.cid-v91RHajMiN .list_3 {
  color: #323432;
}
.cid-v91RHajMiN .card-title_1,
.cid-v91RHajMiN .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RHajMiN .list_1,
.cid-v91RHajMiN .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RHajMiN .card-title_2,
.cid-v91RHajMiN .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RHajMiN .list_2,
.cid-v91RHajMiN .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RHajMiN .card-title_3,
.cid-v91RHajMiN .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RHajMiN .list_3,
.cid-v91RHajMiN .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RHaRBMK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RHaRBMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RHaRBMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RHaRBMK .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RHaRBMK .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RHaRBMK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RHaRBMK .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RHaRBMK .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RHaRBMK .item {
    margin-bottom: 20px;
  }
}
.cid-v91RHaRBMK .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RHaRBMK .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RHaRBMK .item .item-wrapper .card-box .card-title_1,
.cid-v91RHaRBMK .item .item-wrapper .card-box .card-title_2,
.cid-v91RHaRBMK .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RHaRBMK .item .item-wrapper .card-box .card-text_1,
.cid-v91RHaRBMK .item .item-wrapper .card-box .card-text_2,
.cid-v91RHaRBMK .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RHaRBMK .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RHaRBMK .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RHaRBMK .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RHaRBMK .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RHaRBMK .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RHaRBMK .item .card_1 {
  background-color: #472d00;
}
.cid-v91RHaRBMK .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RHaRBMK .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RHaRBMK .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RHaRBMK .mbr-section-title,
.cid-v91RHaRBMK .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RHaRBMK .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RHaRBMK .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RHaRBMK .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RHaRBMK .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RHaRBMK .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RHaRBMK .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RHaRBMK .card-title_1,
.cid-v91RHaRBMK .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RHaRBMK .card-title_2,
.cid-v91RHaRBMK .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RHaRBMK .card-title_3,
.cid-v91RHaRBMK .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RyGXP2Q {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RyGXP2Q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RyGXP2Q .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RyGXP2Q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RyGXP2Q .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RyGXP2Q .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RyGXP2Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RyGXP2Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RyGXP2Q .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RyGXP2Q .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RyGXP2Q .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RyGXP2Q .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RyGXP2Q .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RyGXP2Q .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RyGXP2Q .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RyGXP2Q .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RyGXP2Q .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RyGXP2Q .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RyGXP2Q .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RyGXP2Q .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RyGXP2Q .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RyGXP2Q .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RyGXP2Q .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RyGXP2Q .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RyGXP2Q .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RyGXP2Q .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RyGXP2Q .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RyGXP2Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RyGXP2Q .container,
.cid-v91RyGXP2Q .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RyGXP2Q .container,
  .cid-v91RyGXP2Q .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RyGXP2Q .container,
  .cid-v91RyGXP2Q .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RyGXP2Q .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RyGXP2Q .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RyGXP2Q .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RyGXP2Q .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RyGXP2Q .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RyGXP2Q .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RyGXP2Q .nav-item:focus,
.cid-v91RyGXP2Q .nav-link:focus {
  outline: none;
}
.cid-v91RyGXP2Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RyGXP2Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RyGXP2Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RyGXP2Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RyGXP2Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RyGXP2Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RyGXP2Q .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RyGXP2Q .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RyGXP2Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RyGXP2Q .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RyGXP2Q .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RyGXP2Q .navbar.collapsed {
  justify-content: center;
}
.cid-v91RyGXP2Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RyGXP2Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RyGXP2Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RyGXP2Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RyGXP2Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RyGXP2Q .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-v91RyGXP2Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RyGXP2Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RyGXP2Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RyGXP2Q .navbar {
    min-height: 72px;
  }
  .cid-v91RyGXP2Q .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RyGXP2Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RyGXP2Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RyGXP2Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RyGXP2Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RyGXP2Q .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-v91RyGXP2Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RyGXP2Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RyGXP2Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RyGXP2Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RyGXP2Q .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RyGXP2Q .dropdown-item.active,
.cid-v91RyGXP2Q .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RyGXP2Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RyGXP2Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RyGXP2Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RyGXP2Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RyGXP2Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RyGXP2Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RyGXP2Q .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RyGXP2Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RyGXP2Q .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RyGXP2Q .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RyGXP2Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RyGXP2Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RyGXP2Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RyGXP2Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RyGXP2Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RyGXP2Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RyGXP2Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RyGXP2Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RyGXP2Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RyGXP2Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RyGXP2Q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RyGXP2Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RyGXP2Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RyGXP2Q .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RyGXP2Q .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RyGXP2Q .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RyGXP2Q .navbar {
    height: 70px;
  }
  .cid-v91RyGXP2Q .navbar.opened {
    height: auto;
  }
  .cid-v91RyGXP2Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RyGXP2Q .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RyGXP2Q .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RyGXP2Q .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RyGXP2Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RyGXP2Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RyGXP2Q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RyGXP2Q .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RyGXP2Q .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RyGXP2Q .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RyGXP2Q .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RyGXP2Q .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RyGXP2Q .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RyGXP2Q .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RyGXP2Q .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RyGXP2Q .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RyGXP2Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RyGXP2Q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RyGXP2Q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RyGXP2Q .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RyGXP2Q .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RyGXP2Q .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RyGXP2Q .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RyGXP2Q .content-wrap {
    display: block;
  }
}
.cid-v91RyGXP2Q .nav-link,
.cid-v91RyGXP2Q .dropdown-item {
  color: #1C1000;
}
.cid-v91RyHLqmi {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RyHLqmi .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RyHLqmi .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RyHLqmi .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RyHLqmi .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RyHLqmi .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RyHLqmi .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RyHLqmi .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RyHLqmi .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RyHLqmi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RyHLqmi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RyHLqmi .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RyHLqmi .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RyHLqmi .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RyHLqmi .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RyHLqmi .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RyHLqmi .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RyHLqmi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RyHLqmi .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RyHLqmi .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RyHLqmi .mbr-section-title {
  color: #323432;
}
.cid-v91RyHLqmi .mbr-text,
.cid-v91RyHLqmi .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RyHLqmi .mbr-section-title,
.cid-v91RyHLqmi .mbr-section-btn,
.cid-v91RyHLqmi .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RyHXXD9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RyHXXD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RyHXXD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RyHXXD9 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RyHXXD9 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RyHXXD9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RyHXXD9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RyHXXD9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RyHXXD9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RyHXXD9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RyHXXD9 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RyHXXD9 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RyHXXD9 .item {
    margin-bottom: 20px;
  }
}
.cid-v91RyHXXD9 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RyHXXD9 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RyHXXD9 .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RyHXXD9 .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RyHXXD9 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RyHXXD9 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RyHXXD9 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RyHXXD9 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RyHXXD9 .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RyHXXD9 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RyHXXD9 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RyHXXD9 .mbr-section-title,
.cid-v91RyHXXD9 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RyHXXD9 .mbr-text,
.cid-v91RyHXXD9 .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RyHXXD9 .card-title {
  color: #f1f5eb;
}
.cid-v91RyHXXD9 .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RyHXXD9 .card-title,
.cid-v91RyHXXD9 .mbr-section-btn {
  text-align: center;
}
.cid-v91RyIgnIF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RyIgnIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RyIgnIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RyIgnIF .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RyIgnIF .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RyIgnIF .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RyIgnIF .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RyIgnIF .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RyIgnIF .item {
    margin-bottom: 40px;
  }
}
.cid-v91RyIgnIF .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RyIgnIF .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RyIgnIF .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RyIgnIF .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RyIgnIF .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RyIgnIF .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RyIgnIF .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RyIgnIF .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RyIgnIF .mbr-section-title,
.cid-v91RyIgnIF .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RyIgnIF .card-title {
  color: #323432;
}
.cid-v91RyIgnIF .card-text {
  color: #1C1000;
}
.cid-v91RyIgnIF .card-title,
.cid-v91RyIgnIF .mbr-section-btn,
.cid-v91RyIgnIF .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RyIADow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RyIADow .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RyIADow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RyIADow .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RyIADow .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RyIADow .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RyIADow .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RyIADow .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RyIADow .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RyIADow .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RyIADow .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RyIADow .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RyIADow .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RyIADow .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RyIADow .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RyIADow .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RyIADow .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RyIADow .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RyIADow .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RyIADow .embla__button--next,
.cid-v91RyIADow .embla__button--prev {
  display: flex;
}
.cid-v91RyIADow .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RyIADow .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RyIADow .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RyIADow .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RyIADow .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RyIADow .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RyIADow .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RyIADow .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RyIADow .embla__viewport {
    padding: 0;
  }
}
.cid-v91RyIADow .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RyIADow .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RyIADow .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RyIADow .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RyIADow .mbr-section-title,
.cid-v91RyIADow .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RyIADow .mbr-text,
.cid-v91RyIADow .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RyIADow .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RyIADow .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RyIADow .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RyIADow .card-date_2 {
  color: #323432;
}
.cid-v91RyIADow .card-title_2 {
  color: #323432;
}
.cid-v91RyIADow .card-text_2 {
  color: #1C1000;
}
.cid-v91RyIADow .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RyIADow .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RyIADow .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RyIADow .card-date_4 {
  color: #323432;
}
.cid-v91RyIADow .card-title_4 {
  color: #323432;
}
.cid-v91RyIADow .card-text_4 {
  color: #1C1000;
}
.cid-v91RyIADow .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RyIADow .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RyIADow .card-text_5 {
  color: #1C1000;
}
.cid-v91RyIADow .card-date_1,
.cid-v91RyIADow .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RyIADow .card-title_1,
.cid-v91RyIADow .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RyIADow .card-date_2,
.cid-v91RyIADow .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RyIADow .card-title_2,
.cid-v91RyIADow .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RyIADow .card-date_3,
.cid-v91RyIADow .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RyIADow .card-title_3,
.cid-v91RyIADow .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RyIADow .card-date_4,
.cid-v91RyIADow .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RyIADow .card-title_4,
.cid-v91RyIADow .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RyIADow .card-date_5,
.cid-v91RyIADow .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RyIADow .card-title_5,
.cid-v91RyIADow .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RyISFWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RyISFWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RyISFWk .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RyISFWk .image-wrapper {
    height: 350px;
  }
}
.cid-v91RyJ9rPU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RyJ9rPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RyJ9rPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RyJ9rPU .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RyJ9rPU .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RyJ9rPU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RyJ9rPU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RyJ9rPU .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RyJ9rPU .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RyJ9rPU .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RyJ9rPU .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RyJ9rPU .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RyJ9rPU .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RyJ9rPU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RyJ9rPU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RyJ9rPU .embla__button--next,
.cid-v91RyJ9rPU .embla__button--prev {
  display: flex;
}
.cid-v91RyJ9rPU .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RyJ9rPU .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RyJ9rPU .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RyJ9rPU .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RyJ9rPU .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RyJ9rPU .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RyJ9rPU .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RyJ9rPU .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RyJ9rPU .embla__viewport {
    padding: 0;
  }
}
.cid-v91RyJ9rPU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RyJ9rPU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RyJ9rPU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RyJ9rPU .mbr-section-title,
.cid-v91RyJ9rPU .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RyJ9rPU .card-number {
  color: #e6eddc;
}
.cid-v91RyJ9rPU .card-title {
  color: #323432;
}
.cid-v91RyJ9rPU .card-text {
  color: #1C1000;
}
.cid-v91RyJ9rPU .card-number,
.cid-v91RyJ9rPU .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RyJzOQB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RyJzOQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RyJzOQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RyJzOQB .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RyJzOQB .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RyJzOQB .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RyJzOQB .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RyJzOQB .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RyJzOQB .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RyJzOQB .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RyJzOQB .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RyJzOQB .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RyJzOQB .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RyJzOQB .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RyJzOQB .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RyJzOQB .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RyJzOQB .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RyJzOQB .mbr-section-title,
.cid-v91RyJzOQB .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RyJzOQB .mbr-section-title,
.cid-v91RyJzOQB .mbr-section-btn,
.cid-v91RyJzOQB .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RyJQ0h9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RyJQ0h9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RyJQ0h9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RyJQ0h9 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RyJQ0h9 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RyJQ0h9 .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RyJQ0h9 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RyJQ0h9 .item {
    margin-bottom: 40px;
  }
}
.cid-v91RyJQ0h9 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RyJQ0h9 .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RyJQ0h9 .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RyJQ0h9 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RyJQ0h9 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RyJQ0h9 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RyJQ0h9 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RyJQ0h9 .mbr-section-title,
.cid-v91RyJQ0h9 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RyJQ0h9 .card-number {
  color: #f1f5eb;
}
.cid-v91RyJQ0h9 .card-title {
  color: #323432;
}
.cid-v91RyJQ0h9 .card-text {
  color: #1C1000;
}
.cid-v91RyJQ0h9 .card-number,
.cid-v91RyJQ0h9 .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RyJQ0h9 .card-title,
.cid-v91RyJQ0h9 .mbr-section-btn,
.cid-v91RyJQ0h9 .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RyKbd90 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RyKbd90::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RyKbd90::before {
    width: 40px;
  }
}
.cid-v91RyKbd90::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RyKbd90::after {
    width: 40px;
  }
}
.cid-v91RyKbd90 .item:focus,
.cid-v91RyKbd90 span:focus {
  outline: none;
}
.cid-v91RyKbd90 .item {
  cursor: pointer;
}
.cid-v91RyKbd90 .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RyKbd90 .grid-container-1,
.cid-v91RyKbd90 .grid-container-2,
.cid-v91RyKbd90 .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RyKbd90 .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RyKbd90 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RyKbd90 .content-head {
  max-width: 800px;
}
.cid-v91RyKbd90 .container,
.cid-v91RyKbd90 .container-fluid {
  overflow: hidden;
}
.cid-v91RyKbd90 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RyKbd90 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RyKbd90 .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RyKbd90 .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RyKbd90 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RyKbd90 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RyKbd90 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RyKbd90 .grid-container-1,
.cid-v91RyKbd90 .grid-container-2,
.cid-v91RyKbd90 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RyKbd90 .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RyKbd90 .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RyKuZvZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RyKuZvZ .item:focus,
.cid-v91RyKuZvZ span:focus {
  outline: none;
}
.cid-v91RyKuZvZ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RyKuZvZ .content-head {
  max-width: 800px;
}
.cid-v91RyKuZvZ .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RyKuZvZ .item {
    min-height: 32.5px;
  }
}
.cid-v91RyKL6gb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RyKL6gb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RyKL6gb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RyKL6gb .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RyKL6gb .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RyKL6gb .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RyKL6gb .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RyKL6gb .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RyKL6gb .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RyKL6gb .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RyKL6gb .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RyKL6gb .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RyKL6gb .title-wrapper {
    width: 100%;
  }
}
.cid-v91RyKL6gb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RyKL6gb .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RyKL6gb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RyKL6gb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RyKL6gb .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RyKL6gb .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RyKL6gb .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RyKL6gb .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RyKL6gb .embla__button--next,
.cid-v91RyKL6gb .embla__button--prev {
  display: flex;
}
.cid-v91RyKL6gb .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RyKL6gb .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RyKL6gb .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RyKL6gb .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RyKL6gb .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RyKL6gb .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RyKL6gb .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RyKL6gb .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RyKL6gb .embla {
    width: 100%;
  }
}
.cid-v91RyKL6gb .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RyKL6gb .embla__viewport {
    padding: 0;
  }
}
.cid-v91RyKL6gb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RyKL6gb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RyKL6gb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RyKL6gb .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RyKL6gb .mbr-section-title,
.cid-v91RyKL6gb .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RyL6JCn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RyL6JCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RyL6JCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RyL6JCn .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RyL6JCn .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RyL6JCn .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RyL6JCn .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RyL6JCn .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RyL6JCn .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RyL6JCn .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RyL6JCn .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RyL6JCn .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RyL6JCn .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RyL6JCn .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RyL6JCn .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RyL6JCn .mbr-section-title,
.cid-v91RyL6JCn .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RyLnJSq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RyLnJSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RyLnJSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RyLnJSq .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RyLnJSq .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RyLnJSq .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RyLnJSq .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RyLnJSq .item {
    margin-bottom: 20px;
  }
}
.cid-v91RyLnJSq .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RyLnJSq .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RyLnJSq .item .item-wrapper .card-box .card-title_1,
.cid-v91RyLnJSq .item .item-wrapper .card-box .card-title_2,
.cid-v91RyLnJSq .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RyLnJSq .item .item-wrapper .card-box .card-text_1,
.cid-v91RyLnJSq .item .item-wrapper .card-box .card-text_2,
.cid-v91RyLnJSq .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RyLnJSq .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_1,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_2,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RyLnJSq .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RyLnJSq .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RyLnJSq .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RyLnJSq .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RyLnJSq .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RyLnJSq .item .card_1 {
    transform: none;
  }
}
.cid-v91RyLnJSq .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RyLnJSq .item .card_2 {
    transform: none;
  }
}
.cid-v91RyLnJSq .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RyLnJSq .item .card_3 {
    transform: none;
  }
}
.cid-v91RyLnJSq .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RyLnJSq .mbr-section-title,
.cid-v91RyLnJSq .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RyLnJSq .card-title_1 {
  color: #323432;
}
.cid-v91RyLnJSq .card-text_1 {
  color: #1C1000;
}
.cid-v91RyLnJSq .list_1 {
  color: #323432;
}
.cid-v91RyLnJSq .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RyLnJSq .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RyLnJSq .list_2 {
  color: #f1f5eb;
}
.cid-v91RyLnJSq .card-title_3 {
  color: #323432;
}
.cid-v91RyLnJSq .card-text_3 {
  color: #1C1000;
}
.cid-v91RyLnJSq .list_3 {
  color: #323432;
}
.cid-v91RyLnJSq .card-title_1,
.cid-v91RyLnJSq .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RyLnJSq .list_1,
.cid-v91RyLnJSq .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RyLnJSq .card-title_2,
.cid-v91RyLnJSq .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RyLnJSq .list_2,
.cid-v91RyLnJSq .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RyLnJSq .card-title_3,
.cid-v91RyLnJSq .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RyLnJSq .list_3,
.cid-v91RyLnJSq .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RyLGcgG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RyLGcgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RyLGcgG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RyLGcgG .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RyLGcgG .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RyLGcgG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RyLGcgG .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RyLGcgG .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RyLGcgG .item {
    margin-bottom: 20px;
  }
}
.cid-v91RyLGcgG .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RyLGcgG .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RyLGcgG .item .item-wrapper .card-box .card-title_1,
.cid-v91RyLGcgG .item .item-wrapper .card-box .card-title_2,
.cid-v91RyLGcgG .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RyLGcgG .item .item-wrapper .card-box .card-text_1,
.cid-v91RyLGcgG .item .item-wrapper .card-box .card-text_2,
.cid-v91RyLGcgG .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RyLGcgG .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RyLGcgG .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RyLGcgG .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RyLGcgG .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RyLGcgG .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RyLGcgG .item .card_1 {
  background-color: #472d00;
}
.cid-v91RyLGcgG .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RyLGcgG .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RyLGcgG .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RyLGcgG .mbr-section-title,
.cid-v91RyLGcgG .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RyLGcgG .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RyLGcgG .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RyLGcgG .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RyLGcgG .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RyLGcgG .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RyLGcgG .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RyLGcgG .card-title_1,
.cid-v91RyLGcgG .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RyLGcgG .card-title_2,
.cid-v91RyLGcgG .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RyLGcgG .card-title_3,
.cid-v91RyLGcgG .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91Rxllzby {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91Rxllzby .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91Rxllzby .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91Rxllzby .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91Rxllzby .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91Rxllzby .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91Rxllzby .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91Rxllzby .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91Rxllzby .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91Rxllzby .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91Rxllzby .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91Rxllzby .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91Rxllzby .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91Rxllzby .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91Rxllzby .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91Rxllzby .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91Rxllzby .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91Rxllzby .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91Rxllzby .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91Rxllzby .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91Rxllzby .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91Rxllzby .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91Rxllzby .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91Rxllzby .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91Rxllzby .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91Rxllzby .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91Rxllzby .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91Rxllzby .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91Rxllzby .container,
.cid-v91Rxllzby .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91Rxllzby .container,
  .cid-v91Rxllzby .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91Rxllzby .container,
  .cid-v91Rxllzby .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91Rxllzby .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91Rxllzby .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91Rxllzby .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91Rxllzby .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91Rxllzby .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91Rxllzby .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91Rxllzby .nav-item:focus,
.cid-v91Rxllzby .nav-link:focus {
  outline: none;
}
.cid-v91Rxllzby .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91Rxllzby .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91Rxllzby .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91Rxllzby .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91Rxllzby .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91Rxllzby .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91Rxllzby .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91Rxllzby .navbar.opened {
  transition: all 0.3s;
}
.cid-v91Rxllzby .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91Rxllzby .navbar .navbar-logo img {
  width: auto;
}
.cid-v91Rxllzby .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91Rxllzby .navbar.collapsed {
  justify-content: center;
}
.cid-v91Rxllzby .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91Rxllzby .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91Rxllzby .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91Rxllzby .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91Rxllzby .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91Rxllzby .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-v91Rxllzby .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91Rxllzby .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91Rxllzby .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91Rxllzby .navbar {
    min-height: 72px;
  }
  .cid-v91Rxllzby .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91Rxllzby .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91Rxllzby .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91Rxllzby .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91Rxllzby .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91Rxllzby .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-v91Rxllzby .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91Rxllzby .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91Rxllzby .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91Rxllzby .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91Rxllzby .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91Rxllzby .dropdown-item.active,
.cid-v91Rxllzby .dropdown-item:active {
  background-color: transparent;
}
.cid-v91Rxllzby .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91Rxllzby .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91Rxllzby .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91Rxllzby .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91Rxllzby .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91Rxllzby .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91Rxllzby .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91Rxllzby ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91Rxllzby .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91Rxllzby .navbar-buttons {
    text-align: left;
  }
}
.cid-v91Rxllzby button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91Rxllzby button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91Rxllzby button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91Rxllzby button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91Rxllzby button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91Rxllzby button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91Rxllzby nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91Rxllzby nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91Rxllzby nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91Rxllzby nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91Rxllzby .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91Rxllzby a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91Rxllzby .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91Rxllzby .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91Rxllzby .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91Rxllzby .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91Rxllzby .navbar {
    height: 70px;
  }
  .cid-v91Rxllzby .navbar.opened {
    height: auto;
  }
  .cid-v91Rxllzby .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91Rxllzby .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91Rxllzby .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91Rxllzby .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91Rxllzby .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91Rxllzby .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91Rxllzby .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91Rxllzby .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91Rxllzby .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91Rxllzby .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91Rxllzby .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91Rxllzby .navbar-brand {
    margin-right: auto;
  }
  .cid-v91Rxllzby .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91Rxllzby .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91Rxllzby .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91Rxllzby .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91Rxllzby .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91Rxllzby .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91Rxllzby .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91Rxllzby .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91Rxllzby .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91Rxllzby .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91Rxllzby .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91Rxllzby .content-wrap {
    display: block;
  }
}
.cid-v91Rxllzby .nav-link,
.cid-v91Rxllzby .dropdown-item {
  color: #1C1000;
}
.cid-v91Rxm42bx {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91Rxm42bx .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91Rxm42bx .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91Rxm42bx .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91Rxm42bx .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91Rxm42bx .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91Rxm42bx .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91Rxm42bx .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91Rxm42bx .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rxm42bx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rxm42bx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rxm42bx .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91Rxm42bx .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91Rxm42bx .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91Rxm42bx .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91Rxm42bx .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91Rxm42bx .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91Rxm42bx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Rxm42bx .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91Rxm42bx .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91Rxm42bx .mbr-section-title {
  color: #323432;
}
.cid-v91Rxm42bx .mbr-text,
.cid-v91Rxm42bx .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rxm42bx .mbr-section-title,
.cid-v91Rxm42bx .mbr-section-btn,
.cid-v91Rxm42bx .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91Rxmg0M8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rxmg0M8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rxmg0M8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rxmg0M8 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rxmg0M8 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91Rxmg0M8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91Rxmg0M8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91Rxmg0M8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Rxmg0M8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Rxmg0M8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91Rxmg0M8 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91Rxmg0M8 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91Rxmg0M8 .item {
    margin-bottom: 20px;
  }
}
.cid-v91Rxmg0M8 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91Rxmg0M8 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rxmg0M8 .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rxmg0M8 .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91Rxmg0M8 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rxmg0M8 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rxmg0M8 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rxmg0M8 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rxmg0M8 .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91Rxmg0M8 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91Rxmg0M8 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rxmg0M8 .mbr-section-title,
.cid-v91Rxmg0M8 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rxmg0M8 .mbr-text,
.cid-v91Rxmg0M8 .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rxmg0M8 .card-title {
  color: #f1f5eb;
}
.cid-v91Rxmg0M8 .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91Rxmg0M8 .card-title,
.cid-v91Rxmg0M8 .mbr-section-btn {
  text-align: center;
}
.cid-v91RxmzT6b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RxmzT6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RxmzT6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RxmzT6b .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RxmzT6b .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RxmzT6b .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RxmzT6b .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RxmzT6b .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RxmzT6b .item {
    margin-bottom: 40px;
  }
}
.cid-v91RxmzT6b .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RxmzT6b .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RxmzT6b .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RxmzT6b .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RxmzT6b .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RxmzT6b .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RxmzT6b .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RxmzT6b .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RxmzT6b .mbr-section-title,
.cid-v91RxmzT6b .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RxmzT6b .card-title {
  color: #323432;
}
.cid-v91RxmzT6b .card-text {
  color: #1C1000;
}
.cid-v91RxmzT6b .card-title,
.cid-v91RxmzT6b .mbr-section-btn,
.cid-v91RxmzT6b .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RxmR67E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RxmR67E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RxmR67E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RxmR67E .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RxmR67E .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RxmR67E .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RxmR67E .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RxmR67E .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RxmR67E .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RxmR67E .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RxmR67E .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RxmR67E .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RxmR67E .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RxmR67E .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RxmR67E .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RxmR67E .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RxmR67E .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RxmR67E .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RxmR67E .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RxmR67E .embla__button--next,
.cid-v91RxmR67E .embla__button--prev {
  display: flex;
}
.cid-v91RxmR67E .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RxmR67E .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RxmR67E .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RxmR67E .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RxmR67E .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RxmR67E .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RxmR67E .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RxmR67E .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RxmR67E .embla__viewport {
    padding: 0;
  }
}
.cid-v91RxmR67E .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RxmR67E .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RxmR67E .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RxmR67E .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RxmR67E .mbr-section-title,
.cid-v91RxmR67E .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RxmR67E .mbr-text,
.cid-v91RxmR67E .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RxmR67E .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RxmR67E .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RxmR67E .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RxmR67E .card-date_2 {
  color: #323432;
}
.cid-v91RxmR67E .card-title_2 {
  color: #323432;
}
.cid-v91RxmR67E .card-text_2 {
  color: #1C1000;
}
.cid-v91RxmR67E .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RxmR67E .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RxmR67E .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RxmR67E .card-date_4 {
  color: #323432;
}
.cid-v91RxmR67E .card-title_4 {
  color: #323432;
}
.cid-v91RxmR67E .card-text_4 {
  color: #1C1000;
}
.cid-v91RxmR67E .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RxmR67E .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RxmR67E .card-text_5 {
  color: #1C1000;
}
.cid-v91RxmR67E .card-date_1,
.cid-v91RxmR67E .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RxmR67E .card-title_1,
.cid-v91RxmR67E .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RxmR67E .card-date_2,
.cid-v91RxmR67E .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RxmR67E .card-title_2,
.cid-v91RxmR67E .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RxmR67E .card-date_3,
.cid-v91RxmR67E .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RxmR67E .card-title_3,
.cid-v91RxmR67E .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RxmR67E .card-date_4,
.cid-v91RxmR67E .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RxmR67E .card-title_4,
.cid-v91RxmR67E .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RxmR67E .card-date_5,
.cid-v91RxmR67E .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RxmR67E .card-title_5,
.cid-v91RxmR67E .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rxn85Rj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rxn85Rj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91Rxn85Rj .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91Rxn85Rj .image-wrapper {
    height: 350px;
  }
}
.cid-v91RxnnLak {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RxnnLak .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RxnnLak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RxnnLak .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RxnnLak .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RxnnLak .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RxnnLak .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RxnnLak .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RxnnLak .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RxnnLak .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RxnnLak .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RxnnLak .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RxnnLak .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RxnnLak .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RxnnLak .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RxnnLak .embla__button--next,
.cid-v91RxnnLak .embla__button--prev {
  display: flex;
}
.cid-v91RxnnLak .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RxnnLak .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RxnnLak .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RxnnLak .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RxnnLak .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RxnnLak .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RxnnLak .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RxnnLak .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RxnnLak .embla__viewport {
    padding: 0;
  }
}
.cid-v91RxnnLak .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RxnnLak .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RxnnLak .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RxnnLak .mbr-section-title,
.cid-v91RxnnLak .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RxnnLak .card-number {
  color: #e6eddc;
}
.cid-v91RxnnLak .card-title {
  color: #323432;
}
.cid-v91RxnnLak .card-text {
  color: #1C1000;
}
.cid-v91RxnnLak .card-number,
.cid-v91RxnnLak .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RxnLCvq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RxnLCvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RxnLCvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RxnLCvq .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RxnLCvq .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RxnLCvq .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RxnLCvq .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RxnLCvq .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RxnLCvq .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RxnLCvq .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RxnLCvq .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RxnLCvq .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RxnLCvq .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RxnLCvq .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RxnLCvq .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RxnLCvq .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RxnLCvq .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RxnLCvq .mbr-section-title,
.cid-v91RxnLCvq .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RxnLCvq .mbr-section-title,
.cid-v91RxnLCvq .mbr-section-btn,
.cid-v91RxnLCvq .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91Rxo2eZ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rxo2eZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rxo2eZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rxo2eZ3 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rxo2eZ3 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rxo2eZ3 .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91Rxo2eZ3 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91Rxo2eZ3 .item {
    margin-bottom: 40px;
  }
}
.cid-v91Rxo2eZ3 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91Rxo2eZ3 .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91Rxo2eZ3 .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91Rxo2eZ3 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rxo2eZ3 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rxo2eZ3 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rxo2eZ3 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rxo2eZ3 .mbr-section-title,
.cid-v91Rxo2eZ3 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rxo2eZ3 .card-number {
  color: #f1f5eb;
}
.cid-v91Rxo2eZ3 .card-title {
  color: #323432;
}
.cid-v91Rxo2eZ3 .card-text {
  color: #1C1000;
}
.cid-v91Rxo2eZ3 .card-number,
.cid-v91Rxo2eZ3 .number-wrapper {
  color: #FFFFFF;
}
.cid-v91Rxo2eZ3 .card-title,
.cid-v91Rxo2eZ3 .mbr-section-btn,
.cid-v91Rxo2eZ3 .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RxolY6U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RxolY6U::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RxolY6U::before {
    width: 40px;
  }
}
.cid-v91RxolY6U::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RxolY6U::after {
    width: 40px;
  }
}
.cid-v91RxolY6U .item:focus,
.cid-v91RxolY6U span:focus {
  outline: none;
}
.cid-v91RxolY6U .item {
  cursor: pointer;
}
.cid-v91RxolY6U .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RxolY6U .grid-container-1,
.cid-v91RxolY6U .grid-container-2,
.cid-v91RxolY6U .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RxolY6U .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RxolY6U .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RxolY6U .content-head {
  max-width: 800px;
}
.cid-v91RxolY6U .container,
.cid-v91RxolY6U .container-fluid {
  overflow: hidden;
}
.cid-v91RxolY6U .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RxolY6U .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RxolY6U .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RxolY6U .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RxolY6U .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RxolY6U .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RxolY6U .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RxolY6U .grid-container-1,
.cid-v91RxolY6U .grid-container-2,
.cid-v91RxolY6U .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RxolY6U .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RxolY6U .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RxoB8hW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RxoB8hW .item:focus,
.cid-v91RxoB8hW span:focus {
  outline: none;
}
.cid-v91RxoB8hW .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RxoB8hW .content-head {
  max-width: 800px;
}
.cid-v91RxoB8hW .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RxoB8hW .item {
    min-height: 32.5px;
  }
}
.cid-v91RxoSHjo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RxoSHjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RxoSHjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RxoSHjo .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RxoSHjo .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RxoSHjo .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RxoSHjo .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RxoSHjo .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RxoSHjo .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RxoSHjo .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RxoSHjo .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RxoSHjo .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RxoSHjo .title-wrapper {
    width: 100%;
  }
}
.cid-v91RxoSHjo .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RxoSHjo .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RxoSHjo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RxoSHjo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RxoSHjo .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RxoSHjo .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RxoSHjo .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RxoSHjo .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RxoSHjo .embla__button--next,
.cid-v91RxoSHjo .embla__button--prev {
  display: flex;
}
.cid-v91RxoSHjo .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RxoSHjo .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RxoSHjo .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RxoSHjo .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RxoSHjo .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RxoSHjo .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RxoSHjo .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RxoSHjo .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RxoSHjo .embla {
    width: 100%;
  }
}
.cid-v91RxoSHjo .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RxoSHjo .embla__viewport {
    padding: 0;
  }
}
.cid-v91RxoSHjo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RxoSHjo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RxoSHjo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RxoSHjo .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RxoSHjo .mbr-section-title,
.cid-v91RxoSHjo .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rxpd4OA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rxpd4OA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rxpd4OA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rxpd4OA .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91Rxpd4OA .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91Rxpd4OA .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91Rxpd4OA .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91Rxpd4OA .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rxpd4OA .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91Rxpd4OA .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91Rxpd4OA .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Rxpd4OA .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91Rxpd4OA .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91Rxpd4OA .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91Rxpd4OA .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91Rxpd4OA .mbr-section-title,
.cid-v91Rxpd4OA .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RxpzJDB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RxpzJDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RxpzJDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RxpzJDB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RxpzJDB .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RxpzJDB .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RxpzJDB .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RxpzJDB .item {
    margin-bottom: 20px;
  }
}
.cid-v91RxpzJDB .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RxpzJDB .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RxpzJDB .item .item-wrapper .card-box .card-title_1,
.cid-v91RxpzJDB .item .item-wrapper .card-box .card-title_2,
.cid-v91RxpzJDB .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RxpzJDB .item .item-wrapper .card-box .card-text_1,
.cid-v91RxpzJDB .item .item-wrapper .card-box .card-text_2,
.cid-v91RxpzJDB .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RxpzJDB .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_1,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_2,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RxpzJDB .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RxpzJDB .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RxpzJDB .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RxpzJDB .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RxpzJDB .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RxpzJDB .item .card_1 {
    transform: none;
  }
}
.cid-v91RxpzJDB .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RxpzJDB .item .card_2 {
    transform: none;
  }
}
.cid-v91RxpzJDB .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RxpzJDB .item .card_3 {
    transform: none;
  }
}
.cid-v91RxpzJDB .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RxpzJDB .mbr-section-title,
.cid-v91RxpzJDB .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RxpzJDB .card-title_1 {
  color: #323432;
}
.cid-v91RxpzJDB .card-text_1 {
  color: #1C1000;
}
.cid-v91RxpzJDB .list_1 {
  color: #323432;
}
.cid-v91RxpzJDB .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RxpzJDB .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RxpzJDB .list_2 {
  color: #f1f5eb;
}
.cid-v91RxpzJDB .card-title_3 {
  color: #323432;
}
.cid-v91RxpzJDB .card-text_3 {
  color: #1C1000;
}
.cid-v91RxpzJDB .list_3 {
  color: #323432;
}
.cid-v91RxpzJDB .card-title_1,
.cid-v91RxpzJDB .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RxpzJDB .list_1,
.cid-v91RxpzJDB .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RxpzJDB .card-title_2,
.cid-v91RxpzJDB .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RxpzJDB .list_2,
.cid-v91RxpzJDB .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RxpzJDB .card-title_3,
.cid-v91RxpzJDB .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RxpzJDB .list_3,
.cid-v91RxpzJDB .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RxpSkZX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RxpSkZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RxpSkZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RxpSkZX .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RxpSkZX .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RxpSkZX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RxpSkZX .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RxpSkZX .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RxpSkZX .item {
    margin-bottom: 20px;
  }
}
.cid-v91RxpSkZX .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RxpSkZX .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RxpSkZX .item .item-wrapper .card-box .card-title_1,
.cid-v91RxpSkZX .item .item-wrapper .card-box .card-title_2,
.cid-v91RxpSkZX .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RxpSkZX .item .item-wrapper .card-box .card-text_1,
.cid-v91RxpSkZX .item .item-wrapper .card-box .card-text_2,
.cid-v91RxpSkZX .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RxpSkZX .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RxpSkZX .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RxpSkZX .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RxpSkZX .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RxpSkZX .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RxpSkZX .item .card_1 {
  background-color: #472d00;
}
.cid-v91RxpSkZX .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RxpSkZX .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RxpSkZX .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RxpSkZX .mbr-section-title,
.cid-v91RxpSkZX .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RxpSkZX .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RxpSkZX .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RxpSkZX .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RxpSkZX .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RxpSkZX .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RxpSkZX .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RxpSkZX .card-title_1,
.cid-v91RxpSkZX .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RxpSkZX .card-title_2,
.cid-v91RxpSkZX .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RxpSkZX .card-title_3,
.cid-v91RxpSkZX .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RKVzk91 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RKVzk91 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RKVzk91 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RKVzk91 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RKVzk91 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RKVzk91 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RKVzk91 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RKVzk91 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RKVzk91 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RKVzk91 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RKVzk91 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RKVzk91 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RKVzk91 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RKVzk91 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RKVzk91 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RKVzk91 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RKVzk91 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RKVzk91 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RKVzk91 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RKVzk91 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RKVzk91 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RKVzk91 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RKVzk91 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RKVzk91 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RKVzk91 .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RKVzk91 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RKVzk91 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RKVzk91 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RKVzk91 .container,
.cid-v91RKVzk91 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RKVzk91 .container,
  .cid-v91RKVzk91 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RKVzk91 .container,
  .cid-v91RKVzk91 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RKVzk91 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RKVzk91 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RKVzk91 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RKVzk91 .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RKVzk91 .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RKVzk91 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RKVzk91 .nav-item:focus,
.cid-v91RKVzk91 .nav-link:focus {
  outline: none;
}
.cid-v91RKVzk91 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RKVzk91 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RKVzk91 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RKVzk91 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RKVzk91 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RKVzk91 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RKVzk91 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RKVzk91 .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RKVzk91 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RKVzk91 .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RKVzk91 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RKVzk91 .navbar.collapsed {
  justify-content: center;
}
.cid-v91RKVzk91 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RKVzk91 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RKVzk91 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RKVzk91 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RKVzk91 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RKVzk91 .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-v91RKVzk91 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RKVzk91 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RKVzk91 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RKVzk91 .navbar {
    min-height: 72px;
  }
  .cid-v91RKVzk91 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RKVzk91 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RKVzk91 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RKVzk91 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RKVzk91 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RKVzk91 .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-v91RKVzk91 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RKVzk91 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RKVzk91 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RKVzk91 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RKVzk91 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RKVzk91 .dropdown-item.active,
.cid-v91RKVzk91 .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RKVzk91 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RKVzk91 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RKVzk91 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RKVzk91 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RKVzk91 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RKVzk91 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RKVzk91 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RKVzk91 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RKVzk91 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RKVzk91 .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RKVzk91 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RKVzk91 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RKVzk91 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RKVzk91 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RKVzk91 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RKVzk91 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RKVzk91 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RKVzk91 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RKVzk91 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RKVzk91 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RKVzk91 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RKVzk91 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RKVzk91 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RKVzk91 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RKVzk91 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RKVzk91 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RKVzk91 .navbar {
    height: 70px;
  }
  .cid-v91RKVzk91 .navbar.opened {
    height: auto;
  }
  .cid-v91RKVzk91 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RKVzk91 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RKVzk91 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RKVzk91 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RKVzk91 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RKVzk91 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RKVzk91 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RKVzk91 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RKVzk91 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RKVzk91 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RKVzk91 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RKVzk91 .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RKVzk91 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RKVzk91 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RKVzk91 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RKVzk91 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RKVzk91 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RKVzk91 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RKVzk91 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RKVzk91 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RKVzk91 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RKVzk91 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RKVzk91 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RKVzk91 .content-wrap {
    display: block;
  }
}
.cid-v91RKVzk91 .nav-link,
.cid-v91RKVzk91 .dropdown-item {
  color: #1C1000;
}
.cid-v91RKWshtM {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RKWshtM .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RKWshtM .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RKWshtM .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RKWshtM .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RKWshtM .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RKWshtM .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RKWshtM .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RKWshtM .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RKWshtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RKWshtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RKWshtM .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RKWshtM .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RKWshtM .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RKWshtM .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RKWshtM .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RKWshtM .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RKWshtM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RKWshtM .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RKWshtM .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RKWshtM .mbr-section-title {
  color: #323432;
}
.cid-v91RKWshtM .mbr-text,
.cid-v91RKWshtM .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RKWshtM .mbr-section-title,
.cid-v91RKWshtM .mbr-section-btn,
.cid-v91RKWshtM .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RKWIY0b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RKWIY0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RKWIY0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RKWIY0b .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RKWIY0b .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RKWIY0b .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RKWIY0b .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RKWIY0b .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RKWIY0b .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RKWIY0b .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RKWIY0b .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RKWIY0b .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RKWIY0b .item {
    margin-bottom: 20px;
  }
}
.cid-v91RKWIY0b .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RKWIY0b .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RKWIY0b .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RKWIY0b .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RKWIY0b .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RKWIY0b .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RKWIY0b .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RKWIY0b .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RKWIY0b .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RKWIY0b .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RKWIY0b .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RKWIY0b .mbr-section-title,
.cid-v91RKWIY0b .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RKWIY0b .mbr-text,
.cid-v91RKWIY0b .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RKWIY0b .card-title {
  color: #f1f5eb;
}
.cid-v91RKWIY0b .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RKWIY0b .card-title,
.cid-v91RKWIY0b .mbr-section-btn {
  text-align: center;
}
.cid-v91RKX6XxR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RKX6XxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RKX6XxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RKX6XxR .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RKX6XxR .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RKX6XxR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RKX6XxR .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RKX6XxR .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RKX6XxR .item {
    margin-bottom: 40px;
  }
}
.cid-v91RKX6XxR .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RKX6XxR .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RKX6XxR .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RKX6XxR .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RKX6XxR .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RKX6XxR .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RKX6XxR .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RKX6XxR .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RKX6XxR .mbr-section-title,
.cid-v91RKX6XxR .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RKX6XxR .card-title {
  color: #323432;
}
.cid-v91RKX6XxR .card-text {
  color: #1C1000;
}
.cid-v91RKX6XxR .card-title,
.cid-v91RKX6XxR .mbr-section-btn,
.cid-v91RKX6XxR .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RKXrBC3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RKXrBC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RKXrBC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RKXrBC3 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RKXrBC3 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RKXrBC3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RKXrBC3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RKXrBC3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RKXrBC3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RKXrBC3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RKXrBC3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RKXrBC3 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RKXrBC3 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RKXrBC3 .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RKXrBC3 .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RKXrBC3 .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RKXrBC3 .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RKXrBC3 .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RKXrBC3 .embla__button--next,
.cid-v91RKXrBC3 .embla__button--prev {
  display: flex;
}
.cid-v91RKXrBC3 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RKXrBC3 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RKXrBC3 .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RKXrBC3 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RKXrBC3 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RKXrBC3 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RKXrBC3 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RKXrBC3 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RKXrBC3 .embla__viewport {
    padding: 0;
  }
}
.cid-v91RKXrBC3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RKXrBC3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RKXrBC3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RKXrBC3 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RKXrBC3 .mbr-section-title,
.cid-v91RKXrBC3 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RKXrBC3 .mbr-text,
.cid-v91RKXrBC3 .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RKXrBC3 .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RKXrBC3 .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RKXrBC3 .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RKXrBC3 .card-date_2 {
  color: #323432;
}
.cid-v91RKXrBC3 .card-title_2 {
  color: #323432;
}
.cid-v91RKXrBC3 .card-text_2 {
  color: #1C1000;
}
.cid-v91RKXrBC3 .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RKXrBC3 .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RKXrBC3 .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RKXrBC3 .card-date_4 {
  color: #323432;
}
.cid-v91RKXrBC3 .card-title_4 {
  color: #323432;
}
.cid-v91RKXrBC3 .card-text_4 {
  color: #1C1000;
}
.cid-v91RKXrBC3 .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RKXrBC3 .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RKXrBC3 .card-text_5 {
  color: #1C1000;
}
.cid-v91RKXrBC3 .card-date_1,
.cid-v91RKXrBC3 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RKXrBC3 .card-title_1,
.cid-v91RKXrBC3 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RKXrBC3 .card-date_2,
.cid-v91RKXrBC3 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RKXrBC3 .card-title_2,
.cid-v91RKXrBC3 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RKXrBC3 .card-date_3,
.cid-v91RKXrBC3 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RKXrBC3 .card-title_3,
.cid-v91RKXrBC3 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RKXrBC3 .card-date_4,
.cid-v91RKXrBC3 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RKXrBC3 .card-title_4,
.cid-v91RKXrBC3 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RKXrBC3 .card-date_5,
.cid-v91RKXrBC3 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RKXrBC3 .card-title_5,
.cid-v91RKXrBC3 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RKXMlGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RKXMlGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RKXMlGU .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RKXMlGU .image-wrapper {
    height: 350px;
  }
}
.cid-v91RKY04tL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RKY04tL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RKY04tL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RKY04tL .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RKY04tL .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RKY04tL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RKY04tL .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RKY04tL .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RKY04tL .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RKY04tL .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RKY04tL .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RKY04tL .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RKY04tL .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RKY04tL .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RKY04tL .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RKY04tL .embla__button--next,
.cid-v91RKY04tL .embla__button--prev {
  display: flex;
}
.cid-v91RKY04tL .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RKY04tL .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RKY04tL .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RKY04tL .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RKY04tL .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RKY04tL .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RKY04tL .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RKY04tL .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RKY04tL .embla__viewport {
    padding: 0;
  }
}
.cid-v91RKY04tL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RKY04tL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RKY04tL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RKY04tL .mbr-section-title,
.cid-v91RKY04tL .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RKY04tL .card-number {
  color: #e6eddc;
}
.cid-v91RKY04tL .card-title {
  color: #323432;
}
.cid-v91RKY04tL .card-text {
  color: #1C1000;
}
.cid-v91RKY04tL .card-number,
.cid-v91RKY04tL .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RKYo0vE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RKYo0vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RKYo0vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RKYo0vE .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RKYo0vE .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RKYo0vE .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RKYo0vE .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RKYo0vE .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RKYo0vE .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RKYo0vE .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RKYo0vE .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RKYo0vE .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RKYo0vE .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RKYo0vE .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RKYo0vE .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RKYo0vE .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RKYo0vE .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RKYo0vE .mbr-section-title,
.cid-v91RKYo0vE .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RKYo0vE .mbr-section-title,
.cid-v91RKYo0vE .mbr-section-btn,
.cid-v91RKYo0vE .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RKYDlat {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RKYDlat .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RKYDlat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RKYDlat .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RKYDlat .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RKYDlat .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RKYDlat .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RKYDlat .item {
    margin-bottom: 40px;
  }
}
.cid-v91RKYDlat .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RKYDlat .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RKYDlat .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RKYDlat .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RKYDlat .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RKYDlat .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RKYDlat .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RKYDlat .mbr-section-title,
.cid-v91RKYDlat .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RKYDlat .card-number {
  color: #f1f5eb;
}
.cid-v91RKYDlat .card-title {
  color: #323432;
}
.cid-v91RKYDlat .card-text {
  color: #1C1000;
}
.cid-v91RKYDlat .card-number,
.cid-v91RKYDlat .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RKYDlat .card-title,
.cid-v91RKYDlat .mbr-section-btn,
.cid-v91RKYDlat .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RKYV97k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RKYV97k::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RKYV97k::before {
    width: 40px;
  }
}
.cid-v91RKYV97k::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RKYV97k::after {
    width: 40px;
  }
}
.cid-v91RKYV97k .item:focus,
.cid-v91RKYV97k span:focus {
  outline: none;
}
.cid-v91RKYV97k .item {
  cursor: pointer;
}
.cid-v91RKYV97k .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RKYV97k .grid-container-1,
.cid-v91RKYV97k .grid-container-2,
.cid-v91RKYV97k .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RKYV97k .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RKYV97k .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RKYV97k .content-head {
  max-width: 800px;
}
.cid-v91RKYV97k .container,
.cid-v91RKYV97k .container-fluid {
  overflow: hidden;
}
.cid-v91RKYV97k .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RKYV97k .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RKYV97k .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RKYV97k .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RKYV97k .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RKYV97k .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RKYV97k .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RKYV97k .grid-container-1,
.cid-v91RKYV97k .grid-container-2,
.cid-v91RKYV97k .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RKYV97k .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RKYV97k .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RKZcp1m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RKZcp1m .item:focus,
.cid-v91RKZcp1m span:focus {
  outline: none;
}
.cid-v91RKZcp1m .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RKZcp1m .content-head {
  max-width: 800px;
}
.cid-v91RKZcp1m .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RKZcp1m .item {
    min-height: 32.5px;
  }
}
.cid-v91RKZrTfB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RKZrTfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RKZrTfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RKZrTfB .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RKZrTfB .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RKZrTfB .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RKZrTfB .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RKZrTfB .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RKZrTfB .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RKZrTfB .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RKZrTfB .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RKZrTfB .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RKZrTfB .title-wrapper {
    width: 100%;
  }
}
.cid-v91RKZrTfB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RKZrTfB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RKZrTfB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RKZrTfB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RKZrTfB .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RKZrTfB .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RKZrTfB .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RKZrTfB .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RKZrTfB .embla__button--next,
.cid-v91RKZrTfB .embla__button--prev {
  display: flex;
}
.cid-v91RKZrTfB .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RKZrTfB .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RKZrTfB .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RKZrTfB .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RKZrTfB .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RKZrTfB .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RKZrTfB .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RKZrTfB .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RKZrTfB .embla {
    width: 100%;
  }
}
.cid-v91RKZrTfB .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RKZrTfB .embla__viewport {
    padding: 0;
  }
}
.cid-v91RKZrTfB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RKZrTfB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RKZrTfB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RKZrTfB .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RKZrTfB .mbr-section-title,
.cid-v91RKZrTfB .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RKZUQOs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RKZUQOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RKZUQOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RKZUQOs .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RKZUQOs .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RKZUQOs .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RKZUQOs .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RKZUQOs .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RKZUQOs .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RKZUQOs .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RKZUQOs .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RKZUQOs .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RKZUQOs .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RKZUQOs .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RKZUQOs .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RKZUQOs .mbr-section-title,
.cid-v91RKZUQOs .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RL0bX9p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RL0bX9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RL0bX9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RL0bX9p .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RL0bX9p .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RL0bX9p .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RL0bX9p .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RL0bX9p .item {
    margin-bottom: 20px;
  }
}
.cid-v91RL0bX9p .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RL0bX9p .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RL0bX9p .item .item-wrapper .card-box .card-title_1,
.cid-v91RL0bX9p .item .item-wrapper .card-box .card-title_2,
.cid-v91RL0bX9p .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RL0bX9p .item .item-wrapper .card-box .card-text_1,
.cid-v91RL0bX9p .item .item-wrapper .card-box .card-text_2,
.cid-v91RL0bX9p .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RL0bX9p .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_1,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_2,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RL0bX9p .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RL0bX9p .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RL0bX9p .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RL0bX9p .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RL0bX9p .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RL0bX9p .item .card_1 {
    transform: none;
  }
}
.cid-v91RL0bX9p .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RL0bX9p .item .card_2 {
    transform: none;
  }
}
.cid-v91RL0bX9p .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RL0bX9p .item .card_3 {
    transform: none;
  }
}
.cid-v91RL0bX9p .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RL0bX9p .mbr-section-title,
.cid-v91RL0bX9p .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RL0bX9p .card-title_1 {
  color: #323432;
}
.cid-v91RL0bX9p .card-text_1 {
  color: #1C1000;
}
.cid-v91RL0bX9p .list_1 {
  color: #323432;
}
.cid-v91RL0bX9p .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RL0bX9p .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RL0bX9p .list_2 {
  color: #f1f5eb;
}
.cid-v91RL0bX9p .card-title_3 {
  color: #323432;
}
.cid-v91RL0bX9p .card-text_3 {
  color: #1C1000;
}
.cid-v91RL0bX9p .list_3 {
  color: #323432;
}
.cid-v91RL0bX9p .card-title_1,
.cid-v91RL0bX9p .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RL0bX9p .list_1,
.cid-v91RL0bX9p .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RL0bX9p .card-title_2,
.cid-v91RL0bX9p .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RL0bX9p .list_2,
.cid-v91RL0bX9p .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RL0bX9p .card-title_3,
.cid-v91RL0bX9p .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RL0bX9p .list_3,
.cid-v91RL0bX9p .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RL0uUFS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RL0uUFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RL0uUFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RL0uUFS .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RL0uUFS .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RL0uUFS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RL0uUFS .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RL0uUFS .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RL0uUFS .item {
    margin-bottom: 20px;
  }
}
.cid-v91RL0uUFS .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RL0uUFS .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RL0uUFS .item .item-wrapper .card-box .card-title_1,
.cid-v91RL0uUFS .item .item-wrapper .card-box .card-title_2,
.cid-v91RL0uUFS .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RL0uUFS .item .item-wrapper .card-box .card-text_1,
.cid-v91RL0uUFS .item .item-wrapper .card-box .card-text_2,
.cid-v91RL0uUFS .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RL0uUFS .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RL0uUFS .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RL0uUFS .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RL0uUFS .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RL0uUFS .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RL0uUFS .item .card_1 {
  background-color: #472d00;
}
.cid-v91RL0uUFS .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RL0uUFS .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RL0uUFS .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RL0uUFS .mbr-section-title,
.cid-v91RL0uUFS .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RL0uUFS .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RL0uUFS .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RL0uUFS .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RL0uUFS .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RL0uUFS .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RL0uUFS .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RL0uUFS .card-title_1,
.cid-v91RL0uUFS .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RL0uUFS .card-title_2,
.cid-v91RL0uUFS .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RL0uUFS .card-title_3,
.cid-v91RL0uUFS .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RLTxfCn {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RLTxfCn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RLTxfCn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RLTxfCn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RLTxfCn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RLTxfCn .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RLTxfCn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RLTxfCn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RLTxfCn .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RLTxfCn .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RLTxfCn .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RLTxfCn .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RLTxfCn .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RLTxfCn .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RLTxfCn .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RLTxfCn .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RLTxfCn .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RLTxfCn .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RLTxfCn .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RLTxfCn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RLTxfCn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RLTxfCn .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RLTxfCn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RLTxfCn .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RLTxfCn .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RLTxfCn .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RLTxfCn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RLTxfCn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RLTxfCn .container,
.cid-v91RLTxfCn .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RLTxfCn .container,
  .cid-v91RLTxfCn .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RLTxfCn .container,
  .cid-v91RLTxfCn .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RLTxfCn .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RLTxfCn .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RLTxfCn .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RLTxfCn .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RLTxfCn .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RLTxfCn .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RLTxfCn .nav-item:focus,
.cid-v91RLTxfCn .nav-link:focus {
  outline: none;
}
.cid-v91RLTxfCn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RLTxfCn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RLTxfCn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RLTxfCn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RLTxfCn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RLTxfCn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RLTxfCn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RLTxfCn .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RLTxfCn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RLTxfCn .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RLTxfCn .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RLTxfCn .navbar.collapsed {
  justify-content: center;
}
.cid-v91RLTxfCn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RLTxfCn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RLTxfCn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RLTxfCn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RLTxfCn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RLTxfCn .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-v91RLTxfCn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RLTxfCn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RLTxfCn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RLTxfCn .navbar {
    min-height: 72px;
  }
  .cid-v91RLTxfCn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RLTxfCn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RLTxfCn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RLTxfCn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RLTxfCn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RLTxfCn .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-v91RLTxfCn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RLTxfCn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RLTxfCn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RLTxfCn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RLTxfCn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RLTxfCn .dropdown-item.active,
.cid-v91RLTxfCn .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RLTxfCn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RLTxfCn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RLTxfCn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RLTxfCn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RLTxfCn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RLTxfCn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RLTxfCn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RLTxfCn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RLTxfCn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RLTxfCn .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RLTxfCn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RLTxfCn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RLTxfCn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RLTxfCn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RLTxfCn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RLTxfCn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RLTxfCn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RLTxfCn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RLTxfCn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RLTxfCn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RLTxfCn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RLTxfCn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RLTxfCn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RLTxfCn .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RLTxfCn .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RLTxfCn .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RLTxfCn .navbar {
    height: 70px;
  }
  .cid-v91RLTxfCn .navbar.opened {
    height: auto;
  }
  .cid-v91RLTxfCn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RLTxfCn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RLTxfCn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RLTxfCn .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RLTxfCn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RLTxfCn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RLTxfCn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RLTxfCn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RLTxfCn .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RLTxfCn .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RLTxfCn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RLTxfCn .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RLTxfCn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RLTxfCn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RLTxfCn .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RLTxfCn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RLTxfCn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RLTxfCn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RLTxfCn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RLTxfCn .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RLTxfCn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RLTxfCn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RLTxfCn .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RLTxfCn .content-wrap {
    display: block;
  }
}
.cid-v91RLTxfCn .nav-link,
.cid-v91RLTxfCn .dropdown-item {
  color: #1C1000;
}
.cid-v91RLUsvjK {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RLUsvjK .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RLUsvjK .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RLUsvjK .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RLUsvjK .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RLUsvjK .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RLUsvjK .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RLUsvjK .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RLUsvjK .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RLUsvjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RLUsvjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RLUsvjK .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RLUsvjK .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RLUsvjK .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RLUsvjK .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RLUsvjK .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RLUsvjK .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RLUsvjK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RLUsvjK .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RLUsvjK .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RLUsvjK .mbr-section-title {
  color: #323432;
}
.cid-v91RLUsvjK .mbr-text,
.cid-v91RLUsvjK .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RLUsvjK .mbr-section-title,
.cid-v91RLUsvjK .mbr-section-btn,
.cid-v91RLUsvjK .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RLUEL1O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RLUEL1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RLUEL1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RLUEL1O .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RLUEL1O .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RLUEL1O .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RLUEL1O .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RLUEL1O .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RLUEL1O .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RLUEL1O .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RLUEL1O .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RLUEL1O .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RLUEL1O .item {
    margin-bottom: 20px;
  }
}
.cid-v91RLUEL1O .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RLUEL1O .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RLUEL1O .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RLUEL1O .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RLUEL1O .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RLUEL1O .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RLUEL1O .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RLUEL1O .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RLUEL1O .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RLUEL1O .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RLUEL1O .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RLUEL1O .mbr-section-title,
.cid-v91RLUEL1O .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RLUEL1O .mbr-text,
.cid-v91RLUEL1O .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RLUEL1O .card-title {
  color: #f1f5eb;
}
.cid-v91RLUEL1O .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RLUEL1O .card-title,
.cid-v91RLUEL1O .mbr-section-btn {
  text-align: center;
}
.cid-v91RLUXAG6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RLUXAG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RLUXAG6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RLUXAG6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RLUXAG6 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RLUXAG6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RLUXAG6 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RLUXAG6 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RLUXAG6 .item {
    margin-bottom: 40px;
  }
}
.cid-v91RLUXAG6 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RLUXAG6 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RLUXAG6 .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RLUXAG6 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RLUXAG6 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RLUXAG6 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RLUXAG6 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RLUXAG6 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RLUXAG6 .mbr-section-title,
.cid-v91RLUXAG6 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RLUXAG6 .card-title {
  color: #323432;
}
.cid-v91RLUXAG6 .card-text {
  color: #1C1000;
}
.cid-v91RLUXAG6 .card-title,
.cid-v91RLUXAG6 .mbr-section-btn,
.cid-v91RLUXAG6 .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RLVhACn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RLVhACn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RLVhACn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RLVhACn .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RLVhACn .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RLVhACn .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RLVhACn .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RLVhACn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RLVhACn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RLVhACn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RLVhACn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RLVhACn .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RLVhACn .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RLVhACn .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RLVhACn .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RLVhACn .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RLVhACn .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RLVhACn .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RLVhACn .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RLVhACn .embla__button--next,
.cid-v91RLVhACn .embla__button--prev {
  display: flex;
}
.cid-v91RLVhACn .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RLVhACn .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RLVhACn .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RLVhACn .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RLVhACn .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RLVhACn .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RLVhACn .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RLVhACn .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RLVhACn .embla__viewport {
    padding: 0;
  }
}
.cid-v91RLVhACn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RLVhACn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RLVhACn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RLVhACn .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RLVhACn .mbr-section-title,
.cid-v91RLVhACn .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RLVhACn .mbr-text,
.cid-v91RLVhACn .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RLVhACn .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RLVhACn .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RLVhACn .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RLVhACn .card-date_2 {
  color: #323432;
}
.cid-v91RLVhACn .card-title_2 {
  color: #323432;
}
.cid-v91RLVhACn .card-text_2 {
  color: #1C1000;
}
.cid-v91RLVhACn .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RLVhACn .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RLVhACn .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RLVhACn .card-date_4 {
  color: #323432;
}
.cid-v91RLVhACn .card-title_4 {
  color: #323432;
}
.cid-v91RLVhACn .card-text_4 {
  color: #1C1000;
}
.cid-v91RLVhACn .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RLVhACn .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RLVhACn .card-text_5 {
  color: #1C1000;
}
.cid-v91RLVhACn .card-date_1,
.cid-v91RLVhACn .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RLVhACn .card-title_1,
.cid-v91RLVhACn .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RLVhACn .card-date_2,
.cid-v91RLVhACn .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RLVhACn .card-title_2,
.cid-v91RLVhACn .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RLVhACn .card-date_3,
.cid-v91RLVhACn .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RLVhACn .card-title_3,
.cid-v91RLVhACn .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RLVhACn .card-date_4,
.cid-v91RLVhACn .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RLVhACn .card-title_4,
.cid-v91RLVhACn .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RLVhACn .card-date_5,
.cid-v91RLVhACn .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RLVhACn .card-title_5,
.cid-v91RLVhACn .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RLVANoP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RLVANoP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RLVANoP .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RLVANoP .image-wrapper {
    height: 350px;
  }
}
.cid-v91RLVO5uR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RLVO5uR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RLVO5uR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RLVO5uR .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RLVO5uR .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RLVO5uR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RLVO5uR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RLVO5uR .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RLVO5uR .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RLVO5uR .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RLVO5uR .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RLVO5uR .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RLVO5uR .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RLVO5uR .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RLVO5uR .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RLVO5uR .embla__button--next,
.cid-v91RLVO5uR .embla__button--prev {
  display: flex;
}
.cid-v91RLVO5uR .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RLVO5uR .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RLVO5uR .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RLVO5uR .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RLVO5uR .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RLVO5uR .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RLVO5uR .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RLVO5uR .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RLVO5uR .embla__viewport {
    padding: 0;
  }
}
.cid-v91RLVO5uR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RLVO5uR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RLVO5uR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RLVO5uR .mbr-section-title,
.cid-v91RLVO5uR .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RLVO5uR .card-number {
  color: #e6eddc;
}
.cid-v91RLVO5uR .card-title {
  color: #323432;
}
.cid-v91RLVO5uR .card-text {
  color: #1C1000;
}
.cid-v91RLVO5uR .card-number,
.cid-v91RLVO5uR .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RLWcmBm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RLWcmBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RLWcmBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RLWcmBm .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RLWcmBm .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RLWcmBm .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RLWcmBm .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RLWcmBm .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RLWcmBm .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RLWcmBm .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RLWcmBm .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RLWcmBm .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RLWcmBm .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RLWcmBm .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RLWcmBm .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RLWcmBm .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RLWcmBm .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RLWcmBm .mbr-section-title,
.cid-v91RLWcmBm .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RLWcmBm .mbr-section-title,
.cid-v91RLWcmBm .mbr-section-btn,
.cid-v91RLWcmBm .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RLWqstx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RLWqstx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RLWqstx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RLWqstx .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RLWqstx .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RLWqstx .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RLWqstx .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RLWqstx .item {
    margin-bottom: 40px;
  }
}
.cid-v91RLWqstx .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RLWqstx .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RLWqstx .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RLWqstx .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RLWqstx .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RLWqstx .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RLWqstx .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RLWqstx .mbr-section-title,
.cid-v91RLWqstx .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RLWqstx .card-number {
  color: #f1f5eb;
}
.cid-v91RLWqstx .card-title {
  color: #323432;
}
.cid-v91RLWqstx .card-text {
  color: #1C1000;
}
.cid-v91RLWqstx .card-number,
.cid-v91RLWqstx .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RLWqstx .card-title,
.cid-v91RLWqstx .mbr-section-btn,
.cid-v91RLWqstx .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RLWKtuD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RLWKtuD::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RLWKtuD::before {
    width: 40px;
  }
}
.cid-v91RLWKtuD::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RLWKtuD::after {
    width: 40px;
  }
}
.cid-v91RLWKtuD .item:focus,
.cid-v91RLWKtuD span:focus {
  outline: none;
}
.cid-v91RLWKtuD .item {
  cursor: pointer;
}
.cid-v91RLWKtuD .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RLWKtuD .grid-container-1,
.cid-v91RLWKtuD .grid-container-2,
.cid-v91RLWKtuD .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RLWKtuD .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RLWKtuD .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RLWKtuD .content-head {
  max-width: 800px;
}
.cid-v91RLWKtuD .container,
.cid-v91RLWKtuD .container-fluid {
  overflow: hidden;
}
.cid-v91RLWKtuD .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RLWKtuD .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RLWKtuD .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RLWKtuD .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RLWKtuD .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RLWKtuD .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RLWKtuD .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RLWKtuD .grid-container-1,
.cid-v91RLWKtuD .grid-container-2,
.cid-v91RLWKtuD .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RLWKtuD .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RLWKtuD .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RLX2p2i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RLX2p2i .item:focus,
.cid-v91RLX2p2i span:focus {
  outline: none;
}
.cid-v91RLX2p2i .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RLX2p2i .content-head {
  max-width: 800px;
}
.cid-v91RLX2p2i .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RLX2p2i .item {
    min-height: 32.5px;
  }
}
.cid-v91RLXle4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RLXle4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RLXle4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RLXle4a .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RLXle4a .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RLXle4a .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RLXle4a .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RLXle4a .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RLXle4a .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RLXle4a .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RLXle4a .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RLXle4a .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RLXle4a .title-wrapper {
    width: 100%;
  }
}
.cid-v91RLXle4a .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RLXle4a .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RLXle4a .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RLXle4a .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RLXle4a .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RLXle4a .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RLXle4a .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RLXle4a .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RLXle4a .embla__button--next,
.cid-v91RLXle4a .embla__button--prev {
  display: flex;
}
.cid-v91RLXle4a .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RLXle4a .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RLXle4a .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RLXle4a .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RLXle4a .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RLXle4a .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RLXle4a .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RLXle4a .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RLXle4a .embla {
    width: 100%;
  }
}
.cid-v91RLXle4a .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RLXle4a .embla__viewport {
    padding: 0;
  }
}
.cid-v91RLXle4a .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RLXle4a .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RLXle4a .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RLXle4a .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RLXle4a .mbr-section-title,
.cid-v91RLXle4a .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RLXG9BH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RLXG9BH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RLXG9BH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RLXG9BH .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RLXG9BH .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RLXG9BH .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RLXG9BH .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RLXG9BH .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RLXG9BH .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RLXG9BH .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RLXG9BH .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RLXG9BH .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RLXG9BH .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RLXG9BH .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RLXG9BH .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RLXG9BH .mbr-section-title,
.cid-v91RLXG9BH .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RLXYAbH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RLXYAbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RLXYAbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RLXYAbH .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RLXYAbH .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RLXYAbH .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RLXYAbH .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RLXYAbH .item {
    margin-bottom: 20px;
  }
}
.cid-v91RLXYAbH .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RLXYAbH .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RLXYAbH .item .item-wrapper .card-box .card-title_1,
.cid-v91RLXYAbH .item .item-wrapper .card-box .card-title_2,
.cid-v91RLXYAbH .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RLXYAbH .item .item-wrapper .card-box .card-text_1,
.cid-v91RLXYAbH .item .item-wrapper .card-box .card-text_2,
.cid-v91RLXYAbH .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RLXYAbH .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_1,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_2,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RLXYAbH .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RLXYAbH .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RLXYAbH .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RLXYAbH .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RLXYAbH .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RLXYAbH .item .card_1 {
    transform: none;
  }
}
.cid-v91RLXYAbH .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RLXYAbH .item .card_2 {
    transform: none;
  }
}
.cid-v91RLXYAbH .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RLXYAbH .item .card_3 {
    transform: none;
  }
}
.cid-v91RLXYAbH .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RLXYAbH .mbr-section-title,
.cid-v91RLXYAbH .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RLXYAbH .card-title_1 {
  color: #323432;
}
.cid-v91RLXYAbH .card-text_1 {
  color: #1C1000;
}
.cid-v91RLXYAbH .list_1 {
  color: #323432;
}
.cid-v91RLXYAbH .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RLXYAbH .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RLXYAbH .list_2 {
  color: #f1f5eb;
}
.cid-v91RLXYAbH .card-title_3 {
  color: #323432;
}
.cid-v91RLXYAbH .card-text_3 {
  color: #1C1000;
}
.cid-v91RLXYAbH .list_3 {
  color: #323432;
}
.cid-v91RLXYAbH .card-title_1,
.cid-v91RLXYAbH .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RLXYAbH .list_1,
.cid-v91RLXYAbH .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RLXYAbH .card-title_2,
.cid-v91RLXYAbH .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RLXYAbH .list_2,
.cid-v91RLXYAbH .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RLXYAbH .card-title_3,
.cid-v91RLXYAbH .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RLXYAbH .list_3,
.cid-v91RLXYAbH .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RLYgjim {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RLYgjim .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RLYgjim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RLYgjim .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RLYgjim .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RLYgjim .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RLYgjim .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RLYgjim .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RLYgjim .item {
    margin-bottom: 20px;
  }
}
.cid-v91RLYgjim .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RLYgjim .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RLYgjim .item .item-wrapper .card-box .card-title_1,
.cid-v91RLYgjim .item .item-wrapper .card-box .card-title_2,
.cid-v91RLYgjim .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RLYgjim .item .item-wrapper .card-box .card-text_1,
.cid-v91RLYgjim .item .item-wrapper .card-box .card-text_2,
.cid-v91RLYgjim .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RLYgjim .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RLYgjim .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RLYgjim .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RLYgjim .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RLYgjim .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RLYgjim .item .card_1 {
  background-color: #472d00;
}
.cid-v91RLYgjim .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RLYgjim .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RLYgjim .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RLYgjim .mbr-section-title,
.cid-v91RLYgjim .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RLYgjim .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RLYgjim .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RLYgjim .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RLYgjim .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RLYgjim .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RLYgjim .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RLYgjim .card-title_1,
.cid-v91RLYgjim .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RLYgjim .card-title_2,
.cid-v91RLYgjim .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RLYgjim .card-title_3,
.cid-v91RLYgjim .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RtUg6UJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RtUg6UJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RtUg6UJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RtUg6UJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RtUg6UJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RtUg6UJ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RtUg6UJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RtUg6UJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RtUg6UJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RtUg6UJ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RtUg6UJ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RtUg6UJ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RtUg6UJ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RtUg6UJ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RtUg6UJ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RtUg6UJ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RtUg6UJ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RtUg6UJ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RtUg6UJ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RtUg6UJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RtUg6UJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RtUg6UJ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RtUg6UJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RtUg6UJ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RtUg6UJ .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RtUg6UJ .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RtUg6UJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RtUg6UJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RtUg6UJ .container,
.cid-v91RtUg6UJ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RtUg6UJ .container,
  .cid-v91RtUg6UJ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RtUg6UJ .container,
  .cid-v91RtUg6UJ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RtUg6UJ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RtUg6UJ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RtUg6UJ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RtUg6UJ .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RtUg6UJ .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RtUg6UJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RtUg6UJ .nav-item:focus,
.cid-v91RtUg6UJ .nav-link:focus {
  outline: none;
}
.cid-v91RtUg6UJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RtUg6UJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RtUg6UJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RtUg6UJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RtUg6UJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RtUg6UJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RtUg6UJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RtUg6UJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RtUg6UJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RtUg6UJ .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RtUg6UJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RtUg6UJ .navbar.collapsed {
  justify-content: center;
}
.cid-v91RtUg6UJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RtUg6UJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RtUg6UJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RtUg6UJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RtUg6UJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RtUg6UJ .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-v91RtUg6UJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RtUg6UJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RtUg6UJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RtUg6UJ .navbar {
    min-height: 72px;
  }
  .cid-v91RtUg6UJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RtUg6UJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RtUg6UJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RtUg6UJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RtUg6UJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RtUg6UJ .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-v91RtUg6UJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RtUg6UJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RtUg6UJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RtUg6UJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RtUg6UJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RtUg6UJ .dropdown-item.active,
.cid-v91RtUg6UJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RtUg6UJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RtUg6UJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RtUg6UJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RtUg6UJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RtUg6UJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RtUg6UJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RtUg6UJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RtUg6UJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RtUg6UJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RtUg6UJ .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RtUg6UJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RtUg6UJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RtUg6UJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RtUg6UJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RtUg6UJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RtUg6UJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RtUg6UJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RtUg6UJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RtUg6UJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RtUg6UJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RtUg6UJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RtUg6UJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RtUg6UJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RtUg6UJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RtUg6UJ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RtUg6UJ .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RtUg6UJ .navbar {
    height: 70px;
  }
  .cid-v91RtUg6UJ .navbar.opened {
    height: auto;
  }
  .cid-v91RtUg6UJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RtUg6UJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RtUg6UJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RtUg6UJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RtUg6UJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RtUg6UJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RtUg6UJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RtUg6UJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RtUg6UJ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RtUg6UJ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RtUg6UJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RtUg6UJ .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RtUg6UJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RtUg6UJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RtUg6UJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RtUg6UJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RtUg6UJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RtUg6UJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RtUg6UJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RtUg6UJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RtUg6UJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RtUg6UJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RtUg6UJ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RtUg6UJ .content-wrap {
    display: block;
  }
}
.cid-v91RtUg6UJ .nav-link,
.cid-v91RtUg6UJ .dropdown-item {
  color: #1C1000;
}
.cid-v91RtV58Ng {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RtV58Ng .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RtV58Ng .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RtV58Ng .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RtV58Ng .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RtV58Ng .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RtV58Ng .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RtV58Ng .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RtV58Ng .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RtV58Ng .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RtV58Ng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RtV58Ng .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RtV58Ng .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RtV58Ng .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RtV58Ng .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RtV58Ng .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RtV58Ng .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RtV58Ng .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RtV58Ng .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RtV58Ng .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RtV58Ng .mbr-section-title {
  color: #323432;
}
.cid-v91RtV58Ng .mbr-text,
.cid-v91RtV58Ng .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RtV58Ng .mbr-section-title,
.cid-v91RtV58Ng .mbr-section-btn,
.cid-v91RtV58Ng .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RtVm3KE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RtVm3KE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RtVm3KE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RtVm3KE .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RtVm3KE .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RtVm3KE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RtVm3KE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RtVm3KE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RtVm3KE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RtVm3KE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RtVm3KE .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RtVm3KE .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RtVm3KE .item {
    margin-bottom: 20px;
  }
}
.cid-v91RtVm3KE .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RtVm3KE .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RtVm3KE .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RtVm3KE .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RtVm3KE .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RtVm3KE .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RtVm3KE .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RtVm3KE .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RtVm3KE .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RtVm3KE .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RtVm3KE .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RtVm3KE .mbr-section-title,
.cid-v91RtVm3KE .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RtVm3KE .mbr-text,
.cid-v91RtVm3KE .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RtVm3KE .card-title {
  color: #f1f5eb;
}
.cid-v91RtVm3KE .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RtVm3KE .card-title,
.cid-v91RtVm3KE .mbr-section-btn {
  text-align: center;
}
.cid-v91RtVHqnG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RtVHqnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RtVHqnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RtVHqnG .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RtVHqnG .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RtVHqnG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RtVHqnG .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RtVHqnG .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RtVHqnG .item {
    margin-bottom: 40px;
  }
}
.cid-v91RtVHqnG .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RtVHqnG .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RtVHqnG .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RtVHqnG .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RtVHqnG .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RtVHqnG .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RtVHqnG .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RtVHqnG .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RtVHqnG .mbr-section-title,
.cid-v91RtVHqnG .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RtVHqnG .card-title {
  color: #323432;
}
.cid-v91RtVHqnG .card-text {
  color: #1C1000;
}
.cid-v91RtVHqnG .card-title,
.cid-v91RtVHqnG .mbr-section-btn,
.cid-v91RtVHqnG .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RtW1m9Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RtW1m9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RtW1m9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RtW1m9Z .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RtW1m9Z .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RtW1m9Z .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RtW1m9Z .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RtW1m9Z .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RtW1m9Z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RtW1m9Z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RtW1m9Z .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RtW1m9Z .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RtW1m9Z .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RtW1m9Z .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RtW1m9Z .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RtW1m9Z .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RtW1m9Z .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RtW1m9Z .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RtW1m9Z .embla__button--next,
.cid-v91RtW1m9Z .embla__button--prev {
  display: flex;
}
.cid-v91RtW1m9Z .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RtW1m9Z .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RtW1m9Z .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RtW1m9Z .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RtW1m9Z .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RtW1m9Z .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RtW1m9Z .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RtW1m9Z .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RtW1m9Z .embla__viewport {
    padding: 0;
  }
}
.cid-v91RtW1m9Z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RtW1m9Z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RtW1m9Z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RtW1m9Z .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RtW1m9Z .mbr-section-title,
.cid-v91RtW1m9Z .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RtW1m9Z .mbr-text,
.cid-v91RtW1m9Z .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RtW1m9Z .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RtW1m9Z .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RtW1m9Z .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RtW1m9Z .card-date_2 {
  color: #323432;
}
.cid-v91RtW1m9Z .card-title_2 {
  color: #323432;
}
.cid-v91RtW1m9Z .card-text_2 {
  color: #1C1000;
}
.cid-v91RtW1m9Z .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RtW1m9Z .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RtW1m9Z .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RtW1m9Z .card-date_4 {
  color: #323432;
}
.cid-v91RtW1m9Z .card-title_4 {
  color: #323432;
}
.cid-v91RtW1m9Z .card-text_4 {
  color: #1C1000;
}
.cid-v91RtW1m9Z .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RtW1m9Z .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RtW1m9Z .card-text_5 {
  color: #1C1000;
}
.cid-v91RtW1m9Z .card-date_1,
.cid-v91RtW1m9Z .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RtW1m9Z .card-title_1,
.cid-v91RtW1m9Z .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RtW1m9Z .card-date_2,
.cid-v91RtW1m9Z .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RtW1m9Z .card-title_2,
.cid-v91RtW1m9Z .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RtW1m9Z .card-date_3,
.cid-v91RtW1m9Z .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RtW1m9Z .card-title_3,
.cid-v91RtW1m9Z .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RtW1m9Z .card-date_4,
.cid-v91RtW1m9Z .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RtW1m9Z .card-title_4,
.cid-v91RtW1m9Z .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RtW1m9Z .card-date_5,
.cid-v91RtW1m9Z .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RtW1m9Z .card-title_5,
.cid-v91RtW1m9Z .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RtWlgIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RtWlgIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RtWlgIV .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RtWlgIV .image-wrapper {
    height: 350px;
  }
}
.cid-v91RtWznLw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RtWznLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RtWznLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RtWznLw .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RtWznLw .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RtWznLw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RtWznLw .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RtWznLw .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RtWznLw .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RtWznLw .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RtWznLw .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RtWznLw .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RtWznLw .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RtWznLw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RtWznLw .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RtWznLw .embla__button--next,
.cid-v91RtWznLw .embla__button--prev {
  display: flex;
}
.cid-v91RtWznLw .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RtWznLw .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RtWznLw .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RtWznLw .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RtWznLw .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RtWznLw .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RtWznLw .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RtWznLw .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RtWznLw .embla__viewport {
    padding: 0;
  }
}
.cid-v91RtWznLw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RtWznLw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RtWznLw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RtWznLw .mbr-section-title,
.cid-v91RtWznLw .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RtWznLw .card-number {
  color: #e6eddc;
}
.cid-v91RtWznLw .card-title {
  color: #323432;
}
.cid-v91RtWznLw .card-text {
  color: #1C1000;
}
.cid-v91RtWznLw .card-number,
.cid-v91RtWznLw .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RtX0YGv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RtX0YGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RtX0YGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RtX0YGv .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RtX0YGv .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RtX0YGv .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RtX0YGv .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RtX0YGv .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RtX0YGv .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RtX0YGv .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RtX0YGv .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RtX0YGv .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RtX0YGv .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RtX0YGv .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RtX0YGv .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RtX0YGv .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RtX0YGv .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RtX0YGv .mbr-section-title,
.cid-v91RtX0YGv .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RtX0YGv .mbr-section-title,
.cid-v91RtX0YGv .mbr-section-btn,
.cid-v91RtX0YGv .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RtXhvPS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RtXhvPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RtXhvPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RtXhvPS .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RtXhvPS .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RtXhvPS .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RtXhvPS .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RtXhvPS .item {
    margin-bottom: 40px;
  }
}
.cid-v91RtXhvPS .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RtXhvPS .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RtXhvPS .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RtXhvPS .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RtXhvPS .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RtXhvPS .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RtXhvPS .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RtXhvPS .mbr-section-title,
.cid-v91RtXhvPS .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RtXhvPS .card-number {
  color: #f1f5eb;
}
.cid-v91RtXhvPS .card-title {
  color: #323432;
}
.cid-v91RtXhvPS .card-text {
  color: #1C1000;
}
.cid-v91RtXhvPS .card-number,
.cid-v91RtXhvPS .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RtXhvPS .card-title,
.cid-v91RtXhvPS .mbr-section-btn,
.cid-v91RtXhvPS .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RtXBLTh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RtXBLTh::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RtXBLTh::before {
    width: 40px;
  }
}
.cid-v91RtXBLTh::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RtXBLTh::after {
    width: 40px;
  }
}
.cid-v91RtXBLTh .item:focus,
.cid-v91RtXBLTh span:focus {
  outline: none;
}
.cid-v91RtXBLTh .item {
  cursor: pointer;
}
.cid-v91RtXBLTh .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RtXBLTh .grid-container-1,
.cid-v91RtXBLTh .grid-container-2,
.cid-v91RtXBLTh .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RtXBLTh .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RtXBLTh .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RtXBLTh .content-head {
  max-width: 800px;
}
.cid-v91RtXBLTh .container,
.cid-v91RtXBLTh .container-fluid {
  overflow: hidden;
}
.cid-v91RtXBLTh .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RtXBLTh .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RtXBLTh .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RtXBLTh .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RtXBLTh .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RtXBLTh .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RtXBLTh .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RtXBLTh .grid-container-1,
.cid-v91RtXBLTh .grid-container-2,
.cid-v91RtXBLTh .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RtXBLTh .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RtXBLTh .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RtXSnko {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RtXSnko .item:focus,
.cid-v91RtXSnko span:focus {
  outline: none;
}
.cid-v91RtXSnko .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RtXSnko .content-head {
  max-width: 800px;
}
.cid-v91RtXSnko .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RtXSnko .item {
    min-height: 32.5px;
  }
}
.cid-v91RtYcpTC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RtYcpTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RtYcpTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RtYcpTC .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RtYcpTC .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RtYcpTC .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RtYcpTC .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RtYcpTC .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RtYcpTC .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RtYcpTC .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RtYcpTC .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RtYcpTC .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RtYcpTC .title-wrapper {
    width: 100%;
  }
}
.cid-v91RtYcpTC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RtYcpTC .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RtYcpTC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RtYcpTC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RtYcpTC .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RtYcpTC .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RtYcpTC .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RtYcpTC .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RtYcpTC .embla__button--next,
.cid-v91RtYcpTC .embla__button--prev {
  display: flex;
}
.cid-v91RtYcpTC .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RtYcpTC .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RtYcpTC .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RtYcpTC .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RtYcpTC .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RtYcpTC .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RtYcpTC .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RtYcpTC .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RtYcpTC .embla {
    width: 100%;
  }
}
.cid-v91RtYcpTC .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RtYcpTC .embla__viewport {
    padding: 0;
  }
}
.cid-v91RtYcpTC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RtYcpTC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RtYcpTC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RtYcpTC .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RtYcpTC .mbr-section-title,
.cid-v91RtYcpTC .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RtYyIK0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RtYyIK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RtYyIK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RtYyIK0 .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RtYyIK0 .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RtYyIK0 .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RtYyIK0 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RtYyIK0 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RtYyIK0 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RtYyIK0 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RtYyIK0 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RtYyIK0 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RtYyIK0 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RtYyIK0 .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RtYyIK0 .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RtYyIK0 .mbr-section-title,
.cid-v91RtYyIK0 .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RtYRAwG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RtYRAwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RtYRAwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RtYRAwG .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RtYRAwG .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RtYRAwG .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RtYRAwG .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RtYRAwG .item {
    margin-bottom: 20px;
  }
}
.cid-v91RtYRAwG .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RtYRAwG .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RtYRAwG .item .item-wrapper .card-box .card-title_1,
.cid-v91RtYRAwG .item .item-wrapper .card-box .card-title_2,
.cid-v91RtYRAwG .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RtYRAwG .item .item-wrapper .card-box .card-text_1,
.cid-v91RtYRAwG .item .item-wrapper .card-box .card-text_2,
.cid-v91RtYRAwG .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RtYRAwG .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_1,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_2,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RtYRAwG .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RtYRAwG .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RtYRAwG .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RtYRAwG .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RtYRAwG .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RtYRAwG .item .card_1 {
    transform: none;
  }
}
.cid-v91RtYRAwG .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RtYRAwG .item .card_2 {
    transform: none;
  }
}
.cid-v91RtYRAwG .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RtYRAwG .item .card_3 {
    transform: none;
  }
}
.cid-v91RtYRAwG .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RtYRAwG .mbr-section-title,
.cid-v91RtYRAwG .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RtYRAwG .card-title_1 {
  color: #323432;
}
.cid-v91RtYRAwG .card-text_1 {
  color: #1C1000;
}
.cid-v91RtYRAwG .list_1 {
  color: #323432;
}
.cid-v91RtYRAwG .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RtYRAwG .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RtYRAwG .list_2 {
  color: #f1f5eb;
}
.cid-v91RtYRAwG .card-title_3 {
  color: #323432;
}
.cid-v91RtYRAwG .card-text_3 {
  color: #1C1000;
}
.cid-v91RtYRAwG .list_3 {
  color: #323432;
}
.cid-v91RtYRAwG .card-title_1,
.cid-v91RtYRAwG .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RtYRAwG .list_1,
.cid-v91RtYRAwG .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RtYRAwG .card-title_2,
.cid-v91RtYRAwG .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RtYRAwG .list_2,
.cid-v91RtYRAwG .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RtYRAwG .card-title_3,
.cid-v91RtYRAwG .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RtYRAwG .list_3,
.cid-v91RtYRAwG .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RtZcElB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RtZcElB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RtZcElB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RtZcElB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RtZcElB .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RtZcElB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RtZcElB .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RtZcElB .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RtZcElB .item {
    margin-bottom: 20px;
  }
}
.cid-v91RtZcElB .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RtZcElB .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RtZcElB .item .item-wrapper .card-box .card-title_1,
.cid-v91RtZcElB .item .item-wrapper .card-box .card-title_2,
.cid-v91RtZcElB .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RtZcElB .item .item-wrapper .card-box .card-text_1,
.cid-v91RtZcElB .item .item-wrapper .card-box .card-text_2,
.cid-v91RtZcElB .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RtZcElB .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RtZcElB .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RtZcElB .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RtZcElB .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RtZcElB .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RtZcElB .item .card_1 {
  background-color: #472d00;
}
.cid-v91RtZcElB .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RtZcElB .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RtZcElB .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RtZcElB .mbr-section-title,
.cid-v91RtZcElB .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RtZcElB .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RtZcElB .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RtZcElB .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RtZcElB .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RtZcElB .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RtZcElB .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RtZcElB .card-title_1,
.cid-v91RtZcElB .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RtZcElB .card-title_2,
.cid-v91RtZcElB .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RtZcElB .card-title_3,
.cid-v91RtZcElB .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91Rt5kM7a {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91Rt5kM7a .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91Rt5kM7a .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91Rt5kM7a .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91Rt5kM7a .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91Rt5kM7a .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91Rt5kM7a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91Rt5kM7a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91Rt5kM7a .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91Rt5kM7a .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91Rt5kM7a .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91Rt5kM7a .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91Rt5kM7a .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91Rt5kM7a .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91Rt5kM7a .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91Rt5kM7a .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91Rt5kM7a .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91Rt5kM7a .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91Rt5kM7a .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91Rt5kM7a .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91Rt5kM7a .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91Rt5kM7a .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91Rt5kM7a .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91Rt5kM7a .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91Rt5kM7a .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91Rt5kM7a .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91Rt5kM7a .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91Rt5kM7a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91Rt5kM7a .container,
.cid-v91Rt5kM7a .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91Rt5kM7a .container,
  .cid-v91Rt5kM7a .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91Rt5kM7a .container,
  .cid-v91Rt5kM7a .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91Rt5kM7a .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91Rt5kM7a .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91Rt5kM7a .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91Rt5kM7a .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91Rt5kM7a .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91Rt5kM7a .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91Rt5kM7a .nav-item:focus,
.cid-v91Rt5kM7a .nav-link:focus {
  outline: none;
}
.cid-v91Rt5kM7a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91Rt5kM7a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91Rt5kM7a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91Rt5kM7a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91Rt5kM7a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91Rt5kM7a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91Rt5kM7a .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91Rt5kM7a .navbar.opened {
  transition: all 0.3s;
}
.cid-v91Rt5kM7a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91Rt5kM7a .navbar .navbar-logo img {
  width: auto;
}
.cid-v91Rt5kM7a .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91Rt5kM7a .navbar.collapsed {
  justify-content: center;
}
.cid-v91Rt5kM7a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91Rt5kM7a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91Rt5kM7a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91Rt5kM7a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91Rt5kM7a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91Rt5kM7a .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-v91Rt5kM7a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91Rt5kM7a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91Rt5kM7a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91Rt5kM7a .navbar {
    min-height: 72px;
  }
  .cid-v91Rt5kM7a .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91Rt5kM7a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91Rt5kM7a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91Rt5kM7a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91Rt5kM7a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91Rt5kM7a .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-v91Rt5kM7a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91Rt5kM7a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91Rt5kM7a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91Rt5kM7a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91Rt5kM7a .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91Rt5kM7a .dropdown-item.active,
.cid-v91Rt5kM7a .dropdown-item:active {
  background-color: transparent;
}
.cid-v91Rt5kM7a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91Rt5kM7a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91Rt5kM7a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91Rt5kM7a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91Rt5kM7a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91Rt5kM7a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91Rt5kM7a .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91Rt5kM7a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91Rt5kM7a .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91Rt5kM7a .navbar-buttons {
    text-align: left;
  }
}
.cid-v91Rt5kM7a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91Rt5kM7a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91Rt5kM7a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91Rt5kM7a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91Rt5kM7a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91Rt5kM7a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91Rt5kM7a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91Rt5kM7a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91Rt5kM7a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91Rt5kM7a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91Rt5kM7a .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91Rt5kM7a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91Rt5kM7a .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91Rt5kM7a .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91Rt5kM7a .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91Rt5kM7a .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91Rt5kM7a .navbar {
    height: 70px;
  }
  .cid-v91Rt5kM7a .navbar.opened {
    height: auto;
  }
  .cid-v91Rt5kM7a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91Rt5kM7a .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91Rt5kM7a .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91Rt5kM7a .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91Rt5kM7a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91Rt5kM7a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91Rt5kM7a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91Rt5kM7a .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91Rt5kM7a .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91Rt5kM7a .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91Rt5kM7a .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91Rt5kM7a .navbar-brand {
    margin-right: auto;
  }
  .cid-v91Rt5kM7a .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91Rt5kM7a .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91Rt5kM7a .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91Rt5kM7a .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91Rt5kM7a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91Rt5kM7a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91Rt5kM7a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91Rt5kM7a .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91Rt5kM7a .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91Rt5kM7a .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91Rt5kM7a .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91Rt5kM7a .content-wrap {
    display: block;
  }
}
.cid-v91Rt5kM7a .nav-link,
.cid-v91Rt5kM7a .dropdown-item {
  color: #1C1000;
}
.cid-v91Rt5V68Y {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91Rt5V68Y .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91Rt5V68Y .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91Rt5V68Y .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91Rt5V68Y .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91Rt5V68Y .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91Rt5V68Y .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91Rt5V68Y .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91Rt5V68Y .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rt5V68Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rt5V68Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rt5V68Y .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91Rt5V68Y .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91Rt5V68Y .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91Rt5V68Y .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91Rt5V68Y .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91Rt5V68Y .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91Rt5V68Y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Rt5V68Y .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91Rt5V68Y .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91Rt5V68Y .mbr-section-title {
  color: #323432;
}
.cid-v91Rt5V68Y .mbr-text,
.cid-v91Rt5V68Y .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rt5V68Y .mbr-section-title,
.cid-v91Rt5V68Y .mbr-section-btn,
.cid-v91Rt5V68Y .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91Rt68W6W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rt68W6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rt68W6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rt68W6W .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rt68W6W .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91Rt68W6W .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91Rt68W6W .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91Rt68W6W .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Rt68W6W .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Rt68W6W .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91Rt68W6W .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91Rt68W6W .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91Rt68W6W .item {
    margin-bottom: 20px;
  }
}
.cid-v91Rt68W6W .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91Rt68W6W .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rt68W6W .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rt68W6W .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91Rt68W6W .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rt68W6W .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rt68W6W .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rt68W6W .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rt68W6W .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91Rt68W6W .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91Rt68W6W .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rt68W6W .mbr-section-title,
.cid-v91Rt68W6W .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rt68W6W .mbr-text,
.cid-v91Rt68W6W .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rt68W6W .card-title {
  color: #f1f5eb;
}
.cid-v91Rt68W6W .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91Rt68W6W .card-title,
.cid-v91Rt68W6W .mbr-section-btn {
  text-align: center;
}
.cid-v91Rt6pOQB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91Rt6pOQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rt6pOQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rt6pOQB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rt6pOQB .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rt6pOQB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91Rt6pOQB .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91Rt6pOQB .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91Rt6pOQB .item {
    margin-bottom: 40px;
  }
}
.cid-v91Rt6pOQB .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91Rt6pOQB .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rt6pOQB .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91Rt6pOQB .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91Rt6pOQB .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rt6pOQB .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rt6pOQB .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rt6pOQB .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rt6pOQB .mbr-section-title,
.cid-v91Rt6pOQB .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rt6pOQB .card-title {
  color: #323432;
}
.cid-v91Rt6pOQB .card-text {
  color: #1C1000;
}
.cid-v91Rt6pOQB .card-title,
.cid-v91Rt6pOQB .mbr-section-btn,
.cid-v91Rt6pOQB .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91Rt6ED7V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91Rt6ED7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rt6ED7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rt6ED7V .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rt6ED7V .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91Rt6ED7V .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91Rt6ED7V .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91Rt6ED7V .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Rt6ED7V .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Rt6ED7V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91Rt6ED7V .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91Rt6ED7V .embla__slide .slide-content {
  width: 100%;
}
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91Rt6ED7V .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91Rt6ED7V .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91Rt6ED7V .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91Rt6ED7V .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91Rt6ED7V .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91Rt6ED7V .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91Rt6ED7V .embla__button--next,
.cid-v91Rt6ED7V .embla__button--prev {
  display: flex;
}
.cid-v91Rt6ED7V .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91Rt6ED7V .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91Rt6ED7V .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91Rt6ED7V .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91Rt6ED7V .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91Rt6ED7V .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91Rt6ED7V .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91Rt6ED7V .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91Rt6ED7V .embla__viewport {
    padding: 0;
  }
}
.cid-v91Rt6ED7V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91Rt6ED7V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91Rt6ED7V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91Rt6ED7V .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rt6ED7V .mbr-section-title,
.cid-v91Rt6ED7V .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rt6ED7V .mbr-text,
.cid-v91Rt6ED7V .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rt6ED7V .card-date_1 {
  color: #f1f5eb;
}
.cid-v91Rt6ED7V .card-title_1 {
  color: #f1f5eb;
}
.cid-v91Rt6ED7V .card-text_1 {
  color: #FEF6E9;
}
.cid-v91Rt6ED7V .card-date_2 {
  color: #323432;
}
.cid-v91Rt6ED7V .card-title_2 {
  color: #323432;
}
.cid-v91Rt6ED7V .card-text_2 {
  color: #1C1000;
}
.cid-v91Rt6ED7V .card-date_3 {
  color: #f1f5eb;
}
.cid-v91Rt6ED7V .card-title_3 {
  color: #f1f5eb;
}
.cid-v91Rt6ED7V .card-text_3 {
  color: #FEF6E9;
}
.cid-v91Rt6ED7V .card-date_4 {
  color: #323432;
}
.cid-v91Rt6ED7V .card-title_4 {
  color: #323432;
}
.cid-v91Rt6ED7V .card-text_4 {
  color: #1C1000;
}
.cid-v91Rt6ED7V .card-date_5 {
  color: #f1f5eb;
}
.cid-v91Rt6ED7V .card-title_5 {
  color: #f1f5eb;
}
.cid-v91Rt6ED7V .card-text_5 {
  color: #1C1000;
}
.cid-v91Rt6ED7V .card-date_1,
.cid-v91Rt6ED7V .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rt6ED7V .card-title_1,
.cid-v91Rt6ED7V .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rt6ED7V .card-date_2,
.cid-v91Rt6ED7V .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rt6ED7V .card-title_2,
.cid-v91Rt6ED7V .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rt6ED7V .card-date_3,
.cid-v91Rt6ED7V .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rt6ED7V .card-title_3,
.cid-v91Rt6ED7V .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rt6ED7V .card-date_4,
.cid-v91Rt6ED7V .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rt6ED7V .card-title_4,
.cid-v91Rt6ED7V .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rt6ED7V .card-date_5,
.cid-v91Rt6ED7V .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rt6ED7V .card-title_5,
.cid-v91Rt6ED7V .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rt6RdTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rt6RdTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91Rt6RdTt .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91Rt6RdTt .image-wrapper {
    height: 350px;
  }
}
.cid-v91Rt70600 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91Rt70600 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rt70600 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rt70600 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rt70600 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rt70600 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91Rt70600 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91Rt70600 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91Rt70600 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91Rt70600 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rt70600 .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91Rt70600 .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rt70600 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rt70600 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rt70600 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rt70600 .embla__button--next,
.cid-v91Rt70600 .embla__button--prev {
  display: flex;
}
.cid-v91Rt70600 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91Rt70600 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91Rt70600 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91Rt70600 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91Rt70600 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91Rt70600 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91Rt70600 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91Rt70600 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91Rt70600 .embla__viewport {
    padding: 0;
  }
}
.cid-v91Rt70600 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91Rt70600 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91Rt70600 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91Rt70600 .mbr-section-title,
.cid-v91Rt70600 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rt70600 .card-number {
  color: #e6eddc;
}
.cid-v91Rt70600 .card-title {
  color: #323432;
}
.cid-v91Rt70600 .card-text {
  color: #1C1000;
}
.cid-v91Rt70600 .card-number,
.cid-v91Rt70600 .number-wrapper {
  color: #F5E8D2;
}
.cid-v91Rt7hNqu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rt7hNqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rt7hNqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rt7hNqu .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91Rt7hNqu .card-wrapper {
    padding: 20px;
  }
}
.cid-v91Rt7hNqu .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91Rt7hNqu .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91Rt7hNqu .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91Rt7hNqu .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91Rt7hNqu .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91Rt7hNqu .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91Rt7hNqu .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91Rt7hNqu .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rt7hNqu .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91Rt7hNqu .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rt7hNqu .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91Rt7hNqu .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91Rt7hNqu .mbr-section-title,
.cid-v91Rt7hNqu .title-wrapper {
  color: #f1f5eb;
}
.cid-v91Rt7hNqu .mbr-section-title,
.cid-v91Rt7hNqu .mbr-section-btn,
.cid-v91Rt7hNqu .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91Rt7rWTB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rt7rWTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rt7rWTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rt7rWTB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rt7rWTB .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rt7rWTB .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91Rt7rWTB .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91Rt7rWTB .item {
    margin-bottom: 40px;
  }
}
.cid-v91Rt7rWTB .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91Rt7rWTB .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91Rt7rWTB .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91Rt7rWTB .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rt7rWTB .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rt7rWTB .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rt7rWTB .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rt7rWTB .mbr-section-title,
.cid-v91Rt7rWTB .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rt7rWTB .card-number {
  color: #f1f5eb;
}
.cid-v91Rt7rWTB .card-title {
  color: #323432;
}
.cid-v91Rt7rWTB .card-text {
  color: #1C1000;
}
.cid-v91Rt7rWTB .card-number,
.cid-v91Rt7rWTB .number-wrapper {
  color: #FFFFFF;
}
.cid-v91Rt7rWTB .card-title,
.cid-v91Rt7rWTB .mbr-section-btn,
.cid-v91Rt7rWTB .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91Rt7FeP5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91Rt7FeP5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91Rt7FeP5::before {
    width: 40px;
  }
}
.cid-v91Rt7FeP5::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91Rt7FeP5::after {
    width: 40px;
  }
}
.cid-v91Rt7FeP5 .item:focus,
.cid-v91Rt7FeP5 span:focus {
  outline: none;
}
.cid-v91Rt7FeP5 .item {
  cursor: pointer;
}
.cid-v91Rt7FeP5 .grid-container {
  grid-row-gap: 24px;
}
.cid-v91Rt7FeP5 .grid-container-1,
.cid-v91Rt7FeP5 .grid-container-2,
.cid-v91Rt7FeP5 .grid-container-3 {
  gap: 0 24px;
}
.cid-v91Rt7FeP5 .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rt7FeP5 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91Rt7FeP5 .content-head {
  max-width: 800px;
}
.cid-v91Rt7FeP5 .container,
.cid-v91Rt7FeP5 .container-fluid {
  overflow: hidden;
}
.cid-v91Rt7FeP5 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91Rt7FeP5 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91Rt7FeP5 .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91Rt7FeP5 .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91Rt7FeP5 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91Rt7FeP5 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91Rt7FeP5 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91Rt7FeP5 .grid-container-1,
.cid-v91Rt7FeP5 .grid-container-2,
.cid-v91Rt7FeP5 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91Rt7FeP5 .grid-container-1 {
  align-items: flex-end;
}
.cid-v91Rt7FeP5 .grid-container-2 {
  align-items: flex-start;
}
.cid-v91Rt7RPoM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91Rt7RPoM .item:focus,
.cid-v91Rt7RPoM span:focus {
  outline: none;
}
.cid-v91Rt7RPoM .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91Rt7RPoM .content-head {
  max-width: 800px;
}
.cid-v91Rt7RPoM .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91Rt7RPoM .item {
    min-height: 32.5px;
  }
}
.cid-v91Rt8aqtO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rt8aqtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rt8aqtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rt8aqtO .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91Rt8aqtO .card-wrapper {
    padding: 20px;
  }
}
.cid-v91Rt8aqtO .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91Rt8aqtO .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91Rt8aqtO .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rt8aqtO .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91Rt8aqtO .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91Rt8aqtO .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91Rt8aqtO .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91Rt8aqtO .title-wrapper {
    width: 100%;
  }
}
.cid-v91Rt8aqtO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rt8aqtO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91Rt8aqtO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91Rt8aqtO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91Rt8aqtO .embla__slide .slide-content {
  width: 100%;
}
.cid-v91Rt8aqtO .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91Rt8aqtO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91Rt8aqtO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91Rt8aqtO .embla__button--next,
.cid-v91Rt8aqtO .embla__button--prev {
  display: flex;
}
.cid-v91Rt8aqtO .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91Rt8aqtO .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91Rt8aqtO .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91Rt8aqtO .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91Rt8aqtO .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91Rt8aqtO .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91Rt8aqtO .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91Rt8aqtO .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91Rt8aqtO .embla {
    width: 100%;
  }
}
.cid-v91Rt8aqtO .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91Rt8aqtO .embla__viewport {
    padding: 0;
  }
}
.cid-v91Rt8aqtO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91Rt8aqtO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91Rt8aqtO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91Rt8aqtO .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91Rt8aqtO .mbr-section-title,
.cid-v91Rt8aqtO .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rt8okBl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rt8okBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rt8okBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rt8okBl .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91Rt8okBl .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91Rt8okBl .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91Rt8okBl .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91Rt8okBl .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rt8okBl .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91Rt8okBl .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91Rt8okBl .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Rt8okBl .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91Rt8okBl .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91Rt8okBl .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91Rt8okBl .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91Rt8okBl .mbr-section-title,
.cid-v91Rt8okBl .border-wrapper {
  color: #FEF6E9;
}
.cid-v91Rt8AxTs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rt8AxTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rt8AxTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rt8AxTs .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rt8AxTs .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rt8AxTs .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91Rt8AxTs .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rt8AxTs .item {
    margin-bottom: 20px;
  }
}
.cid-v91Rt8AxTs .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rt8AxTs .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rt8AxTs .item .item-wrapper .card-box .card-title_1,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .card-title_2,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91Rt8AxTs .item .item-wrapper .card-box .card-text_1,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .card-text_2,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91Rt8AxTs .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_1,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_2,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91Rt8AxTs .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91Rt8AxTs .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91Rt8AxTs .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91Rt8AxTs .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91Rt8AxTs .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91Rt8AxTs .item .card_1 {
    transform: none;
  }
}
.cid-v91Rt8AxTs .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91Rt8AxTs .item .card_2 {
    transform: none;
  }
}
.cid-v91Rt8AxTs .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91Rt8AxTs .item .card_3 {
    transform: none;
  }
}
.cid-v91Rt8AxTs .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rt8AxTs .mbr-section-title,
.cid-v91Rt8AxTs .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rt8AxTs .card-title_1 {
  color: #323432;
}
.cid-v91Rt8AxTs .card-text_1 {
  color: #1C1000;
}
.cid-v91Rt8AxTs .list_1 {
  color: #323432;
}
.cid-v91Rt8AxTs .card-title_2 {
  color: #f1f5eb;
}
.cid-v91Rt8AxTs .card-text_2 {
  color: #FEF6E9;
}
.cid-v91Rt8AxTs .list_2 {
  color: #f1f5eb;
}
.cid-v91Rt8AxTs .card-title_3 {
  color: #323432;
}
.cid-v91Rt8AxTs .card-text_3 {
  color: #1C1000;
}
.cid-v91Rt8AxTs .list_3 {
  color: #323432;
}
.cid-v91Rt8AxTs .card-title_1,
.cid-v91Rt8AxTs .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rt8AxTs .list_1,
.cid-v91Rt8AxTs .item-wrap_1 {
  color: #1C1000;
}
.cid-v91Rt8AxTs .card-title_2,
.cid-v91Rt8AxTs .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rt8AxTs .list_2,
.cid-v91Rt8AxTs .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91Rt8AxTs .card-title_3,
.cid-v91Rt8AxTs .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rt8AxTs .list_3,
.cid-v91Rt8AxTs .item-wrap_3 {
  color: #1C1000;
}
.cid-v91Rt8PUUe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rt8PUUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rt8PUUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rt8PUUe .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rt8PUUe .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rt8PUUe .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91Rt8PUUe .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91Rt8PUUe .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91Rt8PUUe .item {
    margin-bottom: 20px;
  }
}
.cid-v91Rt8PUUe .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rt8PUUe .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rt8PUUe .item .item-wrapper .card-box .card-title_1,
.cid-v91Rt8PUUe .item .item-wrapper .card-box .card-title_2,
.cid-v91Rt8PUUe .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91Rt8PUUe .item .item-wrapper .card-box .card-text_1,
.cid-v91Rt8PUUe .item .item-wrapper .card-box .card-text_2,
.cid-v91Rt8PUUe .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91Rt8PUUe .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rt8PUUe .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rt8PUUe .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91Rt8PUUe .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91Rt8PUUe .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91Rt8PUUe .item .card_1 {
  background-color: #472d00;
}
.cid-v91Rt8PUUe .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91Rt8PUUe .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91Rt8PUUe .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rt8PUUe .mbr-section-title,
.cid-v91Rt8PUUe .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rt8PUUe .card-title_1 {
  color: #f1f5eb;
}
.cid-v91Rt8PUUe .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91Rt8PUUe .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91Rt8PUUe .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rt8PUUe .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91Rt8PUUe .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91Rt8PUUe .card-title_1,
.cid-v91Rt8PUUe .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91Rt8PUUe .card-title_2,
.cid-v91Rt8PUUe .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rt8PUUe .card-title_3,
.cid-v91Rt8PUUe .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RPoIN2m {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RPoIN2m .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RPoIN2m .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RPoIN2m .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RPoIN2m .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RPoIN2m .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RPoIN2m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RPoIN2m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RPoIN2m .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RPoIN2m .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RPoIN2m .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RPoIN2m .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RPoIN2m .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RPoIN2m .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RPoIN2m .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RPoIN2m .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RPoIN2m .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RPoIN2m .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RPoIN2m .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RPoIN2m .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RPoIN2m .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RPoIN2m .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RPoIN2m .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RPoIN2m .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RPoIN2m .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RPoIN2m .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RPoIN2m .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RPoIN2m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RPoIN2m .container,
.cid-v91RPoIN2m .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RPoIN2m .container,
  .cid-v91RPoIN2m .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RPoIN2m .container,
  .cid-v91RPoIN2m .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RPoIN2m .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RPoIN2m .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RPoIN2m .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RPoIN2m .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RPoIN2m .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RPoIN2m .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RPoIN2m .nav-item:focus,
.cid-v91RPoIN2m .nav-link:focus {
  outline: none;
}
.cid-v91RPoIN2m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RPoIN2m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RPoIN2m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RPoIN2m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RPoIN2m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RPoIN2m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RPoIN2m .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RPoIN2m .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RPoIN2m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RPoIN2m .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RPoIN2m .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RPoIN2m .navbar.collapsed {
  justify-content: center;
}
.cid-v91RPoIN2m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RPoIN2m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RPoIN2m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RPoIN2m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RPoIN2m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RPoIN2m .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-v91RPoIN2m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RPoIN2m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RPoIN2m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RPoIN2m .navbar {
    min-height: 72px;
  }
  .cid-v91RPoIN2m .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RPoIN2m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RPoIN2m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RPoIN2m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RPoIN2m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RPoIN2m .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-v91RPoIN2m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RPoIN2m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RPoIN2m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RPoIN2m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RPoIN2m .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RPoIN2m .dropdown-item.active,
.cid-v91RPoIN2m .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RPoIN2m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RPoIN2m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RPoIN2m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RPoIN2m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RPoIN2m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RPoIN2m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RPoIN2m .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RPoIN2m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RPoIN2m .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RPoIN2m .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RPoIN2m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RPoIN2m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RPoIN2m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RPoIN2m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RPoIN2m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RPoIN2m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RPoIN2m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RPoIN2m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RPoIN2m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RPoIN2m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RPoIN2m .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RPoIN2m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RPoIN2m .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RPoIN2m .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RPoIN2m .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RPoIN2m .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RPoIN2m .navbar {
    height: 70px;
  }
  .cid-v91RPoIN2m .navbar.opened {
    height: auto;
  }
  .cid-v91RPoIN2m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RPoIN2m .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RPoIN2m .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RPoIN2m .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RPoIN2m .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RPoIN2m .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RPoIN2m .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RPoIN2m .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RPoIN2m .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RPoIN2m .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RPoIN2m .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RPoIN2m .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RPoIN2m .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RPoIN2m .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RPoIN2m .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RPoIN2m .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RPoIN2m .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RPoIN2m .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RPoIN2m .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RPoIN2m .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RPoIN2m .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RPoIN2m .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RPoIN2m .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RPoIN2m .content-wrap {
    display: block;
  }
}
.cid-v91RPoIN2m .nav-link,
.cid-v91RPoIN2m .dropdown-item {
  color: #1C1000;
}
.cid-v91RPpvRqG {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RPpvRqG .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RPpvRqG .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RPpvRqG .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RPpvRqG .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RPpvRqG .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RPpvRqG .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RPpvRqG .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RPpvRqG .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RPpvRqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RPpvRqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RPpvRqG .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RPpvRqG .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RPpvRqG .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RPpvRqG .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RPpvRqG .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RPpvRqG .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RPpvRqG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RPpvRqG .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RPpvRqG .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RPpvRqG .mbr-section-title {
  color: #323432;
}
.cid-v91RPpvRqG .mbr-text,
.cid-v91RPpvRqG .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RPpvRqG .mbr-section-title,
.cid-v91RPpvRqG .mbr-section-btn,
.cid-v91RPpvRqG .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RPpGDMG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RPpGDMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RPpGDMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RPpGDMG .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RPpGDMG .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RPpGDMG .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RPpGDMG .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RPpGDMG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RPpGDMG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RPpGDMG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RPpGDMG .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RPpGDMG .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RPpGDMG .item {
    margin-bottom: 20px;
  }
}
.cid-v91RPpGDMG .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RPpGDMG .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RPpGDMG .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RPpGDMG .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RPpGDMG .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RPpGDMG .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RPpGDMG .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RPpGDMG .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RPpGDMG .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RPpGDMG .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RPpGDMG .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RPpGDMG .mbr-section-title,
.cid-v91RPpGDMG .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RPpGDMG .mbr-text,
.cid-v91RPpGDMG .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RPpGDMG .card-title {
  color: #f1f5eb;
}
.cid-v91RPpGDMG .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RPpGDMG .card-title,
.cid-v91RPpGDMG .mbr-section-btn {
  text-align: center;
}
.cid-v91RPpXGw6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RPpXGw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RPpXGw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RPpXGw6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RPpXGw6 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RPpXGw6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RPpXGw6 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RPpXGw6 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RPpXGw6 .item {
    margin-bottom: 40px;
  }
}
.cid-v91RPpXGw6 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RPpXGw6 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RPpXGw6 .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RPpXGw6 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RPpXGw6 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RPpXGw6 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RPpXGw6 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RPpXGw6 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RPpXGw6 .mbr-section-title,
.cid-v91RPpXGw6 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RPpXGw6 .card-title {
  color: #323432;
}
.cid-v91RPpXGw6 .card-text {
  color: #1C1000;
}
.cid-v91RPpXGw6 .card-title,
.cid-v91RPpXGw6 .mbr-section-btn,
.cid-v91RPpXGw6 .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RPqeavR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RPqeavR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RPqeavR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RPqeavR .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RPqeavR .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RPqeavR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RPqeavR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RPqeavR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RPqeavR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RPqeavR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RPqeavR .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RPqeavR .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RPqeavR .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RPqeavR .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RPqeavR .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RPqeavR .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RPqeavR .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RPqeavR .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RPqeavR .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RPqeavR .embla__button--next,
.cid-v91RPqeavR .embla__button--prev {
  display: flex;
}
.cid-v91RPqeavR .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RPqeavR .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RPqeavR .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RPqeavR .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RPqeavR .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RPqeavR .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RPqeavR .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RPqeavR .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RPqeavR .embla__viewport {
    padding: 0;
  }
}
.cid-v91RPqeavR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RPqeavR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RPqeavR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RPqeavR .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RPqeavR .mbr-section-title,
.cid-v91RPqeavR .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RPqeavR .mbr-text,
.cid-v91RPqeavR .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RPqeavR .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RPqeavR .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RPqeavR .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RPqeavR .card-date_2 {
  color: #323432;
}
.cid-v91RPqeavR .card-title_2 {
  color: #323432;
}
.cid-v91RPqeavR .card-text_2 {
  color: #1C1000;
}
.cid-v91RPqeavR .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RPqeavR .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RPqeavR .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RPqeavR .card-date_4 {
  color: #323432;
}
.cid-v91RPqeavR .card-title_4 {
  color: #323432;
}
.cid-v91RPqeavR .card-text_4 {
  color: #1C1000;
}
.cid-v91RPqeavR .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RPqeavR .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RPqeavR .card-text_5 {
  color: #1C1000;
}
.cid-v91RPqeavR .card-date_1,
.cid-v91RPqeavR .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RPqeavR .card-title_1,
.cid-v91RPqeavR .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RPqeavR .card-date_2,
.cid-v91RPqeavR .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RPqeavR .card-title_2,
.cid-v91RPqeavR .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RPqeavR .card-date_3,
.cid-v91RPqeavR .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RPqeavR .card-title_3,
.cid-v91RPqeavR .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RPqeavR .card-date_4,
.cid-v91RPqeavR .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RPqeavR .card-title_4,
.cid-v91RPqeavR .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RPqeavR .card-date_5,
.cid-v91RPqeavR .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RPqeavR .card-title_5,
.cid-v91RPqeavR .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RPqud8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RPqud8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RPqud8t .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RPqud8t .image-wrapper {
    height: 350px;
  }
}
.cid-v91RPqHPja {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RPqHPja .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RPqHPja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RPqHPja .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RPqHPja .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RPqHPja .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RPqHPja .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RPqHPja .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RPqHPja .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RPqHPja .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RPqHPja .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RPqHPja .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RPqHPja .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RPqHPja .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RPqHPja .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RPqHPja .embla__button--next,
.cid-v91RPqHPja .embla__button--prev {
  display: flex;
}
.cid-v91RPqHPja .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RPqHPja .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RPqHPja .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RPqHPja .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RPqHPja .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RPqHPja .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RPqHPja .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RPqHPja .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RPqHPja .embla__viewport {
    padding: 0;
  }
}
.cid-v91RPqHPja .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RPqHPja .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RPqHPja .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RPqHPja .mbr-section-title,
.cid-v91RPqHPja .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RPqHPja .card-number {
  color: #e6eddc;
}
.cid-v91RPqHPja .card-title {
  color: #323432;
}
.cid-v91RPqHPja .card-text {
  color: #1C1000;
}
.cid-v91RPqHPja .card-number,
.cid-v91RPqHPja .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RPr1mpT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RPr1mpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RPr1mpT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RPr1mpT .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RPr1mpT .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RPr1mpT .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RPr1mpT .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RPr1mpT .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RPr1mpT .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RPr1mpT .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RPr1mpT .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RPr1mpT .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RPr1mpT .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RPr1mpT .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RPr1mpT .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RPr1mpT .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RPr1mpT .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RPr1mpT .mbr-section-title,
.cid-v91RPr1mpT .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RPr1mpT .mbr-section-title,
.cid-v91RPr1mpT .mbr-section-btn,
.cid-v91RPr1mpT .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RPrg9eC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RPrg9eC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RPrg9eC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RPrg9eC .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RPrg9eC .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RPrg9eC .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RPrg9eC .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RPrg9eC .item {
    margin-bottom: 40px;
  }
}
.cid-v91RPrg9eC .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RPrg9eC .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RPrg9eC .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RPrg9eC .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RPrg9eC .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RPrg9eC .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RPrg9eC .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RPrg9eC .mbr-section-title,
.cid-v91RPrg9eC .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RPrg9eC .card-number {
  color: #f1f5eb;
}
.cid-v91RPrg9eC .card-title {
  color: #323432;
}
.cid-v91RPrg9eC .card-text {
  color: #1C1000;
}
.cid-v91RPrg9eC .card-number,
.cid-v91RPrg9eC .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RPrg9eC .card-title,
.cid-v91RPrg9eC .mbr-section-btn,
.cid-v91RPrg9eC .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RPrxtSK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RPrxtSK::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RPrxtSK::before {
    width: 40px;
  }
}
.cid-v91RPrxtSK::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RPrxtSK::after {
    width: 40px;
  }
}
.cid-v91RPrxtSK .item:focus,
.cid-v91RPrxtSK span:focus {
  outline: none;
}
.cid-v91RPrxtSK .item {
  cursor: pointer;
}
.cid-v91RPrxtSK .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RPrxtSK .grid-container-1,
.cid-v91RPrxtSK .grid-container-2,
.cid-v91RPrxtSK .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RPrxtSK .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RPrxtSK .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RPrxtSK .content-head {
  max-width: 800px;
}
.cid-v91RPrxtSK .container,
.cid-v91RPrxtSK .container-fluid {
  overflow: hidden;
}
.cid-v91RPrxtSK .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RPrxtSK .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RPrxtSK .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RPrxtSK .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RPrxtSK .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RPrxtSK .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RPrxtSK .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RPrxtSK .grid-container-1,
.cid-v91RPrxtSK .grid-container-2,
.cid-v91RPrxtSK .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RPrxtSK .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RPrxtSK .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RPrNFf3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RPrNFf3 .item:focus,
.cid-v91RPrNFf3 span:focus {
  outline: none;
}
.cid-v91RPrNFf3 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RPrNFf3 .content-head {
  max-width: 800px;
}
.cid-v91RPrNFf3 .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RPrNFf3 .item {
    min-height: 32.5px;
  }
}
.cid-v91RPs17hO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RPs17hO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RPs17hO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RPs17hO .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RPs17hO .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RPs17hO .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RPs17hO .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RPs17hO .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RPs17hO .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RPs17hO .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RPs17hO .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RPs17hO .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RPs17hO .title-wrapper {
    width: 100%;
  }
}
.cid-v91RPs17hO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RPs17hO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RPs17hO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RPs17hO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RPs17hO .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RPs17hO .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RPs17hO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RPs17hO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RPs17hO .embla__button--next,
.cid-v91RPs17hO .embla__button--prev {
  display: flex;
}
.cid-v91RPs17hO .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RPs17hO .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RPs17hO .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RPs17hO .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RPs17hO .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RPs17hO .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RPs17hO .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RPs17hO .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RPs17hO .embla {
    width: 100%;
  }
}
.cid-v91RPs17hO .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RPs17hO .embla__viewport {
    padding: 0;
  }
}
.cid-v91RPs17hO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RPs17hO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RPs17hO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RPs17hO .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RPs17hO .mbr-section-title,
.cid-v91RPs17hO .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RPsjpIX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RPsjpIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RPsjpIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RPsjpIX .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RPsjpIX .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RPsjpIX .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RPsjpIX .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RPsjpIX .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RPsjpIX .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RPsjpIX .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RPsjpIX .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RPsjpIX .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RPsjpIX .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RPsjpIX .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RPsjpIX .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RPsjpIX .mbr-section-title,
.cid-v91RPsjpIX .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RPsy7fJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RPsy7fJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RPsy7fJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RPsy7fJ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RPsy7fJ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RPsy7fJ .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RPsy7fJ .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RPsy7fJ .item {
    margin-bottom: 20px;
  }
}
.cid-v91RPsy7fJ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RPsy7fJ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RPsy7fJ .item .item-wrapper .card-box .card-title_1,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .card-title_2,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RPsy7fJ .item .item-wrapper .card-box .card-text_1,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .card-text_2,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RPsy7fJ .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_1,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_2,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RPsy7fJ .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RPsy7fJ .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RPsy7fJ .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RPsy7fJ .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RPsy7fJ .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RPsy7fJ .item .card_1 {
    transform: none;
  }
}
.cid-v91RPsy7fJ .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RPsy7fJ .item .card_2 {
    transform: none;
  }
}
.cid-v91RPsy7fJ .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RPsy7fJ .item .card_3 {
    transform: none;
  }
}
.cid-v91RPsy7fJ .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RPsy7fJ .mbr-section-title,
.cid-v91RPsy7fJ .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RPsy7fJ .card-title_1 {
  color: #323432;
}
.cid-v91RPsy7fJ .card-text_1 {
  color: #1C1000;
}
.cid-v91RPsy7fJ .list_1 {
  color: #323432;
}
.cid-v91RPsy7fJ .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RPsy7fJ .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RPsy7fJ .list_2 {
  color: #f1f5eb;
}
.cid-v91RPsy7fJ .card-title_3 {
  color: #323432;
}
.cid-v91RPsy7fJ .card-text_3 {
  color: #1C1000;
}
.cid-v91RPsy7fJ .list_3 {
  color: #323432;
}
.cid-v91RPsy7fJ .card-title_1,
.cid-v91RPsy7fJ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RPsy7fJ .list_1,
.cid-v91RPsy7fJ .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RPsy7fJ .card-title_2,
.cid-v91RPsy7fJ .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RPsy7fJ .list_2,
.cid-v91RPsy7fJ .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RPsy7fJ .card-title_3,
.cid-v91RPsy7fJ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RPsy7fJ .list_3,
.cid-v91RPsy7fJ .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RPsOyle {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RPsOyle .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RPsOyle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RPsOyle .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RPsOyle .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RPsOyle .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RPsOyle .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RPsOyle .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RPsOyle .item {
    margin-bottom: 20px;
  }
}
.cid-v91RPsOyle .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RPsOyle .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RPsOyle .item .item-wrapper .card-box .card-title_1,
.cid-v91RPsOyle .item .item-wrapper .card-box .card-title_2,
.cid-v91RPsOyle .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RPsOyle .item .item-wrapper .card-box .card-text_1,
.cid-v91RPsOyle .item .item-wrapper .card-box .card-text_2,
.cid-v91RPsOyle .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RPsOyle .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RPsOyle .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RPsOyle .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RPsOyle .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RPsOyle .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RPsOyle .item .card_1 {
  background-color: #472d00;
}
.cid-v91RPsOyle .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RPsOyle .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RPsOyle .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RPsOyle .mbr-section-title,
.cid-v91RPsOyle .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RPsOyle .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RPsOyle .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RPsOyle .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RPsOyle .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RPsOyle .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RPsOyle .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RPsOyle .card-title_1,
.cid-v91RPsOyle .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RPsOyle .card-title_2,
.cid-v91RPsOyle .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RPsOyle .card-title_3,
.cid-v91RPsOyle .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91Rw2cxRc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91Rw2cxRc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91Rw2cxRc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91Rw2cxRc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91Rw2cxRc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91Rw2cxRc .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91Rw2cxRc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91Rw2cxRc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91Rw2cxRc .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91Rw2cxRc .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91Rw2cxRc .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91Rw2cxRc .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91Rw2cxRc .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91Rw2cxRc .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91Rw2cxRc .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91Rw2cxRc .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91Rw2cxRc .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91Rw2cxRc .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91Rw2cxRc .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91Rw2cxRc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91Rw2cxRc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91Rw2cxRc .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91Rw2cxRc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91Rw2cxRc .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91Rw2cxRc .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91Rw2cxRc .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91Rw2cxRc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91Rw2cxRc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91Rw2cxRc .container,
.cid-v91Rw2cxRc .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91Rw2cxRc .container,
  .cid-v91Rw2cxRc .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91Rw2cxRc .container,
  .cid-v91Rw2cxRc .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91Rw2cxRc .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91Rw2cxRc .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91Rw2cxRc .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91Rw2cxRc .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91Rw2cxRc .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91Rw2cxRc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91Rw2cxRc .nav-item:focus,
.cid-v91Rw2cxRc .nav-link:focus {
  outline: none;
}
.cid-v91Rw2cxRc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91Rw2cxRc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91Rw2cxRc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91Rw2cxRc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91Rw2cxRc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91Rw2cxRc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91Rw2cxRc .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91Rw2cxRc .navbar.opened {
  transition: all 0.3s;
}
.cid-v91Rw2cxRc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91Rw2cxRc .navbar .navbar-logo img {
  width: auto;
}
.cid-v91Rw2cxRc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91Rw2cxRc .navbar.collapsed {
  justify-content: center;
}
.cid-v91Rw2cxRc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91Rw2cxRc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91Rw2cxRc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91Rw2cxRc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91Rw2cxRc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91Rw2cxRc .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-v91Rw2cxRc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91Rw2cxRc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91Rw2cxRc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91Rw2cxRc .navbar {
    min-height: 72px;
  }
  .cid-v91Rw2cxRc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91Rw2cxRc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91Rw2cxRc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91Rw2cxRc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91Rw2cxRc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91Rw2cxRc .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-v91Rw2cxRc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91Rw2cxRc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91Rw2cxRc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91Rw2cxRc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91Rw2cxRc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91Rw2cxRc .dropdown-item.active,
.cid-v91Rw2cxRc .dropdown-item:active {
  background-color: transparent;
}
.cid-v91Rw2cxRc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91Rw2cxRc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91Rw2cxRc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91Rw2cxRc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91Rw2cxRc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91Rw2cxRc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91Rw2cxRc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91Rw2cxRc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91Rw2cxRc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91Rw2cxRc .navbar-buttons {
    text-align: left;
  }
}
.cid-v91Rw2cxRc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91Rw2cxRc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91Rw2cxRc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91Rw2cxRc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91Rw2cxRc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91Rw2cxRc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91Rw2cxRc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91Rw2cxRc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91Rw2cxRc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91Rw2cxRc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91Rw2cxRc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91Rw2cxRc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91Rw2cxRc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91Rw2cxRc .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91Rw2cxRc .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91Rw2cxRc .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91Rw2cxRc .navbar {
    height: 70px;
  }
  .cid-v91Rw2cxRc .navbar.opened {
    height: auto;
  }
  .cid-v91Rw2cxRc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91Rw2cxRc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91Rw2cxRc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91Rw2cxRc .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91Rw2cxRc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91Rw2cxRc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91Rw2cxRc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91Rw2cxRc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91Rw2cxRc .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91Rw2cxRc .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91Rw2cxRc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91Rw2cxRc .navbar-brand {
    margin-right: auto;
  }
  .cid-v91Rw2cxRc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91Rw2cxRc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91Rw2cxRc .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91Rw2cxRc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91Rw2cxRc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91Rw2cxRc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91Rw2cxRc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91Rw2cxRc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91Rw2cxRc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91Rw2cxRc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91Rw2cxRc .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91Rw2cxRc .content-wrap {
    display: block;
  }
}
.cid-v91Rw2cxRc .nav-link,
.cid-v91Rw2cxRc .dropdown-item {
  color: #1C1000;
}
.cid-v91Rw2Y0VQ {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91Rw2Y0VQ .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91Rw2Y0VQ .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91Rw2Y0VQ .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91Rw2Y0VQ .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91Rw2Y0VQ .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91Rw2Y0VQ .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91Rw2Y0VQ .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91Rw2Y0VQ .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rw2Y0VQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rw2Y0VQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rw2Y0VQ .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91Rw2Y0VQ .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91Rw2Y0VQ .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91Rw2Y0VQ .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91Rw2Y0VQ .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91Rw2Y0VQ .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91Rw2Y0VQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Rw2Y0VQ .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91Rw2Y0VQ .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91Rw2Y0VQ .mbr-section-title {
  color: #323432;
}
.cid-v91Rw2Y0VQ .mbr-text,
.cid-v91Rw2Y0VQ .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rw2Y0VQ .mbr-section-title,
.cid-v91Rw2Y0VQ .mbr-section-btn,
.cid-v91Rw2Y0VQ .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91Rw3aqqZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rw3aqqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rw3aqqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rw3aqqZ .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rw3aqqZ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91Rw3aqqZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91Rw3aqqZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91Rw3aqqZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Rw3aqqZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Rw3aqqZ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91Rw3aqqZ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91Rw3aqqZ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91Rw3aqqZ .item {
    margin-bottom: 20px;
  }
}
.cid-v91Rw3aqqZ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91Rw3aqqZ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rw3aqqZ .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rw3aqqZ .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91Rw3aqqZ .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rw3aqqZ .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rw3aqqZ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rw3aqqZ .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rw3aqqZ .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91Rw3aqqZ .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91Rw3aqqZ .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rw3aqqZ .mbr-section-title,
.cid-v91Rw3aqqZ .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rw3aqqZ .mbr-text,
.cid-v91Rw3aqqZ .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rw3aqqZ .card-title {
  color: #f1f5eb;
}
.cid-v91Rw3aqqZ .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91Rw3aqqZ .card-title,
.cid-v91Rw3aqqZ .mbr-section-btn {
  text-align: center;
}
.cid-v91Rw3sJQt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91Rw3sJQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rw3sJQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rw3sJQt .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rw3sJQt .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rw3sJQt .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91Rw3sJQt .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91Rw3sJQt .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91Rw3sJQt .item {
    margin-bottom: 40px;
  }
}
.cid-v91Rw3sJQt .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91Rw3sJQt .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rw3sJQt .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91Rw3sJQt .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91Rw3sJQt .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rw3sJQt .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rw3sJQt .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rw3sJQt .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rw3sJQt .mbr-section-title,
.cid-v91Rw3sJQt .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rw3sJQt .card-title {
  color: #323432;
}
.cid-v91Rw3sJQt .card-text {
  color: #1C1000;
}
.cid-v91Rw3sJQt .card-title,
.cid-v91Rw3sJQt .mbr-section-btn,
.cid-v91Rw3sJQt .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91Rw3LP5f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91Rw3LP5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rw3LP5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rw3LP5f .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rw3LP5f .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91Rw3LP5f .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91Rw3LP5f .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91Rw3LP5f .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Rw3LP5f .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Rw3LP5f .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91Rw3LP5f .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91Rw3LP5f .embla__slide .slide-content {
  width: 100%;
}
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91Rw3LP5f .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91Rw3LP5f .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91Rw3LP5f .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91Rw3LP5f .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91Rw3LP5f .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91Rw3LP5f .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91Rw3LP5f .embla__button--next,
.cid-v91Rw3LP5f .embla__button--prev {
  display: flex;
}
.cid-v91Rw3LP5f .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91Rw3LP5f .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91Rw3LP5f .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91Rw3LP5f .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91Rw3LP5f .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91Rw3LP5f .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91Rw3LP5f .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91Rw3LP5f .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91Rw3LP5f .embla__viewport {
    padding: 0;
  }
}
.cid-v91Rw3LP5f .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91Rw3LP5f .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91Rw3LP5f .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91Rw3LP5f .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rw3LP5f .mbr-section-title,
.cid-v91Rw3LP5f .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rw3LP5f .mbr-text,
.cid-v91Rw3LP5f .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rw3LP5f .card-date_1 {
  color: #f1f5eb;
}
.cid-v91Rw3LP5f .card-title_1 {
  color: #f1f5eb;
}
.cid-v91Rw3LP5f .card-text_1 {
  color: #FEF6E9;
}
.cid-v91Rw3LP5f .card-date_2 {
  color: #323432;
}
.cid-v91Rw3LP5f .card-title_2 {
  color: #323432;
}
.cid-v91Rw3LP5f .card-text_2 {
  color: #1C1000;
}
.cid-v91Rw3LP5f .card-date_3 {
  color: #f1f5eb;
}
.cid-v91Rw3LP5f .card-title_3 {
  color: #f1f5eb;
}
.cid-v91Rw3LP5f .card-text_3 {
  color: #FEF6E9;
}
.cid-v91Rw3LP5f .card-date_4 {
  color: #323432;
}
.cid-v91Rw3LP5f .card-title_4 {
  color: #323432;
}
.cid-v91Rw3LP5f .card-text_4 {
  color: #1C1000;
}
.cid-v91Rw3LP5f .card-date_5 {
  color: #f1f5eb;
}
.cid-v91Rw3LP5f .card-title_5 {
  color: #f1f5eb;
}
.cid-v91Rw3LP5f .card-text_5 {
  color: #1C1000;
}
.cid-v91Rw3LP5f .card-date_1,
.cid-v91Rw3LP5f .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rw3LP5f .card-title_1,
.cid-v91Rw3LP5f .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rw3LP5f .card-date_2,
.cid-v91Rw3LP5f .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rw3LP5f .card-title_2,
.cid-v91Rw3LP5f .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rw3LP5f .card-date_3,
.cid-v91Rw3LP5f .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rw3LP5f .card-title_3,
.cid-v91Rw3LP5f .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rw3LP5f .card-date_4,
.cid-v91Rw3LP5f .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rw3LP5f .card-title_4,
.cid-v91Rw3LP5f .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rw3LP5f .card-date_5,
.cid-v91Rw3LP5f .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rw3LP5f .card-title_5,
.cid-v91Rw3LP5f .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rw453gY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rw453gY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91Rw453gY .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91Rw453gY .image-wrapper {
    height: 350px;
  }
}
.cid-v91Rw4h4lm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91Rw4h4lm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rw4h4lm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rw4h4lm .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rw4h4lm .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rw4h4lm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91Rw4h4lm .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91Rw4h4lm .embla__slide .slide-content {
  width: 100%;
}
.cid-v91Rw4h4lm .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91Rw4h4lm .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rw4h4lm .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91Rw4h4lm .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rw4h4lm .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rw4h4lm .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rw4h4lm .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rw4h4lm .embla__button--next,
.cid-v91Rw4h4lm .embla__button--prev {
  display: flex;
}
.cid-v91Rw4h4lm .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91Rw4h4lm .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91Rw4h4lm .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91Rw4h4lm .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91Rw4h4lm .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91Rw4h4lm .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91Rw4h4lm .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91Rw4h4lm .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91Rw4h4lm .embla__viewport {
    padding: 0;
  }
}
.cid-v91Rw4h4lm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91Rw4h4lm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91Rw4h4lm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91Rw4h4lm .mbr-section-title,
.cid-v91Rw4h4lm .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rw4h4lm .card-number {
  color: #e6eddc;
}
.cid-v91Rw4h4lm .card-title {
  color: #323432;
}
.cid-v91Rw4h4lm .card-text {
  color: #1C1000;
}
.cid-v91Rw4h4lm .card-number,
.cid-v91Rw4h4lm .number-wrapper {
  color: #F5E8D2;
}
.cid-v91Rw4FU5w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rw4FU5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rw4FU5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rw4FU5w .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91Rw4FU5w .card-wrapper {
    padding: 20px;
  }
}
.cid-v91Rw4FU5w .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91Rw4FU5w .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91Rw4FU5w .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91Rw4FU5w .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91Rw4FU5w .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91Rw4FU5w .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91Rw4FU5w .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91Rw4FU5w .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rw4FU5w .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91Rw4FU5w .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rw4FU5w .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91Rw4FU5w .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91Rw4FU5w .mbr-section-title,
.cid-v91Rw4FU5w .title-wrapper {
  color: #f1f5eb;
}
.cid-v91Rw4FU5w .mbr-section-title,
.cid-v91Rw4FU5w .mbr-section-btn,
.cid-v91Rw4FU5w .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91Rw4Wh8Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rw4Wh8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rw4Wh8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rw4Wh8Y .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rw4Wh8Y .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rw4Wh8Y .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91Rw4Wh8Y .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91Rw4Wh8Y .item {
    margin-bottom: 40px;
  }
}
.cid-v91Rw4Wh8Y .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91Rw4Wh8Y .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91Rw4Wh8Y .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91Rw4Wh8Y .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rw4Wh8Y .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rw4Wh8Y .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rw4Wh8Y .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rw4Wh8Y .mbr-section-title,
.cid-v91Rw4Wh8Y .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rw4Wh8Y .card-number {
  color: #f1f5eb;
}
.cid-v91Rw4Wh8Y .card-title {
  color: #323432;
}
.cid-v91Rw4Wh8Y .card-text {
  color: #1C1000;
}
.cid-v91Rw4Wh8Y .card-number,
.cid-v91Rw4Wh8Y .number-wrapper {
  color: #FFFFFF;
}
.cid-v91Rw4Wh8Y .card-title,
.cid-v91Rw4Wh8Y .mbr-section-btn,
.cid-v91Rw4Wh8Y .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91Rw5eqJd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91Rw5eqJd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91Rw5eqJd::before {
    width: 40px;
  }
}
.cid-v91Rw5eqJd::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91Rw5eqJd::after {
    width: 40px;
  }
}
.cid-v91Rw5eqJd .item:focus,
.cid-v91Rw5eqJd span:focus {
  outline: none;
}
.cid-v91Rw5eqJd .item {
  cursor: pointer;
}
.cid-v91Rw5eqJd .grid-container {
  grid-row-gap: 24px;
}
.cid-v91Rw5eqJd .grid-container-1,
.cid-v91Rw5eqJd .grid-container-2,
.cid-v91Rw5eqJd .grid-container-3 {
  gap: 0 24px;
}
.cid-v91Rw5eqJd .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rw5eqJd .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91Rw5eqJd .content-head {
  max-width: 800px;
}
.cid-v91Rw5eqJd .container,
.cid-v91Rw5eqJd .container-fluid {
  overflow: hidden;
}
.cid-v91Rw5eqJd .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91Rw5eqJd .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91Rw5eqJd .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91Rw5eqJd .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91Rw5eqJd .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91Rw5eqJd .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91Rw5eqJd .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91Rw5eqJd .grid-container-1,
.cid-v91Rw5eqJd .grid-container-2,
.cid-v91Rw5eqJd .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91Rw5eqJd .grid-container-1 {
  align-items: flex-end;
}
.cid-v91Rw5eqJd .grid-container-2 {
  align-items: flex-start;
}
.cid-v91Rw5vBe6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91Rw5vBe6 .item:focus,
.cid-v91Rw5vBe6 span:focus {
  outline: none;
}
.cid-v91Rw5vBe6 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91Rw5vBe6 .content-head {
  max-width: 800px;
}
.cid-v91Rw5vBe6 .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91Rw5vBe6 .item {
    min-height: 32.5px;
  }
}
.cid-v91Rw5MSfK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rw5MSfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rw5MSfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rw5MSfK .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91Rw5MSfK .card-wrapper {
    padding: 20px;
  }
}
.cid-v91Rw5MSfK .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91Rw5MSfK .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91Rw5MSfK .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rw5MSfK .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91Rw5MSfK .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91Rw5MSfK .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91Rw5MSfK .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91Rw5MSfK .title-wrapper {
    width: 100%;
  }
}
.cid-v91Rw5MSfK .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rw5MSfK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91Rw5MSfK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91Rw5MSfK .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91Rw5MSfK .embla__slide .slide-content {
  width: 100%;
}
.cid-v91Rw5MSfK .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91Rw5MSfK .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91Rw5MSfK .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91Rw5MSfK .embla__button--next,
.cid-v91Rw5MSfK .embla__button--prev {
  display: flex;
}
.cid-v91Rw5MSfK .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91Rw5MSfK .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91Rw5MSfK .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91Rw5MSfK .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91Rw5MSfK .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91Rw5MSfK .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91Rw5MSfK .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91Rw5MSfK .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91Rw5MSfK .embla {
    width: 100%;
  }
}
.cid-v91Rw5MSfK .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91Rw5MSfK .embla__viewport {
    padding: 0;
  }
}
.cid-v91Rw5MSfK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91Rw5MSfK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91Rw5MSfK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91Rw5MSfK .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91Rw5MSfK .mbr-section-title,
.cid-v91Rw5MSfK .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rw6hL8w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rw6hL8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rw6hL8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rw6hL8w .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91Rw6hL8w .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91Rw6hL8w .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91Rw6hL8w .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91Rw6hL8w .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rw6hL8w .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91Rw6hL8w .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91Rw6hL8w .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Rw6hL8w .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91Rw6hL8w .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91Rw6hL8w .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91Rw6hL8w .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91Rw6hL8w .mbr-section-title,
.cid-v91Rw6hL8w .border-wrapper {
  color: #FEF6E9;
}
.cid-v91Rw6yKdF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rw6yKdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rw6yKdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rw6yKdF .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rw6yKdF .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rw6yKdF .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91Rw6yKdF .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rw6yKdF .item {
    margin-bottom: 20px;
  }
}
.cid-v91Rw6yKdF .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rw6yKdF .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rw6yKdF .item .item-wrapper .card-box .card-title_1,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .card-title_2,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91Rw6yKdF .item .item-wrapper .card-box .card-text_1,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .card-text_2,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91Rw6yKdF .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_1,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_2,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91Rw6yKdF .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91Rw6yKdF .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91Rw6yKdF .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91Rw6yKdF .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91Rw6yKdF .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91Rw6yKdF .item .card_1 {
    transform: none;
  }
}
.cid-v91Rw6yKdF .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91Rw6yKdF .item .card_2 {
    transform: none;
  }
}
.cid-v91Rw6yKdF .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91Rw6yKdF .item .card_3 {
    transform: none;
  }
}
.cid-v91Rw6yKdF .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rw6yKdF .mbr-section-title,
.cid-v91Rw6yKdF .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rw6yKdF .card-title_1 {
  color: #323432;
}
.cid-v91Rw6yKdF .card-text_1 {
  color: #1C1000;
}
.cid-v91Rw6yKdF .list_1 {
  color: #323432;
}
.cid-v91Rw6yKdF .card-title_2 {
  color: #f1f5eb;
}
.cid-v91Rw6yKdF .card-text_2 {
  color: #FEF6E9;
}
.cid-v91Rw6yKdF .list_2 {
  color: #f1f5eb;
}
.cid-v91Rw6yKdF .card-title_3 {
  color: #323432;
}
.cid-v91Rw6yKdF .card-text_3 {
  color: #1C1000;
}
.cid-v91Rw6yKdF .list_3 {
  color: #323432;
}
.cid-v91Rw6yKdF .card-title_1,
.cid-v91Rw6yKdF .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rw6yKdF .list_1,
.cid-v91Rw6yKdF .item-wrap_1 {
  color: #1C1000;
}
.cid-v91Rw6yKdF .card-title_2,
.cid-v91Rw6yKdF .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rw6yKdF .list_2,
.cid-v91Rw6yKdF .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91Rw6yKdF .card-title_3,
.cid-v91Rw6yKdF .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rw6yKdF .list_3,
.cid-v91Rw6yKdF .item-wrap_3 {
  color: #1C1000;
}
.cid-v91Rw6PJvj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rw6PJvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rw6PJvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rw6PJvj .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rw6PJvj .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rw6PJvj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91Rw6PJvj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91Rw6PJvj .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91Rw6PJvj .item {
    margin-bottom: 20px;
  }
}
.cid-v91Rw6PJvj .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rw6PJvj .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rw6PJvj .item .item-wrapper .card-box .card-title_1,
.cid-v91Rw6PJvj .item .item-wrapper .card-box .card-title_2,
.cid-v91Rw6PJvj .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91Rw6PJvj .item .item-wrapper .card-box .card-text_1,
.cid-v91Rw6PJvj .item .item-wrapper .card-box .card-text_2,
.cid-v91Rw6PJvj .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91Rw6PJvj .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rw6PJvj .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rw6PJvj .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91Rw6PJvj .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91Rw6PJvj .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91Rw6PJvj .item .card_1 {
  background-color: #472d00;
}
.cid-v91Rw6PJvj .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91Rw6PJvj .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91Rw6PJvj .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rw6PJvj .mbr-section-title,
.cid-v91Rw6PJvj .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rw6PJvj .card-title_1 {
  color: #f1f5eb;
}
.cid-v91Rw6PJvj .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91Rw6PJvj .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91Rw6PJvj .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rw6PJvj .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91Rw6PJvj .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91Rw6PJvj .card-title_1,
.cid-v91Rw6PJvj .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91Rw6PJvj .card-title_2,
.cid-v91Rw6PJvj .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rw6PJvj .card-title_3,
.cid-v91Rw6PJvj .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RRrn6oS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RRrn6oS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RRrn6oS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RRrn6oS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RRrn6oS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RRrn6oS .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RRrn6oS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RRrn6oS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RRrn6oS .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RRrn6oS .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RRrn6oS .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RRrn6oS .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RRrn6oS .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RRrn6oS .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RRrn6oS .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RRrn6oS .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RRrn6oS .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RRrn6oS .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RRrn6oS .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RRrn6oS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RRrn6oS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RRrn6oS .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RRrn6oS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RRrn6oS .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RRrn6oS .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RRrn6oS .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RRrn6oS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RRrn6oS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RRrn6oS .container,
.cid-v91RRrn6oS .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RRrn6oS .container,
  .cid-v91RRrn6oS .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RRrn6oS .container,
  .cid-v91RRrn6oS .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RRrn6oS .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RRrn6oS .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RRrn6oS .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RRrn6oS .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RRrn6oS .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RRrn6oS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RRrn6oS .nav-item:focus,
.cid-v91RRrn6oS .nav-link:focus {
  outline: none;
}
.cid-v91RRrn6oS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RRrn6oS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RRrn6oS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RRrn6oS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RRrn6oS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RRrn6oS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RRrn6oS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RRrn6oS .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RRrn6oS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RRrn6oS .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RRrn6oS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RRrn6oS .navbar.collapsed {
  justify-content: center;
}
.cid-v91RRrn6oS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RRrn6oS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RRrn6oS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RRrn6oS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RRrn6oS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RRrn6oS .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-v91RRrn6oS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RRrn6oS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RRrn6oS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RRrn6oS .navbar {
    min-height: 72px;
  }
  .cid-v91RRrn6oS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RRrn6oS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RRrn6oS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RRrn6oS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RRrn6oS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RRrn6oS .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-v91RRrn6oS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RRrn6oS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RRrn6oS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RRrn6oS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RRrn6oS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RRrn6oS .dropdown-item.active,
.cid-v91RRrn6oS .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RRrn6oS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RRrn6oS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RRrn6oS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RRrn6oS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RRrn6oS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RRrn6oS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RRrn6oS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RRrn6oS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RRrn6oS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RRrn6oS .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RRrn6oS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RRrn6oS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RRrn6oS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RRrn6oS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RRrn6oS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RRrn6oS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RRrn6oS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RRrn6oS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RRrn6oS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RRrn6oS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RRrn6oS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RRrn6oS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RRrn6oS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RRrn6oS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RRrn6oS .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RRrn6oS .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RRrn6oS .navbar {
    height: 70px;
  }
  .cid-v91RRrn6oS .navbar.opened {
    height: auto;
  }
  .cid-v91RRrn6oS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RRrn6oS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RRrn6oS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RRrn6oS .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RRrn6oS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RRrn6oS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RRrn6oS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RRrn6oS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RRrn6oS .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RRrn6oS .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RRrn6oS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RRrn6oS .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RRrn6oS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RRrn6oS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RRrn6oS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RRrn6oS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RRrn6oS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RRrn6oS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RRrn6oS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RRrn6oS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RRrn6oS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RRrn6oS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RRrn6oS .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RRrn6oS .content-wrap {
    display: block;
  }
}
.cid-v91RRrn6oS .nav-link,
.cid-v91RRrn6oS .dropdown-item {
  color: #1C1000;
}
.cid-v91RRsvkwU {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RRsvkwU .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RRsvkwU .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RRsvkwU .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RRsvkwU .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RRsvkwU .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RRsvkwU .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RRsvkwU .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RRsvkwU .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RRsvkwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RRsvkwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RRsvkwU .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RRsvkwU .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RRsvkwU .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RRsvkwU .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RRsvkwU .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RRsvkwU .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RRsvkwU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RRsvkwU .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RRsvkwU .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RRsvkwU .mbr-section-title {
  color: #323432;
}
.cid-v91RRsvkwU .mbr-text,
.cid-v91RRsvkwU .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RRsvkwU .mbr-section-title,
.cid-v91RRsvkwU .mbr-section-btn,
.cid-v91RRsvkwU .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RRsQMdg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RRsQMdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RRsQMdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RRsQMdg .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RRsQMdg .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RRsQMdg .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RRsQMdg .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RRsQMdg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RRsQMdg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RRsQMdg .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RRsQMdg .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RRsQMdg .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RRsQMdg .item {
    margin-bottom: 20px;
  }
}
.cid-v91RRsQMdg .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RRsQMdg .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RRsQMdg .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RRsQMdg .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RRsQMdg .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RRsQMdg .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RRsQMdg .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RRsQMdg .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RRsQMdg .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RRsQMdg .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RRsQMdg .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RRsQMdg .mbr-section-title,
.cid-v91RRsQMdg .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RRsQMdg .mbr-text,
.cid-v91RRsQMdg .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RRsQMdg .card-title {
  color: #f1f5eb;
}
.cid-v91RRsQMdg .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RRsQMdg .card-title,
.cid-v91RRsQMdg .mbr-section-btn {
  text-align: center;
}
.cid-v91RRtgAP4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RRtgAP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RRtgAP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RRtgAP4 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RRtgAP4 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RRtgAP4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RRtgAP4 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RRtgAP4 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RRtgAP4 .item {
    margin-bottom: 40px;
  }
}
.cid-v91RRtgAP4 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RRtgAP4 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RRtgAP4 .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RRtgAP4 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RRtgAP4 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RRtgAP4 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RRtgAP4 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RRtgAP4 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RRtgAP4 .mbr-section-title,
.cid-v91RRtgAP4 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RRtgAP4 .card-title {
  color: #323432;
}
.cid-v91RRtgAP4 .card-text {
  color: #1C1000;
}
.cid-v91RRtgAP4 .card-title,
.cid-v91RRtgAP4 .mbr-section-btn,
.cid-v91RRtgAP4 .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RRtGFR2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RRtGFR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RRtGFR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RRtGFR2 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RRtGFR2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RRtGFR2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RRtGFR2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RRtGFR2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RRtGFR2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RRtGFR2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RRtGFR2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RRtGFR2 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RRtGFR2 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RRtGFR2 .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RRtGFR2 .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RRtGFR2 .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RRtGFR2 .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RRtGFR2 .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RRtGFR2 .embla__button--next,
.cid-v91RRtGFR2 .embla__button--prev {
  display: flex;
}
.cid-v91RRtGFR2 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RRtGFR2 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RRtGFR2 .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RRtGFR2 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RRtGFR2 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RRtGFR2 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RRtGFR2 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RRtGFR2 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RRtGFR2 .embla__viewport {
    padding: 0;
  }
}
.cid-v91RRtGFR2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RRtGFR2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RRtGFR2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RRtGFR2 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RRtGFR2 .mbr-section-title,
.cid-v91RRtGFR2 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RRtGFR2 .mbr-text,
.cid-v91RRtGFR2 .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RRtGFR2 .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RRtGFR2 .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RRtGFR2 .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RRtGFR2 .card-date_2 {
  color: #323432;
}
.cid-v91RRtGFR2 .card-title_2 {
  color: #323432;
}
.cid-v91RRtGFR2 .card-text_2 {
  color: #1C1000;
}
.cid-v91RRtGFR2 .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RRtGFR2 .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RRtGFR2 .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RRtGFR2 .card-date_4 {
  color: #323432;
}
.cid-v91RRtGFR2 .card-title_4 {
  color: #323432;
}
.cid-v91RRtGFR2 .card-text_4 {
  color: #1C1000;
}
.cid-v91RRtGFR2 .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RRtGFR2 .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RRtGFR2 .card-text_5 {
  color: #1C1000;
}
.cid-v91RRtGFR2 .card-date_1,
.cid-v91RRtGFR2 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RRtGFR2 .card-title_1,
.cid-v91RRtGFR2 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RRtGFR2 .card-date_2,
.cid-v91RRtGFR2 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RRtGFR2 .card-title_2,
.cid-v91RRtGFR2 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RRtGFR2 .card-date_3,
.cid-v91RRtGFR2 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RRtGFR2 .card-title_3,
.cid-v91RRtGFR2 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RRtGFR2 .card-date_4,
.cid-v91RRtGFR2 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RRtGFR2 .card-title_4,
.cid-v91RRtGFR2 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RRtGFR2 .card-date_5,
.cid-v91RRtGFR2 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RRtGFR2 .card-title_5,
.cid-v91RRtGFR2 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RRu3tYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RRu3tYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RRu3tYO .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RRu3tYO .image-wrapper {
    height: 350px;
  }
}
.cid-v91RRulVYN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RRulVYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RRulVYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RRulVYN .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RRulVYN .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RRulVYN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RRulVYN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RRulVYN .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RRulVYN .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RRulVYN .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RRulVYN .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RRulVYN .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RRulVYN .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RRulVYN .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RRulVYN .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RRulVYN .embla__button--next,
.cid-v91RRulVYN .embla__button--prev {
  display: flex;
}
.cid-v91RRulVYN .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RRulVYN .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RRulVYN .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RRulVYN .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RRulVYN .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RRulVYN .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RRulVYN .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RRulVYN .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RRulVYN .embla__viewport {
    padding: 0;
  }
}
.cid-v91RRulVYN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RRulVYN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RRulVYN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RRulVYN .mbr-section-title,
.cid-v91RRulVYN .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RRulVYN .card-number {
  color: #e6eddc;
}
.cid-v91RRulVYN .card-title {
  color: #323432;
}
.cid-v91RRulVYN .card-text {
  color: #1C1000;
}
.cid-v91RRulVYN .card-number,
.cid-v91RRulVYN .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RRuNfds {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RRuNfds .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RRuNfds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RRuNfds .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RRuNfds .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RRuNfds .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RRuNfds .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RRuNfds .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RRuNfds .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RRuNfds .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RRuNfds .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RRuNfds .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RRuNfds .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RRuNfds .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RRuNfds .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RRuNfds .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RRuNfds .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RRuNfds .mbr-section-title,
.cid-v91RRuNfds .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RRuNfds .mbr-section-title,
.cid-v91RRuNfds .mbr-section-btn,
.cid-v91RRuNfds .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RRv3twK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RRv3twK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RRv3twK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RRv3twK .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RRv3twK .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RRv3twK .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RRv3twK .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RRv3twK .item {
    margin-bottom: 40px;
  }
}
.cid-v91RRv3twK .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RRv3twK .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RRv3twK .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RRv3twK .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RRv3twK .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RRv3twK .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RRv3twK .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RRv3twK .mbr-section-title,
.cid-v91RRv3twK .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RRv3twK .card-number {
  color: #f1f5eb;
}
.cid-v91RRv3twK .card-title {
  color: #323432;
}
.cid-v91RRv3twK .card-text {
  color: #1C1000;
}
.cid-v91RRv3twK .card-number,
.cid-v91RRv3twK .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RRv3twK .card-title,
.cid-v91RRv3twK .mbr-section-btn,
.cid-v91RRv3twK .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RRvmaep {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RRvmaep::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RRvmaep::before {
    width: 40px;
  }
}
.cid-v91RRvmaep::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RRvmaep::after {
    width: 40px;
  }
}
.cid-v91RRvmaep .item:focus,
.cid-v91RRvmaep span:focus {
  outline: none;
}
.cid-v91RRvmaep .item {
  cursor: pointer;
}
.cid-v91RRvmaep .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RRvmaep .grid-container-1,
.cid-v91RRvmaep .grid-container-2,
.cid-v91RRvmaep .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RRvmaep .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RRvmaep .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RRvmaep .content-head {
  max-width: 800px;
}
.cid-v91RRvmaep .container,
.cid-v91RRvmaep .container-fluid {
  overflow: hidden;
}
.cid-v91RRvmaep .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RRvmaep .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RRvmaep .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RRvmaep .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RRvmaep .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RRvmaep .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RRvmaep .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RRvmaep .grid-container-1,
.cid-v91RRvmaep .grid-container-2,
.cid-v91RRvmaep .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RRvmaep .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RRvmaep .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RRvD9W1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RRvD9W1 .item:focus,
.cid-v91RRvD9W1 span:focus {
  outline: none;
}
.cid-v91RRvD9W1 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RRvD9W1 .content-head {
  max-width: 800px;
}
.cid-v91RRvD9W1 .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RRvD9W1 .item {
    min-height: 32.5px;
  }
}
.cid-v91RRvUVwi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RRvUVwi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RRvUVwi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RRvUVwi .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RRvUVwi .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RRvUVwi .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RRvUVwi .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RRvUVwi .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RRvUVwi .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RRvUVwi .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RRvUVwi .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RRvUVwi .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RRvUVwi .title-wrapper {
    width: 100%;
  }
}
.cid-v91RRvUVwi .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RRvUVwi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RRvUVwi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RRvUVwi .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RRvUVwi .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RRvUVwi .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RRvUVwi .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RRvUVwi .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RRvUVwi .embla__button--next,
.cid-v91RRvUVwi .embla__button--prev {
  display: flex;
}
.cid-v91RRvUVwi .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RRvUVwi .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RRvUVwi .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RRvUVwi .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RRvUVwi .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RRvUVwi .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RRvUVwi .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RRvUVwi .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RRvUVwi .embla {
    width: 100%;
  }
}
.cid-v91RRvUVwi .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RRvUVwi .embla__viewport {
    padding: 0;
  }
}
.cid-v91RRvUVwi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RRvUVwi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RRvUVwi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RRvUVwi .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RRvUVwi .mbr-section-title,
.cid-v91RRvUVwi .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RRwhaPL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RRwhaPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RRwhaPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RRwhaPL .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RRwhaPL .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RRwhaPL .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RRwhaPL .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RRwhaPL .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RRwhaPL .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RRwhaPL .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RRwhaPL .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RRwhaPL .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RRwhaPL .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RRwhaPL .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RRwhaPL .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RRwhaPL .mbr-section-title,
.cid-v91RRwhaPL .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RRwAPd2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RRwAPd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RRwAPd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RRwAPd2 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RRwAPd2 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RRwAPd2 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RRwAPd2 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RRwAPd2 .item {
    margin-bottom: 20px;
  }
}
.cid-v91RRwAPd2 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RRwAPd2 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RRwAPd2 .item .item-wrapper .card-box .card-title_1,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .card-title_2,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RRwAPd2 .item .item-wrapper .card-box .card-text_1,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .card-text_2,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RRwAPd2 .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_1,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_2,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RRwAPd2 .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RRwAPd2 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RRwAPd2 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RRwAPd2 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RRwAPd2 .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RRwAPd2 .item .card_1 {
    transform: none;
  }
}
.cid-v91RRwAPd2 .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RRwAPd2 .item .card_2 {
    transform: none;
  }
}
.cid-v91RRwAPd2 .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RRwAPd2 .item .card_3 {
    transform: none;
  }
}
.cid-v91RRwAPd2 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RRwAPd2 .mbr-section-title,
.cid-v91RRwAPd2 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RRwAPd2 .card-title_1 {
  color: #323432;
}
.cid-v91RRwAPd2 .card-text_1 {
  color: #1C1000;
}
.cid-v91RRwAPd2 .list_1 {
  color: #323432;
}
.cid-v91RRwAPd2 .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RRwAPd2 .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RRwAPd2 .list_2 {
  color: #f1f5eb;
}
.cid-v91RRwAPd2 .card-title_3 {
  color: #323432;
}
.cid-v91RRwAPd2 .card-text_3 {
  color: #1C1000;
}
.cid-v91RRwAPd2 .list_3 {
  color: #323432;
}
.cid-v91RRwAPd2 .card-title_1,
.cid-v91RRwAPd2 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RRwAPd2 .list_1,
.cid-v91RRwAPd2 .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RRwAPd2 .card-title_2,
.cid-v91RRwAPd2 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RRwAPd2 .list_2,
.cid-v91RRwAPd2 .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RRwAPd2 .card-title_3,
.cid-v91RRwAPd2 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RRwAPd2 .list_3,
.cid-v91RRwAPd2 .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RRwSYIU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RRwSYIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RRwSYIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RRwSYIU .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RRwSYIU .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RRwSYIU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RRwSYIU .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RRwSYIU .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RRwSYIU .item {
    margin-bottom: 20px;
  }
}
.cid-v91RRwSYIU .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RRwSYIU .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RRwSYIU .item .item-wrapper .card-box .card-title_1,
.cid-v91RRwSYIU .item .item-wrapper .card-box .card-title_2,
.cid-v91RRwSYIU .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RRwSYIU .item .item-wrapper .card-box .card-text_1,
.cid-v91RRwSYIU .item .item-wrapper .card-box .card-text_2,
.cid-v91RRwSYIU .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RRwSYIU .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RRwSYIU .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RRwSYIU .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RRwSYIU .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RRwSYIU .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RRwSYIU .item .card_1 {
  background-color: #472d00;
}
.cid-v91RRwSYIU .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RRwSYIU .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RRwSYIU .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RRwSYIU .mbr-section-title,
.cid-v91RRwSYIU .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RRwSYIU .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RRwSYIU .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RRwSYIU .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RRwSYIU .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RRwSYIU .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RRwSYIU .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RRwSYIU .card-title_1,
.cid-v91RRwSYIU .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RRwSYIU .card-title_2,
.cid-v91RRwSYIU .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RRwSYIU .card-title_3,
.cid-v91RRwSYIU .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RSzm1mz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RSzm1mz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RSzm1mz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RSzm1mz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RSzm1mz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RSzm1mz .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RSzm1mz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RSzm1mz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RSzm1mz .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RSzm1mz .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RSzm1mz .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RSzm1mz .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RSzm1mz .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RSzm1mz .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RSzm1mz .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RSzm1mz .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RSzm1mz .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RSzm1mz .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RSzm1mz .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RSzm1mz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RSzm1mz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RSzm1mz .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RSzm1mz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RSzm1mz .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RSzm1mz .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RSzm1mz .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RSzm1mz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RSzm1mz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RSzm1mz .container,
.cid-v91RSzm1mz .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RSzm1mz .container,
  .cid-v91RSzm1mz .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RSzm1mz .container,
  .cid-v91RSzm1mz .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RSzm1mz .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RSzm1mz .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RSzm1mz .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RSzm1mz .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RSzm1mz .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RSzm1mz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RSzm1mz .nav-item:focus,
.cid-v91RSzm1mz .nav-link:focus {
  outline: none;
}
.cid-v91RSzm1mz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RSzm1mz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RSzm1mz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RSzm1mz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RSzm1mz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RSzm1mz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RSzm1mz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RSzm1mz .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RSzm1mz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RSzm1mz .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RSzm1mz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RSzm1mz .navbar.collapsed {
  justify-content: center;
}
.cid-v91RSzm1mz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RSzm1mz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RSzm1mz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RSzm1mz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RSzm1mz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RSzm1mz .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-v91RSzm1mz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RSzm1mz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RSzm1mz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RSzm1mz .navbar {
    min-height: 72px;
  }
  .cid-v91RSzm1mz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RSzm1mz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RSzm1mz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RSzm1mz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RSzm1mz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RSzm1mz .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-v91RSzm1mz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RSzm1mz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RSzm1mz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RSzm1mz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RSzm1mz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RSzm1mz .dropdown-item.active,
.cid-v91RSzm1mz .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RSzm1mz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RSzm1mz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RSzm1mz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RSzm1mz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RSzm1mz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RSzm1mz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RSzm1mz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RSzm1mz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RSzm1mz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RSzm1mz .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RSzm1mz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RSzm1mz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RSzm1mz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RSzm1mz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RSzm1mz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RSzm1mz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RSzm1mz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RSzm1mz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RSzm1mz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RSzm1mz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RSzm1mz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RSzm1mz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RSzm1mz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RSzm1mz .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RSzm1mz .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RSzm1mz .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RSzm1mz .navbar {
    height: 70px;
  }
  .cid-v91RSzm1mz .navbar.opened {
    height: auto;
  }
  .cid-v91RSzm1mz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RSzm1mz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RSzm1mz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RSzm1mz .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RSzm1mz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RSzm1mz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RSzm1mz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RSzm1mz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RSzm1mz .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RSzm1mz .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RSzm1mz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RSzm1mz .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RSzm1mz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RSzm1mz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RSzm1mz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RSzm1mz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RSzm1mz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RSzm1mz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RSzm1mz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RSzm1mz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RSzm1mz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RSzm1mz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RSzm1mz .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RSzm1mz .content-wrap {
    display: block;
  }
}
.cid-v91RSzm1mz .nav-link,
.cid-v91RSzm1mz .dropdown-item {
  color: #1C1000;
}
.cid-v91RSAl0Ft {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RSAl0Ft .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RSAl0Ft .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RSAl0Ft .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RSAl0Ft .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RSAl0Ft .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RSAl0Ft .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RSAl0Ft .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RSAl0Ft .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RSAl0Ft .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RSAl0Ft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RSAl0Ft .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RSAl0Ft .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RSAl0Ft .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RSAl0Ft .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RSAl0Ft .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RSAl0Ft .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RSAl0Ft .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RSAl0Ft .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RSAl0Ft .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RSAl0Ft .mbr-section-title {
  color: #323432;
}
.cid-v91RSAl0Ft .mbr-text,
.cid-v91RSAl0Ft .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RSAl0Ft .mbr-section-title,
.cid-v91RSAl0Ft .mbr-section-btn,
.cid-v91RSAl0Ft .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RSAzOqe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RSAzOqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RSAzOqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RSAzOqe .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RSAzOqe .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RSAzOqe .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RSAzOqe .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RSAzOqe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RSAzOqe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RSAzOqe .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RSAzOqe .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RSAzOqe .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RSAzOqe .item {
    margin-bottom: 20px;
  }
}
.cid-v91RSAzOqe .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RSAzOqe .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RSAzOqe .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RSAzOqe .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RSAzOqe .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RSAzOqe .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RSAzOqe .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RSAzOqe .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RSAzOqe .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RSAzOqe .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RSAzOqe .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RSAzOqe .mbr-section-title,
.cid-v91RSAzOqe .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RSAzOqe .mbr-text,
.cid-v91RSAzOqe .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RSAzOqe .card-title {
  color: #f1f5eb;
}
.cid-v91RSAzOqe .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RSAzOqe .card-title,
.cid-v91RSAzOqe .mbr-section-btn {
  text-align: center;
}
.cid-v91RSATyBD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RSATyBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RSATyBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RSATyBD .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RSATyBD .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RSATyBD .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RSATyBD .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RSATyBD .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RSATyBD .item {
    margin-bottom: 40px;
  }
}
.cid-v91RSATyBD .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RSATyBD .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RSATyBD .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RSATyBD .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RSATyBD .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RSATyBD .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RSATyBD .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RSATyBD .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RSATyBD .mbr-section-title,
.cid-v91RSATyBD .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RSATyBD .card-title {
  color: #323432;
}
.cid-v91RSATyBD .card-text {
  color: #1C1000;
}
.cid-v91RSATyBD .card-title,
.cid-v91RSATyBD .mbr-section-btn,
.cid-v91RSATyBD .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RSBdPED {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RSBdPED .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RSBdPED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RSBdPED .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RSBdPED .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RSBdPED .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RSBdPED .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RSBdPED .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RSBdPED .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RSBdPED .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RSBdPED .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RSBdPED .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RSBdPED .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RSBdPED .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RSBdPED .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RSBdPED .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RSBdPED .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RSBdPED .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RSBdPED .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RSBdPED .embla__button--next,
.cid-v91RSBdPED .embla__button--prev {
  display: flex;
}
.cid-v91RSBdPED .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RSBdPED .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RSBdPED .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RSBdPED .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RSBdPED .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RSBdPED .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RSBdPED .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RSBdPED .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RSBdPED .embla__viewport {
    padding: 0;
  }
}
.cid-v91RSBdPED .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RSBdPED .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RSBdPED .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RSBdPED .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RSBdPED .mbr-section-title,
.cid-v91RSBdPED .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RSBdPED .mbr-text,
.cid-v91RSBdPED .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RSBdPED .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RSBdPED .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RSBdPED .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RSBdPED .card-date_2 {
  color: #323432;
}
.cid-v91RSBdPED .card-title_2 {
  color: #323432;
}
.cid-v91RSBdPED .card-text_2 {
  color: #1C1000;
}
.cid-v91RSBdPED .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RSBdPED .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RSBdPED .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RSBdPED .card-date_4 {
  color: #323432;
}
.cid-v91RSBdPED .card-title_4 {
  color: #323432;
}
.cid-v91RSBdPED .card-text_4 {
  color: #1C1000;
}
.cid-v91RSBdPED .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RSBdPED .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RSBdPED .card-text_5 {
  color: #1C1000;
}
.cid-v91RSBdPED .card-date_1,
.cid-v91RSBdPED .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RSBdPED .card-title_1,
.cid-v91RSBdPED .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RSBdPED .card-date_2,
.cid-v91RSBdPED .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RSBdPED .card-title_2,
.cid-v91RSBdPED .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RSBdPED .card-date_3,
.cid-v91RSBdPED .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RSBdPED .card-title_3,
.cid-v91RSBdPED .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RSBdPED .card-date_4,
.cid-v91RSBdPED .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RSBdPED .card-title_4,
.cid-v91RSBdPED .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RSBdPED .card-date_5,
.cid-v91RSBdPED .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RSBdPED .card-title_5,
.cid-v91RSBdPED .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RSBxSlz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RSBxSlz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RSBxSlz .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RSBxSlz .image-wrapper {
    height: 350px;
  }
}
.cid-v91RSBMA0p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RSBMA0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RSBMA0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RSBMA0p .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RSBMA0p .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RSBMA0p .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RSBMA0p .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RSBMA0p .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RSBMA0p .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RSBMA0p .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RSBMA0p .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RSBMA0p .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RSBMA0p .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RSBMA0p .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RSBMA0p .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RSBMA0p .embla__button--next,
.cid-v91RSBMA0p .embla__button--prev {
  display: flex;
}
.cid-v91RSBMA0p .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RSBMA0p .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RSBMA0p .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RSBMA0p .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RSBMA0p .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RSBMA0p .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RSBMA0p .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RSBMA0p .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RSBMA0p .embla__viewport {
    padding: 0;
  }
}
.cid-v91RSBMA0p .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RSBMA0p .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RSBMA0p .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RSBMA0p .mbr-section-title,
.cid-v91RSBMA0p .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RSBMA0p .card-number {
  color: #e6eddc;
}
.cid-v91RSBMA0p .card-title {
  color: #323432;
}
.cid-v91RSBMA0p .card-text {
  color: #1C1000;
}
.cid-v91RSBMA0p .card-number,
.cid-v91RSBMA0p .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RSCcZQw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RSCcZQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RSCcZQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RSCcZQw .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RSCcZQw .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RSCcZQw .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RSCcZQw .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RSCcZQw .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RSCcZQw .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RSCcZQw .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RSCcZQw .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RSCcZQw .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RSCcZQw .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RSCcZQw .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RSCcZQw .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RSCcZQw .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RSCcZQw .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RSCcZQw .mbr-section-title,
.cid-v91RSCcZQw .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RSCcZQw .mbr-section-title,
.cid-v91RSCcZQw .mbr-section-btn,
.cid-v91RSCcZQw .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RSCtumj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RSCtumj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RSCtumj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RSCtumj .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RSCtumj .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RSCtumj .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RSCtumj .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RSCtumj .item {
    margin-bottom: 40px;
  }
}
.cid-v91RSCtumj .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RSCtumj .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RSCtumj .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RSCtumj .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RSCtumj .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RSCtumj .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RSCtumj .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RSCtumj .mbr-section-title,
.cid-v91RSCtumj .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RSCtumj .card-number {
  color: #f1f5eb;
}
.cid-v91RSCtumj .card-title {
  color: #323432;
}
.cid-v91RSCtumj .card-text {
  color: #1C1000;
}
.cid-v91RSCtumj .card-number,
.cid-v91RSCtumj .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RSCtumj .card-title,
.cid-v91RSCtumj .mbr-section-btn,
.cid-v91RSCtumj .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RSCNXn0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RSCNXn0::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RSCNXn0::before {
    width: 40px;
  }
}
.cid-v91RSCNXn0::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RSCNXn0::after {
    width: 40px;
  }
}
.cid-v91RSCNXn0 .item:focus,
.cid-v91RSCNXn0 span:focus {
  outline: none;
}
.cid-v91RSCNXn0 .item {
  cursor: pointer;
}
.cid-v91RSCNXn0 .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RSCNXn0 .grid-container-1,
.cid-v91RSCNXn0 .grid-container-2,
.cid-v91RSCNXn0 .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RSCNXn0 .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RSCNXn0 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RSCNXn0 .content-head {
  max-width: 800px;
}
.cid-v91RSCNXn0 .container,
.cid-v91RSCNXn0 .container-fluid {
  overflow: hidden;
}
.cid-v91RSCNXn0 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RSCNXn0 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RSCNXn0 .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RSCNXn0 .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RSCNXn0 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RSCNXn0 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RSCNXn0 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RSCNXn0 .grid-container-1,
.cid-v91RSCNXn0 .grid-container-2,
.cid-v91RSCNXn0 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RSCNXn0 .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RSCNXn0 .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RSD6NPE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RSD6NPE .item:focus,
.cid-v91RSD6NPE span:focus {
  outline: none;
}
.cid-v91RSD6NPE .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RSD6NPE .content-head {
  max-width: 800px;
}
.cid-v91RSD6NPE .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RSD6NPE .item {
    min-height: 32.5px;
  }
}
.cid-v91RSDoUYt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RSDoUYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RSDoUYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RSDoUYt .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RSDoUYt .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RSDoUYt .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RSDoUYt .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RSDoUYt .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RSDoUYt .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RSDoUYt .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RSDoUYt .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RSDoUYt .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RSDoUYt .title-wrapper {
    width: 100%;
  }
}
.cid-v91RSDoUYt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RSDoUYt .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RSDoUYt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RSDoUYt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RSDoUYt .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RSDoUYt .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RSDoUYt .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RSDoUYt .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RSDoUYt .embla__button--next,
.cid-v91RSDoUYt .embla__button--prev {
  display: flex;
}
.cid-v91RSDoUYt .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RSDoUYt .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RSDoUYt .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RSDoUYt .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RSDoUYt .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RSDoUYt .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RSDoUYt .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RSDoUYt .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RSDoUYt .embla {
    width: 100%;
  }
}
.cid-v91RSDoUYt .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RSDoUYt .embla__viewport {
    padding: 0;
  }
}
.cid-v91RSDoUYt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RSDoUYt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RSDoUYt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RSDoUYt .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RSDoUYt .mbr-section-title,
.cid-v91RSDoUYt .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RSDKHTW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RSDKHTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RSDKHTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RSDKHTW .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RSDKHTW .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RSDKHTW .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RSDKHTW .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RSDKHTW .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RSDKHTW .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RSDKHTW .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RSDKHTW .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RSDKHTW .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RSDKHTW .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RSDKHTW .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RSDKHTW .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RSDKHTW .mbr-section-title,
.cid-v91RSDKHTW .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RSE0fnT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RSE0fnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RSE0fnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RSE0fnT .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RSE0fnT .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RSE0fnT .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RSE0fnT .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RSE0fnT .item {
    margin-bottom: 20px;
  }
}
.cid-v91RSE0fnT .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RSE0fnT .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RSE0fnT .item .item-wrapper .card-box .card-title_1,
.cid-v91RSE0fnT .item .item-wrapper .card-box .card-title_2,
.cid-v91RSE0fnT .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RSE0fnT .item .item-wrapper .card-box .card-text_1,
.cid-v91RSE0fnT .item .item-wrapper .card-box .card-text_2,
.cid-v91RSE0fnT .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RSE0fnT .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_1,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_2,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RSE0fnT .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RSE0fnT .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RSE0fnT .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RSE0fnT .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RSE0fnT .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RSE0fnT .item .card_1 {
    transform: none;
  }
}
.cid-v91RSE0fnT .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RSE0fnT .item .card_2 {
    transform: none;
  }
}
.cid-v91RSE0fnT .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RSE0fnT .item .card_3 {
    transform: none;
  }
}
.cid-v91RSE0fnT .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RSE0fnT .mbr-section-title,
.cid-v91RSE0fnT .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RSE0fnT .card-title_1 {
  color: #323432;
}
.cid-v91RSE0fnT .card-text_1 {
  color: #1C1000;
}
.cid-v91RSE0fnT .list_1 {
  color: #323432;
}
.cid-v91RSE0fnT .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RSE0fnT .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RSE0fnT .list_2 {
  color: #f1f5eb;
}
.cid-v91RSE0fnT .card-title_3 {
  color: #323432;
}
.cid-v91RSE0fnT .card-text_3 {
  color: #1C1000;
}
.cid-v91RSE0fnT .list_3 {
  color: #323432;
}
.cid-v91RSE0fnT .card-title_1,
.cid-v91RSE0fnT .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RSE0fnT .list_1,
.cid-v91RSE0fnT .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RSE0fnT .card-title_2,
.cid-v91RSE0fnT .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RSE0fnT .list_2,
.cid-v91RSE0fnT .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RSE0fnT .card-title_3,
.cid-v91RSE0fnT .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RSE0fnT .list_3,
.cid-v91RSE0fnT .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RSEiFAo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RSEiFAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RSEiFAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RSEiFAo .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RSEiFAo .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RSEiFAo .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RSEiFAo .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RSEiFAo .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RSEiFAo .item {
    margin-bottom: 20px;
  }
}
.cid-v91RSEiFAo .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RSEiFAo .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RSEiFAo .item .item-wrapper .card-box .card-title_1,
.cid-v91RSEiFAo .item .item-wrapper .card-box .card-title_2,
.cid-v91RSEiFAo .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RSEiFAo .item .item-wrapper .card-box .card-text_1,
.cid-v91RSEiFAo .item .item-wrapper .card-box .card-text_2,
.cid-v91RSEiFAo .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RSEiFAo .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RSEiFAo .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RSEiFAo .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RSEiFAo .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RSEiFAo .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RSEiFAo .item .card_1 {
  background-color: #472d00;
}
.cid-v91RSEiFAo .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RSEiFAo .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RSEiFAo .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RSEiFAo .mbr-section-title,
.cid-v91RSEiFAo .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RSEiFAo .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RSEiFAo .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RSEiFAo .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RSEiFAo .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RSEiFAo .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RSEiFAo .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RSEiFAo .card-title_1,
.cid-v91RSEiFAo .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RSEiFAo .card-title_2,
.cid-v91RSEiFAo .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RSEiFAo .card-title_3,
.cid-v91RSEiFAo .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RTv1Cmf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RTv1Cmf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RTv1Cmf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RTv1Cmf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RTv1Cmf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RTv1Cmf .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RTv1Cmf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RTv1Cmf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RTv1Cmf .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RTv1Cmf .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RTv1Cmf .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RTv1Cmf .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RTv1Cmf .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RTv1Cmf .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RTv1Cmf .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RTv1Cmf .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RTv1Cmf .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RTv1Cmf .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RTv1Cmf .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RTv1Cmf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RTv1Cmf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RTv1Cmf .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RTv1Cmf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RTv1Cmf .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RTv1Cmf .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RTv1Cmf .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RTv1Cmf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RTv1Cmf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RTv1Cmf .container,
.cid-v91RTv1Cmf .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RTv1Cmf .container,
  .cid-v91RTv1Cmf .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RTv1Cmf .container,
  .cid-v91RTv1Cmf .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RTv1Cmf .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RTv1Cmf .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RTv1Cmf .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RTv1Cmf .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RTv1Cmf .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RTv1Cmf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RTv1Cmf .nav-item:focus,
.cid-v91RTv1Cmf .nav-link:focus {
  outline: none;
}
.cid-v91RTv1Cmf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RTv1Cmf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RTv1Cmf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RTv1Cmf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RTv1Cmf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RTv1Cmf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RTv1Cmf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RTv1Cmf .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RTv1Cmf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RTv1Cmf .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RTv1Cmf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RTv1Cmf .navbar.collapsed {
  justify-content: center;
}
.cid-v91RTv1Cmf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RTv1Cmf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RTv1Cmf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RTv1Cmf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RTv1Cmf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RTv1Cmf .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-v91RTv1Cmf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RTv1Cmf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RTv1Cmf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RTv1Cmf .navbar {
    min-height: 72px;
  }
  .cid-v91RTv1Cmf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RTv1Cmf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RTv1Cmf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RTv1Cmf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RTv1Cmf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RTv1Cmf .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-v91RTv1Cmf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RTv1Cmf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RTv1Cmf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RTv1Cmf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RTv1Cmf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RTv1Cmf .dropdown-item.active,
.cid-v91RTv1Cmf .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RTv1Cmf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RTv1Cmf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RTv1Cmf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RTv1Cmf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RTv1Cmf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RTv1Cmf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RTv1Cmf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RTv1Cmf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RTv1Cmf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RTv1Cmf .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RTv1Cmf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RTv1Cmf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RTv1Cmf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RTv1Cmf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RTv1Cmf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RTv1Cmf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RTv1Cmf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RTv1Cmf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RTv1Cmf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RTv1Cmf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RTv1Cmf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RTv1Cmf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RTv1Cmf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RTv1Cmf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RTv1Cmf .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RTv1Cmf .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RTv1Cmf .navbar {
    height: 70px;
  }
  .cid-v91RTv1Cmf .navbar.opened {
    height: auto;
  }
  .cid-v91RTv1Cmf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RTv1Cmf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RTv1Cmf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RTv1Cmf .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RTv1Cmf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RTv1Cmf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RTv1Cmf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RTv1Cmf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RTv1Cmf .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RTv1Cmf .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RTv1Cmf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RTv1Cmf .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RTv1Cmf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RTv1Cmf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RTv1Cmf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RTv1Cmf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RTv1Cmf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RTv1Cmf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RTv1Cmf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RTv1Cmf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RTv1Cmf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RTv1Cmf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RTv1Cmf .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RTv1Cmf .content-wrap {
    display: block;
  }
}
.cid-v91RTv1Cmf .nav-link,
.cid-v91RTv1Cmf .dropdown-item {
  color: #1C1000;
}
.cid-v91RTvWJOa {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RTvWJOa .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RTvWJOa .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RTvWJOa .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RTvWJOa .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RTvWJOa .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RTvWJOa .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RTvWJOa .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RTvWJOa .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RTvWJOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RTvWJOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RTvWJOa .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RTvWJOa .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RTvWJOa .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RTvWJOa .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RTvWJOa .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RTvWJOa .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RTvWJOa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RTvWJOa .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RTvWJOa .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RTvWJOa .mbr-section-title {
  color: #323432;
}
.cid-v91RTvWJOa .mbr-text,
.cid-v91RTvWJOa .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RTvWJOa .mbr-section-title,
.cid-v91RTvWJOa .mbr-section-btn,
.cid-v91RTvWJOa .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RTw8TjV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RTw8TjV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RTw8TjV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RTw8TjV .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RTw8TjV .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RTw8TjV .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RTw8TjV .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RTw8TjV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RTw8TjV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RTw8TjV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RTw8TjV .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RTw8TjV .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RTw8TjV .item {
    margin-bottom: 20px;
  }
}
.cid-v91RTw8TjV .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RTw8TjV .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RTw8TjV .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RTw8TjV .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RTw8TjV .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RTw8TjV .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RTw8TjV .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RTw8TjV .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RTw8TjV .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RTw8TjV .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RTw8TjV .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RTw8TjV .mbr-section-title,
.cid-v91RTw8TjV .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RTw8TjV .mbr-text,
.cid-v91RTw8TjV .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RTw8TjV .card-title {
  color: #f1f5eb;
}
.cid-v91RTw8TjV .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RTw8TjV .card-title,
.cid-v91RTw8TjV .mbr-section-btn {
  text-align: center;
}
.cid-v91RTwvKCz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RTwvKCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RTwvKCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RTwvKCz .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RTwvKCz .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RTwvKCz .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RTwvKCz .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RTwvKCz .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RTwvKCz .item {
    margin-bottom: 40px;
  }
}
.cid-v91RTwvKCz .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RTwvKCz .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RTwvKCz .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RTwvKCz .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RTwvKCz .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RTwvKCz .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RTwvKCz .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RTwvKCz .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RTwvKCz .mbr-section-title,
.cid-v91RTwvKCz .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RTwvKCz .card-title {
  color: #323432;
}
.cid-v91RTwvKCz .card-text {
  color: #1C1000;
}
.cid-v91RTwvKCz .card-title,
.cid-v91RTwvKCz .mbr-section-btn,
.cid-v91RTwvKCz .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RTwNpw5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RTwNpw5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RTwNpw5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RTwNpw5 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RTwNpw5 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RTwNpw5 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RTwNpw5 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RTwNpw5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RTwNpw5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RTwNpw5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RTwNpw5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RTwNpw5 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RTwNpw5 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RTwNpw5 .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RTwNpw5 .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RTwNpw5 .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RTwNpw5 .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RTwNpw5 .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RTwNpw5 .embla__button--next,
.cid-v91RTwNpw5 .embla__button--prev {
  display: flex;
}
.cid-v91RTwNpw5 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RTwNpw5 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RTwNpw5 .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RTwNpw5 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RTwNpw5 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RTwNpw5 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RTwNpw5 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RTwNpw5 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RTwNpw5 .embla__viewport {
    padding: 0;
  }
}
.cid-v91RTwNpw5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RTwNpw5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RTwNpw5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RTwNpw5 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RTwNpw5 .mbr-section-title,
.cid-v91RTwNpw5 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RTwNpw5 .mbr-text,
.cid-v91RTwNpw5 .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RTwNpw5 .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RTwNpw5 .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RTwNpw5 .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RTwNpw5 .card-date_2 {
  color: #323432;
}
.cid-v91RTwNpw5 .card-title_2 {
  color: #323432;
}
.cid-v91RTwNpw5 .card-text_2 {
  color: #1C1000;
}
.cid-v91RTwNpw5 .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RTwNpw5 .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RTwNpw5 .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RTwNpw5 .card-date_4 {
  color: #323432;
}
.cid-v91RTwNpw5 .card-title_4 {
  color: #323432;
}
.cid-v91RTwNpw5 .card-text_4 {
  color: #1C1000;
}
.cid-v91RTwNpw5 .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RTwNpw5 .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RTwNpw5 .card-text_5 {
  color: #1C1000;
}
.cid-v91RTwNpw5 .card-date_1,
.cid-v91RTwNpw5 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RTwNpw5 .card-title_1,
.cid-v91RTwNpw5 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RTwNpw5 .card-date_2,
.cid-v91RTwNpw5 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RTwNpw5 .card-title_2,
.cid-v91RTwNpw5 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RTwNpw5 .card-date_3,
.cid-v91RTwNpw5 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RTwNpw5 .card-title_3,
.cid-v91RTwNpw5 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RTwNpw5 .card-date_4,
.cid-v91RTwNpw5 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RTwNpw5 .card-title_4,
.cid-v91RTwNpw5 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RTwNpw5 .card-date_5,
.cid-v91RTwNpw5 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RTwNpw5 .card-title_5,
.cid-v91RTwNpw5 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RTx6oXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RTx6oXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RTx6oXa .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RTx6oXa .image-wrapper {
    height: 350px;
  }
}
.cid-v91RTxjWge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RTxjWge .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RTxjWge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RTxjWge .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RTxjWge .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RTxjWge .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RTxjWge .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RTxjWge .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RTxjWge .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RTxjWge .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RTxjWge .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RTxjWge .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RTxjWge .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RTxjWge .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RTxjWge .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RTxjWge .embla__button--next,
.cid-v91RTxjWge .embla__button--prev {
  display: flex;
}
.cid-v91RTxjWge .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RTxjWge .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RTxjWge .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RTxjWge .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RTxjWge .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RTxjWge .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RTxjWge .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RTxjWge .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RTxjWge .embla__viewport {
    padding: 0;
  }
}
.cid-v91RTxjWge .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RTxjWge .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RTxjWge .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RTxjWge .mbr-section-title,
.cid-v91RTxjWge .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RTxjWge .card-number {
  color: #e6eddc;
}
.cid-v91RTxjWge .card-title {
  color: #323432;
}
.cid-v91RTxjWge .card-text {
  color: #1C1000;
}
.cid-v91RTxjWge .card-number,
.cid-v91RTxjWge .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RTxG0kq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RTxG0kq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RTxG0kq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RTxG0kq .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RTxG0kq .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RTxG0kq .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RTxG0kq .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RTxG0kq .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RTxG0kq .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RTxG0kq .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RTxG0kq .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RTxG0kq .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RTxG0kq .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RTxG0kq .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RTxG0kq .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RTxG0kq .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RTxG0kq .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RTxG0kq .mbr-section-title,
.cid-v91RTxG0kq .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RTxG0kq .mbr-section-title,
.cid-v91RTxG0kq .mbr-section-btn,
.cid-v91RTxG0kq .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RTxVBFM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RTxVBFM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RTxVBFM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RTxVBFM .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RTxVBFM .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RTxVBFM .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RTxVBFM .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RTxVBFM .item {
    margin-bottom: 40px;
  }
}
.cid-v91RTxVBFM .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RTxVBFM .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RTxVBFM .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RTxVBFM .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RTxVBFM .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RTxVBFM .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RTxVBFM .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RTxVBFM .mbr-section-title,
.cid-v91RTxVBFM .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RTxVBFM .card-number {
  color: #f1f5eb;
}
.cid-v91RTxVBFM .card-title {
  color: #323432;
}
.cid-v91RTxVBFM .card-text {
  color: #1C1000;
}
.cid-v91RTxVBFM .card-number,
.cid-v91RTxVBFM .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RTxVBFM .card-title,
.cid-v91RTxVBFM .mbr-section-btn,
.cid-v91RTxVBFM .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RTydxBY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RTydxBY::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RTydxBY::before {
    width: 40px;
  }
}
.cid-v91RTydxBY::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RTydxBY::after {
    width: 40px;
  }
}
.cid-v91RTydxBY .item:focus,
.cid-v91RTydxBY span:focus {
  outline: none;
}
.cid-v91RTydxBY .item {
  cursor: pointer;
}
.cid-v91RTydxBY .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RTydxBY .grid-container-1,
.cid-v91RTydxBY .grid-container-2,
.cid-v91RTydxBY .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RTydxBY .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RTydxBY .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RTydxBY .content-head {
  max-width: 800px;
}
.cid-v91RTydxBY .container,
.cid-v91RTydxBY .container-fluid {
  overflow: hidden;
}
.cid-v91RTydxBY .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RTydxBY .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RTydxBY .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RTydxBY .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RTydxBY .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RTydxBY .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RTydxBY .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RTydxBY .grid-container-1,
.cid-v91RTydxBY .grid-container-2,
.cid-v91RTydxBY .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RTydxBY .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RTydxBY .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RTyvOuH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RTyvOuH .item:focus,
.cid-v91RTyvOuH span:focus {
  outline: none;
}
.cid-v91RTyvOuH .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RTyvOuH .content-head {
  max-width: 800px;
}
.cid-v91RTyvOuH .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RTyvOuH .item {
    min-height: 32.5px;
  }
}
.cid-v91RTyKC3e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RTyKC3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RTyKC3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RTyKC3e .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RTyKC3e .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RTyKC3e .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RTyKC3e .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RTyKC3e .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RTyKC3e .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RTyKC3e .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RTyKC3e .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RTyKC3e .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RTyKC3e .title-wrapper {
    width: 100%;
  }
}
.cid-v91RTyKC3e .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RTyKC3e .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RTyKC3e .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RTyKC3e .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RTyKC3e .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RTyKC3e .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RTyKC3e .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RTyKC3e .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RTyKC3e .embla__button--next,
.cid-v91RTyKC3e .embla__button--prev {
  display: flex;
}
.cid-v91RTyKC3e .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RTyKC3e .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RTyKC3e .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RTyKC3e .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RTyKC3e .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RTyKC3e .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RTyKC3e .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RTyKC3e .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RTyKC3e .embla {
    width: 100%;
  }
}
.cid-v91RTyKC3e .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RTyKC3e .embla__viewport {
    padding: 0;
  }
}
.cid-v91RTyKC3e .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RTyKC3e .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RTyKC3e .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RTyKC3e .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RTyKC3e .mbr-section-title,
.cid-v91RTyKC3e .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RTz5s33 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RTz5s33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RTz5s33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RTz5s33 .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RTz5s33 .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RTz5s33 .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RTz5s33 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RTz5s33 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RTz5s33 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RTz5s33 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RTz5s33 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RTz5s33 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RTz5s33 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RTz5s33 .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RTz5s33 .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RTz5s33 .mbr-section-title,
.cid-v91RTz5s33 .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RTzlMND {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RTzlMND .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RTzlMND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RTzlMND .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RTzlMND .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RTzlMND .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RTzlMND .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RTzlMND .item {
    margin-bottom: 20px;
  }
}
.cid-v91RTzlMND .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RTzlMND .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RTzlMND .item .item-wrapper .card-box .card-title_1,
.cid-v91RTzlMND .item .item-wrapper .card-box .card-title_2,
.cid-v91RTzlMND .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RTzlMND .item .item-wrapper .card-box .card-text_1,
.cid-v91RTzlMND .item .item-wrapper .card-box .card-text_2,
.cid-v91RTzlMND .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RTzlMND .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RTzlMND .item .item-wrapper .card-box .list_1,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_2,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RTzlMND .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RTzlMND .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RTzlMND .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RTzlMND .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RTzlMND .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RTzlMND .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RTzlMND .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RTzlMND .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RTzlMND .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RTzlMND .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RTzlMND .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RTzlMND .item .card_1 {
    transform: none;
  }
}
.cid-v91RTzlMND .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RTzlMND .item .card_2 {
    transform: none;
  }
}
.cid-v91RTzlMND .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RTzlMND .item .card_3 {
    transform: none;
  }
}
.cid-v91RTzlMND .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RTzlMND .mbr-section-title,
.cid-v91RTzlMND .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RTzlMND .card-title_1 {
  color: #323432;
}
.cid-v91RTzlMND .card-text_1 {
  color: #1C1000;
}
.cid-v91RTzlMND .list_1 {
  color: #323432;
}
.cid-v91RTzlMND .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RTzlMND .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RTzlMND .list_2 {
  color: #f1f5eb;
}
.cid-v91RTzlMND .card-title_3 {
  color: #323432;
}
.cid-v91RTzlMND .card-text_3 {
  color: #1C1000;
}
.cid-v91RTzlMND .list_3 {
  color: #323432;
}
.cid-v91RTzlMND .card-title_1,
.cid-v91RTzlMND .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RTzlMND .list_1,
.cid-v91RTzlMND .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RTzlMND .card-title_2,
.cid-v91RTzlMND .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RTzlMND .list_2,
.cid-v91RTzlMND .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RTzlMND .card-title_3,
.cid-v91RTzlMND .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RTzlMND .list_3,
.cid-v91RTzlMND .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RTzDrtL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RTzDrtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RTzDrtL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RTzDrtL .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RTzDrtL .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RTzDrtL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RTzDrtL .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RTzDrtL .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RTzDrtL .item {
    margin-bottom: 20px;
  }
}
.cid-v91RTzDrtL .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RTzDrtL .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RTzDrtL .item .item-wrapper .card-box .card-title_1,
.cid-v91RTzDrtL .item .item-wrapper .card-box .card-title_2,
.cid-v91RTzDrtL .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RTzDrtL .item .item-wrapper .card-box .card-text_1,
.cid-v91RTzDrtL .item .item-wrapper .card-box .card-text_2,
.cid-v91RTzDrtL .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RTzDrtL .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RTzDrtL .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RTzDrtL .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RTzDrtL .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RTzDrtL .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RTzDrtL .item .card_1 {
  background-color: #472d00;
}
.cid-v91RTzDrtL .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RTzDrtL .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RTzDrtL .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RTzDrtL .mbr-section-title,
.cid-v91RTzDrtL .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RTzDrtL .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RTzDrtL .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RTzDrtL .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RTzDrtL .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RTzDrtL .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RTzDrtL .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RTzDrtL .card-title_1,
.cid-v91RTzDrtL .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RTzDrtL .card-title_2,
.cid-v91RTzDrtL .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RTzDrtL .card-title_3,
.cid-v91RTzDrtL .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RUietN0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RUietN0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RUietN0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RUietN0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RUietN0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RUietN0 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RUietN0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RUietN0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RUietN0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RUietN0 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RUietN0 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RUietN0 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RUietN0 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RUietN0 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RUietN0 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RUietN0 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RUietN0 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RUietN0 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RUietN0 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RUietN0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RUietN0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RUietN0 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RUietN0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RUietN0 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RUietN0 .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RUietN0 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RUietN0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RUietN0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RUietN0 .container,
.cid-v91RUietN0 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RUietN0 .container,
  .cid-v91RUietN0 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RUietN0 .container,
  .cid-v91RUietN0 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RUietN0 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RUietN0 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RUietN0 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RUietN0 .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RUietN0 .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RUietN0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RUietN0 .nav-item:focus,
.cid-v91RUietN0 .nav-link:focus {
  outline: none;
}
.cid-v91RUietN0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RUietN0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RUietN0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RUietN0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RUietN0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RUietN0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RUietN0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RUietN0 .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RUietN0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RUietN0 .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RUietN0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RUietN0 .navbar.collapsed {
  justify-content: center;
}
.cid-v91RUietN0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RUietN0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RUietN0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RUietN0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RUietN0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RUietN0 .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-v91RUietN0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RUietN0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RUietN0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RUietN0 .navbar {
    min-height: 72px;
  }
  .cid-v91RUietN0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RUietN0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RUietN0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RUietN0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RUietN0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RUietN0 .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-v91RUietN0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RUietN0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RUietN0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RUietN0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RUietN0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RUietN0 .dropdown-item.active,
.cid-v91RUietN0 .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RUietN0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RUietN0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RUietN0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RUietN0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RUietN0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RUietN0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RUietN0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RUietN0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RUietN0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RUietN0 .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RUietN0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RUietN0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RUietN0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RUietN0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RUietN0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RUietN0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RUietN0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RUietN0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RUietN0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RUietN0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RUietN0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RUietN0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RUietN0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RUietN0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RUietN0 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RUietN0 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RUietN0 .navbar {
    height: 70px;
  }
  .cid-v91RUietN0 .navbar.opened {
    height: auto;
  }
  .cid-v91RUietN0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RUietN0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RUietN0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RUietN0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RUietN0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RUietN0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RUietN0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RUietN0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RUietN0 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RUietN0 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RUietN0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RUietN0 .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RUietN0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RUietN0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RUietN0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RUietN0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RUietN0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RUietN0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RUietN0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RUietN0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RUietN0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RUietN0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RUietN0 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RUietN0 .content-wrap {
    display: block;
  }
}
.cid-v91RUietN0 .nav-link,
.cid-v91RUietN0 .dropdown-item {
  color: #1C1000;
}
.cid-v91RUjr8iw {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RUjr8iw .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RUjr8iw .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RUjr8iw .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RUjr8iw .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RUjr8iw .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RUjr8iw .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RUjr8iw .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RUjr8iw .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RUjr8iw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RUjr8iw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RUjr8iw .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RUjr8iw .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RUjr8iw .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RUjr8iw .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RUjr8iw .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RUjr8iw .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RUjr8iw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RUjr8iw .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RUjr8iw .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RUjr8iw .mbr-section-title {
  color: #323432;
}
.cid-v91RUjr8iw .mbr-text,
.cid-v91RUjr8iw .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RUjr8iw .mbr-section-title,
.cid-v91RUjr8iw .mbr-section-btn,
.cid-v91RUjr8iw .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RUjH34N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RUjH34N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RUjH34N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RUjH34N .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RUjH34N .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RUjH34N .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RUjH34N .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RUjH34N .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RUjH34N .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RUjH34N .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RUjH34N .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RUjH34N .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RUjH34N .item {
    margin-bottom: 20px;
  }
}
.cid-v91RUjH34N .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RUjH34N .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RUjH34N .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RUjH34N .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RUjH34N .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RUjH34N .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RUjH34N .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RUjH34N .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RUjH34N .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RUjH34N .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RUjH34N .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RUjH34N .mbr-section-title,
.cid-v91RUjH34N .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RUjH34N .mbr-text,
.cid-v91RUjH34N .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RUjH34N .card-title {
  color: #f1f5eb;
}
.cid-v91RUjH34N .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RUjH34N .card-title,
.cid-v91RUjH34N .mbr-section-btn {
  text-align: center;
}
.cid-v91RUk4kop {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RUk4kop .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RUk4kop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RUk4kop .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RUk4kop .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RUk4kop .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RUk4kop .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RUk4kop .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RUk4kop .item {
    margin-bottom: 40px;
  }
}
.cid-v91RUk4kop .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RUk4kop .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RUk4kop .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RUk4kop .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RUk4kop .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RUk4kop .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RUk4kop .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RUk4kop .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RUk4kop .mbr-section-title,
.cid-v91RUk4kop .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RUk4kop .card-title {
  color: #323432;
}
.cid-v91RUk4kop .card-text {
  color: #1C1000;
}
.cid-v91RUk4kop .card-title,
.cid-v91RUk4kop .mbr-section-btn,
.cid-v91RUk4kop .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RUktiGr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RUktiGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RUktiGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RUktiGr .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RUktiGr .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RUktiGr .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RUktiGr .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RUktiGr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RUktiGr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RUktiGr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RUktiGr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RUktiGr .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RUktiGr .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RUktiGr .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RUktiGr .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RUktiGr .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RUktiGr .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RUktiGr .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RUktiGr .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RUktiGr .embla__button--next,
.cid-v91RUktiGr .embla__button--prev {
  display: flex;
}
.cid-v91RUktiGr .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RUktiGr .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RUktiGr .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RUktiGr .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RUktiGr .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RUktiGr .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RUktiGr .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RUktiGr .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RUktiGr .embla__viewport {
    padding: 0;
  }
}
.cid-v91RUktiGr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RUktiGr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RUktiGr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RUktiGr .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RUktiGr .mbr-section-title,
.cid-v91RUktiGr .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RUktiGr .mbr-text,
.cid-v91RUktiGr .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RUktiGr .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RUktiGr .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RUktiGr .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RUktiGr .card-date_2 {
  color: #323432;
}
.cid-v91RUktiGr .card-title_2 {
  color: #323432;
}
.cid-v91RUktiGr .card-text_2 {
  color: #1C1000;
}
.cid-v91RUktiGr .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RUktiGr .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RUktiGr .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RUktiGr .card-date_4 {
  color: #323432;
}
.cid-v91RUktiGr .card-title_4 {
  color: #323432;
}
.cid-v91RUktiGr .card-text_4 {
  color: #1C1000;
}
.cid-v91RUktiGr .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RUktiGr .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RUktiGr .card-text_5 {
  color: #1C1000;
}
.cid-v91RUktiGr .card-date_1,
.cid-v91RUktiGr .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RUktiGr .card-title_1,
.cid-v91RUktiGr .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RUktiGr .card-date_2,
.cid-v91RUktiGr .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RUktiGr .card-title_2,
.cid-v91RUktiGr .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RUktiGr .card-date_3,
.cid-v91RUktiGr .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RUktiGr .card-title_3,
.cid-v91RUktiGr .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RUktiGr .card-date_4,
.cid-v91RUktiGr .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RUktiGr .card-title_4,
.cid-v91RUktiGr .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RUktiGr .card-date_5,
.cid-v91RUktiGr .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RUktiGr .card-title_5,
.cid-v91RUktiGr .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RUkQtYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RUkQtYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RUkQtYr .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RUkQtYr .image-wrapper {
    height: 350px;
  }
}
.cid-v91RUl67z3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RUl67z3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RUl67z3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RUl67z3 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RUl67z3 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RUl67z3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RUl67z3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RUl67z3 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RUl67z3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RUl67z3 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RUl67z3 .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RUl67z3 .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RUl67z3 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RUl67z3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RUl67z3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RUl67z3 .embla__button--next,
.cid-v91RUl67z3 .embla__button--prev {
  display: flex;
}
.cid-v91RUl67z3 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RUl67z3 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RUl67z3 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RUl67z3 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RUl67z3 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RUl67z3 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RUl67z3 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RUl67z3 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RUl67z3 .embla__viewport {
    padding: 0;
  }
}
.cid-v91RUl67z3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RUl67z3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RUl67z3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RUl67z3 .mbr-section-title,
.cid-v91RUl67z3 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RUl67z3 .card-number {
  color: #e6eddc;
}
.cid-v91RUl67z3 .card-title {
  color: #323432;
}
.cid-v91RUl67z3 .card-text {
  color: #1C1000;
}
.cid-v91RUl67z3 .card-number,
.cid-v91RUl67z3 .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RUlzrD8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RUlzrD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RUlzrD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RUlzrD8 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RUlzrD8 .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RUlzrD8 .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RUlzrD8 .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RUlzrD8 .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RUlzrD8 .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RUlzrD8 .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RUlzrD8 .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RUlzrD8 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RUlzrD8 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RUlzrD8 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RUlzrD8 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RUlzrD8 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RUlzrD8 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RUlzrD8 .mbr-section-title,
.cid-v91RUlzrD8 .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RUlzrD8 .mbr-section-title,
.cid-v91RUlzrD8 .mbr-section-btn,
.cid-v91RUlzrD8 .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RUlSu5Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RUlSu5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RUlSu5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RUlSu5Z .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RUlSu5Z .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RUlSu5Z .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RUlSu5Z .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RUlSu5Z .item {
    margin-bottom: 40px;
  }
}
.cid-v91RUlSu5Z .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RUlSu5Z .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RUlSu5Z .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RUlSu5Z .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RUlSu5Z .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RUlSu5Z .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RUlSu5Z .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RUlSu5Z .mbr-section-title,
.cid-v91RUlSu5Z .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RUlSu5Z .card-number {
  color: #f1f5eb;
}
.cid-v91RUlSu5Z .card-title {
  color: #323432;
}
.cid-v91RUlSu5Z .card-text {
  color: #1C1000;
}
.cid-v91RUlSu5Z .card-number,
.cid-v91RUlSu5Z .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RUlSu5Z .card-title,
.cid-v91RUlSu5Z .mbr-section-btn,
.cid-v91RUlSu5Z .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RUmfL4H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RUmfL4H::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RUmfL4H::before {
    width: 40px;
  }
}
.cid-v91RUmfL4H::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RUmfL4H::after {
    width: 40px;
  }
}
.cid-v91RUmfL4H .item:focus,
.cid-v91RUmfL4H span:focus {
  outline: none;
}
.cid-v91RUmfL4H .item {
  cursor: pointer;
}
.cid-v91RUmfL4H .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RUmfL4H .grid-container-1,
.cid-v91RUmfL4H .grid-container-2,
.cid-v91RUmfL4H .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RUmfL4H .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RUmfL4H .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RUmfL4H .content-head {
  max-width: 800px;
}
.cid-v91RUmfL4H .container,
.cid-v91RUmfL4H .container-fluid {
  overflow: hidden;
}
.cid-v91RUmfL4H .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RUmfL4H .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RUmfL4H .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RUmfL4H .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RUmfL4H .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RUmfL4H .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RUmfL4H .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RUmfL4H .grid-container-1,
.cid-v91RUmfL4H .grid-container-2,
.cid-v91RUmfL4H .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RUmfL4H .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RUmfL4H .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RUmz4vv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RUmz4vv .item:focus,
.cid-v91RUmz4vv span:focus {
  outline: none;
}
.cid-v91RUmz4vv .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RUmz4vv .content-head {
  max-width: 800px;
}
.cid-v91RUmz4vv .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RUmz4vv .item {
    min-height: 32.5px;
  }
}
.cid-v91RUmTadP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RUmTadP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RUmTadP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RUmTadP .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RUmTadP .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RUmTadP .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RUmTadP .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RUmTadP .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RUmTadP .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RUmTadP .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RUmTadP .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RUmTadP .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RUmTadP .title-wrapper {
    width: 100%;
  }
}
.cid-v91RUmTadP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RUmTadP .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RUmTadP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RUmTadP .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RUmTadP .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RUmTadP .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RUmTadP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RUmTadP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RUmTadP .embla__button--next,
.cid-v91RUmTadP .embla__button--prev {
  display: flex;
}
.cid-v91RUmTadP .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RUmTadP .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RUmTadP .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RUmTadP .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RUmTadP .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RUmTadP .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RUmTadP .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RUmTadP .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RUmTadP .embla {
    width: 100%;
  }
}
.cid-v91RUmTadP .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RUmTadP .embla__viewport {
    padding: 0;
  }
}
.cid-v91RUmTadP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RUmTadP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RUmTadP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RUmTadP .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RUmTadP .mbr-section-title,
.cid-v91RUmTadP .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RUniDwC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RUniDwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RUniDwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RUniDwC .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RUniDwC .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RUniDwC .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RUniDwC .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RUniDwC .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RUniDwC .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RUniDwC .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RUniDwC .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RUniDwC .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RUniDwC .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RUniDwC .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RUniDwC .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RUniDwC .mbr-section-title,
.cid-v91RUniDwC .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RUnB3cZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RUnB3cZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RUnB3cZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RUnB3cZ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RUnB3cZ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RUnB3cZ .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RUnB3cZ .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RUnB3cZ .item {
    margin-bottom: 20px;
  }
}
.cid-v91RUnB3cZ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RUnB3cZ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RUnB3cZ .item .item-wrapper .card-box .card-title_1,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .card-title_2,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RUnB3cZ .item .item-wrapper .card-box .card-text_1,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .card-text_2,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RUnB3cZ .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_1,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_2,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RUnB3cZ .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RUnB3cZ .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RUnB3cZ .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RUnB3cZ .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RUnB3cZ .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RUnB3cZ .item .card_1 {
    transform: none;
  }
}
.cid-v91RUnB3cZ .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RUnB3cZ .item .card_2 {
    transform: none;
  }
}
.cid-v91RUnB3cZ .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RUnB3cZ .item .card_3 {
    transform: none;
  }
}
.cid-v91RUnB3cZ .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RUnB3cZ .mbr-section-title,
.cid-v91RUnB3cZ .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RUnB3cZ .card-title_1 {
  color: #323432;
}
.cid-v91RUnB3cZ .card-text_1 {
  color: #1C1000;
}
.cid-v91RUnB3cZ .list_1 {
  color: #323432;
}
.cid-v91RUnB3cZ .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RUnB3cZ .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RUnB3cZ .list_2 {
  color: #f1f5eb;
}
.cid-v91RUnB3cZ .card-title_3 {
  color: #323432;
}
.cid-v91RUnB3cZ .card-text_3 {
  color: #1C1000;
}
.cid-v91RUnB3cZ .list_3 {
  color: #323432;
}
.cid-v91RUnB3cZ .card-title_1,
.cid-v91RUnB3cZ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RUnB3cZ .list_1,
.cid-v91RUnB3cZ .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RUnB3cZ .card-title_2,
.cid-v91RUnB3cZ .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RUnB3cZ .list_2,
.cid-v91RUnB3cZ .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RUnB3cZ .card-title_3,
.cid-v91RUnB3cZ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RUnB3cZ .list_3,
.cid-v91RUnB3cZ .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RUnXWAN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RUnXWAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RUnXWAN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RUnXWAN .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RUnXWAN .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RUnXWAN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RUnXWAN .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RUnXWAN .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RUnXWAN .item {
    margin-bottom: 20px;
  }
}
.cid-v91RUnXWAN .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RUnXWAN .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RUnXWAN .item .item-wrapper .card-box .card-title_1,
.cid-v91RUnXWAN .item .item-wrapper .card-box .card-title_2,
.cid-v91RUnXWAN .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RUnXWAN .item .item-wrapper .card-box .card-text_1,
.cid-v91RUnXWAN .item .item-wrapper .card-box .card-text_2,
.cid-v91RUnXWAN .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RUnXWAN .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RUnXWAN .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RUnXWAN .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RUnXWAN .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RUnXWAN .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RUnXWAN .item .card_1 {
  background-color: #472d00;
}
.cid-v91RUnXWAN .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RUnXWAN .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RUnXWAN .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RUnXWAN .mbr-section-title,
.cid-v91RUnXWAN .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RUnXWAN .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RUnXWAN .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RUnXWAN .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RUnXWAN .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RUnXWAN .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RUnXWAN .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RUnXWAN .card-title_1,
.cid-v91RUnXWAN .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RUnXWAN .card-title_2,
.cid-v91RUnXWAN .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RUnXWAN .card-title_3,
.cid-v91RUnXWAN .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RkxAgkf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RkxAgkf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RkxAgkf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RkxAgkf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RkxAgkf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RkxAgkf .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RkxAgkf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RkxAgkf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RkxAgkf .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RkxAgkf .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RkxAgkf .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RkxAgkf .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RkxAgkf .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RkxAgkf .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RkxAgkf .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RkxAgkf .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RkxAgkf .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RkxAgkf .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RkxAgkf .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RkxAgkf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RkxAgkf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RkxAgkf .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RkxAgkf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RkxAgkf .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RkxAgkf .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RkxAgkf .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RkxAgkf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RkxAgkf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RkxAgkf .container,
.cid-v91RkxAgkf .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RkxAgkf .container,
  .cid-v91RkxAgkf .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RkxAgkf .container,
  .cid-v91RkxAgkf .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RkxAgkf .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RkxAgkf .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RkxAgkf .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RkxAgkf .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RkxAgkf .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RkxAgkf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RkxAgkf .nav-item:focus,
.cid-v91RkxAgkf .nav-link:focus {
  outline: none;
}
.cid-v91RkxAgkf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RkxAgkf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RkxAgkf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RkxAgkf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RkxAgkf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RkxAgkf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RkxAgkf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RkxAgkf .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RkxAgkf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RkxAgkf .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RkxAgkf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RkxAgkf .navbar.collapsed {
  justify-content: center;
}
.cid-v91RkxAgkf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RkxAgkf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RkxAgkf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RkxAgkf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RkxAgkf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RkxAgkf .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-v91RkxAgkf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RkxAgkf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RkxAgkf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RkxAgkf .navbar {
    min-height: 72px;
  }
  .cid-v91RkxAgkf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RkxAgkf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RkxAgkf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RkxAgkf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RkxAgkf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RkxAgkf .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-v91RkxAgkf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RkxAgkf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RkxAgkf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RkxAgkf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RkxAgkf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RkxAgkf .dropdown-item.active,
.cid-v91RkxAgkf .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RkxAgkf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RkxAgkf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RkxAgkf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RkxAgkf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RkxAgkf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RkxAgkf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RkxAgkf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RkxAgkf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RkxAgkf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RkxAgkf .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RkxAgkf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RkxAgkf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RkxAgkf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RkxAgkf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RkxAgkf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RkxAgkf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RkxAgkf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RkxAgkf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RkxAgkf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RkxAgkf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RkxAgkf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RkxAgkf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RkxAgkf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RkxAgkf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RkxAgkf .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RkxAgkf .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RkxAgkf .navbar {
    height: 70px;
  }
  .cid-v91RkxAgkf .navbar.opened {
    height: auto;
  }
  .cid-v91RkxAgkf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RkxAgkf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RkxAgkf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RkxAgkf .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RkxAgkf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RkxAgkf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RkxAgkf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RkxAgkf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RkxAgkf .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RkxAgkf .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RkxAgkf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RkxAgkf .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RkxAgkf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RkxAgkf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RkxAgkf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RkxAgkf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RkxAgkf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RkxAgkf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RkxAgkf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RkxAgkf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RkxAgkf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RkxAgkf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RkxAgkf .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RkxAgkf .content-wrap {
    display: block;
  }
}
.cid-v91RkxAgkf .nav-link,
.cid-v91RkxAgkf .dropdown-item {
  color: #1C1000;
}
.cid-v91RkyjtxC {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RkyjtxC .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RkyjtxC .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RkyjtxC .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RkyjtxC .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RkyjtxC .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RkyjtxC .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RkyjtxC .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RkyjtxC .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RkyjtxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RkyjtxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RkyjtxC .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RkyjtxC .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RkyjtxC .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RkyjtxC .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RkyjtxC .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RkyjtxC .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RkyjtxC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RkyjtxC .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RkyjtxC .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RkyjtxC .mbr-section-title {
  color: #323432;
}
.cid-v91RkyjtxC .mbr-text,
.cid-v91RkyjtxC .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RkyjtxC .mbr-section-title,
.cid-v91RkyjtxC .mbr-section-btn,
.cid-v91RkyjtxC .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RkyxM1n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RkyxM1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RkyxM1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RkyxM1n .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RkyxM1n .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RkyxM1n .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RkyxM1n .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RkyxM1n .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RkyxM1n .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RkyxM1n .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RkyxM1n .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RkyxM1n .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RkyxM1n .item {
    margin-bottom: 20px;
  }
}
.cid-v91RkyxM1n .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RkyxM1n .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RkyxM1n .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RkyxM1n .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RkyxM1n .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RkyxM1n .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RkyxM1n .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RkyxM1n .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RkyxM1n .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RkyxM1n .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RkyxM1n .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RkyxM1n .mbr-section-title,
.cid-v91RkyxM1n .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RkyxM1n .mbr-text,
.cid-v91RkyxM1n .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RkyxM1n .card-title {
  color: #f1f5eb;
}
.cid-v91RkyxM1n .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RkyxM1n .card-title,
.cid-v91RkyxM1n .mbr-section-btn {
  text-align: center;
}
.cid-v91RkyROyj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RkyROyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RkyROyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RkyROyj .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RkyROyj .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RkyROyj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RkyROyj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RkyROyj .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RkyROyj .item {
    margin-bottom: 40px;
  }
}
.cid-v91RkyROyj .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RkyROyj .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RkyROyj .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RkyROyj .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RkyROyj .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RkyROyj .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RkyROyj .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RkyROyj .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RkyROyj .mbr-section-title,
.cid-v91RkyROyj .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RkyROyj .card-title {
  color: #323432;
}
.cid-v91RkyROyj .card-text {
  color: #1C1000;
}
.cid-v91RkyROyj .card-title,
.cid-v91RkyROyj .mbr-section-btn,
.cid-v91RkyROyj .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RkzdqZX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RkzdqZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RkzdqZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RkzdqZX .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RkzdqZX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RkzdqZX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RkzdqZX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RkzdqZX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RkzdqZX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RkzdqZX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RkzdqZX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RkzdqZX .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RkzdqZX .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RkzdqZX .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RkzdqZX .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RkzdqZX .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RkzdqZX .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RkzdqZX .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RkzdqZX .embla__button--next,
.cid-v91RkzdqZX .embla__button--prev {
  display: flex;
}
.cid-v91RkzdqZX .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RkzdqZX .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RkzdqZX .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RkzdqZX .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RkzdqZX .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RkzdqZX .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RkzdqZX .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RkzdqZX .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RkzdqZX .embla__viewport {
    padding: 0;
  }
}
.cid-v91RkzdqZX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RkzdqZX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RkzdqZX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RkzdqZX .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RkzdqZX .mbr-section-title,
.cid-v91RkzdqZX .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RkzdqZX .mbr-text,
.cid-v91RkzdqZX .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RkzdqZX .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RkzdqZX .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RkzdqZX .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RkzdqZX .card-date_2 {
  color: #323432;
}
.cid-v91RkzdqZX .card-title_2 {
  color: #323432;
}
.cid-v91RkzdqZX .card-text_2 {
  color: #1C1000;
}
.cid-v91RkzdqZX .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RkzdqZX .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RkzdqZX .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RkzdqZX .card-date_4 {
  color: #323432;
}
.cid-v91RkzdqZX .card-title_4 {
  color: #323432;
}
.cid-v91RkzdqZX .card-text_4 {
  color: #1C1000;
}
.cid-v91RkzdqZX .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RkzdqZX .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RkzdqZX .card-text_5 {
  color: #1C1000;
}
.cid-v91RkzdqZX .card-date_1,
.cid-v91RkzdqZX .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RkzdqZX .card-title_1,
.cid-v91RkzdqZX .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RkzdqZX .card-date_2,
.cid-v91RkzdqZX .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RkzdqZX .card-title_2,
.cid-v91RkzdqZX .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RkzdqZX .card-date_3,
.cid-v91RkzdqZX .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RkzdqZX .card-title_3,
.cid-v91RkzdqZX .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RkzdqZX .card-date_4,
.cid-v91RkzdqZX .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RkzdqZX .card-title_4,
.cid-v91RkzdqZX .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RkzdqZX .card-date_5,
.cid-v91RkzdqZX .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RkzdqZX .card-title_5,
.cid-v91RkzdqZX .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RkzASuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RkzASuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RkzASuu .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RkzASuu .image-wrapper {
    height: 350px;
  }
}
.cid-v91RkzOPd6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RkzOPd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RkzOPd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RkzOPd6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RkzOPd6 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RkzOPd6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RkzOPd6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RkzOPd6 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RkzOPd6 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RkzOPd6 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RkzOPd6 .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RkzOPd6 .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RkzOPd6 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RkzOPd6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RkzOPd6 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RkzOPd6 .embla__button--next,
.cid-v91RkzOPd6 .embla__button--prev {
  display: flex;
}
.cid-v91RkzOPd6 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RkzOPd6 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RkzOPd6 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RkzOPd6 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RkzOPd6 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RkzOPd6 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RkzOPd6 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RkzOPd6 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RkzOPd6 .embla__viewport {
    padding: 0;
  }
}
.cid-v91RkzOPd6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RkzOPd6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RkzOPd6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RkzOPd6 .mbr-section-title,
.cid-v91RkzOPd6 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RkzOPd6 .card-number {
  color: #e6eddc;
}
.cid-v91RkzOPd6 .card-title {
  color: #323432;
}
.cid-v91RkzOPd6 .card-text {
  color: #1C1000;
}
.cid-v91RkzOPd6 .card-number,
.cid-v91RkzOPd6 .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RkAeoHU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RkAeoHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RkAeoHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RkAeoHU .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RkAeoHU .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RkAeoHU .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RkAeoHU .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RkAeoHU .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RkAeoHU .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RkAeoHU .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RkAeoHU .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RkAeoHU .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RkAeoHU .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RkAeoHU .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RkAeoHU .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RkAeoHU .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RkAeoHU .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RkAeoHU .mbr-section-title,
.cid-v91RkAeoHU .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RkAeoHU .mbr-section-title,
.cid-v91RkAeoHU .mbr-section-btn,
.cid-v91RkAeoHU .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RkAvzgU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RkAvzgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RkAvzgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RkAvzgU .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RkAvzgU .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RkAvzgU .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RkAvzgU .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RkAvzgU .item {
    margin-bottom: 40px;
  }
}
.cid-v91RkAvzgU .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RkAvzgU .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RkAvzgU .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RkAvzgU .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RkAvzgU .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RkAvzgU .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RkAvzgU .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RkAvzgU .mbr-section-title,
.cid-v91RkAvzgU .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RkAvzgU .card-number {
  color: #f1f5eb;
}
.cid-v91RkAvzgU .card-title {
  color: #323432;
}
.cid-v91RkAvzgU .card-text {
  color: #1C1000;
}
.cid-v91RkAvzgU .card-number,
.cid-v91RkAvzgU .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RkAvzgU .card-title,
.cid-v91RkAvzgU .mbr-section-btn,
.cid-v91RkAvzgU .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RkAPEEO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RkAPEEO::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RkAPEEO::before {
    width: 40px;
  }
}
.cid-v91RkAPEEO::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RkAPEEO::after {
    width: 40px;
  }
}
.cid-v91RkAPEEO .item:focus,
.cid-v91RkAPEEO span:focus {
  outline: none;
}
.cid-v91RkAPEEO .item {
  cursor: pointer;
}
.cid-v91RkAPEEO .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RkAPEEO .grid-container-1,
.cid-v91RkAPEEO .grid-container-2,
.cid-v91RkAPEEO .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RkAPEEO .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RkAPEEO .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RkAPEEO .content-head {
  max-width: 800px;
}
.cid-v91RkAPEEO .container,
.cid-v91RkAPEEO .container-fluid {
  overflow: hidden;
}
.cid-v91RkAPEEO .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RkAPEEO .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RkAPEEO .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RkAPEEO .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RkAPEEO .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RkAPEEO .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RkAPEEO .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RkAPEEO .grid-container-1,
.cid-v91RkAPEEO .grid-container-2,
.cid-v91RkAPEEO .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RkAPEEO .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RkAPEEO .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RkB8xnY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RkB8xnY .item:focus,
.cid-v91RkB8xnY span:focus {
  outline: none;
}
.cid-v91RkB8xnY .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RkB8xnY .content-head {
  max-width: 800px;
}
.cid-v91RkB8xnY .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RkB8xnY .item {
    min-height: 32.5px;
  }
}
.cid-v91RkBqUx2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RkBqUx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RkBqUx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RkBqUx2 .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RkBqUx2 .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RkBqUx2 .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RkBqUx2 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RkBqUx2 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RkBqUx2 .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RkBqUx2 .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RkBqUx2 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RkBqUx2 .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RkBqUx2 .title-wrapper {
    width: 100%;
  }
}
.cid-v91RkBqUx2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RkBqUx2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RkBqUx2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RkBqUx2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RkBqUx2 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RkBqUx2 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RkBqUx2 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RkBqUx2 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RkBqUx2 .embla__button--next,
.cid-v91RkBqUx2 .embla__button--prev {
  display: flex;
}
.cid-v91RkBqUx2 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RkBqUx2 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RkBqUx2 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RkBqUx2 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RkBqUx2 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RkBqUx2 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RkBqUx2 .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RkBqUx2 .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RkBqUx2 .embla {
    width: 100%;
  }
}
.cid-v91RkBqUx2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RkBqUx2 .embla__viewport {
    padding: 0;
  }
}
.cid-v91RkBqUx2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RkBqUx2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RkBqUx2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RkBqUx2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RkBqUx2 .mbr-section-title,
.cid-v91RkBqUx2 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RkBO2Fw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RkBO2Fw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RkBO2Fw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RkBO2Fw .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RkBO2Fw .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RkBO2Fw .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RkBO2Fw .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RkBO2Fw .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RkBO2Fw .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RkBO2Fw .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RkBO2Fw .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RkBO2Fw .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RkBO2Fw .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RkBO2Fw .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RkBO2Fw .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RkBO2Fw .mbr-section-title,
.cid-v91RkBO2Fw .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RkC76EX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RkC76EX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RkC76EX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RkC76EX .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RkC76EX .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RkC76EX .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RkC76EX .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RkC76EX .item {
    margin-bottom: 20px;
  }
}
.cid-v91RkC76EX .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RkC76EX .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RkC76EX .item .item-wrapper .card-box .card-title_1,
.cid-v91RkC76EX .item .item-wrapper .card-box .card-title_2,
.cid-v91RkC76EX .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RkC76EX .item .item-wrapper .card-box .card-text_1,
.cid-v91RkC76EX .item .item-wrapper .card-box .card-text_2,
.cid-v91RkC76EX .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RkC76EX .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RkC76EX .item .item-wrapper .card-box .list_1,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_2,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RkC76EX .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RkC76EX .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RkC76EX .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RkC76EX .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RkC76EX .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RkC76EX .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RkC76EX .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RkC76EX .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RkC76EX .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RkC76EX .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RkC76EX .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RkC76EX .item .card_1 {
    transform: none;
  }
}
.cid-v91RkC76EX .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RkC76EX .item .card_2 {
    transform: none;
  }
}
.cid-v91RkC76EX .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RkC76EX .item .card_3 {
    transform: none;
  }
}
.cid-v91RkC76EX .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RkC76EX .mbr-section-title,
.cid-v91RkC76EX .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RkC76EX .card-title_1 {
  color: #323432;
}
.cid-v91RkC76EX .card-text_1 {
  color: #1C1000;
}
.cid-v91RkC76EX .list_1 {
  color: #323432;
}
.cid-v91RkC76EX .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RkC76EX .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RkC76EX .list_2 {
  color: #f1f5eb;
}
.cid-v91RkC76EX .card-title_3 {
  color: #323432;
}
.cid-v91RkC76EX .card-text_3 {
  color: #1C1000;
}
.cid-v91RkC76EX .list_3 {
  color: #323432;
}
.cid-v91RkC76EX .card-title_1,
.cid-v91RkC76EX .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RkC76EX .list_1,
.cid-v91RkC76EX .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RkC76EX .card-title_2,
.cid-v91RkC76EX .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RkC76EX .list_2,
.cid-v91RkC76EX .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RkC76EX .card-title_3,
.cid-v91RkC76EX .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RkC76EX .list_3,
.cid-v91RkC76EX .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RkCpVmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RkCpVmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RkCpVmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RkCpVmH .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RkCpVmH .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RkCpVmH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RkCpVmH .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RkCpVmH .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RkCpVmH .item {
    margin-bottom: 20px;
  }
}
.cid-v91RkCpVmH .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RkCpVmH .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RkCpVmH .item .item-wrapper .card-box .card-title_1,
.cid-v91RkCpVmH .item .item-wrapper .card-box .card-title_2,
.cid-v91RkCpVmH .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RkCpVmH .item .item-wrapper .card-box .card-text_1,
.cid-v91RkCpVmH .item .item-wrapper .card-box .card-text_2,
.cid-v91RkCpVmH .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RkCpVmH .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RkCpVmH .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RkCpVmH .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RkCpVmH .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RkCpVmH .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RkCpVmH .item .card_1 {
  background-color: #472d00;
}
.cid-v91RkCpVmH .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RkCpVmH .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RkCpVmH .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RkCpVmH .mbr-section-title,
.cid-v91RkCpVmH .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RkCpVmH .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RkCpVmH .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RkCpVmH .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RkCpVmH .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RkCpVmH .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RkCpVmH .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RkCpVmH .card-title_1,
.cid-v91RkCpVmH .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RkCpVmH .card-title_2,
.cid-v91RkCpVmH .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RkCpVmH .card-title_3,
.cid-v91RkCpVmH .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RgIBFFW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RgIBFFW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RgIBFFW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RgIBFFW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RgIBFFW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RgIBFFW .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RgIBFFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RgIBFFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RgIBFFW .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RgIBFFW .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RgIBFFW .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RgIBFFW .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RgIBFFW .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RgIBFFW .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RgIBFFW .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RgIBFFW .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RgIBFFW .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RgIBFFW .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RgIBFFW .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RgIBFFW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RgIBFFW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RgIBFFW .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RgIBFFW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RgIBFFW .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RgIBFFW .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RgIBFFW .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RgIBFFW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RgIBFFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RgIBFFW .container,
.cid-v91RgIBFFW .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RgIBFFW .container,
  .cid-v91RgIBFFW .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RgIBFFW .container,
  .cid-v91RgIBFFW .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RgIBFFW .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RgIBFFW .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RgIBFFW .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RgIBFFW .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RgIBFFW .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RgIBFFW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RgIBFFW .nav-item:focus,
.cid-v91RgIBFFW .nav-link:focus {
  outline: none;
}
.cid-v91RgIBFFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RgIBFFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RgIBFFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RgIBFFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RgIBFFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RgIBFFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RgIBFFW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RgIBFFW .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RgIBFFW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RgIBFFW .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RgIBFFW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RgIBFFW .navbar.collapsed {
  justify-content: center;
}
.cid-v91RgIBFFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RgIBFFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RgIBFFW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RgIBFFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RgIBFFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RgIBFFW .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-v91RgIBFFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RgIBFFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RgIBFFW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RgIBFFW .navbar {
    min-height: 72px;
  }
  .cid-v91RgIBFFW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RgIBFFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RgIBFFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RgIBFFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RgIBFFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RgIBFFW .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-v91RgIBFFW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RgIBFFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RgIBFFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RgIBFFW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RgIBFFW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RgIBFFW .dropdown-item.active,
.cid-v91RgIBFFW .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RgIBFFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RgIBFFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RgIBFFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RgIBFFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RgIBFFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RgIBFFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RgIBFFW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RgIBFFW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RgIBFFW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RgIBFFW .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RgIBFFW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RgIBFFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RgIBFFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RgIBFFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RgIBFFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RgIBFFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RgIBFFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RgIBFFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RgIBFFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RgIBFFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RgIBFFW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RgIBFFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RgIBFFW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RgIBFFW .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RgIBFFW .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RgIBFFW .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RgIBFFW .navbar {
    height: 70px;
  }
  .cid-v91RgIBFFW .navbar.opened {
    height: auto;
  }
  .cid-v91RgIBFFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RgIBFFW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RgIBFFW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RgIBFFW .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RgIBFFW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RgIBFFW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RgIBFFW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RgIBFFW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RgIBFFW .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RgIBFFW .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RgIBFFW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RgIBFFW .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RgIBFFW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RgIBFFW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RgIBFFW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RgIBFFW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RgIBFFW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RgIBFFW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RgIBFFW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RgIBFFW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RgIBFFW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RgIBFFW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RgIBFFW .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RgIBFFW .content-wrap {
    display: block;
  }
}
.cid-v91RgIBFFW .nav-link,
.cid-v91RgIBFFW .dropdown-item {
  color: #1C1000;
}
.cid-v91RgJoOJt {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RgJoOJt .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RgJoOJt .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RgJoOJt .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RgJoOJt .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RgJoOJt .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RgJoOJt .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RgJoOJt .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RgJoOJt .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RgJoOJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RgJoOJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RgJoOJt .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RgJoOJt .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RgJoOJt .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RgJoOJt .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RgJoOJt .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RgJoOJt .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RgJoOJt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RgJoOJt .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RgJoOJt .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RgJoOJt .mbr-section-title {
  color: #323432;
}
.cid-v91RgJoOJt .mbr-text,
.cid-v91RgJoOJt .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RgJoOJt .mbr-section-title,
.cid-v91RgJoOJt .mbr-section-btn,
.cid-v91RgJoOJt .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RgJF89J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RgJF89J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RgJF89J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RgJF89J .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RgJF89J .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RgJF89J .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RgJF89J .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RgJF89J .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RgJF89J .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RgJF89J .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RgJF89J .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RgJF89J .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RgJF89J .item {
    margin-bottom: 20px;
  }
}
.cid-v91RgJF89J .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RgJF89J .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RgJF89J .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RgJF89J .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RgJF89J .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RgJF89J .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RgJF89J .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RgJF89J .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RgJF89J .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RgJF89J .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RgJF89J .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RgJF89J .mbr-section-title,
.cid-v91RgJF89J .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RgJF89J .mbr-text,
.cid-v91RgJF89J .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RgJF89J .card-title {
  color: #f1f5eb;
}
.cid-v91RgJF89J .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RgJF89J .card-title,
.cid-v91RgJF89J .mbr-section-btn {
  text-align: center;
}
.cid-v91RgK426D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RgK426D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RgK426D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RgK426D .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RgK426D .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RgK426D .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RgK426D .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RgK426D .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RgK426D .item {
    margin-bottom: 40px;
  }
}
.cid-v91RgK426D .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RgK426D .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RgK426D .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RgK426D .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RgK426D .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RgK426D .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RgK426D .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RgK426D .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RgK426D .mbr-section-title,
.cid-v91RgK426D .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RgK426D .card-title {
  color: #323432;
}
.cid-v91RgK426D .card-text {
  color: #1C1000;
}
.cid-v91RgK426D .card-title,
.cid-v91RgK426D .mbr-section-btn,
.cid-v91RgK426D .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RgKtgzE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RgKtgzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RgKtgzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RgKtgzE .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RgKtgzE .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RgKtgzE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RgKtgzE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RgKtgzE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RgKtgzE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RgKtgzE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RgKtgzE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RgKtgzE .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RgKtgzE .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RgKtgzE .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RgKtgzE .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RgKtgzE .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RgKtgzE .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RgKtgzE .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RgKtgzE .embla__button--next,
.cid-v91RgKtgzE .embla__button--prev {
  display: flex;
}
.cid-v91RgKtgzE .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RgKtgzE .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RgKtgzE .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RgKtgzE .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RgKtgzE .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RgKtgzE .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RgKtgzE .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RgKtgzE .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RgKtgzE .embla__viewport {
    padding: 0;
  }
}
.cid-v91RgKtgzE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RgKtgzE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RgKtgzE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RgKtgzE .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RgKtgzE .mbr-section-title,
.cid-v91RgKtgzE .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RgKtgzE .mbr-text,
.cid-v91RgKtgzE .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RgKtgzE .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RgKtgzE .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RgKtgzE .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RgKtgzE .card-date_2 {
  color: #323432;
}
.cid-v91RgKtgzE .card-title_2 {
  color: #323432;
}
.cid-v91RgKtgzE .card-text_2 {
  color: #1C1000;
}
.cid-v91RgKtgzE .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RgKtgzE .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RgKtgzE .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RgKtgzE .card-date_4 {
  color: #323432;
}
.cid-v91RgKtgzE .card-title_4 {
  color: #323432;
}
.cid-v91RgKtgzE .card-text_4 {
  color: #1C1000;
}
.cid-v91RgKtgzE .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RgKtgzE .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RgKtgzE .card-text_5 {
  color: #1C1000;
}
.cid-v91RgKtgzE .card-date_1,
.cid-v91RgKtgzE .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RgKtgzE .card-title_1,
.cid-v91RgKtgzE .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RgKtgzE .card-date_2,
.cid-v91RgKtgzE .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RgKtgzE .card-title_2,
.cid-v91RgKtgzE .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RgKtgzE .card-date_3,
.cid-v91RgKtgzE .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RgKtgzE .card-title_3,
.cid-v91RgKtgzE .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RgKtgzE .card-date_4,
.cid-v91RgKtgzE .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RgKtgzE .card-title_4,
.cid-v91RgKtgzE .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RgKtgzE .card-date_5,
.cid-v91RgKtgzE .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RgKtgzE .card-title_5,
.cid-v91RgKtgzE .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RgKRgpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RgKRgpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RgKRgpU .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RgKRgpU .image-wrapper {
    height: 350px;
  }
}
.cid-v91RgL9Xn2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RgL9Xn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RgL9Xn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RgL9Xn2 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RgL9Xn2 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RgL9Xn2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RgL9Xn2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RgL9Xn2 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RgL9Xn2 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RgL9Xn2 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RgL9Xn2 .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RgL9Xn2 .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RgL9Xn2 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RgL9Xn2 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RgL9Xn2 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RgL9Xn2 .embla__button--next,
.cid-v91RgL9Xn2 .embla__button--prev {
  display: flex;
}
.cid-v91RgL9Xn2 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RgL9Xn2 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RgL9Xn2 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RgL9Xn2 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RgL9Xn2 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RgL9Xn2 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RgL9Xn2 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RgL9Xn2 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RgL9Xn2 .embla__viewport {
    padding: 0;
  }
}
.cid-v91RgL9Xn2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RgL9Xn2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RgL9Xn2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RgL9Xn2 .mbr-section-title,
.cid-v91RgL9Xn2 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RgL9Xn2 .card-number {
  color: #e6eddc;
}
.cid-v91RgL9Xn2 .card-title {
  color: #323432;
}
.cid-v91RgL9Xn2 .card-text {
  color: #1C1000;
}
.cid-v91RgL9Xn2 .card-number,
.cid-v91RgL9Xn2 .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RgLH23w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RgLH23w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RgLH23w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RgLH23w .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RgLH23w .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RgLH23w .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RgLH23w .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RgLH23w .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RgLH23w .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RgLH23w .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RgLH23w .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RgLH23w .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RgLH23w .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RgLH23w .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RgLH23w .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RgLH23w .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RgLH23w .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RgLH23w .mbr-section-title,
.cid-v91RgLH23w .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RgLH23w .mbr-section-title,
.cid-v91RgLH23w .mbr-section-btn,
.cid-v91RgLH23w .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RgM2unx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RgM2unx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RgM2unx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RgM2unx .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RgM2unx .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RgM2unx .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RgM2unx .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RgM2unx .item {
    margin-bottom: 40px;
  }
}
.cid-v91RgM2unx .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RgM2unx .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RgM2unx .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RgM2unx .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RgM2unx .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RgM2unx .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RgM2unx .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RgM2unx .mbr-section-title,
.cid-v91RgM2unx .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RgM2unx .card-number {
  color: #f1f5eb;
}
.cid-v91RgM2unx .card-title {
  color: #323432;
}
.cid-v91RgM2unx .card-text {
  color: #1C1000;
}
.cid-v91RgM2unx .card-number,
.cid-v91RgM2unx .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RgM2unx .card-title,
.cid-v91RgM2unx .mbr-section-btn,
.cid-v91RgM2unx .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RgMrl0Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RgMrl0Q::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RgMrl0Q::before {
    width: 40px;
  }
}
.cid-v91RgMrl0Q::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RgMrl0Q::after {
    width: 40px;
  }
}
.cid-v91RgMrl0Q .item:focus,
.cid-v91RgMrl0Q span:focus {
  outline: none;
}
.cid-v91RgMrl0Q .item {
  cursor: pointer;
}
.cid-v91RgMrl0Q .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RgMrl0Q .grid-container-1,
.cid-v91RgMrl0Q .grid-container-2,
.cid-v91RgMrl0Q .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RgMrl0Q .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RgMrl0Q .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RgMrl0Q .content-head {
  max-width: 800px;
}
.cid-v91RgMrl0Q .container,
.cid-v91RgMrl0Q .container-fluid {
  overflow: hidden;
}
.cid-v91RgMrl0Q .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RgMrl0Q .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RgMrl0Q .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RgMrl0Q .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RgMrl0Q .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RgMrl0Q .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RgMrl0Q .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RgMrl0Q .grid-container-1,
.cid-v91RgMrl0Q .grid-container-2,
.cid-v91RgMrl0Q .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RgMrl0Q .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RgMrl0Q .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RgMRJ5p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RgMRJ5p .item:focus,
.cid-v91RgMRJ5p span:focus {
  outline: none;
}
.cid-v91RgMRJ5p .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RgMRJ5p .content-head {
  max-width: 800px;
}
.cid-v91RgMRJ5p .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RgMRJ5p .item {
    min-height: 32.5px;
  }
}
.cid-v91RgNc8Ej {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RgNc8Ej .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RgNc8Ej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RgNc8Ej .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RgNc8Ej .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RgNc8Ej .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RgNc8Ej .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RgNc8Ej .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RgNc8Ej .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RgNc8Ej .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RgNc8Ej .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RgNc8Ej .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RgNc8Ej .title-wrapper {
    width: 100%;
  }
}
.cid-v91RgNc8Ej .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RgNc8Ej .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RgNc8Ej .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RgNc8Ej .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RgNc8Ej .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RgNc8Ej .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RgNc8Ej .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RgNc8Ej .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RgNc8Ej .embla__button--next,
.cid-v91RgNc8Ej .embla__button--prev {
  display: flex;
}
.cid-v91RgNc8Ej .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RgNc8Ej .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RgNc8Ej .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RgNc8Ej .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RgNc8Ej .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RgNc8Ej .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RgNc8Ej .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RgNc8Ej .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RgNc8Ej .embla {
    width: 100%;
  }
}
.cid-v91RgNc8Ej .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RgNc8Ej .embla__viewport {
    padding: 0;
  }
}
.cid-v91RgNc8Ej .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RgNc8Ej .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RgNc8Ej .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RgNc8Ej .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RgNc8Ej .mbr-section-title,
.cid-v91RgNc8Ej .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RgNH4jF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RgNH4jF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RgNH4jF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RgNH4jF .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RgNH4jF .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RgNH4jF .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RgNH4jF .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RgNH4jF .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RgNH4jF .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RgNH4jF .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RgNH4jF .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RgNH4jF .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RgNH4jF .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RgNH4jF .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RgNH4jF .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RgNH4jF .mbr-section-title,
.cid-v91RgNH4jF .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RgOeVSu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RgOeVSu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RgOeVSu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RgOeVSu .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RgOeVSu .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RgOeVSu .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RgOeVSu .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RgOeVSu .item {
    margin-bottom: 20px;
  }
}
.cid-v91RgOeVSu .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RgOeVSu .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RgOeVSu .item .item-wrapper .card-box .card-title_1,
.cid-v91RgOeVSu .item .item-wrapper .card-box .card-title_2,
.cid-v91RgOeVSu .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RgOeVSu .item .item-wrapper .card-box .card-text_1,
.cid-v91RgOeVSu .item .item-wrapper .card-box .card-text_2,
.cid-v91RgOeVSu .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RgOeVSu .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_1,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_2,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RgOeVSu .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RgOeVSu .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RgOeVSu .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RgOeVSu .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RgOeVSu .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RgOeVSu .item .card_1 {
    transform: none;
  }
}
.cid-v91RgOeVSu .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RgOeVSu .item .card_2 {
    transform: none;
  }
}
.cid-v91RgOeVSu .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RgOeVSu .item .card_3 {
    transform: none;
  }
}
.cid-v91RgOeVSu .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RgOeVSu .mbr-section-title,
.cid-v91RgOeVSu .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RgOeVSu .card-title_1 {
  color: #323432;
}
.cid-v91RgOeVSu .card-text_1 {
  color: #1C1000;
}
.cid-v91RgOeVSu .list_1 {
  color: #323432;
}
.cid-v91RgOeVSu .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RgOeVSu .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RgOeVSu .list_2 {
  color: #f1f5eb;
}
.cid-v91RgOeVSu .card-title_3 {
  color: #323432;
}
.cid-v91RgOeVSu .card-text_3 {
  color: #1C1000;
}
.cid-v91RgOeVSu .list_3 {
  color: #323432;
}
.cid-v91RgOeVSu .card-title_1,
.cid-v91RgOeVSu .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RgOeVSu .list_1,
.cid-v91RgOeVSu .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RgOeVSu .card-title_2,
.cid-v91RgOeVSu .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RgOeVSu .list_2,
.cid-v91RgOeVSu .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RgOeVSu .card-title_3,
.cid-v91RgOeVSu .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RgOeVSu .list_3,
.cid-v91RgOeVSu .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RgOAe0u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RgOAe0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RgOAe0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RgOAe0u .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RgOAe0u .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RgOAe0u .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RgOAe0u .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RgOAe0u .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RgOAe0u .item {
    margin-bottom: 20px;
  }
}
.cid-v91RgOAe0u .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RgOAe0u .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RgOAe0u .item .item-wrapper .card-box .card-title_1,
.cid-v91RgOAe0u .item .item-wrapper .card-box .card-title_2,
.cid-v91RgOAe0u .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RgOAe0u .item .item-wrapper .card-box .card-text_1,
.cid-v91RgOAe0u .item .item-wrapper .card-box .card-text_2,
.cid-v91RgOAe0u .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RgOAe0u .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RgOAe0u .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RgOAe0u .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RgOAe0u .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RgOAe0u .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RgOAe0u .item .card_1 {
  background-color: #472d00;
}
.cid-v91RgOAe0u .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RgOAe0u .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RgOAe0u .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RgOAe0u .mbr-section-title,
.cid-v91RgOAe0u .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RgOAe0u .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RgOAe0u .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RgOAe0u .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RgOAe0u .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RgOAe0u .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RgOAe0u .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RgOAe0u .card-title_1,
.cid-v91RgOAe0u .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RgOAe0u .card-title_2,
.cid-v91RgOAe0u .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RgOAe0u .card-title_3,
.cid-v91RgOAe0u .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RXc6yGp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RXc6yGp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RXc6yGp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RXc6yGp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RXc6yGp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RXc6yGp .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RXc6yGp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RXc6yGp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RXc6yGp .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RXc6yGp .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RXc6yGp .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RXc6yGp .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RXc6yGp .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RXc6yGp .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RXc6yGp .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RXc6yGp .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RXc6yGp .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RXc6yGp .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RXc6yGp .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RXc6yGp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RXc6yGp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RXc6yGp .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RXc6yGp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RXc6yGp .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RXc6yGp .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RXc6yGp .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RXc6yGp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RXc6yGp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RXc6yGp .container,
.cid-v91RXc6yGp .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RXc6yGp .container,
  .cid-v91RXc6yGp .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RXc6yGp .container,
  .cid-v91RXc6yGp .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RXc6yGp .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RXc6yGp .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RXc6yGp .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RXc6yGp .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RXc6yGp .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RXc6yGp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RXc6yGp .nav-item:focus,
.cid-v91RXc6yGp .nav-link:focus {
  outline: none;
}
.cid-v91RXc6yGp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RXc6yGp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RXc6yGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RXc6yGp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RXc6yGp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RXc6yGp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RXc6yGp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RXc6yGp .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RXc6yGp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RXc6yGp .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RXc6yGp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RXc6yGp .navbar.collapsed {
  justify-content: center;
}
.cid-v91RXc6yGp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RXc6yGp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RXc6yGp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RXc6yGp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RXc6yGp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RXc6yGp .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-v91RXc6yGp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RXc6yGp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RXc6yGp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RXc6yGp .navbar {
    min-height: 72px;
  }
  .cid-v91RXc6yGp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RXc6yGp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RXc6yGp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RXc6yGp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RXc6yGp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RXc6yGp .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-v91RXc6yGp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RXc6yGp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RXc6yGp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RXc6yGp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RXc6yGp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RXc6yGp .dropdown-item.active,
.cid-v91RXc6yGp .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RXc6yGp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RXc6yGp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RXc6yGp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RXc6yGp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RXc6yGp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RXc6yGp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RXc6yGp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RXc6yGp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RXc6yGp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RXc6yGp .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RXc6yGp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RXc6yGp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RXc6yGp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RXc6yGp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RXc6yGp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RXc6yGp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RXc6yGp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RXc6yGp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RXc6yGp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RXc6yGp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RXc6yGp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RXc6yGp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RXc6yGp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RXc6yGp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RXc6yGp .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RXc6yGp .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RXc6yGp .navbar {
    height: 70px;
  }
  .cid-v91RXc6yGp .navbar.opened {
    height: auto;
  }
  .cid-v91RXc6yGp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RXc6yGp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RXc6yGp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RXc6yGp .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RXc6yGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RXc6yGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RXc6yGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RXc6yGp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RXc6yGp .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RXc6yGp .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RXc6yGp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RXc6yGp .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RXc6yGp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RXc6yGp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RXc6yGp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RXc6yGp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RXc6yGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RXc6yGp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RXc6yGp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RXc6yGp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RXc6yGp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RXc6yGp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RXc6yGp .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RXc6yGp .content-wrap {
    display: block;
  }
}
.cid-v91RXc6yGp .nav-link,
.cid-v91RXc6yGp .dropdown-item {
  color: #1C1000;
}
.cid-v91RXdbWJX {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RXdbWJX .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RXdbWJX .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RXdbWJX .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RXdbWJX .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RXdbWJX .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RXdbWJX .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RXdbWJX .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RXdbWJX .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RXdbWJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RXdbWJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RXdbWJX .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RXdbWJX .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RXdbWJX .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RXdbWJX .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RXdbWJX .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RXdbWJX .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RXdbWJX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RXdbWJX .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RXdbWJX .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RXdbWJX .mbr-section-title {
  color: #323432;
}
.cid-v91RXdbWJX .mbr-text,
.cid-v91RXdbWJX .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RXdbWJX .mbr-section-title,
.cid-v91RXdbWJX .mbr-section-btn,
.cid-v91RXdbWJX .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RXdqhBS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RXdqhBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RXdqhBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RXdqhBS .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RXdqhBS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RXdqhBS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RXdqhBS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RXdqhBS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RXdqhBS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RXdqhBS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RXdqhBS .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RXdqhBS .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RXdqhBS .item {
    margin-bottom: 20px;
  }
}
.cid-v91RXdqhBS .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RXdqhBS .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RXdqhBS .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RXdqhBS .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RXdqhBS .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RXdqhBS .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RXdqhBS .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RXdqhBS .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RXdqhBS .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RXdqhBS .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RXdqhBS .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RXdqhBS .mbr-section-title,
.cid-v91RXdqhBS .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RXdqhBS .mbr-text,
.cid-v91RXdqhBS .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RXdqhBS .card-title {
  color: #f1f5eb;
}
.cid-v91RXdqhBS .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RXdqhBS .card-title,
.cid-v91RXdqhBS .mbr-section-btn {
  text-align: center;
}
.cid-v91RXdKQqP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RXdKQqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RXdKQqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RXdKQqP .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RXdKQqP .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RXdKQqP .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RXdKQqP .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RXdKQqP .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RXdKQqP .item {
    margin-bottom: 40px;
  }
}
.cid-v91RXdKQqP .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RXdKQqP .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RXdKQqP .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RXdKQqP .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RXdKQqP .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RXdKQqP .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RXdKQqP .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RXdKQqP .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RXdKQqP .mbr-section-title,
.cid-v91RXdKQqP .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RXdKQqP .card-title {
  color: #323432;
}
.cid-v91RXdKQqP .card-text {
  color: #1C1000;
}
.cid-v91RXdKQqP .card-title,
.cid-v91RXdKQqP .mbr-section-btn,
.cid-v91RXdKQqP .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RXe3m3g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RXe3m3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RXe3m3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RXe3m3g .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RXe3m3g .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RXe3m3g .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RXe3m3g .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RXe3m3g .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RXe3m3g .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RXe3m3g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RXe3m3g .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RXe3m3g .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RXe3m3g .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RXe3m3g .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RXe3m3g .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RXe3m3g .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RXe3m3g .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RXe3m3g .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RXe3m3g .embla__button--next,
.cid-v91RXe3m3g .embla__button--prev {
  display: flex;
}
.cid-v91RXe3m3g .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RXe3m3g .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RXe3m3g .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RXe3m3g .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RXe3m3g .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RXe3m3g .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RXe3m3g .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RXe3m3g .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RXe3m3g .embla__viewport {
    padding: 0;
  }
}
.cid-v91RXe3m3g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RXe3m3g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RXe3m3g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RXe3m3g .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RXe3m3g .mbr-section-title,
.cid-v91RXe3m3g .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RXe3m3g .mbr-text,
.cid-v91RXe3m3g .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RXe3m3g .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RXe3m3g .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RXe3m3g .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RXe3m3g .card-date_2 {
  color: #323432;
}
.cid-v91RXe3m3g .card-title_2 {
  color: #323432;
}
.cid-v91RXe3m3g .card-text_2 {
  color: #1C1000;
}
.cid-v91RXe3m3g .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RXe3m3g .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RXe3m3g .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RXe3m3g .card-date_4 {
  color: #323432;
}
.cid-v91RXe3m3g .card-title_4 {
  color: #323432;
}
.cid-v91RXe3m3g .card-text_4 {
  color: #1C1000;
}
.cid-v91RXe3m3g .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RXe3m3g .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RXe3m3g .card-text_5 {
  color: #1C1000;
}
.cid-v91RXe3m3g .card-date_1,
.cid-v91RXe3m3g .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RXe3m3g .card-title_1,
.cid-v91RXe3m3g .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RXe3m3g .card-date_2,
.cid-v91RXe3m3g .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RXe3m3g .card-title_2,
.cid-v91RXe3m3g .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RXe3m3g .card-date_3,
.cid-v91RXe3m3g .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RXe3m3g .card-title_3,
.cid-v91RXe3m3g .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RXe3m3g .card-date_4,
.cid-v91RXe3m3g .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RXe3m3g .card-title_4,
.cid-v91RXe3m3g .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RXe3m3g .card-date_5,
.cid-v91RXe3m3g .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RXe3m3g .card-title_5,
.cid-v91RXe3m3g .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RXenjUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RXenjUt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RXenjUt .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RXenjUt .image-wrapper {
    height: 350px;
  }
}
.cid-v91RXeCSvC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RXeCSvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RXeCSvC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RXeCSvC .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RXeCSvC .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RXeCSvC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RXeCSvC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RXeCSvC .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RXeCSvC .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RXeCSvC .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RXeCSvC .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RXeCSvC .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RXeCSvC .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RXeCSvC .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RXeCSvC .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RXeCSvC .embla__button--next,
.cid-v91RXeCSvC .embla__button--prev {
  display: flex;
}
.cid-v91RXeCSvC .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RXeCSvC .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RXeCSvC .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RXeCSvC .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RXeCSvC .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RXeCSvC .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RXeCSvC .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RXeCSvC .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RXeCSvC .embla__viewport {
    padding: 0;
  }
}
.cid-v91RXeCSvC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RXeCSvC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RXeCSvC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RXeCSvC .mbr-section-title,
.cid-v91RXeCSvC .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RXeCSvC .card-number {
  color: #e6eddc;
}
.cid-v91RXeCSvC .card-title {
  color: #323432;
}
.cid-v91RXeCSvC .card-text {
  color: #1C1000;
}
.cid-v91RXeCSvC .card-number,
.cid-v91RXeCSvC .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RXf31Sp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RXf31Sp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RXf31Sp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RXf31Sp .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RXf31Sp .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RXf31Sp .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RXf31Sp .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RXf31Sp .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RXf31Sp .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RXf31Sp .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RXf31Sp .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RXf31Sp .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RXf31Sp .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RXf31Sp .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RXf31Sp .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RXf31Sp .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RXf31Sp .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RXf31Sp .mbr-section-title,
.cid-v91RXf31Sp .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RXf31Sp .mbr-section-title,
.cid-v91RXf31Sp .mbr-section-btn,
.cid-v91RXf31Sp .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RXfqVpn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RXfqVpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RXfqVpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RXfqVpn .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RXfqVpn .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RXfqVpn .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RXfqVpn .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RXfqVpn .item {
    margin-bottom: 40px;
  }
}
.cid-v91RXfqVpn .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RXfqVpn .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RXfqVpn .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RXfqVpn .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RXfqVpn .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RXfqVpn .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RXfqVpn .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RXfqVpn .mbr-section-title,
.cid-v91RXfqVpn .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RXfqVpn .card-number {
  color: #f1f5eb;
}
.cid-v91RXfqVpn .card-title {
  color: #323432;
}
.cid-v91RXfqVpn .card-text {
  color: #1C1000;
}
.cid-v91RXfqVpn .card-number,
.cid-v91RXfqVpn .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RXfqVpn .card-title,
.cid-v91RXfqVpn .mbr-section-btn,
.cid-v91RXfqVpn .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RXfKkV3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RXfKkV3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RXfKkV3::before {
    width: 40px;
  }
}
.cid-v91RXfKkV3::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RXfKkV3::after {
    width: 40px;
  }
}
.cid-v91RXfKkV3 .item:focus,
.cid-v91RXfKkV3 span:focus {
  outline: none;
}
.cid-v91RXfKkV3 .item {
  cursor: pointer;
}
.cid-v91RXfKkV3 .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RXfKkV3 .grid-container-1,
.cid-v91RXfKkV3 .grid-container-2,
.cid-v91RXfKkV3 .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RXfKkV3 .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RXfKkV3 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RXfKkV3 .content-head {
  max-width: 800px;
}
.cid-v91RXfKkV3 .container,
.cid-v91RXfKkV3 .container-fluid {
  overflow: hidden;
}
.cid-v91RXfKkV3 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RXfKkV3 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RXfKkV3 .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RXfKkV3 .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RXfKkV3 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RXfKkV3 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RXfKkV3 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RXfKkV3 .grid-container-1,
.cid-v91RXfKkV3 .grid-container-2,
.cid-v91RXfKkV3 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RXfKkV3 .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RXfKkV3 .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RXg3XuM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RXg3XuM .item:focus,
.cid-v91RXg3XuM span:focus {
  outline: none;
}
.cid-v91RXg3XuM .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RXg3XuM .content-head {
  max-width: 800px;
}
.cid-v91RXg3XuM .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RXg3XuM .item {
    min-height: 32.5px;
  }
}
.cid-v91RXglEwz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RXglEwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RXglEwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RXglEwz .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RXglEwz .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RXglEwz .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RXglEwz .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RXglEwz .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RXglEwz .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RXglEwz .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RXglEwz .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RXglEwz .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RXglEwz .title-wrapper {
    width: 100%;
  }
}
.cid-v91RXglEwz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RXglEwz .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RXglEwz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RXglEwz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RXglEwz .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RXglEwz .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RXglEwz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RXglEwz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RXglEwz .embla__button--next,
.cid-v91RXglEwz .embla__button--prev {
  display: flex;
}
.cid-v91RXglEwz .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RXglEwz .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RXglEwz .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RXglEwz .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RXglEwz .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RXglEwz .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RXglEwz .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RXglEwz .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RXglEwz .embla {
    width: 100%;
  }
}
.cid-v91RXglEwz .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RXglEwz .embla__viewport {
    padding: 0;
  }
}
.cid-v91RXglEwz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RXglEwz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RXglEwz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RXglEwz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RXglEwz .mbr-section-title,
.cid-v91RXglEwz .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RXgIWiH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RXgIWiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RXgIWiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RXgIWiH .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RXgIWiH .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RXgIWiH .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RXgIWiH .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RXgIWiH .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RXgIWiH .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RXgIWiH .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RXgIWiH .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RXgIWiH .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RXgIWiH .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RXgIWiH .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RXgIWiH .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RXgIWiH .mbr-section-title,
.cid-v91RXgIWiH .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RXh0cyQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RXh0cyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RXh0cyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RXh0cyQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RXh0cyQ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RXh0cyQ .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RXh0cyQ .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RXh0cyQ .item {
    margin-bottom: 20px;
  }
}
.cid-v91RXh0cyQ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RXh0cyQ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RXh0cyQ .item .item-wrapper .card-box .card-title_1,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .card-title_2,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RXh0cyQ .item .item-wrapper .card-box .card-text_1,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .card-text_2,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RXh0cyQ .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_1,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_2,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RXh0cyQ .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RXh0cyQ .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RXh0cyQ .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RXh0cyQ .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RXh0cyQ .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RXh0cyQ .item .card_1 {
    transform: none;
  }
}
.cid-v91RXh0cyQ .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RXh0cyQ .item .card_2 {
    transform: none;
  }
}
.cid-v91RXh0cyQ .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RXh0cyQ .item .card_3 {
    transform: none;
  }
}
.cid-v91RXh0cyQ .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RXh0cyQ .mbr-section-title,
.cid-v91RXh0cyQ .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RXh0cyQ .card-title_1 {
  color: #323432;
}
.cid-v91RXh0cyQ .card-text_1 {
  color: #1C1000;
}
.cid-v91RXh0cyQ .list_1 {
  color: #323432;
}
.cid-v91RXh0cyQ .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RXh0cyQ .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RXh0cyQ .list_2 {
  color: #f1f5eb;
}
.cid-v91RXh0cyQ .card-title_3 {
  color: #323432;
}
.cid-v91RXh0cyQ .card-text_3 {
  color: #1C1000;
}
.cid-v91RXh0cyQ .list_3 {
  color: #323432;
}
.cid-v91RXh0cyQ .card-title_1,
.cid-v91RXh0cyQ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RXh0cyQ .list_1,
.cid-v91RXh0cyQ .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RXh0cyQ .card-title_2,
.cid-v91RXh0cyQ .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RXh0cyQ .list_2,
.cid-v91RXh0cyQ .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RXh0cyQ .card-title_3,
.cid-v91RXh0cyQ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RXh0cyQ .list_3,
.cid-v91RXh0cyQ .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RXhjYIG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RXhjYIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RXhjYIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RXhjYIG .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RXhjYIG .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RXhjYIG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RXhjYIG .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RXhjYIG .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RXhjYIG .item {
    margin-bottom: 20px;
  }
}
.cid-v91RXhjYIG .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RXhjYIG .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RXhjYIG .item .item-wrapper .card-box .card-title_1,
.cid-v91RXhjYIG .item .item-wrapper .card-box .card-title_2,
.cid-v91RXhjYIG .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RXhjYIG .item .item-wrapper .card-box .card-text_1,
.cid-v91RXhjYIG .item .item-wrapper .card-box .card-text_2,
.cid-v91RXhjYIG .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RXhjYIG .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RXhjYIG .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RXhjYIG .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RXhjYIG .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RXhjYIG .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RXhjYIG .item .card_1 {
  background-color: #472d00;
}
.cid-v91RXhjYIG .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RXhjYIG .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RXhjYIG .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RXhjYIG .mbr-section-title,
.cid-v91RXhjYIG .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RXhjYIG .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RXhjYIG .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RXhjYIG .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RXhjYIG .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RXhjYIG .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RXhjYIG .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RXhjYIG .card-title_1,
.cid-v91RXhjYIG .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RXhjYIG .card-title_2,
.cid-v91RXhjYIG .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RXhjYIG .card-title_3,
.cid-v91RXhjYIG .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RiHf2NT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RiHf2NT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RiHf2NT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RiHf2NT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RiHf2NT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RiHf2NT .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RiHf2NT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RiHf2NT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RiHf2NT .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RiHf2NT .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RiHf2NT .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RiHf2NT .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RiHf2NT .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RiHf2NT .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RiHf2NT .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RiHf2NT .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RiHf2NT .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RiHf2NT .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RiHf2NT .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RiHf2NT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RiHf2NT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RiHf2NT .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RiHf2NT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RiHf2NT .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RiHf2NT .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RiHf2NT .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RiHf2NT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RiHf2NT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RiHf2NT .container,
.cid-v91RiHf2NT .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RiHf2NT .container,
  .cid-v91RiHf2NT .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RiHf2NT .container,
  .cid-v91RiHf2NT .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RiHf2NT .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RiHf2NT .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RiHf2NT .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RiHf2NT .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RiHf2NT .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RiHf2NT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RiHf2NT .nav-item:focus,
.cid-v91RiHf2NT .nav-link:focus {
  outline: none;
}
.cid-v91RiHf2NT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RiHf2NT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RiHf2NT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RiHf2NT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RiHf2NT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RiHf2NT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RiHf2NT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RiHf2NT .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RiHf2NT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RiHf2NT .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RiHf2NT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RiHf2NT .navbar.collapsed {
  justify-content: center;
}
.cid-v91RiHf2NT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RiHf2NT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RiHf2NT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RiHf2NT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RiHf2NT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RiHf2NT .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-v91RiHf2NT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RiHf2NT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RiHf2NT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RiHf2NT .navbar {
    min-height: 72px;
  }
  .cid-v91RiHf2NT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RiHf2NT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RiHf2NT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RiHf2NT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RiHf2NT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RiHf2NT .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-v91RiHf2NT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RiHf2NT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RiHf2NT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RiHf2NT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RiHf2NT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RiHf2NT .dropdown-item.active,
.cid-v91RiHf2NT .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RiHf2NT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RiHf2NT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RiHf2NT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RiHf2NT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RiHf2NT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RiHf2NT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RiHf2NT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RiHf2NT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RiHf2NT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RiHf2NT .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RiHf2NT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RiHf2NT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RiHf2NT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RiHf2NT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RiHf2NT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RiHf2NT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RiHf2NT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RiHf2NT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RiHf2NT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RiHf2NT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RiHf2NT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RiHf2NT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RiHf2NT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RiHf2NT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RiHf2NT .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RiHf2NT .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RiHf2NT .navbar {
    height: 70px;
  }
  .cid-v91RiHf2NT .navbar.opened {
    height: auto;
  }
  .cid-v91RiHf2NT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RiHf2NT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RiHf2NT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RiHf2NT .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RiHf2NT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RiHf2NT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RiHf2NT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RiHf2NT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RiHf2NT .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RiHf2NT .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RiHf2NT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RiHf2NT .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RiHf2NT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RiHf2NT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RiHf2NT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RiHf2NT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RiHf2NT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RiHf2NT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RiHf2NT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RiHf2NT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RiHf2NT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RiHf2NT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RiHf2NT .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RiHf2NT .content-wrap {
    display: block;
  }
}
.cid-v91RiHf2NT .nav-link,
.cid-v91RiHf2NT .dropdown-item {
  color: #1C1000;
}
.cid-v91RiI3CzJ {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RiI3CzJ .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RiI3CzJ .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RiI3CzJ .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RiI3CzJ .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RiI3CzJ .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RiI3CzJ .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RiI3CzJ .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RiI3CzJ .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RiI3CzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RiI3CzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RiI3CzJ .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RiI3CzJ .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RiI3CzJ .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RiI3CzJ .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RiI3CzJ .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RiI3CzJ .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RiI3CzJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RiI3CzJ .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RiI3CzJ .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RiI3CzJ .mbr-section-title {
  color: #323432;
}
.cid-v91RiI3CzJ .mbr-text,
.cid-v91RiI3CzJ .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RiI3CzJ .mbr-section-title,
.cid-v91RiI3CzJ .mbr-section-btn,
.cid-v91RiI3CzJ .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RiInNnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RiInNnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RiInNnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RiInNnt .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RiInNnt .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RiInNnt .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RiInNnt .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RiInNnt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RiInNnt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RiInNnt .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RiInNnt .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RiInNnt .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RiInNnt .item {
    margin-bottom: 20px;
  }
}
.cid-v91RiInNnt .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RiInNnt .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RiInNnt .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RiInNnt .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RiInNnt .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RiInNnt .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RiInNnt .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RiInNnt .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RiInNnt .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RiInNnt .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RiInNnt .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RiInNnt .mbr-section-title,
.cid-v91RiInNnt .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RiInNnt .mbr-text,
.cid-v91RiInNnt .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RiInNnt .card-title {
  color: #f1f5eb;
}
.cid-v91RiInNnt .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RiInNnt .card-title,
.cid-v91RiInNnt .mbr-section-btn {
  text-align: center;
}
.cid-v91RiILaeO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RiILaeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RiILaeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RiILaeO .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RiILaeO .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RiILaeO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RiILaeO .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RiILaeO .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RiILaeO .item {
    margin-bottom: 40px;
  }
}
.cid-v91RiILaeO .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RiILaeO .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RiILaeO .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RiILaeO .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RiILaeO .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RiILaeO .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RiILaeO .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RiILaeO .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RiILaeO .mbr-section-title,
.cid-v91RiILaeO .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RiILaeO .card-title {
  color: #323432;
}
.cid-v91RiILaeO .card-text {
  color: #1C1000;
}
.cid-v91RiILaeO .card-title,
.cid-v91RiILaeO .mbr-section-btn,
.cid-v91RiILaeO .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RiJ5mJU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RiJ5mJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RiJ5mJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RiJ5mJU .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RiJ5mJU .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RiJ5mJU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RiJ5mJU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RiJ5mJU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RiJ5mJU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RiJ5mJU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RiJ5mJU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RiJ5mJU .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RiJ5mJU .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RiJ5mJU .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RiJ5mJU .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RiJ5mJU .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RiJ5mJU .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RiJ5mJU .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RiJ5mJU .embla__button--next,
.cid-v91RiJ5mJU .embla__button--prev {
  display: flex;
}
.cid-v91RiJ5mJU .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RiJ5mJU .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RiJ5mJU .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RiJ5mJU .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RiJ5mJU .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RiJ5mJU .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RiJ5mJU .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RiJ5mJU .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RiJ5mJU .embla__viewport {
    padding: 0;
  }
}
.cid-v91RiJ5mJU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RiJ5mJU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RiJ5mJU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RiJ5mJU .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RiJ5mJU .mbr-section-title,
.cid-v91RiJ5mJU .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RiJ5mJU .mbr-text,
.cid-v91RiJ5mJU .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RiJ5mJU .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RiJ5mJU .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RiJ5mJU .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RiJ5mJU .card-date_2 {
  color: #323432;
}
.cid-v91RiJ5mJU .card-title_2 {
  color: #323432;
}
.cid-v91RiJ5mJU .card-text_2 {
  color: #1C1000;
}
.cid-v91RiJ5mJU .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RiJ5mJU .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RiJ5mJU .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RiJ5mJU .card-date_4 {
  color: #323432;
}
.cid-v91RiJ5mJU .card-title_4 {
  color: #323432;
}
.cid-v91RiJ5mJU .card-text_4 {
  color: #1C1000;
}
.cid-v91RiJ5mJU .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RiJ5mJU .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RiJ5mJU .card-text_5 {
  color: #1C1000;
}
.cid-v91RiJ5mJU .card-date_1,
.cid-v91RiJ5mJU .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RiJ5mJU .card-title_1,
.cid-v91RiJ5mJU .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RiJ5mJU .card-date_2,
.cid-v91RiJ5mJU .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RiJ5mJU .card-title_2,
.cid-v91RiJ5mJU .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RiJ5mJU .card-date_3,
.cid-v91RiJ5mJU .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RiJ5mJU .card-title_3,
.cid-v91RiJ5mJU .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RiJ5mJU .card-date_4,
.cid-v91RiJ5mJU .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RiJ5mJU .card-title_4,
.cid-v91RiJ5mJU .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RiJ5mJU .card-date_5,
.cid-v91RiJ5mJU .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RiJ5mJU .card-title_5,
.cid-v91RiJ5mJU .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RiJrsvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RiJrsvC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RiJrsvC .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RiJrsvC .image-wrapper {
    height: 350px;
  }
}
.cid-v91RiJFxAE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RiJFxAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RiJFxAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RiJFxAE .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RiJFxAE .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RiJFxAE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RiJFxAE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RiJFxAE .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RiJFxAE .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RiJFxAE .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RiJFxAE .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RiJFxAE .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RiJFxAE .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RiJFxAE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RiJFxAE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RiJFxAE .embla__button--next,
.cid-v91RiJFxAE .embla__button--prev {
  display: flex;
}
.cid-v91RiJFxAE .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RiJFxAE .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RiJFxAE .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RiJFxAE .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RiJFxAE .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RiJFxAE .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RiJFxAE .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RiJFxAE .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RiJFxAE .embla__viewport {
    padding: 0;
  }
}
.cid-v91RiJFxAE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RiJFxAE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RiJFxAE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RiJFxAE .mbr-section-title,
.cid-v91RiJFxAE .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RiJFxAE .card-number {
  color: #e6eddc;
}
.cid-v91RiJFxAE .card-title {
  color: #323432;
}
.cid-v91RiJFxAE .card-text {
  color: #1C1000;
}
.cid-v91RiJFxAE .card-number,
.cid-v91RiJFxAE .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RiK6C57 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RiK6C57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RiK6C57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RiK6C57 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RiK6C57 .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RiK6C57 .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RiK6C57 .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RiK6C57 .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RiK6C57 .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RiK6C57 .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RiK6C57 .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RiK6C57 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RiK6C57 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RiK6C57 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RiK6C57 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RiK6C57 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RiK6C57 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RiK6C57 .mbr-section-title,
.cid-v91RiK6C57 .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RiK6C57 .mbr-section-title,
.cid-v91RiK6C57 .mbr-section-btn,
.cid-v91RiK6C57 .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RiKlBUf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RiKlBUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RiKlBUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RiKlBUf .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RiKlBUf .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RiKlBUf .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RiKlBUf .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RiKlBUf .item {
    margin-bottom: 40px;
  }
}
.cid-v91RiKlBUf .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RiKlBUf .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RiKlBUf .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RiKlBUf .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RiKlBUf .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RiKlBUf .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RiKlBUf .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RiKlBUf .mbr-section-title,
.cid-v91RiKlBUf .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RiKlBUf .card-number {
  color: #f1f5eb;
}
.cid-v91RiKlBUf .card-title {
  color: #323432;
}
.cid-v91RiKlBUf .card-text {
  color: #1C1000;
}
.cid-v91RiKlBUf .card-number,
.cid-v91RiKlBUf .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RiKlBUf .card-title,
.cid-v91RiKlBUf .mbr-section-btn,
.cid-v91RiKlBUf .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RiKFxL9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RiKFxL9::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RiKFxL9::before {
    width: 40px;
  }
}
.cid-v91RiKFxL9::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RiKFxL9::after {
    width: 40px;
  }
}
.cid-v91RiKFxL9 .item:focus,
.cid-v91RiKFxL9 span:focus {
  outline: none;
}
.cid-v91RiKFxL9 .item {
  cursor: pointer;
}
.cid-v91RiKFxL9 .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RiKFxL9 .grid-container-1,
.cid-v91RiKFxL9 .grid-container-2,
.cid-v91RiKFxL9 .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RiKFxL9 .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RiKFxL9 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RiKFxL9 .content-head {
  max-width: 800px;
}
.cid-v91RiKFxL9 .container,
.cid-v91RiKFxL9 .container-fluid {
  overflow: hidden;
}
.cid-v91RiKFxL9 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RiKFxL9 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RiKFxL9 .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RiKFxL9 .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RiKFxL9 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RiKFxL9 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RiKFxL9 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RiKFxL9 .grid-container-1,
.cid-v91RiKFxL9 .grid-container-2,
.cid-v91RiKFxL9 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RiKFxL9 .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RiKFxL9 .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RiKXGfI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RiKXGfI .item:focus,
.cid-v91RiKXGfI span:focus {
  outline: none;
}
.cid-v91RiKXGfI .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RiKXGfI .content-head {
  max-width: 800px;
}
.cid-v91RiKXGfI .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RiKXGfI .item {
    min-height: 32.5px;
  }
}
.cid-v91RiLeB92 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RiLeB92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RiLeB92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RiLeB92 .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RiLeB92 .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RiLeB92 .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RiLeB92 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RiLeB92 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RiLeB92 .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RiLeB92 .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RiLeB92 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RiLeB92 .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RiLeB92 .title-wrapper {
    width: 100%;
  }
}
.cid-v91RiLeB92 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RiLeB92 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RiLeB92 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RiLeB92 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RiLeB92 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RiLeB92 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RiLeB92 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RiLeB92 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RiLeB92 .embla__button--next,
.cid-v91RiLeB92 .embla__button--prev {
  display: flex;
}
.cid-v91RiLeB92 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RiLeB92 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RiLeB92 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RiLeB92 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RiLeB92 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RiLeB92 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RiLeB92 .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RiLeB92 .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RiLeB92 .embla {
    width: 100%;
  }
}
.cid-v91RiLeB92 .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RiLeB92 .embla__viewport {
    padding: 0;
  }
}
.cid-v91RiLeB92 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RiLeB92 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RiLeB92 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RiLeB92 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RiLeB92 .mbr-section-title,
.cid-v91RiLeB92 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RiLAwc6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RiLAwc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RiLAwc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RiLAwc6 .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RiLAwc6 .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RiLAwc6 .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RiLAwc6 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RiLAwc6 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RiLAwc6 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RiLAwc6 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RiLAwc6 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RiLAwc6 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RiLAwc6 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RiLAwc6 .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RiLAwc6 .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RiLAwc6 .mbr-section-title,
.cid-v91RiLAwc6 .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RiLSC2Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RiLSC2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RiLSC2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RiLSC2Y .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RiLSC2Y .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RiLSC2Y .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RiLSC2Y .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RiLSC2Y .item {
    margin-bottom: 20px;
  }
}
.cid-v91RiLSC2Y .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RiLSC2Y .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RiLSC2Y .item .item-wrapper .card-box .card-title_1,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .card-title_2,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RiLSC2Y .item .item-wrapper .card-box .card-text_1,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .card-text_2,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RiLSC2Y .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_1,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_2,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RiLSC2Y .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RiLSC2Y .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RiLSC2Y .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RiLSC2Y .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RiLSC2Y .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RiLSC2Y .item .card_1 {
    transform: none;
  }
}
.cid-v91RiLSC2Y .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RiLSC2Y .item .card_2 {
    transform: none;
  }
}
.cid-v91RiLSC2Y .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RiLSC2Y .item .card_3 {
    transform: none;
  }
}
.cid-v91RiLSC2Y .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RiLSC2Y .mbr-section-title,
.cid-v91RiLSC2Y .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RiLSC2Y .card-title_1 {
  color: #323432;
}
.cid-v91RiLSC2Y .card-text_1 {
  color: #1C1000;
}
.cid-v91RiLSC2Y .list_1 {
  color: #323432;
}
.cid-v91RiLSC2Y .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RiLSC2Y .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RiLSC2Y .list_2 {
  color: #f1f5eb;
}
.cid-v91RiLSC2Y .card-title_3 {
  color: #323432;
}
.cid-v91RiLSC2Y .card-text_3 {
  color: #1C1000;
}
.cid-v91RiLSC2Y .list_3 {
  color: #323432;
}
.cid-v91RiLSC2Y .card-title_1,
.cid-v91RiLSC2Y .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RiLSC2Y .list_1,
.cid-v91RiLSC2Y .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RiLSC2Y .card-title_2,
.cid-v91RiLSC2Y .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RiLSC2Y .list_2,
.cid-v91RiLSC2Y .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RiLSC2Y .card-title_3,
.cid-v91RiLSC2Y .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RiLSC2Y .list_3,
.cid-v91RiLSC2Y .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RiM8mj9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RiM8mj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RiM8mj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RiM8mj9 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RiM8mj9 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RiM8mj9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RiM8mj9 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RiM8mj9 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RiM8mj9 .item {
    margin-bottom: 20px;
  }
}
.cid-v91RiM8mj9 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RiM8mj9 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RiM8mj9 .item .item-wrapper .card-box .card-title_1,
.cid-v91RiM8mj9 .item .item-wrapper .card-box .card-title_2,
.cid-v91RiM8mj9 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RiM8mj9 .item .item-wrapper .card-box .card-text_1,
.cid-v91RiM8mj9 .item .item-wrapper .card-box .card-text_2,
.cid-v91RiM8mj9 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RiM8mj9 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RiM8mj9 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RiM8mj9 .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RiM8mj9 .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RiM8mj9 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RiM8mj9 .item .card_1 {
  background-color: #472d00;
}
.cid-v91RiM8mj9 .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RiM8mj9 .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RiM8mj9 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RiM8mj9 .mbr-section-title,
.cid-v91RiM8mj9 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RiM8mj9 .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RiM8mj9 .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RiM8mj9 .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RiM8mj9 .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RiM8mj9 .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RiM8mj9 .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RiM8mj9 .card-title_1,
.cid-v91RiM8mj9 .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RiM8mj9 .card-title_2,
.cid-v91RiM8mj9 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RiM8mj9 .card-title_3,
.cid-v91RiM8mj9 .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RfZWHN6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RfZWHN6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RfZWHN6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RfZWHN6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RfZWHN6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RfZWHN6 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RfZWHN6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RfZWHN6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RfZWHN6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RfZWHN6 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RfZWHN6 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RfZWHN6 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RfZWHN6 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RfZWHN6 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RfZWHN6 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RfZWHN6 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RfZWHN6 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RfZWHN6 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RfZWHN6 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RfZWHN6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RfZWHN6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RfZWHN6 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RfZWHN6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RfZWHN6 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RfZWHN6 .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RfZWHN6 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RfZWHN6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RfZWHN6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RfZWHN6 .container,
.cid-v91RfZWHN6 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RfZWHN6 .container,
  .cid-v91RfZWHN6 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RfZWHN6 .container,
  .cid-v91RfZWHN6 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RfZWHN6 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RfZWHN6 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RfZWHN6 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RfZWHN6 .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RfZWHN6 .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RfZWHN6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RfZWHN6 .nav-item:focus,
.cid-v91RfZWHN6 .nav-link:focus {
  outline: none;
}
.cid-v91RfZWHN6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RfZWHN6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RfZWHN6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RfZWHN6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RfZWHN6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RfZWHN6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RfZWHN6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RfZWHN6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RfZWHN6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RfZWHN6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RfZWHN6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RfZWHN6 .navbar.collapsed {
  justify-content: center;
}
.cid-v91RfZWHN6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RfZWHN6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RfZWHN6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RfZWHN6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RfZWHN6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RfZWHN6 .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-v91RfZWHN6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RfZWHN6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RfZWHN6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RfZWHN6 .navbar {
    min-height: 72px;
  }
  .cid-v91RfZWHN6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RfZWHN6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RfZWHN6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RfZWHN6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RfZWHN6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RfZWHN6 .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-v91RfZWHN6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RfZWHN6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RfZWHN6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RfZWHN6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RfZWHN6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RfZWHN6 .dropdown-item.active,
.cid-v91RfZWHN6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RfZWHN6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RfZWHN6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RfZWHN6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RfZWHN6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RfZWHN6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RfZWHN6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RfZWHN6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RfZWHN6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RfZWHN6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RfZWHN6 .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RfZWHN6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RfZWHN6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RfZWHN6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RfZWHN6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RfZWHN6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RfZWHN6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RfZWHN6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RfZWHN6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RfZWHN6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RfZWHN6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RfZWHN6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RfZWHN6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RfZWHN6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RfZWHN6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RfZWHN6 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RfZWHN6 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RfZWHN6 .navbar {
    height: 70px;
  }
  .cid-v91RfZWHN6 .navbar.opened {
    height: auto;
  }
  .cid-v91RfZWHN6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RfZWHN6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RfZWHN6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RfZWHN6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RfZWHN6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RfZWHN6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RfZWHN6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RfZWHN6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RfZWHN6 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RfZWHN6 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RfZWHN6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RfZWHN6 .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RfZWHN6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RfZWHN6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RfZWHN6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RfZWHN6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RfZWHN6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RfZWHN6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RfZWHN6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RfZWHN6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RfZWHN6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RfZWHN6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RfZWHN6 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RfZWHN6 .content-wrap {
    display: block;
  }
}
.cid-v91RfZWHN6 .nav-link,
.cid-v91RfZWHN6 .dropdown-item {
  color: #1C1000;
}
.cid-v91Rg0uD41 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91Rg0uD41 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91Rg0uD41 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91Rg0uD41 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91Rg0uD41 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91Rg0uD41 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91Rg0uD41 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91Rg0uD41 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91Rg0uD41 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rg0uD41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rg0uD41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rg0uD41 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91Rg0uD41 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91Rg0uD41 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91Rg0uD41 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91Rg0uD41 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91Rg0uD41 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91Rg0uD41 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Rg0uD41 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91Rg0uD41 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91Rg0uD41 .mbr-section-title {
  color: #323432;
}
.cid-v91Rg0uD41 .mbr-text,
.cid-v91Rg0uD41 .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rg0uD41 .mbr-section-title,
.cid-v91Rg0uD41 .mbr-section-btn,
.cid-v91Rg0uD41 .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91Rg0CR5W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rg0CR5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rg0CR5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rg0CR5W .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rg0CR5W .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91Rg0CR5W .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91Rg0CR5W .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91Rg0CR5W .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Rg0CR5W .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Rg0CR5W .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91Rg0CR5W .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91Rg0CR5W .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91Rg0CR5W .item {
    margin-bottom: 20px;
  }
}
.cid-v91Rg0CR5W .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91Rg0CR5W .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rg0CR5W .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rg0CR5W .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91Rg0CR5W .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rg0CR5W .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rg0CR5W .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rg0CR5W .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rg0CR5W .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91Rg0CR5W .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91Rg0CR5W .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rg0CR5W .mbr-section-title,
.cid-v91Rg0CR5W .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rg0CR5W .mbr-text,
.cid-v91Rg0CR5W .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rg0CR5W .card-title {
  color: #f1f5eb;
}
.cid-v91Rg0CR5W .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91Rg0CR5W .card-title,
.cid-v91Rg0CR5W .mbr-section-btn {
  text-align: center;
}
.cid-v91Rg0OlWo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91Rg0OlWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rg0OlWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rg0OlWo .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rg0OlWo .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rg0OlWo .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91Rg0OlWo .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91Rg0OlWo .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91Rg0OlWo .item {
    margin-bottom: 40px;
  }
}
.cid-v91Rg0OlWo .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91Rg0OlWo .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rg0OlWo .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91Rg0OlWo .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91Rg0OlWo .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rg0OlWo .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rg0OlWo .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rg0OlWo .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rg0OlWo .mbr-section-title,
.cid-v91Rg0OlWo .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rg0OlWo .card-title {
  color: #323432;
}
.cid-v91Rg0OlWo .card-text {
  color: #1C1000;
}
.cid-v91Rg0OlWo .card-title,
.cid-v91Rg0OlWo .mbr-section-btn,
.cid-v91Rg0OlWo .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91Rg10V1n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91Rg10V1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rg10V1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rg10V1n .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rg10V1n .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91Rg10V1n .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91Rg10V1n .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91Rg10V1n .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Rg10V1n .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Rg10V1n .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91Rg10V1n .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91Rg10V1n .embla__slide .slide-content {
  width: 100%;
}
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91Rg10V1n .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91Rg10V1n .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91Rg10V1n .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91Rg10V1n .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91Rg10V1n .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91Rg10V1n .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91Rg10V1n .embla__button--next,
.cid-v91Rg10V1n .embla__button--prev {
  display: flex;
}
.cid-v91Rg10V1n .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91Rg10V1n .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91Rg10V1n .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91Rg10V1n .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91Rg10V1n .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91Rg10V1n .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91Rg10V1n .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91Rg10V1n .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91Rg10V1n .embla__viewport {
    padding: 0;
  }
}
.cid-v91Rg10V1n .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91Rg10V1n .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91Rg10V1n .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91Rg10V1n .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rg10V1n .mbr-section-title,
.cid-v91Rg10V1n .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rg10V1n .mbr-text,
.cid-v91Rg10V1n .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rg10V1n .card-date_1 {
  color: #f1f5eb;
}
.cid-v91Rg10V1n .card-title_1 {
  color: #f1f5eb;
}
.cid-v91Rg10V1n .card-text_1 {
  color: #FEF6E9;
}
.cid-v91Rg10V1n .card-date_2 {
  color: #323432;
}
.cid-v91Rg10V1n .card-title_2 {
  color: #323432;
}
.cid-v91Rg10V1n .card-text_2 {
  color: #1C1000;
}
.cid-v91Rg10V1n .card-date_3 {
  color: #f1f5eb;
}
.cid-v91Rg10V1n .card-title_3 {
  color: #f1f5eb;
}
.cid-v91Rg10V1n .card-text_3 {
  color: #FEF6E9;
}
.cid-v91Rg10V1n .card-date_4 {
  color: #323432;
}
.cid-v91Rg10V1n .card-title_4 {
  color: #323432;
}
.cid-v91Rg10V1n .card-text_4 {
  color: #1C1000;
}
.cid-v91Rg10V1n .card-date_5 {
  color: #f1f5eb;
}
.cid-v91Rg10V1n .card-title_5 {
  color: #f1f5eb;
}
.cid-v91Rg10V1n .card-text_5 {
  color: #1C1000;
}
.cid-v91Rg10V1n .card-date_1,
.cid-v91Rg10V1n .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rg10V1n .card-title_1,
.cid-v91Rg10V1n .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rg10V1n .card-date_2,
.cid-v91Rg10V1n .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rg10V1n .card-title_2,
.cid-v91Rg10V1n .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rg10V1n .card-date_3,
.cid-v91Rg10V1n .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rg10V1n .card-title_3,
.cid-v91Rg10V1n .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rg10V1n .card-date_4,
.cid-v91Rg10V1n .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rg10V1n .card-title_4,
.cid-v91Rg10V1n .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rg10V1n .card-date_5,
.cid-v91Rg10V1n .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rg10V1n .card-title_5,
.cid-v91Rg10V1n .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rg1czET .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rg1czET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91Rg1czET .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91Rg1czET .image-wrapper {
    height: 350px;
  }
}
.cid-v91Rg1ltkW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91Rg1ltkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rg1ltkW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rg1ltkW .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rg1ltkW .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rg1ltkW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91Rg1ltkW .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91Rg1ltkW .embla__slide .slide-content {
  width: 100%;
}
.cid-v91Rg1ltkW .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91Rg1ltkW .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rg1ltkW .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91Rg1ltkW .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rg1ltkW .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rg1ltkW .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rg1ltkW .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rg1ltkW .embla__button--next,
.cid-v91Rg1ltkW .embla__button--prev {
  display: flex;
}
.cid-v91Rg1ltkW .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91Rg1ltkW .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91Rg1ltkW .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91Rg1ltkW .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91Rg1ltkW .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91Rg1ltkW .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91Rg1ltkW .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91Rg1ltkW .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91Rg1ltkW .embla__viewport {
    padding: 0;
  }
}
.cid-v91Rg1ltkW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91Rg1ltkW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91Rg1ltkW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91Rg1ltkW .mbr-section-title,
.cid-v91Rg1ltkW .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rg1ltkW .card-number {
  color: #e6eddc;
}
.cid-v91Rg1ltkW .card-title {
  color: #323432;
}
.cid-v91Rg1ltkW .card-text {
  color: #1C1000;
}
.cid-v91Rg1ltkW .card-number,
.cid-v91Rg1ltkW .number-wrapper {
  color: #F5E8D2;
}
.cid-v91Rg1Bej8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rg1Bej8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rg1Bej8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rg1Bej8 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91Rg1Bej8 .card-wrapper {
    padding: 20px;
  }
}
.cid-v91Rg1Bej8 .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91Rg1Bej8 .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91Rg1Bej8 .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91Rg1Bej8 .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91Rg1Bej8 .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91Rg1Bej8 .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91Rg1Bej8 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91Rg1Bej8 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rg1Bej8 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91Rg1Bej8 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rg1Bej8 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91Rg1Bej8 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91Rg1Bej8 .mbr-section-title,
.cid-v91Rg1Bej8 .title-wrapper {
  color: #f1f5eb;
}
.cid-v91Rg1Bej8 .mbr-section-title,
.cid-v91Rg1Bej8 .mbr-section-btn,
.cid-v91Rg1Bej8 .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91Rg1L48d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rg1L48d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rg1L48d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rg1L48d .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rg1L48d .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rg1L48d .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91Rg1L48d .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91Rg1L48d .item {
    margin-bottom: 40px;
  }
}
.cid-v91Rg1L48d .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91Rg1L48d .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91Rg1L48d .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91Rg1L48d .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rg1L48d .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rg1L48d .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rg1L48d .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rg1L48d .mbr-section-title,
.cid-v91Rg1L48d .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rg1L48d .card-number {
  color: #f1f5eb;
}
.cid-v91Rg1L48d .card-title {
  color: #323432;
}
.cid-v91Rg1L48d .card-text {
  color: #1C1000;
}
.cid-v91Rg1L48d .card-number,
.cid-v91Rg1L48d .number-wrapper {
  color: #FFFFFF;
}
.cid-v91Rg1L48d .card-title,
.cid-v91Rg1L48d .mbr-section-btn,
.cid-v91Rg1L48d .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91Rg1Y4mv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91Rg1Y4mv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91Rg1Y4mv::before {
    width: 40px;
  }
}
.cid-v91Rg1Y4mv::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91Rg1Y4mv::after {
    width: 40px;
  }
}
.cid-v91Rg1Y4mv .item:focus,
.cid-v91Rg1Y4mv span:focus {
  outline: none;
}
.cid-v91Rg1Y4mv .item {
  cursor: pointer;
}
.cid-v91Rg1Y4mv .grid-container {
  grid-row-gap: 24px;
}
.cid-v91Rg1Y4mv .grid-container-1,
.cid-v91Rg1Y4mv .grid-container-2,
.cid-v91Rg1Y4mv .grid-container-3 {
  gap: 0 24px;
}
.cid-v91Rg1Y4mv .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rg1Y4mv .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91Rg1Y4mv .content-head {
  max-width: 800px;
}
.cid-v91Rg1Y4mv .container,
.cid-v91Rg1Y4mv .container-fluid {
  overflow: hidden;
}
.cid-v91Rg1Y4mv .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91Rg1Y4mv .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91Rg1Y4mv .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91Rg1Y4mv .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91Rg1Y4mv .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91Rg1Y4mv .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91Rg1Y4mv .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91Rg1Y4mv .grid-container-1,
.cid-v91Rg1Y4mv .grid-container-2,
.cid-v91Rg1Y4mv .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91Rg1Y4mv .grid-container-1 {
  align-items: flex-end;
}
.cid-v91Rg1Y4mv .grid-container-2 {
  align-items: flex-start;
}
.cid-v91Rg29hBt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91Rg29hBt .item:focus,
.cid-v91Rg29hBt span:focus {
  outline: none;
}
.cid-v91Rg29hBt .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91Rg29hBt .content-head {
  max-width: 800px;
}
.cid-v91Rg29hBt .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91Rg29hBt .item {
    min-height: 32.5px;
  }
}
.cid-v91Rg2lQ1F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rg2lQ1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rg2lQ1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rg2lQ1F .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91Rg2lQ1F .card-wrapper {
    padding: 20px;
  }
}
.cid-v91Rg2lQ1F .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91Rg2lQ1F .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91Rg2lQ1F .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rg2lQ1F .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91Rg2lQ1F .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91Rg2lQ1F .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91Rg2lQ1F .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91Rg2lQ1F .title-wrapper {
    width: 100%;
  }
}
.cid-v91Rg2lQ1F .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rg2lQ1F .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91Rg2lQ1F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91Rg2lQ1F .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91Rg2lQ1F .embla__slide .slide-content {
  width: 100%;
}
.cid-v91Rg2lQ1F .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91Rg2lQ1F .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91Rg2lQ1F .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91Rg2lQ1F .embla__button--next,
.cid-v91Rg2lQ1F .embla__button--prev {
  display: flex;
}
.cid-v91Rg2lQ1F .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91Rg2lQ1F .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91Rg2lQ1F .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91Rg2lQ1F .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91Rg2lQ1F .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91Rg2lQ1F .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91Rg2lQ1F .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91Rg2lQ1F .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91Rg2lQ1F .embla {
    width: 100%;
  }
}
.cid-v91Rg2lQ1F .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91Rg2lQ1F .embla__viewport {
    padding: 0;
  }
}
.cid-v91Rg2lQ1F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91Rg2lQ1F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91Rg2lQ1F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91Rg2lQ1F .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91Rg2lQ1F .mbr-section-title,
.cid-v91Rg2lQ1F .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rg2AMti {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rg2AMti .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rg2AMti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rg2AMti .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91Rg2AMti .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91Rg2AMti .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91Rg2AMti .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91Rg2AMti .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rg2AMti .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91Rg2AMti .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91Rg2AMti .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Rg2AMti .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91Rg2AMti .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91Rg2AMti .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91Rg2AMti .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91Rg2AMti .mbr-section-title,
.cid-v91Rg2AMti .border-wrapper {
  color: #FEF6E9;
}
.cid-v91Rg2NSvE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rg2NSvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rg2NSvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rg2NSvE .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rg2NSvE .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rg2NSvE .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91Rg2NSvE .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rg2NSvE .item {
    margin-bottom: 20px;
  }
}
.cid-v91Rg2NSvE .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rg2NSvE .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rg2NSvE .item .item-wrapper .card-box .card-title_1,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .card-title_2,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91Rg2NSvE .item .item-wrapper .card-box .card-text_1,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .card-text_2,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91Rg2NSvE .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_1,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_2,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91Rg2NSvE .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91Rg2NSvE .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91Rg2NSvE .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91Rg2NSvE .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91Rg2NSvE .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91Rg2NSvE .item .card_1 {
    transform: none;
  }
}
.cid-v91Rg2NSvE .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91Rg2NSvE .item .card_2 {
    transform: none;
  }
}
.cid-v91Rg2NSvE .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91Rg2NSvE .item .card_3 {
    transform: none;
  }
}
.cid-v91Rg2NSvE .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rg2NSvE .mbr-section-title,
.cid-v91Rg2NSvE .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rg2NSvE .card-title_1 {
  color: #323432;
}
.cid-v91Rg2NSvE .card-text_1 {
  color: #1C1000;
}
.cid-v91Rg2NSvE .list_1 {
  color: #323432;
}
.cid-v91Rg2NSvE .card-title_2 {
  color: #f1f5eb;
}
.cid-v91Rg2NSvE .card-text_2 {
  color: #FEF6E9;
}
.cid-v91Rg2NSvE .list_2 {
  color: #f1f5eb;
}
.cid-v91Rg2NSvE .card-title_3 {
  color: #323432;
}
.cid-v91Rg2NSvE .card-text_3 {
  color: #1C1000;
}
.cid-v91Rg2NSvE .list_3 {
  color: #323432;
}
.cid-v91Rg2NSvE .card-title_1,
.cid-v91Rg2NSvE .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rg2NSvE .list_1,
.cid-v91Rg2NSvE .item-wrap_1 {
  color: #1C1000;
}
.cid-v91Rg2NSvE .card-title_2,
.cid-v91Rg2NSvE .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rg2NSvE .list_2,
.cid-v91Rg2NSvE .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91Rg2NSvE .card-title_3,
.cid-v91Rg2NSvE .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rg2NSvE .list_3,
.cid-v91Rg2NSvE .item-wrap_3 {
  color: #1C1000;
}
.cid-v91Rg31AyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rg31AyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rg31AyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rg31AyT .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rg31AyT .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rg31AyT .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91Rg31AyT .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91Rg31AyT .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91Rg31AyT .item {
    margin-bottom: 20px;
  }
}
.cid-v91Rg31AyT .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rg31AyT .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rg31AyT .item .item-wrapper .card-box .card-title_1,
.cid-v91Rg31AyT .item .item-wrapper .card-box .card-title_2,
.cid-v91Rg31AyT .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91Rg31AyT .item .item-wrapper .card-box .card-text_1,
.cid-v91Rg31AyT .item .item-wrapper .card-box .card-text_2,
.cid-v91Rg31AyT .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91Rg31AyT .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rg31AyT .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rg31AyT .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91Rg31AyT .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91Rg31AyT .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91Rg31AyT .item .card_1 {
  background-color: #472d00;
}
.cid-v91Rg31AyT .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91Rg31AyT .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91Rg31AyT .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rg31AyT .mbr-section-title,
.cid-v91Rg31AyT .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rg31AyT .card-title_1 {
  color: #f1f5eb;
}
.cid-v91Rg31AyT .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91Rg31AyT .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91Rg31AyT .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rg31AyT .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91Rg31AyT .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91Rg31AyT .card-title_1,
.cid-v91Rg31AyT .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91Rg31AyT .card-title_2,
.cid-v91Rg31AyT .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rg31AyT .card-title_3,
.cid-v91Rg31AyT .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RfbX4IR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RfbX4IR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RfbX4IR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RfbX4IR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RfbX4IR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RfbX4IR .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RfbX4IR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RfbX4IR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RfbX4IR .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RfbX4IR .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RfbX4IR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RfbX4IR .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RfbX4IR .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RfbX4IR .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RfbX4IR .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RfbX4IR .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RfbX4IR .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RfbX4IR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RfbX4IR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RfbX4IR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RfbX4IR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RfbX4IR .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RfbX4IR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RfbX4IR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RfbX4IR .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RfbX4IR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RfbX4IR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RfbX4IR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RfbX4IR .container,
.cid-v91RfbX4IR .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RfbX4IR .container,
  .cid-v91RfbX4IR .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RfbX4IR .container,
  .cid-v91RfbX4IR .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RfbX4IR .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RfbX4IR .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RfbX4IR .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RfbX4IR .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RfbX4IR .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RfbX4IR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RfbX4IR .nav-item:focus,
.cid-v91RfbX4IR .nav-link:focus {
  outline: none;
}
.cid-v91RfbX4IR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RfbX4IR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RfbX4IR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RfbX4IR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RfbX4IR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RfbX4IR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RfbX4IR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RfbX4IR .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RfbX4IR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RfbX4IR .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RfbX4IR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RfbX4IR .navbar.collapsed {
  justify-content: center;
}
.cid-v91RfbX4IR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RfbX4IR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RfbX4IR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RfbX4IR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RfbX4IR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RfbX4IR .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-v91RfbX4IR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RfbX4IR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RfbX4IR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RfbX4IR .navbar {
    min-height: 72px;
  }
  .cid-v91RfbX4IR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RfbX4IR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RfbX4IR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RfbX4IR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RfbX4IR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RfbX4IR .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-v91RfbX4IR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RfbX4IR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RfbX4IR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RfbX4IR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RfbX4IR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RfbX4IR .dropdown-item.active,
.cid-v91RfbX4IR .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RfbX4IR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RfbX4IR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RfbX4IR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RfbX4IR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RfbX4IR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RfbX4IR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RfbX4IR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RfbX4IR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RfbX4IR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RfbX4IR .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RfbX4IR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RfbX4IR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RfbX4IR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RfbX4IR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RfbX4IR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RfbX4IR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RfbX4IR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RfbX4IR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RfbX4IR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RfbX4IR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RfbX4IR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RfbX4IR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RfbX4IR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RfbX4IR .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RfbX4IR .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RfbX4IR .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RfbX4IR .navbar {
    height: 70px;
  }
  .cid-v91RfbX4IR .navbar.opened {
    height: auto;
  }
  .cid-v91RfbX4IR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RfbX4IR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RfbX4IR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RfbX4IR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RfbX4IR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RfbX4IR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RfbX4IR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RfbX4IR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RfbX4IR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RfbX4IR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RfbX4IR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RfbX4IR .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RfbX4IR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RfbX4IR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RfbX4IR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RfbX4IR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RfbX4IR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RfbX4IR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RfbX4IR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RfbX4IR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RfbX4IR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RfbX4IR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RfbX4IR .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RfbX4IR .content-wrap {
    display: block;
  }
}
.cid-v91RfbX4IR .nav-link,
.cid-v91RfbX4IR .dropdown-item {
  color: #1C1000;
}
.cid-v91Rfcq1mK {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91Rfcq1mK .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91Rfcq1mK .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91Rfcq1mK .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91Rfcq1mK .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91Rfcq1mK .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91Rfcq1mK .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91Rfcq1mK .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91Rfcq1mK .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rfcq1mK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rfcq1mK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rfcq1mK .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91Rfcq1mK .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91Rfcq1mK .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91Rfcq1mK .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91Rfcq1mK .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91Rfcq1mK .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91Rfcq1mK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Rfcq1mK .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91Rfcq1mK .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91Rfcq1mK .mbr-section-title {
  color: #323432;
}
.cid-v91Rfcq1mK .mbr-text,
.cid-v91Rfcq1mK .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rfcq1mK .mbr-section-title,
.cid-v91Rfcq1mK .mbr-section-btn,
.cid-v91Rfcq1mK .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RfczvBy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RfczvBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RfczvBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RfczvBy .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RfczvBy .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RfczvBy .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RfczvBy .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RfczvBy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RfczvBy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RfczvBy .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RfczvBy .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RfczvBy .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RfczvBy .item {
    margin-bottom: 20px;
  }
}
.cid-v91RfczvBy .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RfczvBy .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RfczvBy .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RfczvBy .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RfczvBy .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RfczvBy .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RfczvBy .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RfczvBy .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RfczvBy .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RfczvBy .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RfczvBy .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RfczvBy .mbr-section-title,
.cid-v91RfczvBy .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RfczvBy .mbr-text,
.cid-v91RfczvBy .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RfczvBy .card-title {
  color: #f1f5eb;
}
.cid-v91RfczvBy .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RfczvBy .card-title,
.cid-v91RfczvBy .mbr-section-btn {
  text-align: center;
}
.cid-v91RfcLlX4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RfcLlX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RfcLlX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RfcLlX4 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RfcLlX4 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RfcLlX4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RfcLlX4 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RfcLlX4 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RfcLlX4 .item {
    margin-bottom: 40px;
  }
}
.cid-v91RfcLlX4 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RfcLlX4 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RfcLlX4 .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RfcLlX4 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RfcLlX4 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RfcLlX4 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RfcLlX4 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RfcLlX4 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RfcLlX4 .mbr-section-title,
.cid-v91RfcLlX4 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RfcLlX4 .card-title {
  color: #323432;
}
.cid-v91RfcLlX4 .card-text {
  color: #1C1000;
}
.cid-v91RfcLlX4 .card-title,
.cid-v91RfcLlX4 .mbr-section-btn,
.cid-v91RfcLlX4 .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RfcXrUp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RfcXrUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RfcXrUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RfcXrUp .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RfcXrUp .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RfcXrUp .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RfcXrUp .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RfcXrUp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RfcXrUp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RfcXrUp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RfcXrUp .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RfcXrUp .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RfcXrUp .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RfcXrUp .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RfcXrUp .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RfcXrUp .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RfcXrUp .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RfcXrUp .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RfcXrUp .embla__button--next,
.cid-v91RfcXrUp .embla__button--prev {
  display: flex;
}
.cid-v91RfcXrUp .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RfcXrUp .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RfcXrUp .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RfcXrUp .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RfcXrUp .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RfcXrUp .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RfcXrUp .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RfcXrUp .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RfcXrUp .embla__viewport {
    padding: 0;
  }
}
.cid-v91RfcXrUp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RfcXrUp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RfcXrUp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RfcXrUp .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RfcXrUp .mbr-section-title,
.cid-v91RfcXrUp .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RfcXrUp .mbr-text,
.cid-v91RfcXrUp .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RfcXrUp .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RfcXrUp .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RfcXrUp .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RfcXrUp .card-date_2 {
  color: #323432;
}
.cid-v91RfcXrUp .card-title_2 {
  color: #323432;
}
.cid-v91RfcXrUp .card-text_2 {
  color: #1C1000;
}
.cid-v91RfcXrUp .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RfcXrUp .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RfcXrUp .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RfcXrUp .card-date_4 {
  color: #323432;
}
.cid-v91RfcXrUp .card-title_4 {
  color: #323432;
}
.cid-v91RfcXrUp .card-text_4 {
  color: #1C1000;
}
.cid-v91RfcXrUp .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RfcXrUp .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RfcXrUp .card-text_5 {
  color: #1C1000;
}
.cid-v91RfcXrUp .card-date_1,
.cid-v91RfcXrUp .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RfcXrUp .card-title_1,
.cid-v91RfcXrUp .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RfcXrUp .card-date_2,
.cid-v91RfcXrUp .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RfcXrUp .card-title_2,
.cid-v91RfcXrUp .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RfcXrUp .card-date_3,
.cid-v91RfcXrUp .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RfcXrUp .card-title_3,
.cid-v91RfcXrUp .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RfcXrUp .card-date_4,
.cid-v91RfcXrUp .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RfcXrUp .card-title_4,
.cid-v91RfcXrUp .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RfcXrUp .card-date_5,
.cid-v91RfcXrUp .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RfcXrUp .card-title_5,
.cid-v91RfcXrUp .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rfd8RSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rfd8RSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91Rfd8RSy .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91Rfd8RSy .image-wrapper {
    height: 350px;
  }
}
.cid-v91RfdhaqZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RfdhaqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RfdhaqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RfdhaqZ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RfdhaqZ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RfdhaqZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RfdhaqZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RfdhaqZ .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RfdhaqZ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RfdhaqZ .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RfdhaqZ .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RfdhaqZ .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RfdhaqZ .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RfdhaqZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RfdhaqZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RfdhaqZ .embla__button--next,
.cid-v91RfdhaqZ .embla__button--prev {
  display: flex;
}
.cid-v91RfdhaqZ .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RfdhaqZ .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RfdhaqZ .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RfdhaqZ .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RfdhaqZ .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RfdhaqZ .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RfdhaqZ .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RfdhaqZ .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RfdhaqZ .embla__viewport {
    padding: 0;
  }
}
.cid-v91RfdhaqZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RfdhaqZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RfdhaqZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RfdhaqZ .mbr-section-title,
.cid-v91RfdhaqZ .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RfdhaqZ .card-number {
  color: #e6eddc;
}
.cid-v91RfdhaqZ .card-title {
  color: #323432;
}
.cid-v91RfdhaqZ .card-text {
  color: #1C1000;
}
.cid-v91RfdhaqZ .card-number,
.cid-v91RfdhaqZ .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RfdwuFc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RfdwuFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RfdwuFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RfdwuFc .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RfdwuFc .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RfdwuFc .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RfdwuFc .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RfdwuFc .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RfdwuFc .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RfdwuFc .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RfdwuFc .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RfdwuFc .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RfdwuFc .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RfdwuFc .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RfdwuFc .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RfdwuFc .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RfdwuFc .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RfdwuFc .mbr-section-title,
.cid-v91RfdwuFc .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RfdwuFc .mbr-section-title,
.cid-v91RfdwuFc .mbr-section-btn,
.cid-v91RfdwuFc .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RfdLc9w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RfdLc9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RfdLc9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RfdLc9w .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RfdLc9w .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RfdLc9w .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RfdLc9w .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RfdLc9w .item {
    margin-bottom: 40px;
  }
}
.cid-v91RfdLc9w .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RfdLc9w .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RfdLc9w .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RfdLc9w .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RfdLc9w .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RfdLc9w .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RfdLc9w .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RfdLc9w .mbr-section-title,
.cid-v91RfdLc9w .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RfdLc9w .card-number {
  color: #f1f5eb;
}
.cid-v91RfdLc9w .card-title {
  color: #323432;
}
.cid-v91RfdLc9w .card-text {
  color: #1C1000;
}
.cid-v91RfdLc9w .card-number,
.cid-v91RfdLc9w .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RfdLc9w .card-title,
.cid-v91RfdLc9w .mbr-section-btn,
.cid-v91RfdLc9w .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RfdWY8H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RfdWY8H::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RfdWY8H::before {
    width: 40px;
  }
}
.cid-v91RfdWY8H::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RfdWY8H::after {
    width: 40px;
  }
}
.cid-v91RfdWY8H .item:focus,
.cid-v91RfdWY8H span:focus {
  outline: none;
}
.cid-v91RfdWY8H .item {
  cursor: pointer;
}
.cid-v91RfdWY8H .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RfdWY8H .grid-container-1,
.cid-v91RfdWY8H .grid-container-2,
.cid-v91RfdWY8H .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RfdWY8H .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RfdWY8H .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RfdWY8H .content-head {
  max-width: 800px;
}
.cid-v91RfdWY8H .container,
.cid-v91RfdWY8H .container-fluid {
  overflow: hidden;
}
.cid-v91RfdWY8H .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RfdWY8H .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RfdWY8H .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RfdWY8H .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RfdWY8H .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RfdWY8H .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RfdWY8H .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RfdWY8H .grid-container-1,
.cid-v91RfdWY8H .grid-container-2,
.cid-v91RfdWY8H .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RfdWY8H .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RfdWY8H .grid-container-2 {
  align-items: flex-start;
}
.cid-v91Rfe6HpD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91Rfe6HpD .item:focus,
.cid-v91Rfe6HpD span:focus {
  outline: none;
}
.cid-v91Rfe6HpD .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91Rfe6HpD .content-head {
  max-width: 800px;
}
.cid-v91Rfe6HpD .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91Rfe6HpD .item {
    min-height: 32.5px;
  }
}
.cid-v91RfehV1M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RfehV1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RfehV1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RfehV1M .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RfehV1M .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RfehV1M .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RfehV1M .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RfehV1M .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RfehV1M .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RfehV1M .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RfehV1M .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RfehV1M .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RfehV1M .title-wrapper {
    width: 100%;
  }
}
.cid-v91RfehV1M .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RfehV1M .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RfehV1M .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RfehV1M .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RfehV1M .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RfehV1M .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RfehV1M .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RfehV1M .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RfehV1M .embla__button--next,
.cid-v91RfehV1M .embla__button--prev {
  display: flex;
}
.cid-v91RfehV1M .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RfehV1M .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RfehV1M .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RfehV1M .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RfehV1M .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RfehV1M .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RfehV1M .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RfehV1M .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RfehV1M .embla {
    width: 100%;
  }
}
.cid-v91RfehV1M .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RfehV1M .embla__viewport {
    padding: 0;
  }
}
.cid-v91RfehV1M .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RfehV1M .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RfehV1M .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RfehV1M .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RfehV1M .mbr-section-title,
.cid-v91RfehV1M .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RfeuJkI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RfeuJkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RfeuJkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RfeuJkI .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RfeuJkI .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RfeuJkI .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RfeuJkI .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RfeuJkI .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RfeuJkI .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RfeuJkI .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RfeuJkI .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RfeuJkI .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RfeuJkI .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RfeuJkI .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RfeuJkI .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RfeuJkI .mbr-section-title,
.cid-v91RfeuJkI .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RfeHSo3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RfeHSo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RfeHSo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RfeHSo3 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RfeHSo3 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RfeHSo3 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RfeHSo3 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RfeHSo3 .item {
    margin-bottom: 20px;
  }
}
.cid-v91RfeHSo3 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RfeHSo3 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RfeHSo3 .item .item-wrapper .card-box .card-title_1,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .card-title_2,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RfeHSo3 .item .item-wrapper .card-box .card-text_1,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .card-text_2,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RfeHSo3 .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_1,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_2,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RfeHSo3 .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RfeHSo3 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RfeHSo3 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RfeHSo3 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RfeHSo3 .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RfeHSo3 .item .card_1 {
    transform: none;
  }
}
.cid-v91RfeHSo3 .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RfeHSo3 .item .card_2 {
    transform: none;
  }
}
.cid-v91RfeHSo3 .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RfeHSo3 .item .card_3 {
    transform: none;
  }
}
.cid-v91RfeHSo3 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RfeHSo3 .mbr-section-title,
.cid-v91RfeHSo3 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RfeHSo3 .card-title_1 {
  color: #323432;
}
.cid-v91RfeHSo3 .card-text_1 {
  color: #1C1000;
}
.cid-v91RfeHSo3 .list_1 {
  color: #323432;
}
.cid-v91RfeHSo3 .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RfeHSo3 .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RfeHSo3 .list_2 {
  color: #f1f5eb;
}
.cid-v91RfeHSo3 .card-title_3 {
  color: #323432;
}
.cid-v91RfeHSo3 .card-text_3 {
  color: #1C1000;
}
.cid-v91RfeHSo3 .list_3 {
  color: #323432;
}
.cid-v91RfeHSo3 .card-title_1,
.cid-v91RfeHSo3 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RfeHSo3 .list_1,
.cid-v91RfeHSo3 .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RfeHSo3 .card-title_2,
.cid-v91RfeHSo3 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RfeHSo3 .list_2,
.cid-v91RfeHSo3 .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RfeHSo3 .card-title_3,
.cid-v91RfeHSo3 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RfeHSo3 .list_3,
.cid-v91RfeHSo3 .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RfeTMUk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RfeTMUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RfeTMUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RfeTMUk .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RfeTMUk .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RfeTMUk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RfeTMUk .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RfeTMUk .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RfeTMUk .item {
    margin-bottom: 20px;
  }
}
.cid-v91RfeTMUk .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RfeTMUk .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RfeTMUk .item .item-wrapper .card-box .card-title_1,
.cid-v91RfeTMUk .item .item-wrapper .card-box .card-title_2,
.cid-v91RfeTMUk .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RfeTMUk .item .item-wrapper .card-box .card-text_1,
.cid-v91RfeTMUk .item .item-wrapper .card-box .card-text_2,
.cid-v91RfeTMUk .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RfeTMUk .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RfeTMUk .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RfeTMUk .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RfeTMUk .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RfeTMUk .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RfeTMUk .item .card_1 {
  background-color: #472d00;
}
.cid-v91RfeTMUk .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RfeTMUk .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RfeTMUk .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RfeTMUk .mbr-section-title,
.cid-v91RfeTMUk .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RfeTMUk .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RfeTMUk .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RfeTMUk .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RfeTMUk .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RfeTMUk .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RfeTMUk .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RfeTMUk .card-title_1,
.cid-v91RfeTMUk .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RfeTMUk .card-title_2,
.cid-v91RfeTMUk .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RfeTMUk .card-title_3,
.cid-v91RfeTMUk .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91ReBMGJN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91ReBMGJN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91ReBMGJN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91ReBMGJN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91ReBMGJN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91ReBMGJN .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91ReBMGJN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91ReBMGJN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91ReBMGJN .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91ReBMGJN .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91ReBMGJN .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91ReBMGJN .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91ReBMGJN .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91ReBMGJN .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91ReBMGJN .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91ReBMGJN .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91ReBMGJN .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91ReBMGJN .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91ReBMGJN .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91ReBMGJN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91ReBMGJN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91ReBMGJN .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91ReBMGJN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91ReBMGJN .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91ReBMGJN .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91ReBMGJN .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91ReBMGJN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91ReBMGJN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91ReBMGJN .container,
.cid-v91ReBMGJN .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91ReBMGJN .container,
  .cid-v91ReBMGJN .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91ReBMGJN .container,
  .cid-v91ReBMGJN .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91ReBMGJN .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91ReBMGJN .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91ReBMGJN .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91ReBMGJN .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91ReBMGJN .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91ReBMGJN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91ReBMGJN .nav-item:focus,
.cid-v91ReBMGJN .nav-link:focus {
  outline: none;
}
.cid-v91ReBMGJN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91ReBMGJN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91ReBMGJN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91ReBMGJN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91ReBMGJN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91ReBMGJN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91ReBMGJN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91ReBMGJN .navbar.opened {
  transition: all 0.3s;
}
.cid-v91ReBMGJN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91ReBMGJN .navbar .navbar-logo img {
  width: auto;
}
.cid-v91ReBMGJN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91ReBMGJN .navbar.collapsed {
  justify-content: center;
}
.cid-v91ReBMGJN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91ReBMGJN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91ReBMGJN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91ReBMGJN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91ReBMGJN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91ReBMGJN .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-v91ReBMGJN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91ReBMGJN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91ReBMGJN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91ReBMGJN .navbar {
    min-height: 72px;
  }
  .cid-v91ReBMGJN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91ReBMGJN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91ReBMGJN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91ReBMGJN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91ReBMGJN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91ReBMGJN .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-v91ReBMGJN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91ReBMGJN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91ReBMGJN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91ReBMGJN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91ReBMGJN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91ReBMGJN .dropdown-item.active,
.cid-v91ReBMGJN .dropdown-item:active {
  background-color: transparent;
}
.cid-v91ReBMGJN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91ReBMGJN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91ReBMGJN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91ReBMGJN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91ReBMGJN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91ReBMGJN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91ReBMGJN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91ReBMGJN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91ReBMGJN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91ReBMGJN .navbar-buttons {
    text-align: left;
  }
}
.cid-v91ReBMGJN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91ReBMGJN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91ReBMGJN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91ReBMGJN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91ReBMGJN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91ReBMGJN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91ReBMGJN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91ReBMGJN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91ReBMGJN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91ReBMGJN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91ReBMGJN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91ReBMGJN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91ReBMGJN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91ReBMGJN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91ReBMGJN .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91ReBMGJN .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91ReBMGJN .navbar {
    height: 70px;
  }
  .cid-v91ReBMGJN .navbar.opened {
    height: auto;
  }
  .cid-v91ReBMGJN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91ReBMGJN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91ReBMGJN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91ReBMGJN .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91ReBMGJN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91ReBMGJN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91ReBMGJN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91ReBMGJN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91ReBMGJN .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91ReBMGJN .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91ReBMGJN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91ReBMGJN .navbar-brand {
    margin-right: auto;
  }
  .cid-v91ReBMGJN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91ReBMGJN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91ReBMGJN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91ReBMGJN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91ReBMGJN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91ReBMGJN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91ReBMGJN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91ReBMGJN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91ReBMGJN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91ReBMGJN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91ReBMGJN .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91ReBMGJN .content-wrap {
    display: block;
  }
}
.cid-v91ReBMGJN .nav-link,
.cid-v91ReBMGJN .dropdown-item {
  color: #1C1000;
}
.cid-v91ReCilXR {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91ReCilXR .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91ReCilXR .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91ReCilXR .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91ReCilXR .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91ReCilXR .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91ReCilXR .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91ReCilXR .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91ReCilXR .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91ReCilXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ReCilXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ReCilXR .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91ReCilXR .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91ReCilXR .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91ReCilXR .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91ReCilXR .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91ReCilXR .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91ReCilXR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91ReCilXR .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91ReCilXR .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91ReCilXR .mbr-section-title {
  color: #323432;
}
.cid-v91ReCilXR .mbr-text,
.cid-v91ReCilXR .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ReCilXR .mbr-section-title,
.cid-v91ReCilXR .mbr-section-btn,
.cid-v91ReCilXR .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91ReCq8Ff {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91ReCq8Ff .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ReCq8Ff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ReCq8Ff .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ReCq8Ff .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91ReCq8Ff .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91ReCq8Ff .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91ReCq8Ff .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91ReCq8Ff .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91ReCq8Ff .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91ReCq8Ff .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91ReCq8Ff .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91ReCq8Ff .item {
    margin-bottom: 20px;
  }
}
.cid-v91ReCq8Ff .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91ReCq8Ff .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91ReCq8Ff .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91ReCq8Ff .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91ReCq8Ff .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91ReCq8Ff .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91ReCq8Ff .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91ReCq8Ff .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91ReCq8Ff .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91ReCq8Ff .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91ReCq8Ff .btn-wrapper {
  margin-top: -6%;
}
.cid-v91ReCq8Ff .mbr-section-title,
.cid-v91ReCq8Ff .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ReCq8Ff .mbr-text,
.cid-v91ReCq8Ff .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ReCq8Ff .card-title {
  color: #f1f5eb;
}
.cid-v91ReCq8Ff .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91ReCq8Ff .card-title,
.cid-v91ReCq8Ff .mbr-section-btn {
  text-align: center;
}
.cid-v91ReCBzeN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91ReCBzeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ReCBzeN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ReCBzeN .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ReCBzeN .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91ReCBzeN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91ReCBzeN .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91ReCBzeN .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91ReCBzeN .item {
    margin-bottom: 40px;
  }
}
.cid-v91ReCBzeN .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91ReCBzeN .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91ReCBzeN .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91ReCBzeN .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91ReCBzeN .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91ReCBzeN .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91ReCBzeN .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91ReCBzeN .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91ReCBzeN .mbr-section-title,
.cid-v91ReCBzeN .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ReCBzeN .card-title {
  color: #323432;
}
.cid-v91ReCBzeN .card-text {
  color: #1C1000;
}
.cid-v91ReCBzeN .card-title,
.cid-v91ReCBzeN .mbr-section-btn,
.cid-v91ReCBzeN .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91ReCNpSh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91ReCNpSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ReCNpSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ReCNpSh .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ReCNpSh .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91ReCNpSh .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91ReCNpSh .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91ReCNpSh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91ReCNpSh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91ReCNpSh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91ReCNpSh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91ReCNpSh .embla__slide .slide-content {
  width: 100%;
}
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91ReCNpSh .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91ReCNpSh .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91ReCNpSh .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91ReCNpSh .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91ReCNpSh .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91ReCNpSh .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91ReCNpSh .embla__button--next,
.cid-v91ReCNpSh .embla__button--prev {
  display: flex;
}
.cid-v91ReCNpSh .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91ReCNpSh .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91ReCNpSh .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91ReCNpSh .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91ReCNpSh .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91ReCNpSh .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91ReCNpSh .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91ReCNpSh .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91ReCNpSh .embla__viewport {
    padding: 0;
  }
}
.cid-v91ReCNpSh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91ReCNpSh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91ReCNpSh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91ReCNpSh .btn-wrapper {
  margin-top: -6%;
}
.cid-v91ReCNpSh .mbr-section-title,
.cid-v91ReCNpSh .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ReCNpSh .mbr-text,
.cid-v91ReCNpSh .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ReCNpSh .card-date_1 {
  color: #f1f5eb;
}
.cid-v91ReCNpSh .card-title_1 {
  color: #f1f5eb;
}
.cid-v91ReCNpSh .card-text_1 {
  color: #FEF6E9;
}
.cid-v91ReCNpSh .card-date_2 {
  color: #323432;
}
.cid-v91ReCNpSh .card-title_2 {
  color: #323432;
}
.cid-v91ReCNpSh .card-text_2 {
  color: #1C1000;
}
.cid-v91ReCNpSh .card-date_3 {
  color: #f1f5eb;
}
.cid-v91ReCNpSh .card-title_3 {
  color: #f1f5eb;
}
.cid-v91ReCNpSh .card-text_3 {
  color: #FEF6E9;
}
.cid-v91ReCNpSh .card-date_4 {
  color: #323432;
}
.cid-v91ReCNpSh .card-title_4 {
  color: #323432;
}
.cid-v91ReCNpSh .card-text_4 {
  color: #1C1000;
}
.cid-v91ReCNpSh .card-date_5 {
  color: #f1f5eb;
}
.cid-v91ReCNpSh .card-title_5 {
  color: #f1f5eb;
}
.cid-v91ReCNpSh .card-text_5 {
  color: #1C1000;
}
.cid-v91ReCNpSh .card-date_1,
.cid-v91ReCNpSh .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91ReCNpSh .card-title_1,
.cid-v91ReCNpSh .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91ReCNpSh .card-date_2,
.cid-v91ReCNpSh .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ReCNpSh .card-title_2,
.cid-v91ReCNpSh .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ReCNpSh .card-date_3,
.cid-v91ReCNpSh .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91ReCNpSh .card-title_3,
.cid-v91ReCNpSh .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91ReCNpSh .card-date_4,
.cid-v91ReCNpSh .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ReCNpSh .card-title_4,
.cid-v91ReCNpSh .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ReCNpSh .card-date_5,
.cid-v91ReCNpSh .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ReCNpSh .card-title_5,
.cid-v91ReCNpSh .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ReCZ1zb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ReCZ1zb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91ReCZ1zb .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91ReCZ1zb .image-wrapper {
    height: 350px;
  }
}
.cid-v91ReD7G02 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91ReD7G02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ReD7G02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ReD7G02 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ReD7G02 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91ReD7G02 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91ReD7G02 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91ReD7G02 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91ReD7G02 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91ReD7G02 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91ReD7G02 .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91ReD7G02 .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91ReD7G02 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91ReD7G02 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91ReD7G02 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91ReD7G02 .embla__button--next,
.cid-v91ReD7G02 .embla__button--prev {
  display: flex;
}
.cid-v91ReD7G02 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91ReD7G02 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91ReD7G02 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91ReD7G02 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91ReD7G02 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91ReD7G02 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91ReD7G02 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91ReD7G02 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91ReD7G02 .embla__viewport {
    padding: 0;
  }
}
.cid-v91ReD7G02 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91ReD7G02 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91ReD7G02 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91ReD7G02 .mbr-section-title,
.cid-v91ReD7G02 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ReD7G02 .card-number {
  color: #e6eddc;
}
.cid-v91ReD7G02 .card-title {
  color: #323432;
}
.cid-v91ReD7G02 .card-text {
  color: #1C1000;
}
.cid-v91ReD7G02 .card-number,
.cid-v91ReD7G02 .number-wrapper {
  color: #F5E8D2;
}
.cid-v91ReDndj4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91ReDndj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ReDndj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ReDndj4 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91ReDndj4 .card-wrapper {
    padding: 20px;
  }
}
.cid-v91ReDndj4 .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91ReDndj4 .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91ReDndj4 .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91ReDndj4 .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91ReDndj4 .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91ReDndj4 .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91ReDndj4 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91ReDndj4 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91ReDndj4 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91ReDndj4 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ReDndj4 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91ReDndj4 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91ReDndj4 .mbr-section-title,
.cid-v91ReDndj4 .title-wrapper {
  color: #f1f5eb;
}
.cid-v91ReDndj4 .mbr-section-title,
.cid-v91ReDndj4 .mbr-section-btn,
.cid-v91ReDndj4 .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91ReDygfQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91ReDygfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ReDygfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ReDygfQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ReDygfQ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91ReDygfQ .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91ReDygfQ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91ReDygfQ .item {
    margin-bottom: 40px;
  }
}
.cid-v91ReDygfQ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91ReDygfQ .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91ReDygfQ .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91ReDygfQ .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91ReDygfQ .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91ReDygfQ .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91ReDygfQ .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91ReDygfQ .mbr-section-title,
.cid-v91ReDygfQ .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ReDygfQ .card-number {
  color: #f1f5eb;
}
.cid-v91ReDygfQ .card-title {
  color: #323432;
}
.cid-v91ReDygfQ .card-text {
  color: #1C1000;
}
.cid-v91ReDygfQ .card-number,
.cid-v91ReDygfQ .number-wrapper {
  color: #FFFFFF;
}
.cid-v91ReDygfQ .card-title,
.cid-v91ReDygfQ .mbr-section-btn,
.cid-v91ReDygfQ .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91ReDJAOQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91ReDJAOQ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91ReDJAOQ::before {
    width: 40px;
  }
}
.cid-v91ReDJAOQ::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91ReDJAOQ::after {
    width: 40px;
  }
}
.cid-v91ReDJAOQ .item:focus,
.cid-v91ReDJAOQ span:focus {
  outline: none;
}
.cid-v91ReDJAOQ .item {
  cursor: pointer;
}
.cid-v91ReDJAOQ .grid-container {
  grid-row-gap: 24px;
}
.cid-v91ReDJAOQ .grid-container-1,
.cid-v91ReDJAOQ .grid-container-2,
.cid-v91ReDJAOQ .grid-container-3 {
  gap: 0 24px;
}
.cid-v91ReDJAOQ .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ReDJAOQ .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91ReDJAOQ .content-head {
  max-width: 800px;
}
.cid-v91ReDJAOQ .container,
.cid-v91ReDJAOQ .container-fluid {
  overflow: hidden;
}
.cid-v91ReDJAOQ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91ReDJAOQ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91ReDJAOQ .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91ReDJAOQ .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91ReDJAOQ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91ReDJAOQ .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91ReDJAOQ .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91ReDJAOQ .grid-container-1,
.cid-v91ReDJAOQ .grid-container-2,
.cid-v91ReDJAOQ .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91ReDJAOQ .grid-container-1 {
  align-items: flex-end;
}
.cid-v91ReDJAOQ .grid-container-2 {
  align-items: flex-start;
}
.cid-v91ReDTCrg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91ReDTCrg .item:focus,
.cid-v91ReDTCrg span:focus {
  outline: none;
}
.cid-v91ReDTCrg .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91ReDTCrg .content-head {
  max-width: 800px;
}
.cid-v91ReDTCrg .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91ReDTCrg .item {
    min-height: 32.5px;
  }
}
.cid-v91ReE4AvY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91ReE4AvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ReE4AvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ReE4AvY .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91ReE4AvY .card-wrapper {
    padding: 20px;
  }
}
.cid-v91ReE4AvY .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91ReE4AvY .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91ReE4AvY .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91ReE4AvY .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91ReE4AvY .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91ReE4AvY .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91ReE4AvY .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91ReE4AvY .title-wrapper {
    width: 100%;
  }
}
.cid-v91ReE4AvY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ReE4AvY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91ReE4AvY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91ReE4AvY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91ReE4AvY .embla__slide .slide-content {
  width: 100%;
}
.cid-v91ReE4AvY .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91ReE4AvY .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91ReE4AvY .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91ReE4AvY .embla__button--next,
.cid-v91ReE4AvY .embla__button--prev {
  display: flex;
}
.cid-v91ReE4AvY .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91ReE4AvY .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91ReE4AvY .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91ReE4AvY .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91ReE4AvY .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91ReE4AvY .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91ReE4AvY .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91ReE4AvY .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91ReE4AvY .embla {
    width: 100%;
  }
}
.cid-v91ReE4AvY .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91ReE4AvY .embla__viewport {
    padding: 0;
  }
}
.cid-v91ReE4AvY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91ReE4AvY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91ReE4AvY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91ReE4AvY .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91ReE4AvY .mbr-section-title,
.cid-v91ReE4AvY .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ReEingf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91ReEingf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ReEingf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ReEingf .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91ReEingf .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91ReEingf .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91ReEingf .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91ReEingf .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91ReEingf .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91ReEingf .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91ReEingf .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91ReEingf .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91ReEingf .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91ReEingf .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91ReEingf .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91ReEingf .mbr-section-title,
.cid-v91ReEingf .border-wrapper {
  color: #FEF6E9;
}
.cid-v91ReEvjyq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91ReEvjyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ReEvjyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ReEvjyq .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ReEvjyq .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91ReEvjyq .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91ReEvjyq .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ReEvjyq .item {
    margin-bottom: 20px;
  }
}
.cid-v91ReEvjyq .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91ReEvjyq .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91ReEvjyq .item .item-wrapper .card-box .card-title_1,
.cid-v91ReEvjyq .item .item-wrapper .card-box .card-title_2,
.cid-v91ReEvjyq .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91ReEvjyq .item .item-wrapper .card-box .card-text_1,
.cid-v91ReEvjyq .item .item-wrapper .card-box .card-text_2,
.cid-v91ReEvjyq .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91ReEvjyq .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_1,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_2,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91ReEvjyq .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91ReEvjyq .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91ReEvjyq .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91ReEvjyq .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91ReEvjyq .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91ReEvjyq .item .card_1 {
    transform: none;
  }
}
.cid-v91ReEvjyq .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91ReEvjyq .item .card_2 {
    transform: none;
  }
}
.cid-v91ReEvjyq .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91ReEvjyq .item .card_3 {
    transform: none;
  }
}
.cid-v91ReEvjyq .btn-wrapper {
  margin-top: -6%;
}
.cid-v91ReEvjyq .mbr-section-title,
.cid-v91ReEvjyq .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ReEvjyq .card-title_1 {
  color: #323432;
}
.cid-v91ReEvjyq .card-text_1 {
  color: #1C1000;
}
.cid-v91ReEvjyq .list_1 {
  color: #323432;
}
.cid-v91ReEvjyq .card-title_2 {
  color: #f1f5eb;
}
.cid-v91ReEvjyq .card-text_2 {
  color: #FEF6E9;
}
.cid-v91ReEvjyq .list_2 {
  color: #f1f5eb;
}
.cid-v91ReEvjyq .card-title_3 {
  color: #323432;
}
.cid-v91ReEvjyq .card-text_3 {
  color: #1C1000;
}
.cid-v91ReEvjyq .list_3 {
  color: #323432;
}
.cid-v91ReEvjyq .card-title_1,
.cid-v91ReEvjyq .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ReEvjyq .list_1,
.cid-v91ReEvjyq .item-wrap_1 {
  color: #1C1000;
}
.cid-v91ReEvjyq .card-title_2,
.cid-v91ReEvjyq .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91ReEvjyq .list_2,
.cid-v91ReEvjyq .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91ReEvjyq .card-title_3,
.cid-v91ReEvjyq .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ReEvjyq .list_3,
.cid-v91ReEvjyq .item-wrap_3 {
  color: #1C1000;
}
.cid-v91ReEGuI4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91ReEGuI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ReEGuI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ReEGuI4 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ReEGuI4 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91ReEGuI4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91ReEGuI4 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91ReEGuI4 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91ReEGuI4 .item {
    margin-bottom: 20px;
  }
}
.cid-v91ReEGuI4 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91ReEGuI4 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91ReEGuI4 .item .item-wrapper .card-box .card-title_1,
.cid-v91ReEGuI4 .item .item-wrapper .card-box .card-title_2,
.cid-v91ReEGuI4 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91ReEGuI4 .item .item-wrapper .card-box .card-text_1,
.cid-v91ReEGuI4 .item .item-wrapper .card-box .card-text_2,
.cid-v91ReEGuI4 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91ReEGuI4 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91ReEGuI4 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91ReEGuI4 .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91ReEGuI4 .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91ReEGuI4 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91ReEGuI4 .item .card_1 {
  background-color: #472d00;
}
.cid-v91ReEGuI4 .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91ReEGuI4 .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91ReEGuI4 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91ReEGuI4 .mbr-section-title,
.cid-v91ReEGuI4 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ReEGuI4 .card-title_1 {
  color: #f1f5eb;
}
.cid-v91ReEGuI4 .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91ReEGuI4 .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91ReEGuI4 .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91ReEGuI4 .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91ReEGuI4 .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91ReEGuI4 .card-title_1,
.cid-v91ReEGuI4 .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91ReEGuI4 .card-title_2,
.cid-v91ReEGuI4 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ReEGuI4 .card-title_3,
.cid-v91ReEGuI4 .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91S28b0Op {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91S28b0Op .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91S28b0Op .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91S28b0Op .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91S28b0Op .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91S28b0Op .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91S28b0Op .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91S28b0Op .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91S28b0Op .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91S28b0Op .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91S28b0Op .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91S28b0Op .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91S28b0Op .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91S28b0Op .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91S28b0Op .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91S28b0Op .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91S28b0Op .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91S28b0Op .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91S28b0Op .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91S28b0Op .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91S28b0Op .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91S28b0Op .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91S28b0Op .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91S28b0Op .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91S28b0Op .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91S28b0Op .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91S28b0Op .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91S28b0Op .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91S28b0Op .container,
.cid-v91S28b0Op .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91S28b0Op .container,
  .cid-v91S28b0Op .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91S28b0Op .container,
  .cid-v91S28b0Op .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91S28b0Op .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91S28b0Op .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91S28b0Op .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91S28b0Op .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91S28b0Op .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91S28b0Op .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91S28b0Op .nav-item:focus,
.cid-v91S28b0Op .nav-link:focus {
  outline: none;
}
.cid-v91S28b0Op .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91S28b0Op .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91S28b0Op .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91S28b0Op .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91S28b0Op .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91S28b0Op .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91S28b0Op .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91S28b0Op .navbar.opened {
  transition: all 0.3s;
}
.cid-v91S28b0Op .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91S28b0Op .navbar .navbar-logo img {
  width: auto;
}
.cid-v91S28b0Op .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91S28b0Op .navbar.collapsed {
  justify-content: center;
}
.cid-v91S28b0Op .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91S28b0Op .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91S28b0Op .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91S28b0Op .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91S28b0Op .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91S28b0Op .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-v91S28b0Op .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91S28b0Op .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91S28b0Op .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91S28b0Op .navbar {
    min-height: 72px;
  }
  .cid-v91S28b0Op .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91S28b0Op .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91S28b0Op .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91S28b0Op .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91S28b0Op .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91S28b0Op .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-v91S28b0Op .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91S28b0Op .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91S28b0Op .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91S28b0Op .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91S28b0Op .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91S28b0Op .dropdown-item.active,
.cid-v91S28b0Op .dropdown-item:active {
  background-color: transparent;
}
.cid-v91S28b0Op .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91S28b0Op .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91S28b0Op .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91S28b0Op .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91S28b0Op .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91S28b0Op .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91S28b0Op .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91S28b0Op ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91S28b0Op .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91S28b0Op .navbar-buttons {
    text-align: left;
  }
}
.cid-v91S28b0Op button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91S28b0Op button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91S28b0Op button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91S28b0Op button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91S28b0Op button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91S28b0Op button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91S28b0Op nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91S28b0Op nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91S28b0Op nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91S28b0Op nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91S28b0Op .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91S28b0Op a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91S28b0Op .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91S28b0Op .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91S28b0Op .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91S28b0Op .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91S28b0Op .navbar {
    height: 70px;
  }
  .cid-v91S28b0Op .navbar.opened {
    height: auto;
  }
  .cid-v91S28b0Op .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91S28b0Op .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91S28b0Op .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91S28b0Op .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91S28b0Op .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91S28b0Op .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91S28b0Op .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91S28b0Op .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91S28b0Op .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91S28b0Op .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91S28b0Op .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91S28b0Op .navbar-brand {
    margin-right: auto;
  }
  .cid-v91S28b0Op .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91S28b0Op .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91S28b0Op .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91S28b0Op .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91S28b0Op .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91S28b0Op .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91S28b0Op .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91S28b0Op .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91S28b0Op .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91S28b0Op .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91S28b0Op .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91S28b0Op .content-wrap {
    display: block;
  }
}
.cid-v91S28b0Op .nav-link,
.cid-v91S28b0Op .dropdown-item {
  color: #1C1000;
}
.cid-v91S29scgt {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91S29scgt .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91S29scgt .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91S29scgt .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91S29scgt .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91S29scgt .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91S29scgt .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91S29scgt .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91S29scgt .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91S29scgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S29scgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S29scgt .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91S29scgt .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91S29scgt .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91S29scgt .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91S29scgt .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91S29scgt .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91S29scgt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91S29scgt .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91S29scgt .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91S29scgt .mbr-section-title {
  color: #323432;
}
.cid-v91S29scgt .mbr-text,
.cid-v91S29scgt .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S29scgt .mbr-section-title,
.cid-v91S29scgt .mbr-section-btn,
.cid-v91S29scgt .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91S29MD7k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S29MD7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S29MD7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S29MD7k .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S29MD7k .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91S29MD7k .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91S29MD7k .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91S29MD7k .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91S29MD7k .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91S29MD7k .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91S29MD7k .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91S29MD7k .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91S29MD7k .item {
    margin-bottom: 20px;
  }
}
.cid-v91S29MD7k .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91S29MD7k .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91S29MD7k .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91S29MD7k .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91S29MD7k .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91S29MD7k .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91S29MD7k .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91S29MD7k .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91S29MD7k .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91S29MD7k .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91S29MD7k .btn-wrapper {
  margin-top: -6%;
}
.cid-v91S29MD7k .mbr-section-title,
.cid-v91S29MD7k .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S29MD7k .mbr-text,
.cid-v91S29MD7k .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S29MD7k .card-title {
  color: #f1f5eb;
}
.cid-v91S29MD7k .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91S29MD7k .card-title,
.cid-v91S29MD7k .mbr-section-btn {
  text-align: center;
}
.cid-v91S2acLUT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91S2acLUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S2acLUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S2acLUT .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S2acLUT .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91S2acLUT .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91S2acLUT .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91S2acLUT .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91S2acLUT .item {
    margin-bottom: 40px;
  }
}
.cid-v91S2acLUT .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91S2acLUT .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91S2acLUT .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91S2acLUT .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91S2acLUT .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91S2acLUT .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91S2acLUT .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91S2acLUT .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91S2acLUT .mbr-section-title,
.cid-v91S2acLUT .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S2acLUT .card-title {
  color: #323432;
}
.cid-v91S2acLUT .card-text {
  color: #1C1000;
}
.cid-v91S2acLUT .card-title,
.cid-v91S2acLUT .mbr-section-btn,
.cid-v91S2acLUT .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91S2aEKu8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91S2aEKu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S2aEKu8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S2aEKu8 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S2aEKu8 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91S2aEKu8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91S2aEKu8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91S2aEKu8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91S2aEKu8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91S2aEKu8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91S2aEKu8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91S2aEKu8 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91S2aEKu8 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91S2aEKu8 .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91S2aEKu8 .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91S2aEKu8 .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91S2aEKu8 .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91S2aEKu8 .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91S2aEKu8 .embla__button--next,
.cid-v91S2aEKu8 .embla__button--prev {
  display: flex;
}
.cid-v91S2aEKu8 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91S2aEKu8 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91S2aEKu8 .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91S2aEKu8 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91S2aEKu8 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91S2aEKu8 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91S2aEKu8 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91S2aEKu8 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91S2aEKu8 .embla__viewport {
    padding: 0;
  }
}
.cid-v91S2aEKu8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91S2aEKu8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91S2aEKu8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91S2aEKu8 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91S2aEKu8 .mbr-section-title,
.cid-v91S2aEKu8 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S2aEKu8 .mbr-text,
.cid-v91S2aEKu8 .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S2aEKu8 .card-date_1 {
  color: #f1f5eb;
}
.cid-v91S2aEKu8 .card-title_1 {
  color: #f1f5eb;
}
.cid-v91S2aEKu8 .card-text_1 {
  color: #FEF6E9;
}
.cid-v91S2aEKu8 .card-date_2 {
  color: #323432;
}
.cid-v91S2aEKu8 .card-title_2 {
  color: #323432;
}
.cid-v91S2aEKu8 .card-text_2 {
  color: #1C1000;
}
.cid-v91S2aEKu8 .card-date_3 {
  color: #f1f5eb;
}
.cid-v91S2aEKu8 .card-title_3 {
  color: #f1f5eb;
}
.cid-v91S2aEKu8 .card-text_3 {
  color: #FEF6E9;
}
.cid-v91S2aEKu8 .card-date_4 {
  color: #323432;
}
.cid-v91S2aEKu8 .card-title_4 {
  color: #323432;
}
.cid-v91S2aEKu8 .card-text_4 {
  color: #1C1000;
}
.cid-v91S2aEKu8 .card-date_5 {
  color: #f1f5eb;
}
.cid-v91S2aEKu8 .card-title_5 {
  color: #f1f5eb;
}
.cid-v91S2aEKu8 .card-text_5 {
  color: #1C1000;
}
.cid-v91S2aEKu8 .card-date_1,
.cid-v91S2aEKu8 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91S2aEKu8 .card-title_1,
.cid-v91S2aEKu8 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91S2aEKu8 .card-date_2,
.cid-v91S2aEKu8 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S2aEKu8 .card-title_2,
.cid-v91S2aEKu8 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S2aEKu8 .card-date_3,
.cid-v91S2aEKu8 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91S2aEKu8 .card-title_3,
.cid-v91S2aEKu8 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91S2aEKu8 .card-date_4,
.cid-v91S2aEKu8 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S2aEKu8 .card-title_4,
.cid-v91S2aEKu8 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S2aEKu8 .card-date_5,
.cid-v91S2aEKu8 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S2aEKu8 .card-title_5,
.cid-v91S2aEKu8 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S2b24RA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S2b24RA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91S2b24RA .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91S2b24RA .image-wrapper {
    height: 350px;
  }
}
.cid-v91S2blwTF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91S2blwTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S2blwTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S2blwTF .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S2blwTF .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91S2blwTF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91S2blwTF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91S2blwTF .embla__slide .slide-content {
  width: 100%;
}
.cid-v91S2blwTF .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91S2blwTF .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91S2blwTF .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91S2blwTF .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91S2blwTF .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91S2blwTF .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91S2blwTF .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91S2blwTF .embla__button--next,
.cid-v91S2blwTF .embla__button--prev {
  display: flex;
}
.cid-v91S2blwTF .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91S2blwTF .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91S2blwTF .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91S2blwTF .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91S2blwTF .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91S2blwTF .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91S2blwTF .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91S2blwTF .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91S2blwTF .embla__viewport {
    padding: 0;
  }
}
.cid-v91S2blwTF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91S2blwTF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91S2blwTF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91S2blwTF .mbr-section-title,
.cid-v91S2blwTF .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S2blwTF .card-number {
  color: #e6eddc;
}
.cid-v91S2blwTF .card-title {
  color: #323432;
}
.cid-v91S2blwTF .card-text {
  color: #1C1000;
}
.cid-v91S2blwTF .card-number,
.cid-v91S2blwTF .number-wrapper {
  color: #F5E8D2;
}
.cid-v91S2bSdkM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S2bSdkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S2bSdkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S2bSdkM .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91S2bSdkM .card-wrapper {
    padding: 20px;
  }
}
.cid-v91S2bSdkM .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91S2bSdkM .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91S2bSdkM .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91S2bSdkM .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91S2bSdkM .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91S2bSdkM .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91S2bSdkM .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91S2bSdkM .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91S2bSdkM .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91S2bSdkM .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S2bSdkM .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91S2bSdkM .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91S2bSdkM .mbr-section-title,
.cid-v91S2bSdkM .title-wrapper {
  color: #f1f5eb;
}
.cid-v91S2bSdkM .mbr-section-title,
.cid-v91S2bSdkM .mbr-section-btn,
.cid-v91S2bSdkM .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91S2cadym {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S2cadym .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S2cadym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S2cadym .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S2cadym .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91S2cadym .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91S2cadym .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91S2cadym .item {
    margin-bottom: 40px;
  }
}
.cid-v91S2cadym .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91S2cadym .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91S2cadym .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91S2cadym .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91S2cadym .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91S2cadym .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91S2cadym .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91S2cadym .mbr-section-title,
.cid-v91S2cadym .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S2cadym .card-number {
  color: #f1f5eb;
}
.cid-v91S2cadym .card-title {
  color: #323432;
}
.cid-v91S2cadym .card-text {
  color: #1C1000;
}
.cid-v91S2cadym .card-number,
.cid-v91S2cadym .number-wrapper {
  color: #FFFFFF;
}
.cid-v91S2cadym .card-title,
.cid-v91S2cadym .mbr-section-btn,
.cid-v91S2cadym .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91S2cwcjX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91S2cwcjX::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91S2cwcjX::before {
    width: 40px;
  }
}
.cid-v91S2cwcjX::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91S2cwcjX::after {
    width: 40px;
  }
}
.cid-v91S2cwcjX .item:focus,
.cid-v91S2cwcjX span:focus {
  outline: none;
}
.cid-v91S2cwcjX .item {
  cursor: pointer;
}
.cid-v91S2cwcjX .grid-container {
  grid-row-gap: 24px;
}
.cid-v91S2cwcjX .grid-container-1,
.cid-v91S2cwcjX .grid-container-2,
.cid-v91S2cwcjX .grid-container-3 {
  gap: 0 24px;
}
.cid-v91S2cwcjX .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S2cwcjX .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91S2cwcjX .content-head {
  max-width: 800px;
}
.cid-v91S2cwcjX .container,
.cid-v91S2cwcjX .container-fluid {
  overflow: hidden;
}
.cid-v91S2cwcjX .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91S2cwcjX .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91S2cwcjX .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91S2cwcjX .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91S2cwcjX .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91S2cwcjX .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91S2cwcjX .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91S2cwcjX .grid-container-1,
.cid-v91S2cwcjX .grid-container-2,
.cid-v91S2cwcjX .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91S2cwcjX .grid-container-1 {
  align-items: flex-end;
}
.cid-v91S2cwcjX .grid-container-2 {
  align-items: flex-start;
}
.cid-v91S2cQGBj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91S2cQGBj .item:focus,
.cid-v91S2cQGBj span:focus {
  outline: none;
}
.cid-v91S2cQGBj .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91S2cQGBj .content-head {
  max-width: 800px;
}
.cid-v91S2cQGBj .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91S2cQGBj .item {
    min-height: 32.5px;
  }
}
.cid-v91S2da2uy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S2da2uy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S2da2uy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S2da2uy .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91S2da2uy .card-wrapper {
    padding: 20px;
  }
}
.cid-v91S2da2uy .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91S2da2uy .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91S2da2uy .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91S2da2uy .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91S2da2uy .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91S2da2uy .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91S2da2uy .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91S2da2uy .title-wrapper {
    width: 100%;
  }
}
.cid-v91S2da2uy .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S2da2uy .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91S2da2uy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91S2da2uy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91S2da2uy .embla__slide .slide-content {
  width: 100%;
}
.cid-v91S2da2uy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91S2da2uy .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91S2da2uy .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91S2da2uy .embla__button--next,
.cid-v91S2da2uy .embla__button--prev {
  display: flex;
}
.cid-v91S2da2uy .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91S2da2uy .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91S2da2uy .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91S2da2uy .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91S2da2uy .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91S2da2uy .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91S2da2uy .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91S2da2uy .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91S2da2uy .embla {
    width: 100%;
  }
}
.cid-v91S2da2uy .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91S2da2uy .embla__viewport {
    padding: 0;
  }
}
.cid-v91S2da2uy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91S2da2uy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91S2da2uy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91S2da2uy .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91S2da2uy .mbr-section-title,
.cid-v91S2da2uy .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S2dBVQN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S2dBVQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S2dBVQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S2dBVQN .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91S2dBVQN .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91S2dBVQN .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91S2dBVQN .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91S2dBVQN .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91S2dBVQN .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91S2dBVQN .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91S2dBVQN .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91S2dBVQN .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91S2dBVQN .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91S2dBVQN .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91S2dBVQN .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91S2dBVQN .mbr-section-title,
.cid-v91S2dBVQN .border-wrapper {
  color: #FEF6E9;
}
.cid-v91S2dYmmF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S2dYmmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S2dYmmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S2dYmmF .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S2dYmmF .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91S2dYmmF .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91S2dYmmF .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S2dYmmF .item {
    margin-bottom: 20px;
  }
}
.cid-v91S2dYmmF .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91S2dYmmF .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91S2dYmmF .item .item-wrapper .card-box .card-title_1,
.cid-v91S2dYmmF .item .item-wrapper .card-box .card-title_2,
.cid-v91S2dYmmF .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91S2dYmmF .item .item-wrapper .card-box .card-text_1,
.cid-v91S2dYmmF .item .item-wrapper .card-box .card-text_2,
.cid-v91S2dYmmF .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91S2dYmmF .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_1,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_2,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91S2dYmmF .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91S2dYmmF .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91S2dYmmF .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91S2dYmmF .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91S2dYmmF .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91S2dYmmF .item .card_1 {
    transform: none;
  }
}
.cid-v91S2dYmmF .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91S2dYmmF .item .card_2 {
    transform: none;
  }
}
.cid-v91S2dYmmF .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91S2dYmmF .item .card_3 {
    transform: none;
  }
}
.cid-v91S2dYmmF .btn-wrapper {
  margin-top: -6%;
}
.cid-v91S2dYmmF .mbr-section-title,
.cid-v91S2dYmmF .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S2dYmmF .card-title_1 {
  color: #323432;
}
.cid-v91S2dYmmF .card-text_1 {
  color: #1C1000;
}
.cid-v91S2dYmmF .list_1 {
  color: #323432;
}
.cid-v91S2dYmmF .card-title_2 {
  color: #f1f5eb;
}
.cid-v91S2dYmmF .card-text_2 {
  color: #FEF6E9;
}
.cid-v91S2dYmmF .list_2 {
  color: #f1f5eb;
}
.cid-v91S2dYmmF .card-title_3 {
  color: #323432;
}
.cid-v91S2dYmmF .card-text_3 {
  color: #1C1000;
}
.cid-v91S2dYmmF .list_3 {
  color: #323432;
}
.cid-v91S2dYmmF .card-title_1,
.cid-v91S2dYmmF .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S2dYmmF .list_1,
.cid-v91S2dYmmF .item-wrap_1 {
  color: #1C1000;
}
.cid-v91S2dYmmF .card-title_2,
.cid-v91S2dYmmF .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91S2dYmmF .list_2,
.cid-v91S2dYmmF .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91S2dYmmF .card-title_3,
.cid-v91S2dYmmF .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S2dYmmF .list_3,
.cid-v91S2dYmmF .item-wrap_3 {
  color: #1C1000;
}
.cid-v91S2ejkvK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S2ejkvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S2ejkvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S2ejkvK .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S2ejkvK .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91S2ejkvK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91S2ejkvK .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91S2ejkvK .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91S2ejkvK .item {
    margin-bottom: 20px;
  }
}
.cid-v91S2ejkvK .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91S2ejkvK .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91S2ejkvK .item .item-wrapper .card-box .card-title_1,
.cid-v91S2ejkvK .item .item-wrapper .card-box .card-title_2,
.cid-v91S2ejkvK .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91S2ejkvK .item .item-wrapper .card-box .card-text_1,
.cid-v91S2ejkvK .item .item-wrapper .card-box .card-text_2,
.cid-v91S2ejkvK .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91S2ejkvK .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91S2ejkvK .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91S2ejkvK .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91S2ejkvK .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91S2ejkvK .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91S2ejkvK .item .card_1 {
  background-color: #472d00;
}
.cid-v91S2ejkvK .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91S2ejkvK .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91S2ejkvK .btn-wrapper {
  margin-top: -6%;
}
.cid-v91S2ejkvK .mbr-section-title,
.cid-v91S2ejkvK .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S2ejkvK .card-title_1 {
  color: #f1f5eb;
}
.cid-v91S2ejkvK .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91S2ejkvK .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91S2ejkvK .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91S2ejkvK .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91S2ejkvK .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91S2ejkvK .card-title_1,
.cid-v91S2ejkvK .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91S2ejkvK .card-title_2,
.cid-v91S2ejkvK .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S2ejkvK .card-title_3,
.cid-v91S2ejkvK .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RdEzwSh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RdEzwSh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RdEzwSh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RdEzwSh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RdEzwSh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RdEzwSh .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RdEzwSh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RdEzwSh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RdEzwSh .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RdEzwSh .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RdEzwSh .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RdEzwSh .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RdEzwSh .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RdEzwSh .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RdEzwSh .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RdEzwSh .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RdEzwSh .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RdEzwSh .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RdEzwSh .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RdEzwSh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RdEzwSh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RdEzwSh .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RdEzwSh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RdEzwSh .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RdEzwSh .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RdEzwSh .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RdEzwSh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RdEzwSh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RdEzwSh .container,
.cid-v91RdEzwSh .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RdEzwSh .container,
  .cid-v91RdEzwSh .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RdEzwSh .container,
  .cid-v91RdEzwSh .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RdEzwSh .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RdEzwSh .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RdEzwSh .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RdEzwSh .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RdEzwSh .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RdEzwSh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RdEzwSh .nav-item:focus,
.cid-v91RdEzwSh .nav-link:focus {
  outline: none;
}
.cid-v91RdEzwSh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RdEzwSh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RdEzwSh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RdEzwSh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RdEzwSh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RdEzwSh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RdEzwSh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RdEzwSh .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RdEzwSh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RdEzwSh .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RdEzwSh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RdEzwSh .navbar.collapsed {
  justify-content: center;
}
.cid-v91RdEzwSh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RdEzwSh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RdEzwSh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RdEzwSh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RdEzwSh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RdEzwSh .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-v91RdEzwSh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RdEzwSh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RdEzwSh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RdEzwSh .navbar {
    min-height: 72px;
  }
  .cid-v91RdEzwSh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RdEzwSh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RdEzwSh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RdEzwSh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RdEzwSh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RdEzwSh .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-v91RdEzwSh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RdEzwSh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RdEzwSh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RdEzwSh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RdEzwSh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RdEzwSh .dropdown-item.active,
.cid-v91RdEzwSh .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RdEzwSh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RdEzwSh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RdEzwSh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RdEzwSh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RdEzwSh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RdEzwSh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RdEzwSh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RdEzwSh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RdEzwSh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RdEzwSh .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RdEzwSh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RdEzwSh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RdEzwSh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RdEzwSh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RdEzwSh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RdEzwSh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RdEzwSh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RdEzwSh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RdEzwSh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RdEzwSh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RdEzwSh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RdEzwSh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RdEzwSh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RdEzwSh .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RdEzwSh .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RdEzwSh .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RdEzwSh .navbar {
    height: 70px;
  }
  .cid-v91RdEzwSh .navbar.opened {
    height: auto;
  }
  .cid-v91RdEzwSh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RdEzwSh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RdEzwSh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RdEzwSh .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RdEzwSh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RdEzwSh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RdEzwSh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RdEzwSh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RdEzwSh .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RdEzwSh .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RdEzwSh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RdEzwSh .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RdEzwSh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RdEzwSh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RdEzwSh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RdEzwSh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RdEzwSh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RdEzwSh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RdEzwSh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RdEzwSh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RdEzwSh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RdEzwSh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RdEzwSh .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RdEzwSh .content-wrap {
    display: block;
  }
}
.cid-v91RdEzwSh .nav-link,
.cid-v91RdEzwSh .dropdown-item {
  color: #1C1000;
}
.cid-v91RdEZjUM {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RdEZjUM .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RdEZjUM .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RdEZjUM .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RdEZjUM .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RdEZjUM .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RdEZjUM .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RdEZjUM .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RdEZjUM .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RdEZjUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdEZjUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdEZjUM .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RdEZjUM .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RdEZjUM .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RdEZjUM .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RdEZjUM .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RdEZjUM .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RdEZjUM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RdEZjUM .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RdEZjUM .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RdEZjUM .mbr-section-title {
  color: #323432;
}
.cid-v91RdEZjUM .mbr-text,
.cid-v91RdEZjUM .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdEZjUM .mbr-section-title,
.cid-v91RdEZjUM .mbr-section-btn,
.cid-v91RdEZjUM .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RdF8SOs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RdF8SOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdF8SOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdF8SOs .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdF8SOs .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RdF8SOs .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RdF8SOs .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RdF8SOs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RdF8SOs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RdF8SOs .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RdF8SOs .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RdF8SOs .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RdF8SOs .item {
    margin-bottom: 20px;
  }
}
.cid-v91RdF8SOs .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RdF8SOs .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RdF8SOs .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RdF8SOs .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RdF8SOs .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RdF8SOs .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RdF8SOs .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RdF8SOs .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RdF8SOs .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RdF8SOs .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RdF8SOs .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RdF8SOs .mbr-section-title,
.cid-v91RdF8SOs .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdF8SOs .mbr-text,
.cid-v91RdF8SOs .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdF8SOs .card-title {
  color: #f1f5eb;
}
.cid-v91RdF8SOs .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RdF8SOs .card-title,
.cid-v91RdF8SOs .mbr-section-btn {
  text-align: center;
}
.cid-v91RdFkmLd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RdFkmLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdFkmLd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdFkmLd .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdFkmLd .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RdFkmLd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RdFkmLd .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RdFkmLd .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RdFkmLd .item {
    margin-bottom: 40px;
  }
}
.cid-v91RdFkmLd .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RdFkmLd .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RdFkmLd .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RdFkmLd .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RdFkmLd .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RdFkmLd .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RdFkmLd .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RdFkmLd .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RdFkmLd .mbr-section-title,
.cid-v91RdFkmLd .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdFkmLd .card-title {
  color: #323432;
}
.cid-v91RdFkmLd .card-text {
  color: #1C1000;
}
.cid-v91RdFkmLd .card-title,
.cid-v91RdFkmLd .mbr-section-btn,
.cid-v91RdFkmLd .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RdFyL2C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RdFyL2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdFyL2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdFyL2C .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdFyL2C .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RdFyL2C .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RdFyL2C .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RdFyL2C .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RdFyL2C .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RdFyL2C .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RdFyL2C .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RdFyL2C .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RdFyL2C .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RdFyL2C .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RdFyL2C .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RdFyL2C .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RdFyL2C .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RdFyL2C .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RdFyL2C .embla__button--next,
.cid-v91RdFyL2C .embla__button--prev {
  display: flex;
}
.cid-v91RdFyL2C .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RdFyL2C .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RdFyL2C .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RdFyL2C .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RdFyL2C .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RdFyL2C .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RdFyL2C .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RdFyL2C .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RdFyL2C .embla__viewport {
    padding: 0;
  }
}
.cid-v91RdFyL2C .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RdFyL2C .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RdFyL2C .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RdFyL2C .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RdFyL2C .mbr-section-title,
.cid-v91RdFyL2C .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdFyL2C .mbr-text,
.cid-v91RdFyL2C .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdFyL2C .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RdFyL2C .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RdFyL2C .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RdFyL2C .card-date_2 {
  color: #323432;
}
.cid-v91RdFyL2C .card-title_2 {
  color: #323432;
}
.cid-v91RdFyL2C .card-text_2 {
  color: #1C1000;
}
.cid-v91RdFyL2C .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RdFyL2C .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RdFyL2C .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RdFyL2C .card-date_4 {
  color: #323432;
}
.cid-v91RdFyL2C .card-title_4 {
  color: #323432;
}
.cid-v91RdFyL2C .card-text_4 {
  color: #1C1000;
}
.cid-v91RdFyL2C .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RdFyL2C .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RdFyL2C .card-text_5 {
  color: #1C1000;
}
.cid-v91RdFyL2C .card-date_1,
.cid-v91RdFyL2C .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RdFyL2C .card-title_1,
.cid-v91RdFyL2C .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RdFyL2C .card-date_2,
.cid-v91RdFyL2C .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdFyL2C .card-title_2,
.cid-v91RdFyL2C .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdFyL2C .card-date_3,
.cid-v91RdFyL2C .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RdFyL2C .card-title_3,
.cid-v91RdFyL2C .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RdFyL2C .card-date_4,
.cid-v91RdFyL2C .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdFyL2C .card-title_4,
.cid-v91RdFyL2C .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdFyL2C .card-date_5,
.cid-v91RdFyL2C .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdFyL2C .card-title_5,
.cid-v91RdFyL2C .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdFLcA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdFLcA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RdFLcA8 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RdFLcA8 .image-wrapper {
    height: 350px;
  }
}
.cid-v91RdFWZ8X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RdFWZ8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdFWZ8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdFWZ8X .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdFWZ8X .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RdFWZ8X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RdFWZ8X .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RdFWZ8X .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RdFWZ8X .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RdFWZ8X .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RdFWZ8X .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RdFWZ8X .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RdFWZ8X .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RdFWZ8X .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RdFWZ8X .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RdFWZ8X .embla__button--next,
.cid-v91RdFWZ8X .embla__button--prev {
  display: flex;
}
.cid-v91RdFWZ8X .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RdFWZ8X .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RdFWZ8X .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RdFWZ8X .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RdFWZ8X .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RdFWZ8X .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RdFWZ8X .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RdFWZ8X .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RdFWZ8X .embla__viewport {
    padding: 0;
  }
}
.cid-v91RdFWZ8X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RdFWZ8X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RdFWZ8X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RdFWZ8X .mbr-section-title,
.cid-v91RdFWZ8X .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdFWZ8X .card-number {
  color: #e6eddc;
}
.cid-v91RdFWZ8X .card-title {
  color: #323432;
}
.cid-v91RdFWZ8X .card-text {
  color: #1C1000;
}
.cid-v91RdFWZ8X .card-number,
.cid-v91RdFWZ8X .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RdGb8Wl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RdGb8Wl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdGb8Wl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdGb8Wl .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RdGb8Wl .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RdGb8Wl .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RdGb8Wl .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RdGb8Wl .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RdGb8Wl .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RdGb8Wl .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RdGb8Wl .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RdGb8Wl .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RdGb8Wl .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RdGb8Wl .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RdGb8Wl .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdGb8Wl .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RdGb8Wl .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RdGb8Wl .mbr-section-title,
.cid-v91RdGb8Wl .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RdGb8Wl .mbr-section-title,
.cid-v91RdGb8Wl .mbr-section-btn,
.cid-v91RdGb8Wl .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RdGksV4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RdGksV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdGksV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdGksV4 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdGksV4 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RdGksV4 .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RdGksV4 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RdGksV4 .item {
    margin-bottom: 40px;
  }
}
.cid-v91RdGksV4 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RdGksV4 .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RdGksV4 .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RdGksV4 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RdGksV4 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RdGksV4 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RdGksV4 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RdGksV4 .mbr-section-title,
.cid-v91RdGksV4 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdGksV4 .card-number {
  color: #f1f5eb;
}
.cid-v91RdGksV4 .card-title {
  color: #323432;
}
.cid-v91RdGksV4 .card-text {
  color: #1C1000;
}
.cid-v91RdGksV4 .card-number,
.cid-v91RdGksV4 .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RdGksV4 .card-title,
.cid-v91RdGksV4 .mbr-section-btn,
.cid-v91RdGksV4 .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RdGwRdq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RdGwRdq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RdGwRdq::before {
    width: 40px;
  }
}
.cid-v91RdGwRdq::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RdGwRdq::after {
    width: 40px;
  }
}
.cid-v91RdGwRdq .item:focus,
.cid-v91RdGwRdq span:focus {
  outline: none;
}
.cid-v91RdGwRdq .item {
  cursor: pointer;
}
.cid-v91RdGwRdq .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RdGwRdq .grid-container-1,
.cid-v91RdGwRdq .grid-container-2,
.cid-v91RdGwRdq .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RdGwRdq .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdGwRdq .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RdGwRdq .content-head {
  max-width: 800px;
}
.cid-v91RdGwRdq .container,
.cid-v91RdGwRdq .container-fluid {
  overflow: hidden;
}
.cid-v91RdGwRdq .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RdGwRdq .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RdGwRdq .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RdGwRdq .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RdGwRdq .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RdGwRdq .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RdGwRdq .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RdGwRdq .grid-container-1,
.cid-v91RdGwRdq .grid-container-2,
.cid-v91RdGwRdq .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RdGwRdq .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RdGwRdq .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RdGHx3M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RdGHx3M .item:focus,
.cid-v91RdGHx3M span:focus {
  outline: none;
}
.cid-v91RdGHx3M .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RdGHx3M .content-head {
  max-width: 800px;
}
.cid-v91RdGHx3M .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RdGHx3M .item {
    min-height: 32.5px;
  }
}
.cid-v91RdGRmI7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RdGRmI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdGRmI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdGRmI7 .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RdGRmI7 .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RdGRmI7 .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RdGRmI7 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RdGRmI7 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RdGRmI7 .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RdGRmI7 .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RdGRmI7 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RdGRmI7 .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RdGRmI7 .title-wrapper {
    width: 100%;
  }
}
.cid-v91RdGRmI7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdGRmI7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RdGRmI7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RdGRmI7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RdGRmI7 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RdGRmI7 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RdGRmI7 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RdGRmI7 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RdGRmI7 .embla__button--next,
.cid-v91RdGRmI7 .embla__button--prev {
  display: flex;
}
.cid-v91RdGRmI7 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RdGRmI7 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RdGRmI7 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RdGRmI7 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RdGRmI7 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RdGRmI7 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RdGRmI7 .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RdGRmI7 .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RdGRmI7 .embla {
    width: 100%;
  }
}
.cid-v91RdGRmI7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RdGRmI7 .embla__viewport {
    padding: 0;
  }
}
.cid-v91RdGRmI7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RdGRmI7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RdGRmI7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RdGRmI7 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RdGRmI7 .mbr-section-title,
.cid-v91RdGRmI7 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdH4pUw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RdH4pUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdH4pUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdH4pUw .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RdH4pUw .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RdH4pUw .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RdH4pUw .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RdH4pUw .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RdH4pUw .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RdH4pUw .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RdH4pUw .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RdH4pUw .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RdH4pUw .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RdH4pUw .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RdH4pUw .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RdH4pUw .mbr-section-title,
.cid-v91RdH4pUw .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RdHghLc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RdHghLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdHghLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdHghLc .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdHghLc .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RdHghLc .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RdHghLc .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdHghLc .item {
    margin-bottom: 20px;
  }
}
.cid-v91RdHghLc .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RdHghLc .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RdHghLc .item .item-wrapper .card-box .card-title_1,
.cid-v91RdHghLc .item .item-wrapper .card-box .card-title_2,
.cid-v91RdHghLc .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RdHghLc .item .item-wrapper .card-box .card-text_1,
.cid-v91RdHghLc .item .item-wrapper .card-box .card-text_2,
.cid-v91RdHghLc .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RdHghLc .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RdHghLc .item .item-wrapper .card-box .list_1,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_2,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RdHghLc .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RdHghLc .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RdHghLc .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RdHghLc .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RdHghLc .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RdHghLc .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RdHghLc .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RdHghLc .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RdHghLc .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RdHghLc .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RdHghLc .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RdHghLc .item .card_1 {
    transform: none;
  }
}
.cid-v91RdHghLc .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RdHghLc .item .card_2 {
    transform: none;
  }
}
.cid-v91RdHghLc .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RdHghLc .item .card_3 {
    transform: none;
  }
}
.cid-v91RdHghLc .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RdHghLc .mbr-section-title,
.cid-v91RdHghLc .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdHghLc .card-title_1 {
  color: #323432;
}
.cid-v91RdHghLc .card-text_1 {
  color: #1C1000;
}
.cid-v91RdHghLc .list_1 {
  color: #323432;
}
.cid-v91RdHghLc .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RdHghLc .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RdHghLc .list_2 {
  color: #f1f5eb;
}
.cid-v91RdHghLc .card-title_3 {
  color: #323432;
}
.cid-v91RdHghLc .card-text_3 {
  color: #1C1000;
}
.cid-v91RdHghLc .list_3 {
  color: #323432;
}
.cid-v91RdHghLc .card-title_1,
.cid-v91RdHghLc .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdHghLc .list_1,
.cid-v91RdHghLc .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RdHghLc .card-title_2,
.cid-v91RdHghLc .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RdHghLc .list_2,
.cid-v91RdHghLc .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RdHghLc .card-title_3,
.cid-v91RdHghLc .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdHghLc .list_3,
.cid-v91RdHghLc .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RdHsfIt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RdHsfIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdHsfIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdHsfIt .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdHsfIt .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RdHsfIt .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RdHsfIt .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RdHsfIt .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RdHsfIt .item {
    margin-bottom: 20px;
  }
}
.cid-v91RdHsfIt .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RdHsfIt .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RdHsfIt .item .item-wrapper .card-box .card-title_1,
.cid-v91RdHsfIt .item .item-wrapper .card-box .card-title_2,
.cid-v91RdHsfIt .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RdHsfIt .item .item-wrapper .card-box .card-text_1,
.cid-v91RdHsfIt .item .item-wrapper .card-box .card-text_2,
.cid-v91RdHsfIt .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RdHsfIt .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RdHsfIt .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RdHsfIt .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RdHsfIt .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RdHsfIt .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RdHsfIt .item .card_1 {
  background-color: #472d00;
}
.cid-v91RdHsfIt .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RdHsfIt .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RdHsfIt .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RdHsfIt .mbr-section-title,
.cid-v91RdHsfIt .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdHsfIt .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RdHsfIt .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RdHsfIt .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RdHsfIt .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdHsfIt .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RdHsfIt .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RdHsfIt .card-title_1,
.cid-v91RdHsfIt .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RdHsfIt .card-title_2,
.cid-v91RdHsfIt .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdHsfIt .card-title_3,
.cid-v91RdHsfIt .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RdlnZ34 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RdlnZ34 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RdlnZ34 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RdlnZ34 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RdlnZ34 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RdlnZ34 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RdlnZ34 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RdlnZ34 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RdlnZ34 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RdlnZ34 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RdlnZ34 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RdlnZ34 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RdlnZ34 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RdlnZ34 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RdlnZ34 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RdlnZ34 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RdlnZ34 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RdlnZ34 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RdlnZ34 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RdlnZ34 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RdlnZ34 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RdlnZ34 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RdlnZ34 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RdlnZ34 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RdlnZ34 .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RdlnZ34 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RdlnZ34 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RdlnZ34 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RdlnZ34 .container,
.cid-v91RdlnZ34 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RdlnZ34 .container,
  .cid-v91RdlnZ34 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RdlnZ34 .container,
  .cid-v91RdlnZ34 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RdlnZ34 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RdlnZ34 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RdlnZ34 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RdlnZ34 .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RdlnZ34 .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RdlnZ34 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RdlnZ34 .nav-item:focus,
.cid-v91RdlnZ34 .nav-link:focus {
  outline: none;
}
.cid-v91RdlnZ34 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RdlnZ34 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RdlnZ34 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RdlnZ34 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RdlnZ34 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RdlnZ34 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RdlnZ34 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RdlnZ34 .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RdlnZ34 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RdlnZ34 .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RdlnZ34 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RdlnZ34 .navbar.collapsed {
  justify-content: center;
}
.cid-v91RdlnZ34 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RdlnZ34 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RdlnZ34 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RdlnZ34 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RdlnZ34 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RdlnZ34 .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-v91RdlnZ34 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RdlnZ34 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RdlnZ34 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RdlnZ34 .navbar {
    min-height: 72px;
  }
  .cid-v91RdlnZ34 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RdlnZ34 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RdlnZ34 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RdlnZ34 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RdlnZ34 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RdlnZ34 .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-v91RdlnZ34 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RdlnZ34 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RdlnZ34 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RdlnZ34 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RdlnZ34 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RdlnZ34 .dropdown-item.active,
.cid-v91RdlnZ34 .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RdlnZ34 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RdlnZ34 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RdlnZ34 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RdlnZ34 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RdlnZ34 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RdlnZ34 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RdlnZ34 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RdlnZ34 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RdlnZ34 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RdlnZ34 .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RdlnZ34 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RdlnZ34 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RdlnZ34 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RdlnZ34 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RdlnZ34 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RdlnZ34 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RdlnZ34 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RdlnZ34 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RdlnZ34 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RdlnZ34 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RdlnZ34 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RdlnZ34 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RdlnZ34 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RdlnZ34 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RdlnZ34 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RdlnZ34 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RdlnZ34 .navbar {
    height: 70px;
  }
  .cid-v91RdlnZ34 .navbar.opened {
    height: auto;
  }
  .cid-v91RdlnZ34 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RdlnZ34 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RdlnZ34 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RdlnZ34 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RdlnZ34 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RdlnZ34 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RdlnZ34 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RdlnZ34 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RdlnZ34 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RdlnZ34 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RdlnZ34 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RdlnZ34 .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RdlnZ34 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RdlnZ34 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RdlnZ34 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RdlnZ34 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RdlnZ34 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RdlnZ34 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RdlnZ34 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RdlnZ34 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RdlnZ34 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RdlnZ34 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RdlnZ34 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RdlnZ34 .content-wrap {
    display: block;
  }
}
.cid-v91RdlnZ34 .nav-link,
.cid-v91RdlnZ34 .dropdown-item {
  color: #1C1000;
}
.cid-v91RdlQgEh {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RdlQgEh .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RdlQgEh .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RdlQgEh .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RdlQgEh .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RdlQgEh .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RdlQgEh .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RdlQgEh .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RdlQgEh .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RdlQgEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdlQgEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdlQgEh .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RdlQgEh .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RdlQgEh .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RdlQgEh .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RdlQgEh .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RdlQgEh .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RdlQgEh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RdlQgEh .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RdlQgEh .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RdlQgEh .mbr-section-title {
  color: #323432;
}
.cid-v91RdlQgEh .mbr-text,
.cid-v91RdlQgEh .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdlQgEh .mbr-section-title,
.cid-v91RdlQgEh .mbr-section-btn,
.cid-v91RdlQgEh .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RdlZbkJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RdlZbkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdlZbkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdlZbkJ .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdlZbkJ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RdlZbkJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RdlZbkJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RdlZbkJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RdlZbkJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RdlZbkJ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RdlZbkJ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RdlZbkJ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RdlZbkJ .item {
    margin-bottom: 20px;
  }
}
.cid-v91RdlZbkJ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RdlZbkJ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RdlZbkJ .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RdlZbkJ .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RdlZbkJ .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RdlZbkJ .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RdlZbkJ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RdlZbkJ .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RdlZbkJ .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RdlZbkJ .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RdlZbkJ .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RdlZbkJ .mbr-section-title,
.cid-v91RdlZbkJ .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdlZbkJ .mbr-text,
.cid-v91RdlZbkJ .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdlZbkJ .card-title {
  color: #f1f5eb;
}
.cid-v91RdlZbkJ .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RdlZbkJ .card-title,
.cid-v91RdlZbkJ .mbr-section-btn {
  text-align: center;
}
.cid-v91Rdmbtem {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91Rdmbtem .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rdmbtem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rdmbtem .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rdmbtem .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rdmbtem .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91Rdmbtem .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91Rdmbtem .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91Rdmbtem .item {
    margin-bottom: 40px;
  }
}
.cid-v91Rdmbtem .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91Rdmbtem .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rdmbtem .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91Rdmbtem .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91Rdmbtem .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rdmbtem .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rdmbtem .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rdmbtem .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rdmbtem .mbr-section-title,
.cid-v91Rdmbtem .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rdmbtem .card-title {
  color: #323432;
}
.cid-v91Rdmbtem .card-text {
  color: #1C1000;
}
.cid-v91Rdmbtem .card-title,
.cid-v91Rdmbtem .mbr-section-btn,
.cid-v91Rdmbtem .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RdmohZc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RdmohZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdmohZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdmohZc .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdmohZc .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RdmohZc .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RdmohZc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RdmohZc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RdmohZc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RdmohZc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RdmohZc .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RdmohZc .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RdmohZc .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RdmohZc .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RdmohZc .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RdmohZc .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RdmohZc .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RdmohZc .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RdmohZc .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RdmohZc .embla__button--next,
.cid-v91RdmohZc .embla__button--prev {
  display: flex;
}
.cid-v91RdmohZc .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RdmohZc .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RdmohZc .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RdmohZc .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RdmohZc .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RdmohZc .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RdmohZc .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RdmohZc .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RdmohZc .embla__viewport {
    padding: 0;
  }
}
.cid-v91RdmohZc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RdmohZc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RdmohZc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RdmohZc .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RdmohZc .mbr-section-title,
.cid-v91RdmohZc .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdmohZc .mbr-text,
.cid-v91RdmohZc .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdmohZc .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RdmohZc .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RdmohZc .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RdmohZc .card-date_2 {
  color: #323432;
}
.cid-v91RdmohZc .card-title_2 {
  color: #323432;
}
.cid-v91RdmohZc .card-text_2 {
  color: #1C1000;
}
.cid-v91RdmohZc .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RdmohZc .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RdmohZc .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RdmohZc .card-date_4 {
  color: #323432;
}
.cid-v91RdmohZc .card-title_4 {
  color: #323432;
}
.cid-v91RdmohZc .card-text_4 {
  color: #1C1000;
}
.cid-v91RdmohZc .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RdmohZc .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RdmohZc .card-text_5 {
  color: #1C1000;
}
.cid-v91RdmohZc .card-date_1,
.cid-v91RdmohZc .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RdmohZc .card-title_1,
.cid-v91RdmohZc .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RdmohZc .card-date_2,
.cid-v91RdmohZc .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdmohZc .card-title_2,
.cid-v91RdmohZc .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdmohZc .card-date_3,
.cid-v91RdmohZc .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RdmohZc .card-title_3,
.cid-v91RdmohZc .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RdmohZc .card-date_4,
.cid-v91RdmohZc .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdmohZc .card-title_4,
.cid-v91RdmohZc .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdmohZc .card-date_5,
.cid-v91RdmohZc .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdmohZc .card-title_5,
.cid-v91RdmohZc .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdmzhPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdmzhPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RdmzhPM .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RdmzhPM .image-wrapper {
    height: 350px;
  }
}
.cid-v91RdmI4Uf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RdmI4Uf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdmI4Uf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdmI4Uf .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdmI4Uf .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RdmI4Uf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RdmI4Uf .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RdmI4Uf .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RdmI4Uf .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RdmI4Uf .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RdmI4Uf .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RdmI4Uf .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RdmI4Uf .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RdmI4Uf .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RdmI4Uf .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RdmI4Uf .embla__button--next,
.cid-v91RdmI4Uf .embla__button--prev {
  display: flex;
}
.cid-v91RdmI4Uf .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RdmI4Uf .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RdmI4Uf .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RdmI4Uf .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RdmI4Uf .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RdmI4Uf .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RdmI4Uf .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RdmI4Uf .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RdmI4Uf .embla__viewport {
    padding: 0;
  }
}
.cid-v91RdmI4Uf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RdmI4Uf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RdmI4Uf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RdmI4Uf .mbr-section-title,
.cid-v91RdmI4Uf .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdmI4Uf .card-number {
  color: #e6eddc;
}
.cid-v91RdmI4Uf .card-title {
  color: #323432;
}
.cid-v91RdmI4Uf .card-text {
  color: #1C1000;
}
.cid-v91RdmI4Uf .card-number,
.cid-v91RdmI4Uf .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RdmZZ0o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RdmZZ0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdmZZ0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdmZZ0o .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RdmZZ0o .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RdmZZ0o .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RdmZZ0o .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RdmZZ0o .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RdmZZ0o .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RdmZZ0o .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RdmZZ0o .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RdmZZ0o .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RdmZZ0o .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RdmZZ0o .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RdmZZ0o .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdmZZ0o .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RdmZZ0o .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RdmZZ0o .mbr-section-title,
.cid-v91RdmZZ0o .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RdmZZ0o .mbr-section-title,
.cid-v91RdmZZ0o .mbr-section-btn,
.cid-v91RdmZZ0o .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91Rdnbcdy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rdnbcdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rdnbcdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rdnbcdy .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rdnbcdy .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rdnbcdy .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91Rdnbcdy .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91Rdnbcdy .item {
    margin-bottom: 40px;
  }
}
.cid-v91Rdnbcdy .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91Rdnbcdy .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91Rdnbcdy .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91Rdnbcdy .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rdnbcdy .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rdnbcdy .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rdnbcdy .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rdnbcdy .mbr-section-title,
.cid-v91Rdnbcdy .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rdnbcdy .card-number {
  color: #f1f5eb;
}
.cid-v91Rdnbcdy .card-title {
  color: #323432;
}
.cid-v91Rdnbcdy .card-text {
  color: #1C1000;
}
.cid-v91Rdnbcdy .card-number,
.cid-v91Rdnbcdy .number-wrapper {
  color: #FFFFFF;
}
.cid-v91Rdnbcdy .card-title,
.cid-v91Rdnbcdy .mbr-section-btn,
.cid-v91Rdnbcdy .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RdnokIn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RdnokIn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RdnokIn::before {
    width: 40px;
  }
}
.cid-v91RdnokIn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RdnokIn::after {
    width: 40px;
  }
}
.cid-v91RdnokIn .item:focus,
.cid-v91RdnokIn span:focus {
  outline: none;
}
.cid-v91RdnokIn .item {
  cursor: pointer;
}
.cid-v91RdnokIn .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RdnokIn .grid-container-1,
.cid-v91RdnokIn .grid-container-2,
.cid-v91RdnokIn .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RdnokIn .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdnokIn .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RdnokIn .content-head {
  max-width: 800px;
}
.cid-v91RdnokIn .container,
.cid-v91RdnokIn .container-fluid {
  overflow: hidden;
}
.cid-v91RdnokIn .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RdnokIn .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RdnokIn .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RdnokIn .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RdnokIn .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RdnokIn .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RdnokIn .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RdnokIn .grid-container-1,
.cid-v91RdnokIn .grid-container-2,
.cid-v91RdnokIn .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RdnokIn .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RdnokIn .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RdnE9fb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RdnE9fb .item:focus,
.cid-v91RdnE9fb span:focus {
  outline: none;
}
.cid-v91RdnE9fb .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RdnE9fb .content-head {
  max-width: 800px;
}
.cid-v91RdnE9fb .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RdnE9fb .item {
    min-height: 32.5px;
  }
}
.cid-v91RdnP0KD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RdnP0KD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdnP0KD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdnP0KD .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RdnP0KD .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RdnP0KD .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RdnP0KD .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RdnP0KD .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RdnP0KD .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RdnP0KD .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RdnP0KD .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RdnP0KD .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RdnP0KD .title-wrapper {
    width: 100%;
  }
}
.cid-v91RdnP0KD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdnP0KD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RdnP0KD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RdnP0KD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RdnP0KD .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RdnP0KD .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RdnP0KD .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RdnP0KD .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RdnP0KD .embla__button--next,
.cid-v91RdnP0KD .embla__button--prev {
  display: flex;
}
.cid-v91RdnP0KD .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RdnP0KD .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RdnP0KD .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RdnP0KD .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RdnP0KD .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RdnP0KD .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RdnP0KD .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RdnP0KD .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RdnP0KD .embla {
    width: 100%;
  }
}
.cid-v91RdnP0KD .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RdnP0KD .embla__viewport {
    padding: 0;
  }
}
.cid-v91RdnP0KD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RdnP0KD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RdnP0KD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RdnP0KD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RdnP0KD .mbr-section-title,
.cid-v91RdnP0KD .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rdo2n3s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rdo2n3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rdo2n3s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rdo2n3s .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91Rdo2n3s .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91Rdo2n3s .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91Rdo2n3s .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91Rdo2n3s .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rdo2n3s .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91Rdo2n3s .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91Rdo2n3s .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Rdo2n3s .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91Rdo2n3s .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91Rdo2n3s .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91Rdo2n3s .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91Rdo2n3s .mbr-section-title,
.cid-v91Rdo2n3s .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RdodxI5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RdodxI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdodxI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdodxI5 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdodxI5 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RdodxI5 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RdodxI5 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdodxI5 .item {
    margin-bottom: 20px;
  }
}
.cid-v91RdodxI5 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RdodxI5 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RdodxI5 .item .item-wrapper .card-box .card-title_1,
.cid-v91RdodxI5 .item .item-wrapper .card-box .card-title_2,
.cid-v91RdodxI5 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RdodxI5 .item .item-wrapper .card-box .card-text_1,
.cid-v91RdodxI5 .item .item-wrapper .card-box .card-text_2,
.cid-v91RdodxI5 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RdodxI5 .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_1,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_2,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RdodxI5 .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RdodxI5 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RdodxI5 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RdodxI5 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RdodxI5 .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RdodxI5 .item .card_1 {
    transform: none;
  }
}
.cid-v91RdodxI5 .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RdodxI5 .item .card_2 {
    transform: none;
  }
}
.cid-v91RdodxI5 .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RdodxI5 .item .card_3 {
    transform: none;
  }
}
.cid-v91RdodxI5 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RdodxI5 .mbr-section-title,
.cid-v91RdodxI5 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdodxI5 .card-title_1 {
  color: #323432;
}
.cid-v91RdodxI5 .card-text_1 {
  color: #1C1000;
}
.cid-v91RdodxI5 .list_1 {
  color: #323432;
}
.cid-v91RdodxI5 .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RdodxI5 .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RdodxI5 .list_2 {
  color: #f1f5eb;
}
.cid-v91RdodxI5 .card-title_3 {
  color: #323432;
}
.cid-v91RdodxI5 .card-text_3 {
  color: #1C1000;
}
.cid-v91RdodxI5 .list_3 {
  color: #323432;
}
.cid-v91RdodxI5 .card-title_1,
.cid-v91RdodxI5 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdodxI5 .list_1,
.cid-v91RdodxI5 .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RdodxI5 .card-title_2,
.cid-v91RdodxI5 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RdodxI5 .list_2,
.cid-v91RdodxI5 .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RdodxI5 .card-title_3,
.cid-v91RdodxI5 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdodxI5 .list_3,
.cid-v91RdodxI5 .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RdooSPo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RdooSPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RdooSPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RdooSPo .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RdooSPo .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RdooSPo .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RdooSPo .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RdooSPo .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RdooSPo .item {
    margin-bottom: 20px;
  }
}
.cid-v91RdooSPo .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RdooSPo .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RdooSPo .item .item-wrapper .card-box .card-title_1,
.cid-v91RdooSPo .item .item-wrapper .card-box .card-title_2,
.cid-v91RdooSPo .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RdooSPo .item .item-wrapper .card-box .card-text_1,
.cid-v91RdooSPo .item .item-wrapper .card-box .card-text_2,
.cid-v91RdooSPo .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RdooSPo .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RdooSPo .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RdooSPo .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RdooSPo .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RdooSPo .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RdooSPo .item .card_1 {
  background-color: #472d00;
}
.cid-v91RdooSPo .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RdooSPo .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RdooSPo .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RdooSPo .mbr-section-title,
.cid-v91RdooSPo .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdooSPo .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RdooSPo .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RdooSPo .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RdooSPo .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RdooSPo .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RdooSPo .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RdooSPo .card-title_1,
.cid-v91RdooSPo .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RdooSPo .card-title_2,
.cid-v91RdooSPo .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RdooSPo .card-title_3,
.cid-v91RdooSPo .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91RcXx0VN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91RcXx0VN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91RcXx0VN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91RcXx0VN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91RcXx0VN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91RcXx0VN .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91RcXx0VN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91RcXx0VN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91RcXx0VN .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91RcXx0VN .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91RcXx0VN .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91RcXx0VN .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RcXx0VN .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91RcXx0VN .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91RcXx0VN .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91RcXx0VN .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91RcXx0VN .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91RcXx0VN .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RcXx0VN .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91RcXx0VN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91RcXx0VN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91RcXx0VN .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91RcXx0VN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91RcXx0VN .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91RcXx0VN .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91RcXx0VN .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RcXx0VN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91RcXx0VN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91RcXx0VN .container,
.cid-v91RcXx0VN .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RcXx0VN .container,
  .cid-v91RcXx0VN .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91RcXx0VN .container,
  .cid-v91RcXx0VN .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91RcXx0VN .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91RcXx0VN .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91RcXx0VN .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91RcXx0VN .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91RcXx0VN .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91RcXx0VN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91RcXx0VN .nav-item:focus,
.cid-v91RcXx0VN .nav-link:focus {
  outline: none;
}
.cid-v91RcXx0VN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91RcXx0VN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91RcXx0VN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91RcXx0VN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91RcXx0VN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91RcXx0VN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91RcXx0VN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91RcXx0VN .navbar.opened {
  transition: all 0.3s;
}
.cid-v91RcXx0VN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91RcXx0VN .navbar .navbar-logo img {
  width: auto;
}
.cid-v91RcXx0VN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91RcXx0VN .navbar.collapsed {
  justify-content: center;
}
.cid-v91RcXx0VN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91RcXx0VN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91RcXx0VN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91RcXx0VN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91RcXx0VN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91RcXx0VN .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-v91RcXx0VN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91RcXx0VN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91RcXx0VN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91RcXx0VN .navbar {
    min-height: 72px;
  }
  .cid-v91RcXx0VN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91RcXx0VN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91RcXx0VN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91RcXx0VN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91RcXx0VN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91RcXx0VN .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-v91RcXx0VN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91RcXx0VN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91RcXx0VN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91RcXx0VN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91RcXx0VN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91RcXx0VN .dropdown-item.active,
.cid-v91RcXx0VN .dropdown-item:active {
  background-color: transparent;
}
.cid-v91RcXx0VN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91RcXx0VN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91RcXx0VN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91RcXx0VN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91RcXx0VN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91RcXx0VN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91RcXx0VN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91RcXx0VN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91RcXx0VN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91RcXx0VN .navbar-buttons {
    text-align: left;
  }
}
.cid-v91RcXx0VN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91RcXx0VN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91RcXx0VN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91RcXx0VN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RcXx0VN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91RcXx0VN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91RcXx0VN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RcXx0VN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91RcXx0VN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91RcXx0VN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91RcXx0VN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91RcXx0VN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RcXx0VN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91RcXx0VN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91RcXx0VN .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91RcXx0VN .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91RcXx0VN .navbar {
    height: 70px;
  }
  .cid-v91RcXx0VN .navbar.opened {
    height: auto;
  }
  .cid-v91RcXx0VN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91RcXx0VN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91RcXx0VN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91RcXx0VN .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91RcXx0VN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91RcXx0VN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91RcXx0VN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91RcXx0VN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91RcXx0VN .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91RcXx0VN .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91RcXx0VN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91RcXx0VN .navbar-brand {
    margin-right: auto;
  }
  .cid-v91RcXx0VN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91RcXx0VN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91RcXx0VN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91RcXx0VN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91RcXx0VN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91RcXx0VN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91RcXx0VN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91RcXx0VN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91RcXx0VN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91RcXx0VN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91RcXx0VN .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91RcXx0VN .content-wrap {
    display: block;
  }
}
.cid-v91RcXx0VN .nav-link,
.cid-v91RcXx0VN .dropdown-item {
  color: #1C1000;
}
.cid-v91RcXWcBa {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RcXWcBa .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RcXWcBa .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RcXWcBa .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RcXWcBa .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RcXWcBa .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RcXWcBa .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RcXWcBa .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RcXWcBa .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RcXWcBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RcXWcBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RcXWcBa .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RcXWcBa .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RcXWcBa .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RcXWcBa .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RcXWcBa .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RcXWcBa .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RcXWcBa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RcXWcBa .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RcXWcBa .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RcXWcBa .mbr-section-title {
  color: #323432;
}
.cid-v91RcXWcBa .mbr-text,
.cid-v91RcXWcBa .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RcXWcBa .mbr-section-title,
.cid-v91RcXWcBa .mbr-section-btn,
.cid-v91RcXWcBa .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RcY6rqj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RcY6rqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RcY6rqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RcY6rqj .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RcY6rqj .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RcY6rqj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RcY6rqj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RcY6rqj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RcY6rqj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RcY6rqj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RcY6rqj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RcY6rqj .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RcY6rqj .item {
    margin-bottom: 20px;
  }
}
.cid-v91RcY6rqj .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RcY6rqj .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RcY6rqj .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RcY6rqj .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RcY6rqj .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RcY6rqj .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RcY6rqj .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RcY6rqj .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RcY6rqj .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RcY6rqj .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RcY6rqj .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RcY6rqj .mbr-section-title,
.cid-v91RcY6rqj .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RcY6rqj .mbr-text,
.cid-v91RcY6rqj .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RcY6rqj .card-title {
  color: #f1f5eb;
}
.cid-v91RcY6rqj .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RcY6rqj .card-title,
.cid-v91RcY6rqj .mbr-section-btn {
  text-align: center;
}
.cid-v91RcYlJXo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RcYlJXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RcYlJXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RcYlJXo .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RcYlJXo .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RcYlJXo .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RcYlJXo .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RcYlJXo .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RcYlJXo .item {
    margin-bottom: 40px;
  }
}
.cid-v91RcYlJXo .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RcYlJXo .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RcYlJXo .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RcYlJXo .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RcYlJXo .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RcYlJXo .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RcYlJXo .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RcYlJXo .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RcYlJXo .mbr-section-title,
.cid-v91RcYlJXo .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RcYlJXo .card-title {
  color: #323432;
}
.cid-v91RcYlJXo .card-text {
  color: #1C1000;
}
.cid-v91RcYlJXo .card-title,
.cid-v91RcYlJXo .mbr-section-btn,
.cid-v91RcYlJXo .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RcYxUDs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91RcYxUDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RcYxUDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RcYxUDs .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RcYxUDs .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RcYxUDs .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RcYxUDs .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RcYxUDs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RcYxUDs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RcYxUDs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91RcYxUDs .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RcYxUDs .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91RcYxUDs .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RcYxUDs .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91RcYxUDs .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91RcYxUDs .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91RcYxUDs .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91RcYxUDs .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91RcYxUDs .embla__button--next,
.cid-v91RcYxUDs .embla__button--prev {
  display: flex;
}
.cid-v91RcYxUDs .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RcYxUDs .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91RcYxUDs .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91RcYxUDs .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91RcYxUDs .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RcYxUDs .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RcYxUDs .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91RcYxUDs .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RcYxUDs .embla__viewport {
    padding: 0;
  }
}
.cid-v91RcYxUDs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RcYxUDs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RcYxUDs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RcYxUDs .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RcYxUDs .mbr-section-title,
.cid-v91RcYxUDs .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RcYxUDs .mbr-text,
.cid-v91RcYxUDs .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RcYxUDs .card-date_1 {
  color: #f1f5eb;
}
.cid-v91RcYxUDs .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RcYxUDs .card-text_1 {
  color: #FEF6E9;
}
.cid-v91RcYxUDs .card-date_2 {
  color: #323432;
}
.cid-v91RcYxUDs .card-title_2 {
  color: #323432;
}
.cid-v91RcYxUDs .card-text_2 {
  color: #1C1000;
}
.cid-v91RcYxUDs .card-date_3 {
  color: #f1f5eb;
}
.cid-v91RcYxUDs .card-title_3 {
  color: #f1f5eb;
}
.cid-v91RcYxUDs .card-text_3 {
  color: #FEF6E9;
}
.cid-v91RcYxUDs .card-date_4 {
  color: #323432;
}
.cid-v91RcYxUDs .card-title_4 {
  color: #323432;
}
.cid-v91RcYxUDs .card-text_4 {
  color: #1C1000;
}
.cid-v91RcYxUDs .card-date_5 {
  color: #f1f5eb;
}
.cid-v91RcYxUDs .card-title_5 {
  color: #f1f5eb;
}
.cid-v91RcYxUDs .card-text_5 {
  color: #1C1000;
}
.cid-v91RcYxUDs .card-date_1,
.cid-v91RcYxUDs .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RcYxUDs .card-title_1,
.cid-v91RcYxUDs .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RcYxUDs .card-date_2,
.cid-v91RcYxUDs .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RcYxUDs .card-title_2,
.cid-v91RcYxUDs .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RcYxUDs .card-date_3,
.cid-v91RcYxUDs .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RcYxUDs .card-title_3,
.cid-v91RcYxUDs .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RcYxUDs .card-date_4,
.cid-v91RcYxUDs .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RcYxUDs .card-title_4,
.cid-v91RcYxUDs .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RcYxUDs .card-date_5,
.cid-v91RcYxUDs .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RcYxUDs .card-title_5,
.cid-v91RcYxUDs .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RcYJZvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RcYJZvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RcYJZvL .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RcYJZvL .image-wrapper {
    height: 350px;
  }
}
.cid-v91RcYUjg9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RcYUjg9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RcYUjg9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RcYUjg9 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RcYUjg9 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RcYUjg9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RcYUjg9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RcYUjg9 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RcYUjg9 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RcYUjg9 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RcYUjg9 .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RcYUjg9 .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RcYUjg9 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RcYUjg9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RcYUjg9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RcYUjg9 .embla__button--next,
.cid-v91RcYUjg9 .embla__button--prev {
  display: flex;
}
.cid-v91RcYUjg9 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RcYUjg9 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RcYUjg9 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RcYUjg9 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RcYUjg9 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RcYUjg9 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RcYUjg9 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RcYUjg9 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RcYUjg9 .embla__viewport {
    padding: 0;
  }
}
.cid-v91RcYUjg9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RcYUjg9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RcYUjg9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RcYUjg9 .mbr-section-title,
.cid-v91RcYUjg9 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RcYUjg9 .card-number {
  color: #e6eddc;
}
.cid-v91RcYUjg9 .card-title {
  color: #323432;
}
.cid-v91RcYUjg9 .card-text {
  color: #1C1000;
}
.cid-v91RcYUjg9 .card-number,
.cid-v91RcYUjg9 .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RcZbOJq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RcZbOJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RcZbOJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RcZbOJq .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RcZbOJq .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RcZbOJq .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RcZbOJq .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RcZbOJq .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RcZbOJq .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RcZbOJq .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RcZbOJq .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RcZbOJq .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RcZbOJq .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RcZbOJq .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RcZbOJq .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RcZbOJq .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RcZbOJq .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RcZbOJq .mbr-section-title,
.cid-v91RcZbOJq .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RcZbOJq .mbr-section-title,
.cid-v91RcZbOJq .mbr-section-btn,
.cid-v91RcZbOJq .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RcZmhub {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RcZmhub .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RcZmhub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RcZmhub .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RcZmhub .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RcZmhub .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RcZmhub .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RcZmhub .item {
    margin-bottom: 40px;
  }
}
.cid-v91RcZmhub .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RcZmhub .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RcZmhub .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RcZmhub .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RcZmhub .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RcZmhub .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RcZmhub .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RcZmhub .mbr-section-title,
.cid-v91RcZmhub .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RcZmhub .card-number {
  color: #f1f5eb;
}
.cid-v91RcZmhub .card-title {
  color: #323432;
}
.cid-v91RcZmhub .card-text {
  color: #1C1000;
}
.cid-v91RcZmhub .card-number,
.cid-v91RcZmhub .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RcZmhub .card-title,
.cid-v91RcZmhub .mbr-section-btn,
.cid-v91RcZmhub .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RcZyWcS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RcZyWcS::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RcZyWcS::before {
    width: 40px;
  }
}
.cid-v91RcZyWcS::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RcZyWcS::after {
    width: 40px;
  }
}
.cid-v91RcZyWcS .item:focus,
.cid-v91RcZyWcS span:focus {
  outline: none;
}
.cid-v91RcZyWcS .item {
  cursor: pointer;
}
.cid-v91RcZyWcS .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RcZyWcS .grid-container-1,
.cid-v91RcZyWcS .grid-container-2,
.cid-v91RcZyWcS .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RcZyWcS .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RcZyWcS .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RcZyWcS .content-head {
  max-width: 800px;
}
.cid-v91RcZyWcS .container,
.cid-v91RcZyWcS .container-fluid {
  overflow: hidden;
}
.cid-v91RcZyWcS .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RcZyWcS .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RcZyWcS .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RcZyWcS .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RcZyWcS .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RcZyWcS .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RcZyWcS .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RcZyWcS .grid-container-1,
.cid-v91RcZyWcS .grid-container-2,
.cid-v91RcZyWcS .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RcZyWcS .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RcZyWcS .grid-container-2 {
  align-items: flex-start;
}
.cid-v91RcZKaAl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91RcZKaAl .item:focus,
.cid-v91RcZKaAl span:focus {
  outline: none;
}
.cid-v91RcZKaAl .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91RcZKaAl .content-head {
  max-width: 800px;
}
.cid-v91RcZKaAl .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91RcZKaAl .item {
    min-height: 32.5px;
  }
}
.cid-v91RcZVWXS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RcZVWXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RcZVWXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RcZVWXS .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RcZVWXS .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RcZVWXS .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RcZVWXS .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RcZVWXS .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RcZVWXS .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RcZVWXS .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RcZVWXS .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RcZVWXS .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RcZVWXS .title-wrapper {
    width: 100%;
  }
}
.cid-v91RcZVWXS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RcZVWXS .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RcZVWXS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RcZVWXS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RcZVWXS .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RcZVWXS .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RcZVWXS .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RcZVWXS .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RcZVWXS .embla__button--next,
.cid-v91RcZVWXS .embla__button--prev {
  display: flex;
}
.cid-v91RcZVWXS .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RcZVWXS .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RcZVWXS .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RcZVWXS .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RcZVWXS .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RcZVWXS .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RcZVWXS .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RcZVWXS .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RcZVWXS .embla {
    width: 100%;
  }
}
.cid-v91RcZVWXS .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RcZVWXS .embla__viewport {
    padding: 0;
  }
}
.cid-v91RcZVWXS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RcZVWXS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RcZVWXS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RcZVWXS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RcZVWXS .mbr-section-title,
.cid-v91RcZVWXS .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rd09Ata {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rd09Ata .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rd09Ata .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rd09Ata .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91Rd09Ata .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91Rd09Ata .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91Rd09Ata .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91Rd09Ata .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rd09Ata .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91Rd09Ata .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91Rd09Ata .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Rd09Ata .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91Rd09Ata .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91Rd09Ata .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91Rd09Ata .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91Rd09Ata .mbr-section-title,
.cid-v91Rd09Ata .border-wrapper {
  color: #FEF6E9;
}
.cid-v91Rd0mhgD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rd0mhgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rd0mhgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rd0mhgD .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rd0mhgD .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rd0mhgD .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91Rd0mhgD .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rd0mhgD .item {
    margin-bottom: 20px;
  }
}
.cid-v91Rd0mhgD .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rd0mhgD .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rd0mhgD .item .item-wrapper .card-box .card-title_1,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .card-title_2,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91Rd0mhgD .item .item-wrapper .card-box .card-text_1,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .card-text_2,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91Rd0mhgD .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_1,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_2,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91Rd0mhgD .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91Rd0mhgD .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91Rd0mhgD .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91Rd0mhgD .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91Rd0mhgD .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91Rd0mhgD .item .card_1 {
    transform: none;
  }
}
.cid-v91Rd0mhgD .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91Rd0mhgD .item .card_2 {
    transform: none;
  }
}
.cid-v91Rd0mhgD .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91Rd0mhgD .item .card_3 {
    transform: none;
  }
}
.cid-v91Rd0mhgD .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rd0mhgD .mbr-section-title,
.cid-v91Rd0mhgD .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rd0mhgD .card-title_1 {
  color: #323432;
}
.cid-v91Rd0mhgD .card-text_1 {
  color: #1C1000;
}
.cid-v91Rd0mhgD .list_1 {
  color: #323432;
}
.cid-v91Rd0mhgD .card-title_2 {
  color: #f1f5eb;
}
.cid-v91Rd0mhgD .card-text_2 {
  color: #FEF6E9;
}
.cid-v91Rd0mhgD .list_2 {
  color: #f1f5eb;
}
.cid-v91Rd0mhgD .card-title_3 {
  color: #323432;
}
.cid-v91Rd0mhgD .card-text_3 {
  color: #1C1000;
}
.cid-v91Rd0mhgD .list_3 {
  color: #323432;
}
.cid-v91Rd0mhgD .card-title_1,
.cid-v91Rd0mhgD .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rd0mhgD .list_1,
.cid-v91Rd0mhgD .item-wrap_1 {
  color: #1C1000;
}
.cid-v91Rd0mhgD .card-title_2,
.cid-v91Rd0mhgD .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rd0mhgD .list_2,
.cid-v91Rd0mhgD .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91Rd0mhgD .card-title_3,
.cid-v91Rd0mhgD .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rd0mhgD .list_3,
.cid-v91Rd0mhgD .item-wrap_3 {
  color: #1C1000;
}
.cid-v91Rd0za5h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rd0za5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rd0za5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rd0za5h .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rd0za5h .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rd0za5h .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91Rd0za5h .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91Rd0za5h .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91Rd0za5h .item {
    margin-bottom: 20px;
  }
}
.cid-v91Rd0za5h .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rd0za5h .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rd0za5h .item .item-wrapper .card-box .card-title_1,
.cid-v91Rd0za5h .item .item-wrapper .card-box .card-title_2,
.cid-v91Rd0za5h .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91Rd0za5h .item .item-wrapper .card-box .card-text_1,
.cid-v91Rd0za5h .item .item-wrapper .card-box .card-text_2,
.cid-v91Rd0za5h .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91Rd0za5h .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rd0za5h .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rd0za5h .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91Rd0za5h .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91Rd0za5h .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91Rd0za5h .item .card_1 {
  background-color: #472d00;
}
.cid-v91Rd0za5h .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91Rd0za5h .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91Rd0za5h .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rd0za5h .mbr-section-title,
.cid-v91Rd0za5h .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rd0za5h .card-title_1 {
  color: #f1f5eb;
}
.cid-v91Rd0za5h .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91Rd0za5h .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91Rd0za5h .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rd0za5h .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91Rd0za5h .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91Rd0za5h .card-title_1,
.cid-v91Rd0za5h .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91Rd0za5h .card-title_2,
.cid-v91Rd0za5h .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rd0za5h .card-title_3,
.cid-v91Rd0za5h .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91S6R5F7N {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91S6R5F7N .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91S6R5F7N .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91S6R5F7N .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91S6R5F7N .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91S6R5F7N .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91S6R5F7N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91S6R5F7N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91S6R5F7N .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91S6R5F7N .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91S6R5F7N .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91S6R5F7N .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91S6R5F7N .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91S6R5F7N .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91S6R5F7N .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91S6R5F7N .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91S6R5F7N .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91S6R5F7N .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91S6R5F7N .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91S6R5F7N .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91S6R5F7N .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91S6R5F7N .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91S6R5F7N .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91S6R5F7N .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91S6R5F7N .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91S6R5F7N .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91S6R5F7N .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91S6R5F7N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91S6R5F7N .container,
.cid-v91S6R5F7N .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91S6R5F7N .container,
  .cid-v91S6R5F7N .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91S6R5F7N .container,
  .cid-v91S6R5F7N .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91S6R5F7N .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91S6R5F7N .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91S6R5F7N .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91S6R5F7N .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91S6R5F7N .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91S6R5F7N .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91S6R5F7N .nav-item:focus,
.cid-v91S6R5F7N .nav-link:focus {
  outline: none;
}
.cid-v91S6R5F7N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91S6R5F7N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91S6R5F7N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91S6R5F7N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91S6R5F7N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91S6R5F7N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91S6R5F7N .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91S6R5F7N .navbar.opened {
  transition: all 0.3s;
}
.cid-v91S6R5F7N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91S6R5F7N .navbar .navbar-logo img {
  width: auto;
}
.cid-v91S6R5F7N .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91S6R5F7N .navbar.collapsed {
  justify-content: center;
}
.cid-v91S6R5F7N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91S6R5F7N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91S6R5F7N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91S6R5F7N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91S6R5F7N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91S6R5F7N .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-v91S6R5F7N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91S6R5F7N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91S6R5F7N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91S6R5F7N .navbar {
    min-height: 72px;
  }
  .cid-v91S6R5F7N .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91S6R5F7N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91S6R5F7N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91S6R5F7N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91S6R5F7N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91S6R5F7N .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-v91S6R5F7N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91S6R5F7N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91S6R5F7N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91S6R5F7N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91S6R5F7N .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91S6R5F7N .dropdown-item.active,
.cid-v91S6R5F7N .dropdown-item:active {
  background-color: transparent;
}
.cid-v91S6R5F7N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91S6R5F7N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91S6R5F7N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91S6R5F7N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91S6R5F7N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91S6R5F7N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91S6R5F7N .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91S6R5F7N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91S6R5F7N .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91S6R5F7N .navbar-buttons {
    text-align: left;
  }
}
.cid-v91S6R5F7N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91S6R5F7N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91S6R5F7N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91S6R5F7N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91S6R5F7N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91S6R5F7N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91S6R5F7N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91S6R5F7N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91S6R5F7N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91S6R5F7N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91S6R5F7N .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91S6R5F7N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91S6R5F7N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91S6R5F7N .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91S6R5F7N .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91S6R5F7N .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91S6R5F7N .navbar {
    height: 70px;
  }
  .cid-v91S6R5F7N .navbar.opened {
    height: auto;
  }
  .cid-v91S6R5F7N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91S6R5F7N .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91S6R5F7N .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91S6R5F7N .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91S6R5F7N .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91S6R5F7N .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91S6R5F7N .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91S6R5F7N .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91S6R5F7N .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91S6R5F7N .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91S6R5F7N .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91S6R5F7N .navbar-brand {
    margin-right: auto;
  }
  .cid-v91S6R5F7N .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91S6R5F7N .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91S6R5F7N .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91S6R5F7N .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91S6R5F7N .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91S6R5F7N .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91S6R5F7N .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91S6R5F7N .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91S6R5F7N .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91S6R5F7N .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91S6R5F7N .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91S6R5F7N .content-wrap {
    display: block;
  }
}
.cid-v91S6R5F7N .nav-link,
.cid-v91S6R5F7N .dropdown-item {
  color: #1C1000;
}
.cid-v91S6RZMvt {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91S6RZMvt .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91S6RZMvt .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91S6RZMvt .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91S6RZMvt .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91S6RZMvt .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91S6RZMvt .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91S6RZMvt .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91S6RZMvt .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91S6RZMvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S6RZMvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S6RZMvt .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91S6RZMvt .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91S6RZMvt .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91S6RZMvt .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91S6RZMvt .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91S6RZMvt .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91S6RZMvt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91S6RZMvt .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91S6RZMvt .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91S6RZMvt .mbr-section-title {
  color: #323432;
}
.cid-v91S6RZMvt .mbr-text,
.cid-v91S6RZMvt .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S6RZMvt .mbr-section-title,
.cid-v91S6RZMvt .mbr-section-btn,
.cid-v91S6RZMvt .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91S6SbuNV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S6SbuNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S6SbuNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S6SbuNV .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S6SbuNV .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91S6SbuNV .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91S6SbuNV .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91S6SbuNV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91S6SbuNV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91S6SbuNV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91S6SbuNV .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91S6SbuNV .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91S6SbuNV .item {
    margin-bottom: 20px;
  }
}
.cid-v91S6SbuNV .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91S6SbuNV .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91S6SbuNV .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91S6SbuNV .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91S6SbuNV .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91S6SbuNV .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91S6SbuNV .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91S6SbuNV .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91S6SbuNV .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91S6SbuNV .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91S6SbuNV .btn-wrapper {
  margin-top: -6%;
}
.cid-v91S6SbuNV .mbr-section-title,
.cid-v91S6SbuNV .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S6SbuNV .mbr-text,
.cid-v91S6SbuNV .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S6SbuNV .card-title {
  color: #f1f5eb;
}
.cid-v91S6SbuNV .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91S6SbuNV .card-title,
.cid-v91S6SbuNV .mbr-section-btn {
  text-align: center;
}
.cid-v91S6Ss7J2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91S6Ss7J2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S6Ss7J2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S6Ss7J2 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S6Ss7J2 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91S6Ss7J2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91S6Ss7J2 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91S6Ss7J2 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91S6Ss7J2 .item {
    margin-bottom: 40px;
  }
}
.cid-v91S6Ss7J2 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91S6Ss7J2 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91S6Ss7J2 .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91S6Ss7J2 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91S6Ss7J2 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91S6Ss7J2 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91S6Ss7J2 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91S6Ss7J2 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91S6Ss7J2 .mbr-section-title,
.cid-v91S6Ss7J2 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S6Ss7J2 .card-title {
  color: #323432;
}
.cid-v91S6Ss7J2 .card-text {
  color: #1C1000;
}
.cid-v91S6Ss7J2 .card-title,
.cid-v91S6Ss7J2 .mbr-section-btn,
.cid-v91S6Ss7J2 .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91S6SK4xY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91S6SK4xY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S6SK4xY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S6SK4xY .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S6SK4xY .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91S6SK4xY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91S6SK4xY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91S6SK4xY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91S6SK4xY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91S6SK4xY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91S6SK4xY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91S6SK4xY .embla__slide .slide-content {
  width: 100%;
}
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91S6SK4xY .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91S6SK4xY .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91S6SK4xY .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91S6SK4xY .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91S6SK4xY .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91S6SK4xY .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91S6SK4xY .embla__button--next,
.cid-v91S6SK4xY .embla__button--prev {
  display: flex;
}
.cid-v91S6SK4xY .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91S6SK4xY .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91S6SK4xY .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91S6SK4xY .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91S6SK4xY .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91S6SK4xY .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91S6SK4xY .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91S6SK4xY .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91S6SK4xY .embla__viewport {
    padding: 0;
  }
}
.cid-v91S6SK4xY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91S6SK4xY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91S6SK4xY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91S6SK4xY .btn-wrapper {
  margin-top: -6%;
}
.cid-v91S6SK4xY .mbr-section-title,
.cid-v91S6SK4xY .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S6SK4xY .mbr-text,
.cid-v91S6SK4xY .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S6SK4xY .card-date_1 {
  color: #f1f5eb;
}
.cid-v91S6SK4xY .card-title_1 {
  color: #f1f5eb;
}
.cid-v91S6SK4xY .card-text_1 {
  color: #FEF6E9;
}
.cid-v91S6SK4xY .card-date_2 {
  color: #323432;
}
.cid-v91S6SK4xY .card-title_2 {
  color: #323432;
}
.cid-v91S6SK4xY .card-text_2 {
  color: #1C1000;
}
.cid-v91S6SK4xY .card-date_3 {
  color: #f1f5eb;
}
.cid-v91S6SK4xY .card-title_3 {
  color: #f1f5eb;
}
.cid-v91S6SK4xY .card-text_3 {
  color: #FEF6E9;
}
.cid-v91S6SK4xY .card-date_4 {
  color: #323432;
}
.cid-v91S6SK4xY .card-title_4 {
  color: #323432;
}
.cid-v91S6SK4xY .card-text_4 {
  color: #1C1000;
}
.cid-v91S6SK4xY .card-date_5 {
  color: #f1f5eb;
}
.cid-v91S6SK4xY .card-title_5 {
  color: #f1f5eb;
}
.cid-v91S6SK4xY .card-text_5 {
  color: #1C1000;
}
.cid-v91S6SK4xY .card-date_1,
.cid-v91S6SK4xY .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91S6SK4xY .card-title_1,
.cid-v91S6SK4xY .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91S6SK4xY .card-date_2,
.cid-v91S6SK4xY .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S6SK4xY .card-title_2,
.cid-v91S6SK4xY .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S6SK4xY .card-date_3,
.cid-v91S6SK4xY .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91S6SK4xY .card-title_3,
.cid-v91S6SK4xY .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91S6SK4xY .card-date_4,
.cid-v91S6SK4xY .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S6SK4xY .card-title_4,
.cid-v91S6SK4xY .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S6SK4xY .card-date_5,
.cid-v91S6SK4xY .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S6SK4xY .card-title_5,
.cid-v91S6SK4xY .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S6T3JwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S6T3JwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91S6T3JwY .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91S6T3JwY .image-wrapper {
    height: 350px;
  }
}
.cid-v91S6ThmS4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91S6ThmS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S6ThmS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S6ThmS4 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S6ThmS4 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91S6ThmS4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91S6ThmS4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91S6ThmS4 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91S6ThmS4 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91S6ThmS4 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91S6ThmS4 .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91S6ThmS4 .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91S6ThmS4 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91S6ThmS4 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91S6ThmS4 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91S6ThmS4 .embla__button--next,
.cid-v91S6ThmS4 .embla__button--prev {
  display: flex;
}
.cid-v91S6ThmS4 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91S6ThmS4 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91S6ThmS4 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91S6ThmS4 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91S6ThmS4 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91S6ThmS4 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91S6ThmS4 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91S6ThmS4 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91S6ThmS4 .embla__viewport {
    padding: 0;
  }
}
.cid-v91S6ThmS4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91S6ThmS4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91S6ThmS4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91S6ThmS4 .mbr-section-title,
.cid-v91S6ThmS4 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S6ThmS4 .card-number {
  color: #e6eddc;
}
.cid-v91S6ThmS4 .card-title {
  color: #323432;
}
.cid-v91S6ThmS4 .card-text {
  color: #1C1000;
}
.cid-v91S6ThmS4 .card-number,
.cid-v91S6ThmS4 .number-wrapper {
  color: #F5E8D2;
}
.cid-v91S6TDzZz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S6TDzZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S6TDzZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S6TDzZz .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91S6TDzZz .card-wrapper {
    padding: 20px;
  }
}
.cid-v91S6TDzZz .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91S6TDzZz .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91S6TDzZz .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91S6TDzZz .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91S6TDzZz .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91S6TDzZz .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91S6TDzZz .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91S6TDzZz .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91S6TDzZz .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91S6TDzZz .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S6TDzZz .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91S6TDzZz .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91S6TDzZz .mbr-section-title,
.cid-v91S6TDzZz .title-wrapper {
  color: #f1f5eb;
}
.cid-v91S6TDzZz .mbr-section-title,
.cid-v91S6TDzZz .mbr-section-btn,
.cid-v91S6TDzZz .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91S6TRurW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S6TRurW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S6TRurW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S6TRurW .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S6TRurW .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91S6TRurW .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91S6TRurW .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91S6TRurW .item {
    margin-bottom: 40px;
  }
}
.cid-v91S6TRurW .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91S6TRurW .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91S6TRurW .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91S6TRurW .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91S6TRurW .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91S6TRurW .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91S6TRurW .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91S6TRurW .mbr-section-title,
.cid-v91S6TRurW .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S6TRurW .card-number {
  color: #f1f5eb;
}
.cid-v91S6TRurW .card-title {
  color: #323432;
}
.cid-v91S6TRurW .card-text {
  color: #1C1000;
}
.cid-v91S6TRurW .card-number,
.cid-v91S6TRurW .number-wrapper {
  color: #FFFFFF;
}
.cid-v91S6TRurW .card-title,
.cid-v91S6TRurW .mbr-section-btn,
.cid-v91S6TRurW .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91S6U9Xar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91S6U9Xar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91S6U9Xar::before {
    width: 40px;
  }
}
.cid-v91S6U9Xar::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91S6U9Xar::after {
    width: 40px;
  }
}
.cid-v91S6U9Xar .item:focus,
.cid-v91S6U9Xar span:focus {
  outline: none;
}
.cid-v91S6U9Xar .item {
  cursor: pointer;
}
.cid-v91S6U9Xar .grid-container {
  grid-row-gap: 24px;
}
.cid-v91S6U9Xar .grid-container-1,
.cid-v91S6U9Xar .grid-container-2,
.cid-v91S6U9Xar .grid-container-3 {
  gap: 0 24px;
}
.cid-v91S6U9Xar .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S6U9Xar .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91S6U9Xar .content-head {
  max-width: 800px;
}
.cid-v91S6U9Xar .container,
.cid-v91S6U9Xar .container-fluid {
  overflow: hidden;
}
.cid-v91S6U9Xar .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91S6U9Xar .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91S6U9Xar .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91S6U9Xar .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91S6U9Xar .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91S6U9Xar .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91S6U9Xar .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91S6U9Xar .grid-container-1,
.cid-v91S6U9Xar .grid-container-2,
.cid-v91S6U9Xar .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91S6U9Xar .grid-container-1 {
  align-items: flex-end;
}
.cid-v91S6U9Xar .grid-container-2 {
  align-items: flex-start;
}
.cid-v91S6UoLuy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91S6UoLuy .item:focus,
.cid-v91S6UoLuy span:focus {
  outline: none;
}
.cid-v91S6UoLuy .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91S6UoLuy .content-head {
  max-width: 800px;
}
.cid-v91S6UoLuy .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91S6UoLuy .item {
    min-height: 32.5px;
  }
}
.cid-v91S6UDa85 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S6UDa85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S6UDa85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S6UDa85 .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91S6UDa85 .card-wrapper {
    padding: 20px;
  }
}
.cid-v91S6UDa85 .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91S6UDa85 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91S6UDa85 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91S6UDa85 .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91S6UDa85 .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91S6UDa85 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91S6UDa85 .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91S6UDa85 .title-wrapper {
    width: 100%;
  }
}
.cid-v91S6UDa85 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S6UDa85 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91S6UDa85 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91S6UDa85 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91S6UDa85 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91S6UDa85 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91S6UDa85 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91S6UDa85 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91S6UDa85 .embla__button--next,
.cid-v91S6UDa85 .embla__button--prev {
  display: flex;
}
.cid-v91S6UDa85 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91S6UDa85 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91S6UDa85 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91S6UDa85 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91S6UDa85 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91S6UDa85 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91S6UDa85 .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91S6UDa85 .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91S6UDa85 .embla {
    width: 100%;
  }
}
.cid-v91S6UDa85 .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91S6UDa85 .embla__viewport {
    padding: 0;
  }
}
.cid-v91S6UDa85 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91S6UDa85 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91S6UDa85 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91S6UDa85 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91S6UDa85 .mbr-section-title,
.cid-v91S6UDa85 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S6UXJDm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S6UXJDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S6UXJDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S6UXJDm .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91S6UXJDm .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91S6UXJDm .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91S6UXJDm .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91S6UXJDm .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91S6UXJDm .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91S6UXJDm .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91S6UXJDm .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91S6UXJDm .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91S6UXJDm .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91S6UXJDm .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91S6UXJDm .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91S6UXJDm .mbr-section-title,
.cid-v91S6UXJDm .border-wrapper {
  color: #FEF6E9;
}
.cid-v91S6VeSDz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S6VeSDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S6VeSDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S6VeSDz .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S6VeSDz .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91S6VeSDz .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91S6VeSDz .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S6VeSDz .item {
    margin-bottom: 20px;
  }
}
.cid-v91S6VeSDz .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91S6VeSDz .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91S6VeSDz .item .item-wrapper .card-box .card-title_1,
.cid-v91S6VeSDz .item .item-wrapper .card-box .card-title_2,
.cid-v91S6VeSDz .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91S6VeSDz .item .item-wrapper .card-box .card-text_1,
.cid-v91S6VeSDz .item .item-wrapper .card-box .card-text_2,
.cid-v91S6VeSDz .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91S6VeSDz .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_1,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_2,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91S6VeSDz .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91S6VeSDz .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91S6VeSDz .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91S6VeSDz .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91S6VeSDz .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91S6VeSDz .item .card_1 {
    transform: none;
  }
}
.cid-v91S6VeSDz .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91S6VeSDz .item .card_2 {
    transform: none;
  }
}
.cid-v91S6VeSDz .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91S6VeSDz .item .card_3 {
    transform: none;
  }
}
.cid-v91S6VeSDz .btn-wrapper {
  margin-top: -6%;
}
.cid-v91S6VeSDz .mbr-section-title,
.cid-v91S6VeSDz .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S6VeSDz .card-title_1 {
  color: #323432;
}
.cid-v91S6VeSDz .card-text_1 {
  color: #1C1000;
}
.cid-v91S6VeSDz .list_1 {
  color: #323432;
}
.cid-v91S6VeSDz .card-title_2 {
  color: #f1f5eb;
}
.cid-v91S6VeSDz .card-text_2 {
  color: #FEF6E9;
}
.cid-v91S6VeSDz .list_2 {
  color: #f1f5eb;
}
.cid-v91S6VeSDz .card-title_3 {
  color: #323432;
}
.cid-v91S6VeSDz .card-text_3 {
  color: #1C1000;
}
.cid-v91S6VeSDz .list_3 {
  color: #323432;
}
.cid-v91S6VeSDz .card-title_1,
.cid-v91S6VeSDz .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S6VeSDz .list_1,
.cid-v91S6VeSDz .item-wrap_1 {
  color: #1C1000;
}
.cid-v91S6VeSDz .card-title_2,
.cid-v91S6VeSDz .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91S6VeSDz .list_2,
.cid-v91S6VeSDz .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91S6VeSDz .card-title_3,
.cid-v91S6VeSDz .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S6VeSDz .list_3,
.cid-v91S6VeSDz .item-wrap_3 {
  color: #1C1000;
}
.cid-v91S6VuaKw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S6VuaKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S6VuaKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S6VuaKw .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S6VuaKw .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91S6VuaKw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91S6VuaKw .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91S6VuaKw .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91S6VuaKw .item {
    margin-bottom: 20px;
  }
}
.cid-v91S6VuaKw .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91S6VuaKw .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91S6VuaKw .item .item-wrapper .card-box .card-title_1,
.cid-v91S6VuaKw .item .item-wrapper .card-box .card-title_2,
.cid-v91S6VuaKw .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91S6VuaKw .item .item-wrapper .card-box .card-text_1,
.cid-v91S6VuaKw .item .item-wrapper .card-box .card-text_2,
.cid-v91S6VuaKw .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91S6VuaKw .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91S6VuaKw .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91S6VuaKw .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91S6VuaKw .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91S6VuaKw .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91S6VuaKw .item .card_1 {
  background-color: #472d00;
}
.cid-v91S6VuaKw .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91S6VuaKw .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91S6VuaKw .btn-wrapper {
  margin-top: -6%;
}
.cid-v91S6VuaKw .mbr-section-title,
.cid-v91S6VuaKw .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S6VuaKw .card-title_1 {
  color: #f1f5eb;
}
.cid-v91S6VuaKw .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91S6VuaKw .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91S6VuaKw .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91S6VuaKw .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91S6VuaKw .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91S6VuaKw .card-title_1,
.cid-v91S6VuaKw .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91S6VuaKw .card-title_2,
.cid-v91S6VuaKw .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S6VuaKw .card-title_3,
.cid-v91S6VuaKw .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91S9zFQRr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91S9zFQRr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91S9zFQRr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91S9zFQRr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91S9zFQRr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91S9zFQRr .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91S9zFQRr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91S9zFQRr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91S9zFQRr .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91S9zFQRr .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91S9zFQRr .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91S9zFQRr .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91S9zFQRr .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91S9zFQRr .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91S9zFQRr .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91S9zFQRr .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91S9zFQRr .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91S9zFQRr .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91S9zFQRr .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91S9zFQRr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91S9zFQRr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91S9zFQRr .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91S9zFQRr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91S9zFQRr .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91S9zFQRr .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91S9zFQRr .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91S9zFQRr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91S9zFQRr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91S9zFQRr .container,
.cid-v91S9zFQRr .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91S9zFQRr .container,
  .cid-v91S9zFQRr .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91S9zFQRr .container,
  .cid-v91S9zFQRr .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91S9zFQRr .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91S9zFQRr .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91S9zFQRr .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91S9zFQRr .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91S9zFQRr .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91S9zFQRr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91S9zFQRr .nav-item:focus,
.cid-v91S9zFQRr .nav-link:focus {
  outline: none;
}
.cid-v91S9zFQRr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91S9zFQRr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91S9zFQRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91S9zFQRr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91S9zFQRr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91S9zFQRr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91S9zFQRr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91S9zFQRr .navbar.opened {
  transition: all 0.3s;
}
.cid-v91S9zFQRr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91S9zFQRr .navbar .navbar-logo img {
  width: auto;
}
.cid-v91S9zFQRr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91S9zFQRr .navbar.collapsed {
  justify-content: center;
}
.cid-v91S9zFQRr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91S9zFQRr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91S9zFQRr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91S9zFQRr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91S9zFQRr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91S9zFQRr .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-v91S9zFQRr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91S9zFQRr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91S9zFQRr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91S9zFQRr .navbar {
    min-height: 72px;
  }
  .cid-v91S9zFQRr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91S9zFQRr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91S9zFQRr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91S9zFQRr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91S9zFQRr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91S9zFQRr .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-v91S9zFQRr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91S9zFQRr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91S9zFQRr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91S9zFQRr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91S9zFQRr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91S9zFQRr .dropdown-item.active,
.cid-v91S9zFQRr .dropdown-item:active {
  background-color: transparent;
}
.cid-v91S9zFQRr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91S9zFQRr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91S9zFQRr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91S9zFQRr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91S9zFQRr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91S9zFQRr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91S9zFQRr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91S9zFQRr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91S9zFQRr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91S9zFQRr .navbar-buttons {
    text-align: left;
  }
}
.cid-v91S9zFQRr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91S9zFQRr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91S9zFQRr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91S9zFQRr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91S9zFQRr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91S9zFQRr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91S9zFQRr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91S9zFQRr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91S9zFQRr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91S9zFQRr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91S9zFQRr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91S9zFQRr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91S9zFQRr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91S9zFQRr .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91S9zFQRr .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91S9zFQRr .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91S9zFQRr .navbar {
    height: 70px;
  }
  .cid-v91S9zFQRr .navbar.opened {
    height: auto;
  }
  .cid-v91S9zFQRr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91S9zFQRr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91S9zFQRr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91S9zFQRr .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91S9zFQRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91S9zFQRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91S9zFQRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91S9zFQRr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91S9zFQRr .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91S9zFQRr .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91S9zFQRr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91S9zFQRr .navbar-brand {
    margin-right: auto;
  }
  .cid-v91S9zFQRr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91S9zFQRr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91S9zFQRr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91S9zFQRr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91S9zFQRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91S9zFQRr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91S9zFQRr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91S9zFQRr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91S9zFQRr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91S9zFQRr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91S9zFQRr .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91S9zFQRr .content-wrap {
    display: block;
  }
}
.cid-v91S9zFQRr .nav-link,
.cid-v91S9zFQRr .dropdown-item {
  color: #1C1000;
}
.cid-v91S9AzCms {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91S9AzCms .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91S9AzCms .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91S9AzCms .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91S9AzCms .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91S9AzCms .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91S9AzCms .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91S9AzCms .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91S9AzCms .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91S9AzCms .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S9AzCms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S9AzCms .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91S9AzCms .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91S9AzCms .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91S9AzCms .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91S9AzCms .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91S9AzCms .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91S9AzCms .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91S9AzCms .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91S9AzCms .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91S9AzCms .mbr-section-title {
  color: #323432;
}
.cid-v91S9AzCms .mbr-text,
.cid-v91S9AzCms .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S9AzCms .mbr-section-title,
.cid-v91S9AzCms .mbr-section-btn,
.cid-v91S9AzCms .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91S9APucQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S9APucQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S9APucQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S9APucQ .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S9APucQ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91S9APucQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91S9APucQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91S9APucQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91S9APucQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91S9APucQ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91S9APucQ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91S9APucQ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91S9APucQ .item {
    margin-bottom: 20px;
  }
}
.cid-v91S9APucQ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91S9APucQ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91S9APucQ .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91S9APucQ .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91S9APucQ .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91S9APucQ .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91S9APucQ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91S9APucQ .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91S9APucQ .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91S9APucQ .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91S9APucQ .btn-wrapper {
  margin-top: -6%;
}
.cid-v91S9APucQ .mbr-section-title,
.cid-v91S9APucQ .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S9APucQ .mbr-text,
.cid-v91S9APucQ .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S9APucQ .card-title {
  color: #f1f5eb;
}
.cid-v91S9APucQ .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91S9APucQ .card-title,
.cid-v91S9APucQ .mbr-section-btn {
  text-align: center;
}
.cid-v91S9BaV7O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91S9BaV7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S9BaV7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S9BaV7O .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S9BaV7O .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91S9BaV7O .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91S9BaV7O .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91S9BaV7O .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91S9BaV7O .item {
    margin-bottom: 40px;
  }
}
.cid-v91S9BaV7O .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91S9BaV7O .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91S9BaV7O .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91S9BaV7O .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91S9BaV7O .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91S9BaV7O .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91S9BaV7O .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91S9BaV7O .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91S9BaV7O .mbr-section-title,
.cid-v91S9BaV7O .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S9BaV7O .card-title {
  color: #323432;
}
.cid-v91S9BaV7O .card-text {
  color: #1C1000;
}
.cid-v91S9BaV7O .card-title,
.cid-v91S9BaV7O .mbr-section-btn,
.cid-v91S9BaV7O .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91S9Bu7Hs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91S9Bu7Hs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S9Bu7Hs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S9Bu7Hs .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S9Bu7Hs .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91S9Bu7Hs .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91S9Bu7Hs .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91S9Bu7Hs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91S9Bu7Hs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91S9Bu7Hs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91S9Bu7Hs .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91S9Bu7Hs .embla__slide .slide-content {
  width: 100%;
}
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91S9Bu7Hs .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91S9Bu7Hs .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91S9Bu7Hs .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91S9Bu7Hs .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91S9Bu7Hs .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91S9Bu7Hs .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91S9Bu7Hs .embla__button--next,
.cid-v91S9Bu7Hs .embla__button--prev {
  display: flex;
}
.cid-v91S9Bu7Hs .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91S9Bu7Hs .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91S9Bu7Hs .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91S9Bu7Hs .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91S9Bu7Hs .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91S9Bu7Hs .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91S9Bu7Hs .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91S9Bu7Hs .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91S9Bu7Hs .embla__viewport {
    padding: 0;
  }
}
.cid-v91S9Bu7Hs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91S9Bu7Hs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91S9Bu7Hs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91S9Bu7Hs .btn-wrapper {
  margin-top: -6%;
}
.cid-v91S9Bu7Hs .mbr-section-title,
.cid-v91S9Bu7Hs .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S9Bu7Hs .mbr-text,
.cid-v91S9Bu7Hs .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S9Bu7Hs .card-date_1 {
  color: #f1f5eb;
}
.cid-v91S9Bu7Hs .card-title_1 {
  color: #f1f5eb;
}
.cid-v91S9Bu7Hs .card-text_1 {
  color: #FEF6E9;
}
.cid-v91S9Bu7Hs .card-date_2 {
  color: #323432;
}
.cid-v91S9Bu7Hs .card-title_2 {
  color: #323432;
}
.cid-v91S9Bu7Hs .card-text_2 {
  color: #1C1000;
}
.cid-v91S9Bu7Hs .card-date_3 {
  color: #f1f5eb;
}
.cid-v91S9Bu7Hs .card-title_3 {
  color: #f1f5eb;
}
.cid-v91S9Bu7Hs .card-text_3 {
  color: #FEF6E9;
}
.cid-v91S9Bu7Hs .card-date_4 {
  color: #323432;
}
.cid-v91S9Bu7Hs .card-title_4 {
  color: #323432;
}
.cid-v91S9Bu7Hs .card-text_4 {
  color: #1C1000;
}
.cid-v91S9Bu7Hs .card-date_5 {
  color: #f1f5eb;
}
.cid-v91S9Bu7Hs .card-title_5 {
  color: #f1f5eb;
}
.cid-v91S9Bu7Hs .card-text_5 {
  color: #1C1000;
}
.cid-v91S9Bu7Hs .card-date_1,
.cid-v91S9Bu7Hs .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91S9Bu7Hs .card-title_1,
.cid-v91S9Bu7Hs .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91S9Bu7Hs .card-date_2,
.cid-v91S9Bu7Hs .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S9Bu7Hs .card-title_2,
.cid-v91S9Bu7Hs .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S9Bu7Hs .card-date_3,
.cid-v91S9Bu7Hs .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91S9Bu7Hs .card-title_3,
.cid-v91S9Bu7Hs .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91S9Bu7Hs .card-date_4,
.cid-v91S9Bu7Hs .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S9Bu7Hs .card-title_4,
.cid-v91S9Bu7Hs .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S9Bu7Hs .card-date_5,
.cid-v91S9Bu7Hs .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S9Bu7Hs .card-title_5,
.cid-v91S9Bu7Hs .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S9BMFRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S9BMFRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91S9BMFRY .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91S9BMFRY .image-wrapper {
    height: 350px;
  }
}
.cid-v91S9C1W3T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91S9C1W3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S9C1W3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S9C1W3T .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S9C1W3T .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91S9C1W3T .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91S9C1W3T .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91S9C1W3T .embla__slide .slide-content {
  width: 100%;
}
.cid-v91S9C1W3T .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91S9C1W3T .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91S9C1W3T .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91S9C1W3T .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91S9C1W3T .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91S9C1W3T .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91S9C1W3T .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91S9C1W3T .embla__button--next,
.cid-v91S9C1W3T .embla__button--prev {
  display: flex;
}
.cid-v91S9C1W3T .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91S9C1W3T .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91S9C1W3T .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91S9C1W3T .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91S9C1W3T .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91S9C1W3T .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91S9C1W3T .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91S9C1W3T .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91S9C1W3T .embla__viewport {
    padding: 0;
  }
}
.cid-v91S9C1W3T .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91S9C1W3T .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91S9C1W3T .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91S9C1W3T .mbr-section-title,
.cid-v91S9C1W3T .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S9C1W3T .card-number {
  color: #e6eddc;
}
.cid-v91S9C1W3T .card-title {
  color: #323432;
}
.cid-v91S9C1W3T .card-text {
  color: #1C1000;
}
.cid-v91S9C1W3T .card-number,
.cid-v91S9C1W3T .number-wrapper {
  color: #F5E8D2;
}
.cid-v91S9Coc8z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S9Coc8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S9Coc8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S9Coc8z .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91S9Coc8z .card-wrapper {
    padding: 20px;
  }
}
.cid-v91S9Coc8z .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91S9Coc8z .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91S9Coc8z .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91S9Coc8z .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91S9Coc8z .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91S9Coc8z .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91S9Coc8z .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91S9Coc8z .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91S9Coc8z .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91S9Coc8z .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S9Coc8z .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91S9Coc8z .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91S9Coc8z .mbr-section-title,
.cid-v91S9Coc8z .title-wrapper {
  color: #f1f5eb;
}
.cid-v91S9Coc8z .mbr-section-title,
.cid-v91S9Coc8z .mbr-section-btn,
.cid-v91S9Coc8z .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91S9CBvaH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S9CBvaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S9CBvaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S9CBvaH .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S9CBvaH .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91S9CBvaH .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91S9CBvaH .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91S9CBvaH .item {
    margin-bottom: 40px;
  }
}
.cid-v91S9CBvaH .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91S9CBvaH .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91S9CBvaH .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91S9CBvaH .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91S9CBvaH .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91S9CBvaH .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91S9CBvaH .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91S9CBvaH .mbr-section-title,
.cid-v91S9CBvaH .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S9CBvaH .card-number {
  color: #f1f5eb;
}
.cid-v91S9CBvaH .card-title {
  color: #323432;
}
.cid-v91S9CBvaH .card-text {
  color: #1C1000;
}
.cid-v91S9CBvaH .card-number,
.cid-v91S9CBvaH .number-wrapper {
  color: #FFFFFF;
}
.cid-v91S9CBvaH .card-title,
.cid-v91S9CBvaH .mbr-section-btn,
.cid-v91S9CBvaH .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91S9CT74G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91S9CT74G::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91S9CT74G::before {
    width: 40px;
  }
}
.cid-v91S9CT74G::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91S9CT74G::after {
    width: 40px;
  }
}
.cid-v91S9CT74G .item:focus,
.cid-v91S9CT74G span:focus {
  outline: none;
}
.cid-v91S9CT74G .item {
  cursor: pointer;
}
.cid-v91S9CT74G .grid-container {
  grid-row-gap: 24px;
}
.cid-v91S9CT74G .grid-container-1,
.cid-v91S9CT74G .grid-container-2,
.cid-v91S9CT74G .grid-container-3 {
  gap: 0 24px;
}
.cid-v91S9CT74G .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S9CT74G .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91S9CT74G .content-head {
  max-width: 800px;
}
.cid-v91S9CT74G .container,
.cid-v91S9CT74G .container-fluid {
  overflow: hidden;
}
.cid-v91S9CT74G .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91S9CT74G .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91S9CT74G .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91S9CT74G .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91S9CT74G .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91S9CT74G .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91S9CT74G .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91S9CT74G .grid-container-1,
.cid-v91S9CT74G .grid-container-2,
.cid-v91S9CT74G .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91S9CT74G .grid-container-1 {
  align-items: flex-end;
}
.cid-v91S9CT74G .grid-container-2 {
  align-items: flex-start;
}
.cid-v91S9DgQ27 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91S9DgQ27 .item:focus,
.cid-v91S9DgQ27 span:focus {
  outline: none;
}
.cid-v91S9DgQ27 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91S9DgQ27 .content-head {
  max-width: 800px;
}
.cid-v91S9DgQ27 .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91S9DgQ27 .item {
    min-height: 32.5px;
  }
}
.cid-v91S9Dumpg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S9Dumpg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S9Dumpg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S9Dumpg .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91S9Dumpg .card-wrapper {
    padding: 20px;
  }
}
.cid-v91S9Dumpg .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91S9Dumpg .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91S9Dumpg .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91S9Dumpg .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91S9Dumpg .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91S9Dumpg .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91S9Dumpg .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91S9Dumpg .title-wrapper {
    width: 100%;
  }
}
.cid-v91S9Dumpg .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S9Dumpg .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91S9Dumpg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91S9Dumpg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91S9Dumpg .embla__slide .slide-content {
  width: 100%;
}
.cid-v91S9Dumpg .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91S9Dumpg .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91S9Dumpg .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91S9Dumpg .embla__button--next,
.cid-v91S9Dumpg .embla__button--prev {
  display: flex;
}
.cid-v91S9Dumpg .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91S9Dumpg .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91S9Dumpg .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91S9Dumpg .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91S9Dumpg .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91S9Dumpg .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91S9Dumpg .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91S9Dumpg .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91S9Dumpg .embla {
    width: 100%;
  }
}
.cid-v91S9Dumpg .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91S9Dumpg .embla__viewport {
    padding: 0;
  }
}
.cid-v91S9Dumpg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91S9Dumpg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91S9Dumpg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91S9Dumpg .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91S9Dumpg .mbr-section-title,
.cid-v91S9Dumpg .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S9DN4be {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S9DN4be .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S9DN4be .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S9DN4be .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91S9DN4be .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91S9DN4be .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91S9DN4be .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91S9DN4be .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91S9DN4be .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91S9DN4be .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91S9DN4be .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91S9DN4be .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91S9DN4be .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91S9DN4be .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91S9DN4be .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91S9DN4be .mbr-section-title,
.cid-v91S9DN4be .border-wrapper {
  color: #FEF6E9;
}
.cid-v91S9E4eJR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S9E4eJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S9E4eJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S9E4eJR .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S9E4eJR .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91S9E4eJR .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91S9E4eJR .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S9E4eJR .item {
    margin-bottom: 20px;
  }
}
.cid-v91S9E4eJR .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91S9E4eJR .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91S9E4eJR .item .item-wrapper .card-box .card-title_1,
.cid-v91S9E4eJR .item .item-wrapper .card-box .card-title_2,
.cid-v91S9E4eJR .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91S9E4eJR .item .item-wrapper .card-box .card-text_1,
.cid-v91S9E4eJR .item .item-wrapper .card-box .card-text_2,
.cid-v91S9E4eJR .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91S9E4eJR .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_1,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_2,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91S9E4eJR .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91S9E4eJR .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91S9E4eJR .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91S9E4eJR .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91S9E4eJR .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91S9E4eJR .item .card_1 {
    transform: none;
  }
}
.cid-v91S9E4eJR .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91S9E4eJR .item .card_2 {
    transform: none;
  }
}
.cid-v91S9E4eJR .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91S9E4eJR .item .card_3 {
    transform: none;
  }
}
.cid-v91S9E4eJR .btn-wrapper {
  margin-top: -6%;
}
.cid-v91S9E4eJR .mbr-section-title,
.cid-v91S9E4eJR .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S9E4eJR .card-title_1 {
  color: #323432;
}
.cid-v91S9E4eJR .card-text_1 {
  color: #1C1000;
}
.cid-v91S9E4eJR .list_1 {
  color: #323432;
}
.cid-v91S9E4eJR .card-title_2 {
  color: #f1f5eb;
}
.cid-v91S9E4eJR .card-text_2 {
  color: #FEF6E9;
}
.cid-v91S9E4eJR .list_2 {
  color: #f1f5eb;
}
.cid-v91S9E4eJR .card-title_3 {
  color: #323432;
}
.cid-v91S9E4eJR .card-text_3 {
  color: #1C1000;
}
.cid-v91S9E4eJR .list_3 {
  color: #323432;
}
.cid-v91S9E4eJR .card-title_1,
.cid-v91S9E4eJR .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S9E4eJR .list_1,
.cid-v91S9E4eJR .item-wrap_1 {
  color: #1C1000;
}
.cid-v91S9E4eJR .card-title_2,
.cid-v91S9E4eJR .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91S9E4eJR .list_2,
.cid-v91S9E4eJR .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91S9E4eJR .card-title_3,
.cid-v91S9E4eJR .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S9E4eJR .list_3,
.cid-v91S9E4eJR .item-wrap_3 {
  color: #1C1000;
}
.cid-v91S9EkH7b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91S9EkH7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91S9EkH7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91S9EkH7b .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91S9EkH7b .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91S9EkH7b .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91S9EkH7b .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91S9EkH7b .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91S9EkH7b .item {
    margin-bottom: 20px;
  }
}
.cid-v91S9EkH7b .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91S9EkH7b .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91S9EkH7b .item .item-wrapper .card-box .card-title_1,
.cid-v91S9EkH7b .item .item-wrapper .card-box .card-title_2,
.cid-v91S9EkH7b .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91S9EkH7b .item .item-wrapper .card-box .card-text_1,
.cid-v91S9EkH7b .item .item-wrapper .card-box .card-text_2,
.cid-v91S9EkH7b .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91S9EkH7b .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91S9EkH7b .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91S9EkH7b .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91S9EkH7b .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91S9EkH7b .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91S9EkH7b .item .card_1 {
  background-color: #472d00;
}
.cid-v91S9EkH7b .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91S9EkH7b .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91S9EkH7b .btn-wrapper {
  margin-top: -6%;
}
.cid-v91S9EkH7b .mbr-section-title,
.cid-v91S9EkH7b .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91S9EkH7b .card-title_1 {
  color: #f1f5eb;
}
.cid-v91S9EkH7b .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91S9EkH7b .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91S9EkH7b .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91S9EkH7b .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91S9EkH7b .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91S9EkH7b .card-title_1,
.cid-v91S9EkH7b .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91S9EkH7b .card-title_2,
.cid-v91S9EkH7b .mbr-section-btn {
  color: #1C1000;
}
.cid-v91S9EkH7b .card-title_3,
.cid-v91S9EkH7b .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91SaGtwTh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91SaGtwTh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91SaGtwTh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91SaGtwTh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91SaGtwTh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91SaGtwTh .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91SaGtwTh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91SaGtwTh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91SaGtwTh .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91SaGtwTh .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91SaGtwTh .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91SaGtwTh .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91SaGtwTh .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91SaGtwTh .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91SaGtwTh .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91SaGtwTh .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91SaGtwTh .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91SaGtwTh .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91SaGtwTh .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91SaGtwTh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91SaGtwTh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91SaGtwTh .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91SaGtwTh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91SaGtwTh .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91SaGtwTh .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91SaGtwTh .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91SaGtwTh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91SaGtwTh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91SaGtwTh .container,
.cid-v91SaGtwTh .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91SaGtwTh .container,
  .cid-v91SaGtwTh .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91SaGtwTh .container,
  .cid-v91SaGtwTh .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91SaGtwTh .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91SaGtwTh .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91SaGtwTh .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91SaGtwTh .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91SaGtwTh .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91SaGtwTh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91SaGtwTh .nav-item:focus,
.cid-v91SaGtwTh .nav-link:focus {
  outline: none;
}
.cid-v91SaGtwTh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91SaGtwTh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91SaGtwTh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91SaGtwTh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91SaGtwTh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91SaGtwTh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91SaGtwTh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91SaGtwTh .navbar.opened {
  transition: all 0.3s;
}
.cid-v91SaGtwTh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91SaGtwTh .navbar .navbar-logo img {
  width: auto;
}
.cid-v91SaGtwTh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91SaGtwTh .navbar.collapsed {
  justify-content: center;
}
.cid-v91SaGtwTh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91SaGtwTh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91SaGtwTh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91SaGtwTh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91SaGtwTh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91SaGtwTh .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-v91SaGtwTh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91SaGtwTh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91SaGtwTh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91SaGtwTh .navbar {
    min-height: 72px;
  }
  .cid-v91SaGtwTh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91SaGtwTh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91SaGtwTh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91SaGtwTh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91SaGtwTh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91SaGtwTh .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-v91SaGtwTh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91SaGtwTh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91SaGtwTh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91SaGtwTh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91SaGtwTh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91SaGtwTh .dropdown-item.active,
.cid-v91SaGtwTh .dropdown-item:active {
  background-color: transparent;
}
.cid-v91SaGtwTh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91SaGtwTh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91SaGtwTh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91SaGtwTh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91SaGtwTh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91SaGtwTh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91SaGtwTh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91SaGtwTh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91SaGtwTh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91SaGtwTh .navbar-buttons {
    text-align: left;
  }
}
.cid-v91SaGtwTh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91SaGtwTh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91SaGtwTh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91SaGtwTh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91SaGtwTh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91SaGtwTh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91SaGtwTh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91SaGtwTh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91SaGtwTh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91SaGtwTh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91SaGtwTh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91SaGtwTh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91SaGtwTh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91SaGtwTh .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91SaGtwTh .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91SaGtwTh .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91SaGtwTh .navbar {
    height: 70px;
  }
  .cid-v91SaGtwTh .navbar.opened {
    height: auto;
  }
  .cid-v91SaGtwTh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91SaGtwTh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91SaGtwTh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91SaGtwTh .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91SaGtwTh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91SaGtwTh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91SaGtwTh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91SaGtwTh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91SaGtwTh .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91SaGtwTh .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91SaGtwTh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91SaGtwTh .navbar-brand {
    margin-right: auto;
  }
  .cid-v91SaGtwTh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91SaGtwTh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91SaGtwTh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91SaGtwTh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91SaGtwTh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91SaGtwTh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91SaGtwTh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91SaGtwTh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91SaGtwTh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91SaGtwTh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91SaGtwTh .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91SaGtwTh .content-wrap {
    display: block;
  }
}
.cid-v91SaGtwTh .nav-link,
.cid-v91SaGtwTh .dropdown-item {
  color: #1C1000;
}
.cid-v91SaHxXqb {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91SaHxXqb .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91SaHxXqb .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91SaHxXqb .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91SaHxXqb .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91SaHxXqb .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91SaHxXqb .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91SaHxXqb .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91SaHxXqb .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91SaHxXqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SaHxXqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SaHxXqb .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91SaHxXqb .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91SaHxXqb .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91SaHxXqb .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91SaHxXqb .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91SaHxXqb .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91SaHxXqb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91SaHxXqb .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91SaHxXqb .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91SaHxXqb .mbr-section-title {
  color: #323432;
}
.cid-v91SaHxXqb .mbr-text,
.cid-v91SaHxXqb .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SaHxXqb .mbr-section-title,
.cid-v91SaHxXqb .mbr-section-btn,
.cid-v91SaHxXqb .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91SaHLyLZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SaHLyLZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SaHLyLZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SaHLyLZ .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SaHLyLZ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91SaHLyLZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91SaHLyLZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91SaHLyLZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91SaHLyLZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91SaHLyLZ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91SaHLyLZ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91SaHLyLZ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91SaHLyLZ .item {
    margin-bottom: 20px;
  }
}
.cid-v91SaHLyLZ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91SaHLyLZ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91SaHLyLZ .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91SaHLyLZ .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91SaHLyLZ .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91SaHLyLZ .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91SaHLyLZ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91SaHLyLZ .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91SaHLyLZ .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91SaHLyLZ .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91SaHLyLZ .btn-wrapper {
  margin-top: -6%;
}
.cid-v91SaHLyLZ .mbr-section-title,
.cid-v91SaHLyLZ .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SaHLyLZ .mbr-text,
.cid-v91SaHLyLZ .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SaHLyLZ .card-title {
  color: #f1f5eb;
}
.cid-v91SaHLyLZ .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91SaHLyLZ .card-title,
.cid-v91SaHLyLZ .mbr-section-btn {
  text-align: center;
}
.cid-v91SaI3YLx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91SaI3YLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SaI3YLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SaI3YLx .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SaI3YLx .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91SaI3YLx .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91SaI3YLx .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91SaI3YLx .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91SaI3YLx .item {
    margin-bottom: 40px;
  }
}
.cid-v91SaI3YLx .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91SaI3YLx .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91SaI3YLx .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91SaI3YLx .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91SaI3YLx .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91SaI3YLx .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91SaI3YLx .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91SaI3YLx .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91SaI3YLx .mbr-section-title,
.cid-v91SaI3YLx .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SaI3YLx .card-title {
  color: #323432;
}
.cid-v91SaI3YLx .card-text {
  color: #1C1000;
}
.cid-v91SaI3YLx .card-title,
.cid-v91SaI3YLx .mbr-section-btn,
.cid-v91SaI3YLx .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91SaIoS3L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91SaIoS3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SaIoS3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SaIoS3L .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SaIoS3L .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91SaIoS3L .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91SaIoS3L .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91SaIoS3L .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91SaIoS3L .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91SaIoS3L .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91SaIoS3L .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91SaIoS3L .embla__slide .slide-content {
  width: 100%;
}
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91SaIoS3L .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91SaIoS3L .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91SaIoS3L .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91SaIoS3L .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91SaIoS3L .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91SaIoS3L .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91SaIoS3L .embla__button--next,
.cid-v91SaIoS3L .embla__button--prev {
  display: flex;
}
.cid-v91SaIoS3L .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91SaIoS3L .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91SaIoS3L .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91SaIoS3L .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91SaIoS3L .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91SaIoS3L .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91SaIoS3L .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91SaIoS3L .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91SaIoS3L .embla__viewport {
    padding: 0;
  }
}
.cid-v91SaIoS3L .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91SaIoS3L .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91SaIoS3L .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91SaIoS3L .btn-wrapper {
  margin-top: -6%;
}
.cid-v91SaIoS3L .mbr-section-title,
.cid-v91SaIoS3L .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SaIoS3L .mbr-text,
.cid-v91SaIoS3L .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SaIoS3L .card-date_1 {
  color: #f1f5eb;
}
.cid-v91SaIoS3L .card-title_1 {
  color: #f1f5eb;
}
.cid-v91SaIoS3L .card-text_1 {
  color: #FEF6E9;
}
.cid-v91SaIoS3L .card-date_2 {
  color: #323432;
}
.cid-v91SaIoS3L .card-title_2 {
  color: #323432;
}
.cid-v91SaIoS3L .card-text_2 {
  color: #1C1000;
}
.cid-v91SaIoS3L .card-date_3 {
  color: #f1f5eb;
}
.cid-v91SaIoS3L .card-title_3 {
  color: #f1f5eb;
}
.cid-v91SaIoS3L .card-text_3 {
  color: #FEF6E9;
}
.cid-v91SaIoS3L .card-date_4 {
  color: #323432;
}
.cid-v91SaIoS3L .card-title_4 {
  color: #323432;
}
.cid-v91SaIoS3L .card-text_4 {
  color: #1C1000;
}
.cid-v91SaIoS3L .card-date_5 {
  color: #f1f5eb;
}
.cid-v91SaIoS3L .card-title_5 {
  color: #f1f5eb;
}
.cid-v91SaIoS3L .card-text_5 {
  color: #1C1000;
}
.cid-v91SaIoS3L .card-date_1,
.cid-v91SaIoS3L .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91SaIoS3L .card-title_1,
.cid-v91SaIoS3L .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91SaIoS3L .card-date_2,
.cid-v91SaIoS3L .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SaIoS3L .card-title_2,
.cid-v91SaIoS3L .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SaIoS3L .card-date_3,
.cid-v91SaIoS3L .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91SaIoS3L .card-title_3,
.cid-v91SaIoS3L .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91SaIoS3L .card-date_4,
.cid-v91SaIoS3L .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SaIoS3L .card-title_4,
.cid-v91SaIoS3L .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SaIoS3L .card-date_5,
.cid-v91SaIoS3L .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SaIoS3L .card-title_5,
.cid-v91SaIoS3L .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SaIGUVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SaIGUVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91SaIGUVQ .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91SaIGUVQ .image-wrapper {
    height: 350px;
  }
}
.cid-v91SaIUHrJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91SaIUHrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SaIUHrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SaIUHrJ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SaIUHrJ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91SaIUHrJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91SaIUHrJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91SaIUHrJ .embla__slide .slide-content {
  width: 100%;
}
.cid-v91SaIUHrJ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91SaIUHrJ .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91SaIUHrJ .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91SaIUHrJ .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91SaIUHrJ .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91SaIUHrJ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91SaIUHrJ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91SaIUHrJ .embla__button--next,
.cid-v91SaIUHrJ .embla__button--prev {
  display: flex;
}
.cid-v91SaIUHrJ .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91SaIUHrJ .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91SaIUHrJ .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91SaIUHrJ .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91SaIUHrJ .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91SaIUHrJ .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91SaIUHrJ .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91SaIUHrJ .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91SaIUHrJ .embla__viewport {
    padding: 0;
  }
}
.cid-v91SaIUHrJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91SaIUHrJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91SaIUHrJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91SaIUHrJ .mbr-section-title,
.cid-v91SaIUHrJ .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SaIUHrJ .card-number {
  color: #e6eddc;
}
.cid-v91SaIUHrJ .card-title {
  color: #323432;
}
.cid-v91SaIUHrJ .card-text {
  color: #1C1000;
}
.cid-v91SaIUHrJ .card-number,
.cid-v91SaIUHrJ .number-wrapper {
  color: #F5E8D2;
}
.cid-v91SaJhAfc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SaJhAfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SaJhAfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SaJhAfc .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91SaJhAfc .card-wrapper {
    padding: 20px;
  }
}
.cid-v91SaJhAfc .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91SaJhAfc .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91SaJhAfc .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91SaJhAfc .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91SaJhAfc .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91SaJhAfc .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91SaJhAfc .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91SaJhAfc .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91SaJhAfc .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91SaJhAfc .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SaJhAfc .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91SaJhAfc .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91SaJhAfc .mbr-section-title,
.cid-v91SaJhAfc .title-wrapper {
  color: #f1f5eb;
}
.cid-v91SaJhAfc .mbr-section-title,
.cid-v91SaJhAfc .mbr-section-btn,
.cid-v91SaJhAfc .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91SaJxqXK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SaJxqXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SaJxqXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SaJxqXK .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SaJxqXK .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91SaJxqXK .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91SaJxqXK .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91SaJxqXK .item {
    margin-bottom: 40px;
  }
}
.cid-v91SaJxqXK .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91SaJxqXK .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91SaJxqXK .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91SaJxqXK .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91SaJxqXK .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91SaJxqXK .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91SaJxqXK .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91SaJxqXK .mbr-section-title,
.cid-v91SaJxqXK .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SaJxqXK .card-number {
  color: #f1f5eb;
}
.cid-v91SaJxqXK .card-title {
  color: #323432;
}
.cid-v91SaJxqXK .card-text {
  color: #1C1000;
}
.cid-v91SaJxqXK .card-number,
.cid-v91SaJxqXK .number-wrapper {
  color: #FFFFFF;
}
.cid-v91SaJxqXK .card-title,
.cid-v91SaJxqXK .mbr-section-btn,
.cid-v91SaJxqXK .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91SaJW7I3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91SaJW7I3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91SaJW7I3::before {
    width: 40px;
  }
}
.cid-v91SaJW7I3::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91SaJW7I3::after {
    width: 40px;
  }
}
.cid-v91SaJW7I3 .item:focus,
.cid-v91SaJW7I3 span:focus {
  outline: none;
}
.cid-v91SaJW7I3 .item {
  cursor: pointer;
}
.cid-v91SaJW7I3 .grid-container {
  grid-row-gap: 24px;
}
.cid-v91SaJW7I3 .grid-container-1,
.cid-v91SaJW7I3 .grid-container-2,
.cid-v91SaJW7I3 .grid-container-3 {
  gap: 0 24px;
}
.cid-v91SaJW7I3 .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SaJW7I3 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91SaJW7I3 .content-head {
  max-width: 800px;
}
.cid-v91SaJW7I3 .container,
.cid-v91SaJW7I3 .container-fluid {
  overflow: hidden;
}
.cid-v91SaJW7I3 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91SaJW7I3 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91SaJW7I3 .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91SaJW7I3 .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91SaJW7I3 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91SaJW7I3 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91SaJW7I3 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91SaJW7I3 .grid-container-1,
.cid-v91SaJW7I3 .grid-container-2,
.cid-v91SaJW7I3 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91SaJW7I3 .grid-container-1 {
  align-items: flex-end;
}
.cid-v91SaJW7I3 .grid-container-2 {
  align-items: flex-start;
}
.cid-v91SaKcnB2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91SaKcnB2 .item:focus,
.cid-v91SaKcnB2 span:focus {
  outline: none;
}
.cid-v91SaKcnB2 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91SaKcnB2 .content-head {
  max-width: 800px;
}
.cid-v91SaKcnB2 .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91SaKcnB2 .item {
    min-height: 32.5px;
  }
}
.cid-v91SaKAePf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SaKAePf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SaKAePf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SaKAePf .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91SaKAePf .card-wrapper {
    padding: 20px;
  }
}
.cid-v91SaKAePf .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91SaKAePf .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91SaKAePf .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91SaKAePf .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91SaKAePf .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91SaKAePf .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91SaKAePf .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91SaKAePf .title-wrapper {
    width: 100%;
  }
}
.cid-v91SaKAePf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SaKAePf .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91SaKAePf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91SaKAePf .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91SaKAePf .embla__slide .slide-content {
  width: 100%;
}
.cid-v91SaKAePf .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91SaKAePf .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91SaKAePf .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91SaKAePf .embla__button--next,
.cid-v91SaKAePf .embla__button--prev {
  display: flex;
}
.cid-v91SaKAePf .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91SaKAePf .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91SaKAePf .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91SaKAePf .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91SaKAePf .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91SaKAePf .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91SaKAePf .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91SaKAePf .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91SaKAePf .embla {
    width: 100%;
  }
}
.cid-v91SaKAePf .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91SaKAePf .embla__viewport {
    padding: 0;
  }
}
.cid-v91SaKAePf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91SaKAePf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91SaKAePf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91SaKAePf .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91SaKAePf .mbr-section-title,
.cid-v91SaKAePf .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SaKUdM7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SaKUdM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SaKUdM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SaKUdM7 .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91SaKUdM7 .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91SaKUdM7 .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91SaKUdM7 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91SaKUdM7 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91SaKUdM7 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91SaKUdM7 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91SaKUdM7 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91SaKUdM7 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91SaKUdM7 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91SaKUdM7 .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91SaKUdM7 .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91SaKUdM7 .mbr-section-title,
.cid-v91SaKUdM7 .border-wrapper {
  color: #FEF6E9;
}
.cid-v91SaLcwNR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SaLcwNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SaLcwNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SaLcwNR .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SaLcwNR .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91SaLcwNR .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91SaLcwNR .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SaLcwNR .item {
    margin-bottom: 20px;
  }
}
.cid-v91SaLcwNR .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91SaLcwNR .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91SaLcwNR .item .item-wrapper .card-box .card-title_1,
.cid-v91SaLcwNR .item .item-wrapper .card-box .card-title_2,
.cid-v91SaLcwNR .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91SaLcwNR .item .item-wrapper .card-box .card-text_1,
.cid-v91SaLcwNR .item .item-wrapper .card-box .card-text_2,
.cid-v91SaLcwNR .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91SaLcwNR .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_1,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_2,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91SaLcwNR .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91SaLcwNR .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91SaLcwNR .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91SaLcwNR .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91SaLcwNR .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91SaLcwNR .item .card_1 {
    transform: none;
  }
}
.cid-v91SaLcwNR .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91SaLcwNR .item .card_2 {
    transform: none;
  }
}
.cid-v91SaLcwNR .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91SaLcwNR .item .card_3 {
    transform: none;
  }
}
.cid-v91SaLcwNR .btn-wrapper {
  margin-top: -6%;
}
.cid-v91SaLcwNR .mbr-section-title,
.cid-v91SaLcwNR .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SaLcwNR .card-title_1 {
  color: #323432;
}
.cid-v91SaLcwNR .card-text_1 {
  color: #1C1000;
}
.cid-v91SaLcwNR .list_1 {
  color: #323432;
}
.cid-v91SaLcwNR .card-title_2 {
  color: #f1f5eb;
}
.cid-v91SaLcwNR .card-text_2 {
  color: #FEF6E9;
}
.cid-v91SaLcwNR .list_2 {
  color: #f1f5eb;
}
.cid-v91SaLcwNR .card-title_3 {
  color: #323432;
}
.cid-v91SaLcwNR .card-text_3 {
  color: #1C1000;
}
.cid-v91SaLcwNR .list_3 {
  color: #323432;
}
.cid-v91SaLcwNR .card-title_1,
.cid-v91SaLcwNR .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SaLcwNR .list_1,
.cid-v91SaLcwNR .item-wrap_1 {
  color: #1C1000;
}
.cid-v91SaLcwNR .card-title_2,
.cid-v91SaLcwNR .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91SaLcwNR .list_2,
.cid-v91SaLcwNR .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91SaLcwNR .card-title_3,
.cid-v91SaLcwNR .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SaLcwNR .list_3,
.cid-v91SaLcwNR .item-wrap_3 {
  color: #1C1000;
}
.cid-v91SaLtq5S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SaLtq5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SaLtq5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SaLtq5S .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SaLtq5S .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91SaLtq5S .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91SaLtq5S .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91SaLtq5S .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91SaLtq5S .item {
    margin-bottom: 20px;
  }
}
.cid-v91SaLtq5S .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91SaLtq5S .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91SaLtq5S .item .item-wrapper .card-box .card-title_1,
.cid-v91SaLtq5S .item .item-wrapper .card-box .card-title_2,
.cid-v91SaLtq5S .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91SaLtq5S .item .item-wrapper .card-box .card-text_1,
.cid-v91SaLtq5S .item .item-wrapper .card-box .card-text_2,
.cid-v91SaLtq5S .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91SaLtq5S .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91SaLtq5S .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91SaLtq5S .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91SaLtq5S .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91SaLtq5S .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91SaLtq5S .item .card_1 {
  background-color: #472d00;
}
.cid-v91SaLtq5S .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91SaLtq5S .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91SaLtq5S .btn-wrapper {
  margin-top: -6%;
}
.cid-v91SaLtq5S .mbr-section-title,
.cid-v91SaLtq5S .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SaLtq5S .card-title_1 {
  color: #f1f5eb;
}
.cid-v91SaLtq5S .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91SaLtq5S .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91SaLtq5S .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91SaLtq5S .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91SaLtq5S .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91SaLtq5S .card-title_1,
.cid-v91SaLtq5S .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91SaLtq5S .card-title_2,
.cid-v91SaLtq5S .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SaLtq5S .card-title_3,
.cid-v91SaLtq5S .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91SbBomlW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91SbBomlW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91SbBomlW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91SbBomlW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91SbBomlW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91SbBomlW .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91SbBomlW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91SbBomlW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91SbBomlW .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91SbBomlW .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91SbBomlW .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91SbBomlW .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91SbBomlW .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91SbBomlW .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91SbBomlW .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91SbBomlW .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91SbBomlW .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91SbBomlW .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91SbBomlW .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91SbBomlW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91SbBomlW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91SbBomlW .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91SbBomlW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91SbBomlW .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91SbBomlW .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91SbBomlW .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91SbBomlW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91SbBomlW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91SbBomlW .container,
.cid-v91SbBomlW .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91SbBomlW .container,
  .cid-v91SbBomlW .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91SbBomlW .container,
  .cid-v91SbBomlW .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91SbBomlW .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91SbBomlW .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91SbBomlW .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91SbBomlW .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91SbBomlW .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91SbBomlW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91SbBomlW .nav-item:focus,
.cid-v91SbBomlW .nav-link:focus {
  outline: none;
}
.cid-v91SbBomlW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91SbBomlW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91SbBomlW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91SbBomlW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91SbBomlW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91SbBomlW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91SbBomlW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91SbBomlW .navbar.opened {
  transition: all 0.3s;
}
.cid-v91SbBomlW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91SbBomlW .navbar .navbar-logo img {
  width: auto;
}
.cid-v91SbBomlW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91SbBomlW .navbar.collapsed {
  justify-content: center;
}
.cid-v91SbBomlW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91SbBomlW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91SbBomlW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91SbBomlW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91SbBomlW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91SbBomlW .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-v91SbBomlW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91SbBomlW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91SbBomlW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91SbBomlW .navbar {
    min-height: 72px;
  }
  .cid-v91SbBomlW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91SbBomlW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91SbBomlW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91SbBomlW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91SbBomlW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91SbBomlW .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-v91SbBomlW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91SbBomlW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91SbBomlW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91SbBomlW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91SbBomlW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91SbBomlW .dropdown-item.active,
.cid-v91SbBomlW .dropdown-item:active {
  background-color: transparent;
}
.cid-v91SbBomlW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91SbBomlW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91SbBomlW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91SbBomlW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91SbBomlW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91SbBomlW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91SbBomlW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91SbBomlW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91SbBomlW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91SbBomlW .navbar-buttons {
    text-align: left;
  }
}
.cid-v91SbBomlW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91SbBomlW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91SbBomlW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91SbBomlW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91SbBomlW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91SbBomlW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91SbBomlW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91SbBomlW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91SbBomlW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91SbBomlW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91SbBomlW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91SbBomlW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91SbBomlW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91SbBomlW .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91SbBomlW .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91SbBomlW .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91SbBomlW .navbar {
    height: 70px;
  }
  .cid-v91SbBomlW .navbar.opened {
    height: auto;
  }
  .cid-v91SbBomlW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91SbBomlW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91SbBomlW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91SbBomlW .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91SbBomlW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91SbBomlW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91SbBomlW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91SbBomlW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91SbBomlW .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91SbBomlW .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91SbBomlW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91SbBomlW .navbar-brand {
    margin-right: auto;
  }
  .cid-v91SbBomlW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91SbBomlW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91SbBomlW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91SbBomlW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91SbBomlW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91SbBomlW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91SbBomlW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91SbBomlW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91SbBomlW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91SbBomlW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91SbBomlW .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91SbBomlW .content-wrap {
    display: block;
  }
}
.cid-v91SbBomlW .nav-link,
.cid-v91SbBomlW .dropdown-item {
  color: #1C1000;
}
.cid-v91SbCC2fE {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91SbCC2fE .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91SbCC2fE .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91SbCC2fE .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91SbCC2fE .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91SbCC2fE .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91SbCC2fE .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91SbCC2fE .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91SbCC2fE .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91SbCC2fE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SbCC2fE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SbCC2fE .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91SbCC2fE .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91SbCC2fE .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91SbCC2fE .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91SbCC2fE .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91SbCC2fE .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91SbCC2fE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91SbCC2fE .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91SbCC2fE .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91SbCC2fE .mbr-section-title {
  color: #323432;
}
.cid-v91SbCC2fE .mbr-text,
.cid-v91SbCC2fE .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SbCC2fE .mbr-section-title,
.cid-v91SbCC2fE .mbr-section-btn,
.cid-v91SbCC2fE .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91SbCT8F2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SbCT8F2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SbCT8F2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SbCT8F2 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SbCT8F2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91SbCT8F2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91SbCT8F2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91SbCT8F2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91SbCT8F2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91SbCT8F2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91SbCT8F2 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91SbCT8F2 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91SbCT8F2 .item {
    margin-bottom: 20px;
  }
}
.cid-v91SbCT8F2 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91SbCT8F2 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91SbCT8F2 .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91SbCT8F2 .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91SbCT8F2 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91SbCT8F2 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91SbCT8F2 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91SbCT8F2 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91SbCT8F2 .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91SbCT8F2 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91SbCT8F2 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91SbCT8F2 .mbr-section-title,
.cid-v91SbCT8F2 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SbCT8F2 .mbr-text,
.cid-v91SbCT8F2 .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SbCT8F2 .card-title {
  color: #f1f5eb;
}
.cid-v91SbCT8F2 .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91SbCT8F2 .card-title,
.cid-v91SbCT8F2 .mbr-section-btn {
  text-align: center;
}
.cid-v91SbDeJxm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91SbDeJxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SbDeJxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SbDeJxm .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SbDeJxm .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91SbDeJxm .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91SbDeJxm .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91SbDeJxm .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91SbDeJxm .item {
    margin-bottom: 40px;
  }
}
.cid-v91SbDeJxm .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91SbDeJxm .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91SbDeJxm .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91SbDeJxm .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91SbDeJxm .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91SbDeJxm .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91SbDeJxm .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91SbDeJxm .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91SbDeJxm .mbr-section-title,
.cid-v91SbDeJxm .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SbDeJxm .card-title {
  color: #323432;
}
.cid-v91SbDeJxm .card-text {
  color: #1C1000;
}
.cid-v91SbDeJxm .card-title,
.cid-v91SbDeJxm .mbr-section-btn,
.cid-v91SbDeJxm .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91SbDBn3E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91SbDBn3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SbDBn3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SbDBn3E .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SbDBn3E .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91SbDBn3E .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91SbDBn3E .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91SbDBn3E .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91SbDBn3E .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91SbDBn3E .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91SbDBn3E .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91SbDBn3E .embla__slide .slide-content {
  width: 100%;
}
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91SbDBn3E .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91SbDBn3E .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91SbDBn3E .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91SbDBn3E .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91SbDBn3E .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91SbDBn3E .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91SbDBn3E .embla__button--next,
.cid-v91SbDBn3E .embla__button--prev {
  display: flex;
}
.cid-v91SbDBn3E .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91SbDBn3E .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91SbDBn3E .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91SbDBn3E .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91SbDBn3E .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91SbDBn3E .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91SbDBn3E .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91SbDBn3E .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91SbDBn3E .embla__viewport {
    padding: 0;
  }
}
.cid-v91SbDBn3E .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91SbDBn3E .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91SbDBn3E .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91SbDBn3E .btn-wrapper {
  margin-top: -6%;
}
.cid-v91SbDBn3E .mbr-section-title,
.cid-v91SbDBn3E .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SbDBn3E .mbr-text,
.cid-v91SbDBn3E .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SbDBn3E .card-date_1 {
  color: #f1f5eb;
}
.cid-v91SbDBn3E .card-title_1 {
  color: #f1f5eb;
}
.cid-v91SbDBn3E .card-text_1 {
  color: #FEF6E9;
}
.cid-v91SbDBn3E .card-date_2 {
  color: #323432;
}
.cid-v91SbDBn3E .card-title_2 {
  color: #323432;
}
.cid-v91SbDBn3E .card-text_2 {
  color: #1C1000;
}
.cid-v91SbDBn3E .card-date_3 {
  color: #f1f5eb;
}
.cid-v91SbDBn3E .card-title_3 {
  color: #f1f5eb;
}
.cid-v91SbDBn3E .card-text_3 {
  color: #FEF6E9;
}
.cid-v91SbDBn3E .card-date_4 {
  color: #323432;
}
.cid-v91SbDBn3E .card-title_4 {
  color: #323432;
}
.cid-v91SbDBn3E .card-text_4 {
  color: #1C1000;
}
.cid-v91SbDBn3E .card-date_5 {
  color: #f1f5eb;
}
.cid-v91SbDBn3E .card-title_5 {
  color: #f1f5eb;
}
.cid-v91SbDBn3E .card-text_5 {
  color: #1C1000;
}
.cid-v91SbDBn3E .card-date_1,
.cid-v91SbDBn3E .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91SbDBn3E .card-title_1,
.cid-v91SbDBn3E .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91SbDBn3E .card-date_2,
.cid-v91SbDBn3E .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SbDBn3E .card-title_2,
.cid-v91SbDBn3E .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SbDBn3E .card-date_3,
.cid-v91SbDBn3E .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91SbDBn3E .card-title_3,
.cid-v91SbDBn3E .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91SbDBn3E .card-date_4,
.cid-v91SbDBn3E .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SbDBn3E .card-title_4,
.cid-v91SbDBn3E .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SbDBn3E .card-date_5,
.cid-v91SbDBn3E .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SbDBn3E .card-title_5,
.cid-v91SbDBn3E .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SbDYwyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SbDYwyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91SbDYwyq .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91SbDYwyq .image-wrapper {
    height: 350px;
  }
}
.cid-v91SbEeQ1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91SbEeQ1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SbEeQ1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SbEeQ1s .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SbEeQ1s .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91SbEeQ1s .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91SbEeQ1s .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91SbEeQ1s .embla__slide .slide-content {
  width: 100%;
}
.cid-v91SbEeQ1s .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91SbEeQ1s .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91SbEeQ1s .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91SbEeQ1s .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91SbEeQ1s .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91SbEeQ1s .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91SbEeQ1s .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91SbEeQ1s .embla__button--next,
.cid-v91SbEeQ1s .embla__button--prev {
  display: flex;
}
.cid-v91SbEeQ1s .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91SbEeQ1s .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91SbEeQ1s .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91SbEeQ1s .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91SbEeQ1s .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91SbEeQ1s .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91SbEeQ1s .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91SbEeQ1s .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91SbEeQ1s .embla__viewport {
    padding: 0;
  }
}
.cid-v91SbEeQ1s .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91SbEeQ1s .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91SbEeQ1s .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91SbEeQ1s .mbr-section-title,
.cid-v91SbEeQ1s .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SbEeQ1s .card-number {
  color: #e6eddc;
}
.cid-v91SbEeQ1s .card-title {
  color: #323432;
}
.cid-v91SbEeQ1s .card-text {
  color: #1C1000;
}
.cid-v91SbEeQ1s .card-number,
.cid-v91SbEeQ1s .number-wrapper {
  color: #F5E8D2;
}
.cid-v91SbEITGi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SbEITGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SbEITGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SbEITGi .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91SbEITGi .card-wrapper {
    padding: 20px;
  }
}
.cid-v91SbEITGi .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91SbEITGi .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91SbEITGi .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91SbEITGi .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91SbEITGi .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91SbEITGi .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91SbEITGi .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91SbEITGi .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91SbEITGi .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91SbEITGi .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SbEITGi .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91SbEITGi .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91SbEITGi .mbr-section-title,
.cid-v91SbEITGi .title-wrapper {
  color: #f1f5eb;
}
.cid-v91SbEITGi .mbr-section-title,
.cid-v91SbEITGi .mbr-section-btn,
.cid-v91SbEITGi .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91SbF3yBB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SbF3yBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SbF3yBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SbF3yBB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SbF3yBB .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91SbF3yBB .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91SbF3yBB .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91SbF3yBB .item {
    margin-bottom: 40px;
  }
}
.cid-v91SbF3yBB .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91SbF3yBB .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91SbF3yBB .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91SbF3yBB .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91SbF3yBB .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91SbF3yBB .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91SbF3yBB .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91SbF3yBB .mbr-section-title,
.cid-v91SbF3yBB .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SbF3yBB .card-number {
  color: #f1f5eb;
}
.cid-v91SbF3yBB .card-title {
  color: #323432;
}
.cid-v91SbF3yBB .card-text {
  color: #1C1000;
}
.cid-v91SbF3yBB .card-number,
.cid-v91SbF3yBB .number-wrapper {
  color: #FFFFFF;
}
.cid-v91SbF3yBB .card-title,
.cid-v91SbF3yBB .mbr-section-btn,
.cid-v91SbF3yBB .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91SbFnpIa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91SbFnpIa::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91SbFnpIa::before {
    width: 40px;
  }
}
.cid-v91SbFnpIa::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91SbFnpIa::after {
    width: 40px;
  }
}
.cid-v91SbFnpIa .item:focus,
.cid-v91SbFnpIa span:focus {
  outline: none;
}
.cid-v91SbFnpIa .item {
  cursor: pointer;
}
.cid-v91SbFnpIa .grid-container {
  grid-row-gap: 24px;
}
.cid-v91SbFnpIa .grid-container-1,
.cid-v91SbFnpIa .grid-container-2,
.cid-v91SbFnpIa .grid-container-3 {
  gap: 0 24px;
}
.cid-v91SbFnpIa .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SbFnpIa .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91SbFnpIa .content-head {
  max-width: 800px;
}
.cid-v91SbFnpIa .container,
.cid-v91SbFnpIa .container-fluid {
  overflow: hidden;
}
.cid-v91SbFnpIa .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91SbFnpIa .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91SbFnpIa .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91SbFnpIa .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91SbFnpIa .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91SbFnpIa .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91SbFnpIa .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91SbFnpIa .grid-container-1,
.cid-v91SbFnpIa .grid-container-2,
.cid-v91SbFnpIa .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91SbFnpIa .grid-container-1 {
  align-items: flex-end;
}
.cid-v91SbFnpIa .grid-container-2 {
  align-items: flex-start;
}
.cid-v91SbFGKtz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91SbFGKtz .item:focus,
.cid-v91SbFGKtz span:focus {
  outline: none;
}
.cid-v91SbFGKtz .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91SbFGKtz .content-head {
  max-width: 800px;
}
.cid-v91SbFGKtz .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91SbFGKtz .item {
    min-height: 32.5px;
  }
}
.cid-v91SbFYPRQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SbFYPRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SbFYPRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SbFYPRQ .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91SbFYPRQ .card-wrapper {
    padding: 20px;
  }
}
.cid-v91SbFYPRQ .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91SbFYPRQ .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91SbFYPRQ .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91SbFYPRQ .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91SbFYPRQ .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91SbFYPRQ .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91SbFYPRQ .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91SbFYPRQ .title-wrapper {
    width: 100%;
  }
}
.cid-v91SbFYPRQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SbFYPRQ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91SbFYPRQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91SbFYPRQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91SbFYPRQ .embla__slide .slide-content {
  width: 100%;
}
.cid-v91SbFYPRQ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91SbFYPRQ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91SbFYPRQ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91SbFYPRQ .embla__button--next,
.cid-v91SbFYPRQ .embla__button--prev {
  display: flex;
}
.cid-v91SbFYPRQ .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91SbFYPRQ .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91SbFYPRQ .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91SbFYPRQ .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91SbFYPRQ .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91SbFYPRQ .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91SbFYPRQ .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91SbFYPRQ .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91SbFYPRQ .embla {
    width: 100%;
  }
}
.cid-v91SbFYPRQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91SbFYPRQ .embla__viewport {
    padding: 0;
  }
}
.cid-v91SbFYPRQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91SbFYPRQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91SbFYPRQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91SbFYPRQ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91SbFYPRQ .mbr-section-title,
.cid-v91SbFYPRQ .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SbGmnl0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SbGmnl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SbGmnl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SbGmnl0 .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91SbGmnl0 .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91SbGmnl0 .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91SbGmnl0 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91SbGmnl0 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91SbGmnl0 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91SbGmnl0 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91SbGmnl0 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91SbGmnl0 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91SbGmnl0 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91SbGmnl0 .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91SbGmnl0 .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91SbGmnl0 .mbr-section-title,
.cid-v91SbGmnl0 .border-wrapper {
  color: #FEF6E9;
}
.cid-v91SbGH1nh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SbGH1nh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SbGH1nh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SbGH1nh .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SbGH1nh .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91SbGH1nh .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91SbGH1nh .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SbGH1nh .item {
    margin-bottom: 20px;
  }
}
.cid-v91SbGH1nh .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91SbGH1nh .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91SbGH1nh .item .item-wrapper .card-box .card-title_1,
.cid-v91SbGH1nh .item .item-wrapper .card-box .card-title_2,
.cid-v91SbGH1nh .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91SbGH1nh .item .item-wrapper .card-box .card-text_1,
.cid-v91SbGH1nh .item .item-wrapper .card-box .card-text_2,
.cid-v91SbGH1nh .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91SbGH1nh .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_1,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_2,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91SbGH1nh .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91SbGH1nh .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91SbGH1nh .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91SbGH1nh .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91SbGH1nh .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91SbGH1nh .item .card_1 {
    transform: none;
  }
}
.cid-v91SbGH1nh .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91SbGH1nh .item .card_2 {
    transform: none;
  }
}
.cid-v91SbGH1nh .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91SbGH1nh .item .card_3 {
    transform: none;
  }
}
.cid-v91SbGH1nh .btn-wrapper {
  margin-top: -6%;
}
.cid-v91SbGH1nh .mbr-section-title,
.cid-v91SbGH1nh .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SbGH1nh .card-title_1 {
  color: #323432;
}
.cid-v91SbGH1nh .card-text_1 {
  color: #1C1000;
}
.cid-v91SbGH1nh .list_1 {
  color: #323432;
}
.cid-v91SbGH1nh .card-title_2 {
  color: #f1f5eb;
}
.cid-v91SbGH1nh .card-text_2 {
  color: #FEF6E9;
}
.cid-v91SbGH1nh .list_2 {
  color: #f1f5eb;
}
.cid-v91SbGH1nh .card-title_3 {
  color: #323432;
}
.cid-v91SbGH1nh .card-text_3 {
  color: #1C1000;
}
.cid-v91SbGH1nh .list_3 {
  color: #323432;
}
.cid-v91SbGH1nh .card-title_1,
.cid-v91SbGH1nh .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SbGH1nh .list_1,
.cid-v91SbGH1nh .item-wrap_1 {
  color: #1C1000;
}
.cid-v91SbGH1nh .card-title_2,
.cid-v91SbGH1nh .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91SbGH1nh .list_2,
.cid-v91SbGH1nh .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91SbGH1nh .card-title_3,
.cid-v91SbGH1nh .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SbGH1nh .list_3,
.cid-v91SbGH1nh .item-wrap_3 {
  color: #1C1000;
}
.cid-v91SbH19Oq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SbH19Oq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SbH19Oq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SbH19Oq .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SbH19Oq .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91SbH19Oq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91SbH19Oq .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91SbH19Oq .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91SbH19Oq .item {
    margin-bottom: 20px;
  }
}
.cid-v91SbH19Oq .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91SbH19Oq .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91SbH19Oq .item .item-wrapper .card-box .card-title_1,
.cid-v91SbH19Oq .item .item-wrapper .card-box .card-title_2,
.cid-v91SbH19Oq .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91SbH19Oq .item .item-wrapper .card-box .card-text_1,
.cid-v91SbH19Oq .item .item-wrapper .card-box .card-text_2,
.cid-v91SbH19Oq .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91SbH19Oq .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91SbH19Oq .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91SbH19Oq .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91SbH19Oq .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91SbH19Oq .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91SbH19Oq .item .card_1 {
  background-color: #472d00;
}
.cid-v91SbH19Oq .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91SbH19Oq .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91SbH19Oq .btn-wrapper {
  margin-top: -6%;
}
.cid-v91SbH19Oq .mbr-section-title,
.cid-v91SbH19Oq .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SbH19Oq .card-title_1 {
  color: #f1f5eb;
}
.cid-v91SbH19Oq .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91SbH19Oq .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91SbH19Oq .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91SbH19Oq .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91SbH19Oq .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91SbH19Oq .card-title_1,
.cid-v91SbH19Oq .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91SbH19Oq .card-title_2,
.cid-v91SbH19Oq .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SbH19Oq .card-title_3,
.cid-v91SbH19Oq .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91ScDW39B {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91ScDW39B .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91ScDW39B .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91ScDW39B .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91ScDW39B .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91ScDW39B .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91ScDW39B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91ScDW39B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91ScDW39B .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91ScDW39B .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91ScDW39B .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91ScDW39B .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91ScDW39B .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91ScDW39B .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91ScDW39B .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91ScDW39B .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91ScDW39B .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91ScDW39B .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91ScDW39B .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91ScDW39B .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91ScDW39B .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91ScDW39B .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91ScDW39B .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91ScDW39B .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91ScDW39B .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91ScDW39B .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91ScDW39B .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91ScDW39B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91ScDW39B .container,
.cid-v91ScDW39B .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91ScDW39B .container,
  .cid-v91ScDW39B .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91ScDW39B .container,
  .cid-v91ScDW39B .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91ScDW39B .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91ScDW39B .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91ScDW39B .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91ScDW39B .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91ScDW39B .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91ScDW39B .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91ScDW39B .nav-item:focus,
.cid-v91ScDW39B .nav-link:focus {
  outline: none;
}
.cid-v91ScDW39B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91ScDW39B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91ScDW39B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91ScDW39B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91ScDW39B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91ScDW39B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91ScDW39B .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91ScDW39B .navbar.opened {
  transition: all 0.3s;
}
.cid-v91ScDW39B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91ScDW39B .navbar .navbar-logo img {
  width: auto;
}
.cid-v91ScDW39B .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91ScDW39B .navbar.collapsed {
  justify-content: center;
}
.cid-v91ScDW39B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91ScDW39B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91ScDW39B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91ScDW39B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91ScDW39B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91ScDW39B .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-v91ScDW39B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91ScDW39B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91ScDW39B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91ScDW39B .navbar {
    min-height: 72px;
  }
  .cid-v91ScDW39B .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91ScDW39B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91ScDW39B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91ScDW39B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91ScDW39B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91ScDW39B .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-v91ScDW39B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91ScDW39B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91ScDW39B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91ScDW39B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91ScDW39B .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91ScDW39B .dropdown-item.active,
.cid-v91ScDW39B .dropdown-item:active {
  background-color: transparent;
}
.cid-v91ScDW39B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91ScDW39B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91ScDW39B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91ScDW39B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91ScDW39B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91ScDW39B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91ScDW39B .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91ScDW39B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91ScDW39B .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91ScDW39B .navbar-buttons {
    text-align: left;
  }
}
.cid-v91ScDW39B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91ScDW39B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91ScDW39B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91ScDW39B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91ScDW39B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91ScDW39B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91ScDW39B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91ScDW39B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91ScDW39B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91ScDW39B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91ScDW39B .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91ScDW39B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91ScDW39B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91ScDW39B .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91ScDW39B .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91ScDW39B .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91ScDW39B .navbar {
    height: 70px;
  }
  .cid-v91ScDW39B .navbar.opened {
    height: auto;
  }
  .cid-v91ScDW39B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91ScDW39B .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91ScDW39B .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91ScDW39B .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91ScDW39B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91ScDW39B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91ScDW39B .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91ScDW39B .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91ScDW39B .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91ScDW39B .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91ScDW39B .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91ScDW39B .navbar-brand {
    margin-right: auto;
  }
  .cid-v91ScDW39B .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91ScDW39B .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91ScDW39B .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91ScDW39B .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91ScDW39B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91ScDW39B .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91ScDW39B .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91ScDW39B .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91ScDW39B .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91ScDW39B .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91ScDW39B .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91ScDW39B .content-wrap {
    display: block;
  }
}
.cid-v91ScDW39B .nav-link,
.cid-v91ScDW39B .dropdown-item {
  color: #1C1000;
}
.cid-v91ScEWPkH {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91ScEWPkH .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91ScEWPkH .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91ScEWPkH .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91ScEWPkH .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91ScEWPkH .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91ScEWPkH .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91ScEWPkH .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91ScEWPkH .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91ScEWPkH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ScEWPkH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ScEWPkH .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91ScEWPkH .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91ScEWPkH .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91ScEWPkH .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91ScEWPkH .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91ScEWPkH .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91ScEWPkH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91ScEWPkH .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91ScEWPkH .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91ScEWPkH .mbr-section-title {
  color: #323432;
}
.cid-v91ScEWPkH .mbr-text,
.cid-v91ScEWPkH .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ScEWPkH .mbr-section-title,
.cid-v91ScEWPkH .mbr-section-btn,
.cid-v91ScEWPkH .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91ScF8DyQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91ScF8DyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ScF8DyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ScF8DyQ .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ScF8DyQ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91ScF8DyQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91ScF8DyQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91ScF8DyQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91ScF8DyQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91ScF8DyQ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91ScF8DyQ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91ScF8DyQ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91ScF8DyQ .item {
    margin-bottom: 20px;
  }
}
.cid-v91ScF8DyQ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91ScF8DyQ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91ScF8DyQ .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91ScF8DyQ .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91ScF8DyQ .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91ScF8DyQ .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91ScF8DyQ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91ScF8DyQ .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91ScF8DyQ .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91ScF8DyQ .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91ScF8DyQ .btn-wrapper {
  margin-top: -6%;
}
.cid-v91ScF8DyQ .mbr-section-title,
.cid-v91ScF8DyQ .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ScF8DyQ .mbr-text,
.cid-v91ScF8DyQ .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ScF8DyQ .card-title {
  color: #f1f5eb;
}
.cid-v91ScF8DyQ .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91ScF8DyQ .card-title,
.cid-v91ScF8DyQ .mbr-section-btn {
  text-align: center;
}
.cid-v91ScFr0ea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91ScFr0ea .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ScFr0ea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ScFr0ea .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ScFr0ea .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91ScFr0ea .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91ScFr0ea .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91ScFr0ea .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91ScFr0ea .item {
    margin-bottom: 40px;
  }
}
.cid-v91ScFr0ea .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91ScFr0ea .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91ScFr0ea .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91ScFr0ea .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91ScFr0ea .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91ScFr0ea .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91ScFr0ea .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91ScFr0ea .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91ScFr0ea .mbr-section-title,
.cid-v91ScFr0ea .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ScFr0ea .card-title {
  color: #323432;
}
.cid-v91ScFr0ea .card-text {
  color: #1C1000;
}
.cid-v91ScFr0ea .card-title,
.cid-v91ScFr0ea .mbr-section-btn,
.cid-v91ScFr0ea .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91ScFJ57F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91ScFJ57F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ScFJ57F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ScFJ57F .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ScFJ57F .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91ScFJ57F .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91ScFJ57F .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91ScFJ57F .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91ScFJ57F .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91ScFJ57F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91ScFJ57F .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91ScFJ57F .embla__slide .slide-content {
  width: 100%;
}
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91ScFJ57F .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91ScFJ57F .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91ScFJ57F .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91ScFJ57F .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91ScFJ57F .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91ScFJ57F .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91ScFJ57F .embla__button--next,
.cid-v91ScFJ57F .embla__button--prev {
  display: flex;
}
.cid-v91ScFJ57F .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91ScFJ57F .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91ScFJ57F .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91ScFJ57F .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91ScFJ57F .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91ScFJ57F .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91ScFJ57F .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91ScFJ57F .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91ScFJ57F .embla__viewport {
    padding: 0;
  }
}
.cid-v91ScFJ57F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91ScFJ57F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91ScFJ57F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91ScFJ57F .btn-wrapper {
  margin-top: -6%;
}
.cid-v91ScFJ57F .mbr-section-title,
.cid-v91ScFJ57F .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ScFJ57F .mbr-text,
.cid-v91ScFJ57F .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ScFJ57F .card-date_1 {
  color: #f1f5eb;
}
.cid-v91ScFJ57F .card-title_1 {
  color: #f1f5eb;
}
.cid-v91ScFJ57F .card-text_1 {
  color: #FEF6E9;
}
.cid-v91ScFJ57F .card-date_2 {
  color: #323432;
}
.cid-v91ScFJ57F .card-title_2 {
  color: #323432;
}
.cid-v91ScFJ57F .card-text_2 {
  color: #1C1000;
}
.cid-v91ScFJ57F .card-date_3 {
  color: #f1f5eb;
}
.cid-v91ScFJ57F .card-title_3 {
  color: #f1f5eb;
}
.cid-v91ScFJ57F .card-text_3 {
  color: #FEF6E9;
}
.cid-v91ScFJ57F .card-date_4 {
  color: #323432;
}
.cid-v91ScFJ57F .card-title_4 {
  color: #323432;
}
.cid-v91ScFJ57F .card-text_4 {
  color: #1C1000;
}
.cid-v91ScFJ57F .card-date_5 {
  color: #f1f5eb;
}
.cid-v91ScFJ57F .card-title_5 {
  color: #f1f5eb;
}
.cid-v91ScFJ57F .card-text_5 {
  color: #1C1000;
}
.cid-v91ScFJ57F .card-date_1,
.cid-v91ScFJ57F .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91ScFJ57F .card-title_1,
.cid-v91ScFJ57F .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91ScFJ57F .card-date_2,
.cid-v91ScFJ57F .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ScFJ57F .card-title_2,
.cid-v91ScFJ57F .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ScFJ57F .card-date_3,
.cid-v91ScFJ57F .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91ScFJ57F .card-title_3,
.cid-v91ScFJ57F .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91ScFJ57F .card-date_4,
.cid-v91ScFJ57F .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ScFJ57F .card-title_4,
.cid-v91ScFJ57F .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ScFJ57F .card-date_5,
.cid-v91ScFJ57F .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ScFJ57F .card-title_5,
.cid-v91ScFJ57F .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ScG6Jz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ScG6Jz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91ScG6Jz0 .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91ScG6Jz0 .image-wrapper {
    height: 350px;
  }
}
.cid-v91ScGkNql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91ScGkNql .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ScGkNql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ScGkNql .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ScGkNql .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91ScGkNql .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91ScGkNql .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91ScGkNql .embla__slide .slide-content {
  width: 100%;
}
.cid-v91ScGkNql .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91ScGkNql .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91ScGkNql .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91ScGkNql .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91ScGkNql .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91ScGkNql .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91ScGkNql .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91ScGkNql .embla__button--next,
.cid-v91ScGkNql .embla__button--prev {
  display: flex;
}
.cid-v91ScGkNql .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91ScGkNql .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91ScGkNql .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91ScGkNql .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91ScGkNql .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91ScGkNql .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91ScGkNql .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91ScGkNql .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91ScGkNql .embla__viewport {
    padding: 0;
  }
}
.cid-v91ScGkNql .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91ScGkNql .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91ScGkNql .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91ScGkNql .mbr-section-title,
.cid-v91ScGkNql .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ScGkNql .card-number {
  color: #e6eddc;
}
.cid-v91ScGkNql .card-title {
  color: #323432;
}
.cid-v91ScGkNql .card-text {
  color: #1C1000;
}
.cid-v91ScGkNql .card-number,
.cid-v91ScGkNql .number-wrapper {
  color: #F5E8D2;
}
.cid-v91ScGICMT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91ScGICMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ScGICMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ScGICMT .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91ScGICMT .card-wrapper {
    padding: 20px;
  }
}
.cid-v91ScGICMT .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91ScGICMT .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91ScGICMT .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91ScGICMT .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91ScGICMT .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91ScGICMT .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91ScGICMT .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91ScGICMT .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91ScGICMT .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91ScGICMT .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ScGICMT .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91ScGICMT .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91ScGICMT .mbr-section-title,
.cid-v91ScGICMT .title-wrapper {
  color: #f1f5eb;
}
.cid-v91ScGICMT .mbr-section-title,
.cid-v91ScGICMT .mbr-section-btn,
.cid-v91ScGICMT .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91ScGXdLM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91ScGXdLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ScGXdLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ScGXdLM .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ScGXdLM .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91ScGXdLM .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91ScGXdLM .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91ScGXdLM .item {
    margin-bottom: 40px;
  }
}
.cid-v91ScGXdLM .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91ScGXdLM .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91ScGXdLM .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91ScGXdLM .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91ScGXdLM .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91ScGXdLM .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91ScGXdLM .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91ScGXdLM .mbr-section-title,
.cid-v91ScGXdLM .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ScGXdLM .card-number {
  color: #f1f5eb;
}
.cid-v91ScGXdLM .card-title {
  color: #323432;
}
.cid-v91ScGXdLM .card-text {
  color: #1C1000;
}
.cid-v91ScGXdLM .card-number,
.cid-v91ScGXdLM .number-wrapper {
  color: #FFFFFF;
}
.cid-v91ScGXdLM .card-title,
.cid-v91ScGXdLM .mbr-section-btn,
.cid-v91ScGXdLM .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91ScHhmIo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91ScHhmIo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91ScHhmIo::before {
    width: 40px;
  }
}
.cid-v91ScHhmIo::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91ScHhmIo::after {
    width: 40px;
  }
}
.cid-v91ScHhmIo .item:focus,
.cid-v91ScHhmIo span:focus {
  outline: none;
}
.cid-v91ScHhmIo .item {
  cursor: pointer;
}
.cid-v91ScHhmIo .grid-container {
  grid-row-gap: 24px;
}
.cid-v91ScHhmIo .grid-container-1,
.cid-v91ScHhmIo .grid-container-2,
.cid-v91ScHhmIo .grid-container-3 {
  gap: 0 24px;
}
.cid-v91ScHhmIo .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ScHhmIo .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91ScHhmIo .content-head {
  max-width: 800px;
}
.cid-v91ScHhmIo .container,
.cid-v91ScHhmIo .container-fluid {
  overflow: hidden;
}
.cid-v91ScHhmIo .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91ScHhmIo .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91ScHhmIo .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91ScHhmIo .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91ScHhmIo .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91ScHhmIo .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91ScHhmIo .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91ScHhmIo .grid-container-1,
.cid-v91ScHhmIo .grid-container-2,
.cid-v91ScHhmIo .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91ScHhmIo .grid-container-1 {
  align-items: flex-end;
}
.cid-v91ScHhmIo .grid-container-2 {
  align-items: flex-start;
}
.cid-v91ScHydWF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91ScHydWF .item:focus,
.cid-v91ScHydWF span:focus {
  outline: none;
}
.cid-v91ScHydWF .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91ScHydWF .content-head {
  max-width: 800px;
}
.cid-v91ScHydWF .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91ScHydWF .item {
    min-height: 32.5px;
  }
}
.cid-v91ScHPiTT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91ScHPiTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ScHPiTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ScHPiTT .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91ScHPiTT .card-wrapper {
    padding: 20px;
  }
}
.cid-v91ScHPiTT .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91ScHPiTT .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91ScHPiTT .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91ScHPiTT .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91ScHPiTT .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91ScHPiTT .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91ScHPiTT .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91ScHPiTT .title-wrapper {
    width: 100%;
  }
}
.cid-v91ScHPiTT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ScHPiTT .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91ScHPiTT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91ScHPiTT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91ScHPiTT .embla__slide .slide-content {
  width: 100%;
}
.cid-v91ScHPiTT .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91ScHPiTT .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91ScHPiTT .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91ScHPiTT .embla__button--next,
.cid-v91ScHPiTT .embla__button--prev {
  display: flex;
}
.cid-v91ScHPiTT .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91ScHPiTT .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91ScHPiTT .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91ScHPiTT .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91ScHPiTT .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91ScHPiTT .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91ScHPiTT .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91ScHPiTT .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91ScHPiTT .embla {
    width: 100%;
  }
}
.cid-v91ScHPiTT .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91ScHPiTT .embla__viewport {
    padding: 0;
  }
}
.cid-v91ScHPiTT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91ScHPiTT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91ScHPiTT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91ScHPiTT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91ScHPiTT .mbr-section-title,
.cid-v91ScHPiTT .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ScIbeuE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91ScIbeuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ScIbeuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ScIbeuE .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91ScIbeuE .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91ScIbeuE .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91ScIbeuE .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91ScIbeuE .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91ScIbeuE .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91ScIbeuE .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91ScIbeuE .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91ScIbeuE .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91ScIbeuE .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91ScIbeuE .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91ScIbeuE .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91ScIbeuE .mbr-section-title,
.cid-v91ScIbeuE .border-wrapper {
  color: #FEF6E9;
}
.cid-v91ScIsLdV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91ScIsLdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ScIsLdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ScIsLdV .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ScIsLdV .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91ScIsLdV .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91ScIsLdV .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ScIsLdV .item {
    margin-bottom: 20px;
  }
}
.cid-v91ScIsLdV .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91ScIsLdV .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91ScIsLdV .item .item-wrapper .card-box .card-title_1,
.cid-v91ScIsLdV .item .item-wrapper .card-box .card-title_2,
.cid-v91ScIsLdV .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91ScIsLdV .item .item-wrapper .card-box .card-text_1,
.cid-v91ScIsLdV .item .item-wrapper .card-box .card-text_2,
.cid-v91ScIsLdV .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91ScIsLdV .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_1,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_2,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91ScIsLdV .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91ScIsLdV .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91ScIsLdV .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91ScIsLdV .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91ScIsLdV .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91ScIsLdV .item .card_1 {
    transform: none;
  }
}
.cid-v91ScIsLdV .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91ScIsLdV .item .card_2 {
    transform: none;
  }
}
.cid-v91ScIsLdV .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91ScIsLdV .item .card_3 {
    transform: none;
  }
}
.cid-v91ScIsLdV .btn-wrapper {
  margin-top: -6%;
}
.cid-v91ScIsLdV .mbr-section-title,
.cid-v91ScIsLdV .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ScIsLdV .card-title_1 {
  color: #323432;
}
.cid-v91ScIsLdV .card-text_1 {
  color: #1C1000;
}
.cid-v91ScIsLdV .list_1 {
  color: #323432;
}
.cid-v91ScIsLdV .card-title_2 {
  color: #f1f5eb;
}
.cid-v91ScIsLdV .card-text_2 {
  color: #FEF6E9;
}
.cid-v91ScIsLdV .list_2 {
  color: #f1f5eb;
}
.cid-v91ScIsLdV .card-title_3 {
  color: #323432;
}
.cid-v91ScIsLdV .card-text_3 {
  color: #1C1000;
}
.cid-v91ScIsLdV .list_3 {
  color: #323432;
}
.cid-v91ScIsLdV .card-title_1,
.cid-v91ScIsLdV .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ScIsLdV .list_1,
.cid-v91ScIsLdV .item-wrap_1 {
  color: #1C1000;
}
.cid-v91ScIsLdV .card-title_2,
.cid-v91ScIsLdV .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91ScIsLdV .list_2,
.cid-v91ScIsLdV .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91ScIsLdV .card-title_3,
.cid-v91ScIsLdV .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ScIsLdV .list_3,
.cid-v91ScIsLdV .item-wrap_3 {
  color: #1C1000;
}
.cid-v91ScIKaA6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91ScIKaA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ScIKaA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ScIKaA6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91ScIKaA6 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91ScIKaA6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91ScIKaA6 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91ScIKaA6 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91ScIKaA6 .item {
    margin-bottom: 20px;
  }
}
.cid-v91ScIKaA6 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91ScIKaA6 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91ScIKaA6 .item .item-wrapper .card-box .card-title_1,
.cid-v91ScIKaA6 .item .item-wrapper .card-box .card-title_2,
.cid-v91ScIKaA6 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91ScIKaA6 .item .item-wrapper .card-box .card-text_1,
.cid-v91ScIKaA6 .item .item-wrapper .card-box .card-text_2,
.cid-v91ScIKaA6 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91ScIKaA6 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91ScIKaA6 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91ScIKaA6 .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91ScIKaA6 .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91ScIKaA6 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91ScIKaA6 .item .card_1 {
  background-color: #472d00;
}
.cid-v91ScIKaA6 .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91ScIKaA6 .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91ScIKaA6 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91ScIKaA6 .mbr-section-title,
.cid-v91ScIKaA6 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91ScIKaA6 .card-title_1 {
  color: #f1f5eb;
}
.cid-v91ScIKaA6 .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91ScIKaA6 .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91ScIKaA6 .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91ScIKaA6 .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91ScIKaA6 .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91ScIKaA6 .card-title_1,
.cid-v91ScIKaA6 .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91ScIKaA6 .card-title_2,
.cid-v91ScIKaA6 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91ScIKaA6 .card-title_3,
.cid-v91ScIKaA6 .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91SdTiXJd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91SdTiXJd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91SdTiXJd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91SdTiXJd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91SdTiXJd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91SdTiXJd .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91SdTiXJd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91SdTiXJd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91SdTiXJd .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91SdTiXJd .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91SdTiXJd .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91SdTiXJd .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91SdTiXJd .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91SdTiXJd .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91SdTiXJd .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91SdTiXJd .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91SdTiXJd .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91SdTiXJd .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91SdTiXJd .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91SdTiXJd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91SdTiXJd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91SdTiXJd .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91SdTiXJd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91SdTiXJd .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91SdTiXJd .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91SdTiXJd .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91SdTiXJd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91SdTiXJd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91SdTiXJd .container,
.cid-v91SdTiXJd .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91SdTiXJd .container,
  .cid-v91SdTiXJd .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91SdTiXJd .container,
  .cid-v91SdTiXJd .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91SdTiXJd .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91SdTiXJd .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91SdTiXJd .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91SdTiXJd .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91SdTiXJd .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91SdTiXJd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91SdTiXJd .nav-item:focus,
.cid-v91SdTiXJd .nav-link:focus {
  outline: none;
}
.cid-v91SdTiXJd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91SdTiXJd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91SdTiXJd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91SdTiXJd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91SdTiXJd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91SdTiXJd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91SdTiXJd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91SdTiXJd .navbar.opened {
  transition: all 0.3s;
}
.cid-v91SdTiXJd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91SdTiXJd .navbar .navbar-logo img {
  width: auto;
}
.cid-v91SdTiXJd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91SdTiXJd .navbar.collapsed {
  justify-content: center;
}
.cid-v91SdTiXJd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91SdTiXJd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91SdTiXJd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91SdTiXJd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91SdTiXJd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91SdTiXJd .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-v91SdTiXJd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91SdTiXJd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91SdTiXJd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91SdTiXJd .navbar {
    min-height: 72px;
  }
  .cid-v91SdTiXJd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91SdTiXJd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91SdTiXJd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91SdTiXJd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91SdTiXJd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91SdTiXJd .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-v91SdTiXJd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91SdTiXJd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91SdTiXJd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91SdTiXJd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91SdTiXJd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91SdTiXJd .dropdown-item.active,
.cid-v91SdTiXJd .dropdown-item:active {
  background-color: transparent;
}
.cid-v91SdTiXJd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91SdTiXJd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91SdTiXJd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91SdTiXJd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91SdTiXJd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91SdTiXJd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91SdTiXJd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91SdTiXJd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91SdTiXJd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91SdTiXJd .navbar-buttons {
    text-align: left;
  }
}
.cid-v91SdTiXJd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91SdTiXJd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91SdTiXJd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91SdTiXJd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91SdTiXJd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91SdTiXJd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91SdTiXJd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91SdTiXJd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91SdTiXJd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91SdTiXJd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91SdTiXJd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91SdTiXJd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91SdTiXJd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91SdTiXJd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91SdTiXJd .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91SdTiXJd .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91SdTiXJd .navbar {
    height: 70px;
  }
  .cid-v91SdTiXJd .navbar.opened {
    height: auto;
  }
  .cid-v91SdTiXJd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91SdTiXJd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91SdTiXJd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91SdTiXJd .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91SdTiXJd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91SdTiXJd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91SdTiXJd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91SdTiXJd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91SdTiXJd .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91SdTiXJd .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91SdTiXJd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91SdTiXJd .navbar-brand {
    margin-right: auto;
  }
  .cid-v91SdTiXJd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91SdTiXJd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91SdTiXJd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91SdTiXJd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91SdTiXJd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91SdTiXJd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91SdTiXJd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91SdTiXJd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91SdTiXJd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91SdTiXJd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91SdTiXJd .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91SdTiXJd .content-wrap {
    display: block;
  }
}
.cid-v91SdTiXJd .nav-link,
.cid-v91SdTiXJd .dropdown-item {
  color: #1C1000;
}
.cid-v91SdUcobR {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91SdUcobR .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91SdUcobR .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91SdUcobR .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91SdUcobR .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91SdUcobR .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91SdUcobR .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91SdUcobR .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91SdUcobR .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91SdUcobR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SdUcobR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SdUcobR .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91SdUcobR .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91SdUcobR .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91SdUcobR .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91SdUcobR .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91SdUcobR .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91SdUcobR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91SdUcobR .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91SdUcobR .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91SdUcobR .mbr-section-title {
  color: #323432;
}
.cid-v91SdUcobR .mbr-text,
.cid-v91SdUcobR .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SdUcobR .mbr-section-title,
.cid-v91SdUcobR .mbr-section-btn,
.cid-v91SdUcobR .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91SdUokKb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SdUokKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SdUokKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SdUokKb .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SdUokKb .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91SdUokKb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91SdUokKb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91SdUokKb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91SdUokKb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91SdUokKb .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91SdUokKb .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91SdUokKb .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91SdUokKb .item {
    margin-bottom: 20px;
  }
}
.cid-v91SdUokKb .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91SdUokKb .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91SdUokKb .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91SdUokKb .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91SdUokKb .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91SdUokKb .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91SdUokKb .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91SdUokKb .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91SdUokKb .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91SdUokKb .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91SdUokKb .btn-wrapper {
  margin-top: -6%;
}
.cid-v91SdUokKb .mbr-section-title,
.cid-v91SdUokKb .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SdUokKb .mbr-text,
.cid-v91SdUokKb .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SdUokKb .card-title {
  color: #f1f5eb;
}
.cid-v91SdUokKb .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91SdUokKb .card-title,
.cid-v91SdUokKb .mbr-section-btn {
  text-align: center;
}
.cid-v91SdUFE1k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91SdUFE1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SdUFE1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SdUFE1k .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SdUFE1k .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91SdUFE1k .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91SdUFE1k .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91SdUFE1k .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91SdUFE1k .item {
    margin-bottom: 40px;
  }
}
.cid-v91SdUFE1k .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91SdUFE1k .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91SdUFE1k .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91SdUFE1k .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91SdUFE1k .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91SdUFE1k .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91SdUFE1k .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91SdUFE1k .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91SdUFE1k .mbr-section-title,
.cid-v91SdUFE1k .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SdUFE1k .card-title {
  color: #323432;
}
.cid-v91SdUFE1k .card-text {
  color: #1C1000;
}
.cid-v91SdUFE1k .card-title,
.cid-v91SdUFE1k .mbr-section-btn,
.cid-v91SdUFE1k .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91SdUZL6A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91SdUZL6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SdUZL6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SdUZL6A .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SdUZL6A .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91SdUZL6A .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91SdUZL6A .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91SdUZL6A .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91SdUZL6A .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91SdUZL6A .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91SdUZL6A .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91SdUZL6A .embla__slide .slide-content {
  width: 100%;
}
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91SdUZL6A .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91SdUZL6A .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91SdUZL6A .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91SdUZL6A .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91SdUZL6A .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91SdUZL6A .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91SdUZL6A .embla__button--next,
.cid-v91SdUZL6A .embla__button--prev {
  display: flex;
}
.cid-v91SdUZL6A .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91SdUZL6A .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91SdUZL6A .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91SdUZL6A .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91SdUZL6A .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91SdUZL6A .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91SdUZL6A .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91SdUZL6A .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91SdUZL6A .embla__viewport {
    padding: 0;
  }
}
.cid-v91SdUZL6A .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91SdUZL6A .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91SdUZL6A .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91SdUZL6A .btn-wrapper {
  margin-top: -6%;
}
.cid-v91SdUZL6A .mbr-section-title,
.cid-v91SdUZL6A .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SdUZL6A .mbr-text,
.cid-v91SdUZL6A .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SdUZL6A .card-date_1 {
  color: #f1f5eb;
}
.cid-v91SdUZL6A .card-title_1 {
  color: #f1f5eb;
}
.cid-v91SdUZL6A .card-text_1 {
  color: #FEF6E9;
}
.cid-v91SdUZL6A .card-date_2 {
  color: #323432;
}
.cid-v91SdUZL6A .card-title_2 {
  color: #323432;
}
.cid-v91SdUZL6A .card-text_2 {
  color: #1C1000;
}
.cid-v91SdUZL6A .card-date_3 {
  color: #f1f5eb;
}
.cid-v91SdUZL6A .card-title_3 {
  color: #f1f5eb;
}
.cid-v91SdUZL6A .card-text_3 {
  color: #FEF6E9;
}
.cid-v91SdUZL6A .card-date_4 {
  color: #323432;
}
.cid-v91SdUZL6A .card-title_4 {
  color: #323432;
}
.cid-v91SdUZL6A .card-text_4 {
  color: #1C1000;
}
.cid-v91SdUZL6A .card-date_5 {
  color: #f1f5eb;
}
.cid-v91SdUZL6A .card-title_5 {
  color: #f1f5eb;
}
.cid-v91SdUZL6A .card-text_5 {
  color: #1C1000;
}
.cid-v91SdUZL6A .card-date_1,
.cid-v91SdUZL6A .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91SdUZL6A .card-title_1,
.cid-v91SdUZL6A .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91SdUZL6A .card-date_2,
.cid-v91SdUZL6A .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SdUZL6A .card-title_2,
.cid-v91SdUZL6A .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SdUZL6A .card-date_3,
.cid-v91SdUZL6A .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91SdUZL6A .card-title_3,
.cid-v91SdUZL6A .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91SdUZL6A .card-date_4,
.cid-v91SdUZL6A .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SdUZL6A .card-title_4,
.cid-v91SdUZL6A .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SdUZL6A .card-date_5,
.cid-v91SdUZL6A .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SdUZL6A .card-title_5,
.cid-v91SdUZL6A .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SdVhcTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SdVhcTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91SdVhcTF .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91SdVhcTF .image-wrapper {
    height: 350px;
  }
}
.cid-v91SdVw9L5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91SdVw9L5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SdVw9L5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SdVw9L5 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SdVw9L5 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91SdVw9L5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91SdVw9L5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91SdVw9L5 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91SdVw9L5 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91SdVw9L5 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91SdVw9L5 .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91SdVw9L5 .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91SdVw9L5 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91SdVw9L5 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91SdVw9L5 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91SdVw9L5 .embla__button--next,
.cid-v91SdVw9L5 .embla__button--prev {
  display: flex;
}
.cid-v91SdVw9L5 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91SdVw9L5 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91SdVw9L5 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91SdVw9L5 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91SdVw9L5 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91SdVw9L5 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91SdVw9L5 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91SdVw9L5 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91SdVw9L5 .embla__viewport {
    padding: 0;
  }
}
.cid-v91SdVw9L5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91SdVw9L5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91SdVw9L5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91SdVw9L5 .mbr-section-title,
.cid-v91SdVw9L5 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SdVw9L5 .card-number {
  color: #e6eddc;
}
.cid-v91SdVw9L5 .card-title {
  color: #323432;
}
.cid-v91SdVw9L5 .card-text {
  color: #1C1000;
}
.cid-v91SdVw9L5 .card-number,
.cid-v91SdVw9L5 .number-wrapper {
  color: #F5E8D2;
}
.cid-v91SdVSoH6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SdVSoH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SdVSoH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SdVSoH6 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91SdVSoH6 .card-wrapper {
    padding: 20px;
  }
}
.cid-v91SdVSoH6 .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91SdVSoH6 .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91SdVSoH6 .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91SdVSoH6 .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91SdVSoH6 .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91SdVSoH6 .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91SdVSoH6 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91SdVSoH6 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91SdVSoH6 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91SdVSoH6 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SdVSoH6 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91SdVSoH6 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91SdVSoH6 .mbr-section-title,
.cid-v91SdVSoH6 .title-wrapper {
  color: #f1f5eb;
}
.cid-v91SdVSoH6 .mbr-section-title,
.cid-v91SdVSoH6 .mbr-section-btn,
.cid-v91SdVSoH6 .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91SdW8CzI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SdW8CzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SdW8CzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SdW8CzI .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SdW8CzI .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91SdW8CzI .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91SdW8CzI .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91SdW8CzI .item {
    margin-bottom: 40px;
  }
}
.cid-v91SdW8CzI .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91SdW8CzI .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91SdW8CzI .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91SdW8CzI .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91SdW8CzI .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91SdW8CzI .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91SdW8CzI .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91SdW8CzI .mbr-section-title,
.cid-v91SdW8CzI .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SdW8CzI .card-number {
  color: #f1f5eb;
}
.cid-v91SdW8CzI .card-title {
  color: #323432;
}
.cid-v91SdW8CzI .card-text {
  color: #1C1000;
}
.cid-v91SdW8CzI .card-number,
.cid-v91SdW8CzI .number-wrapper {
  color: #FFFFFF;
}
.cid-v91SdW8CzI .card-title,
.cid-v91SdW8CzI .mbr-section-btn,
.cid-v91SdW8CzI .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91SdWqdAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91SdWqdAd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91SdWqdAd::before {
    width: 40px;
  }
}
.cid-v91SdWqdAd::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91SdWqdAd::after {
    width: 40px;
  }
}
.cid-v91SdWqdAd .item:focus,
.cid-v91SdWqdAd span:focus {
  outline: none;
}
.cid-v91SdWqdAd .item {
  cursor: pointer;
}
.cid-v91SdWqdAd .grid-container {
  grid-row-gap: 24px;
}
.cid-v91SdWqdAd .grid-container-1,
.cid-v91SdWqdAd .grid-container-2,
.cid-v91SdWqdAd .grid-container-3 {
  gap: 0 24px;
}
.cid-v91SdWqdAd .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SdWqdAd .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91SdWqdAd .content-head {
  max-width: 800px;
}
.cid-v91SdWqdAd .container,
.cid-v91SdWqdAd .container-fluid {
  overflow: hidden;
}
.cid-v91SdWqdAd .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91SdWqdAd .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91SdWqdAd .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91SdWqdAd .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91SdWqdAd .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91SdWqdAd .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91SdWqdAd .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91SdWqdAd .grid-container-1,
.cid-v91SdWqdAd .grid-container-2,
.cid-v91SdWqdAd .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91SdWqdAd .grid-container-1 {
  align-items: flex-end;
}
.cid-v91SdWqdAd .grid-container-2 {
  align-items: flex-start;
}
.cid-v91SdWIsL9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91SdWIsL9 .item:focus,
.cid-v91SdWIsL9 span:focus {
  outline: none;
}
.cid-v91SdWIsL9 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91SdWIsL9 .content-head {
  max-width: 800px;
}
.cid-v91SdWIsL9 .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91SdWIsL9 .item {
    min-height: 32.5px;
  }
}
.cid-v91SdWYwQU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SdWYwQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SdWYwQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SdWYwQU .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91SdWYwQU .card-wrapper {
    padding: 20px;
  }
}
.cid-v91SdWYwQU .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91SdWYwQU .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91SdWYwQU .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91SdWYwQU .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91SdWYwQU .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91SdWYwQU .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91SdWYwQU .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91SdWYwQU .title-wrapper {
    width: 100%;
  }
}
.cid-v91SdWYwQU .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SdWYwQU .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91SdWYwQU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91SdWYwQU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91SdWYwQU .embla__slide .slide-content {
  width: 100%;
}
.cid-v91SdWYwQU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91SdWYwQU .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91SdWYwQU .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91SdWYwQU .embla__button--next,
.cid-v91SdWYwQU .embla__button--prev {
  display: flex;
}
.cid-v91SdWYwQU .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91SdWYwQU .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91SdWYwQU .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91SdWYwQU .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91SdWYwQU .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91SdWYwQU .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91SdWYwQU .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91SdWYwQU .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91SdWYwQU .embla {
    width: 100%;
  }
}
.cid-v91SdWYwQU .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91SdWYwQU .embla__viewport {
    padding: 0;
  }
}
.cid-v91SdWYwQU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91SdWYwQU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91SdWYwQU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91SdWYwQU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91SdWYwQU .mbr-section-title,
.cid-v91SdWYwQU .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SdXi35N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SdXi35N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SdXi35N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SdXi35N .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91SdXi35N .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91SdXi35N .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91SdXi35N .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91SdXi35N .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91SdXi35N .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91SdXi35N .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91SdXi35N .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91SdXi35N .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91SdXi35N .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91SdXi35N .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91SdXi35N .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91SdXi35N .mbr-section-title,
.cid-v91SdXi35N .border-wrapper {
  color: #FEF6E9;
}
.cid-v91SdXydKS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SdXydKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SdXydKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SdXydKS .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SdXydKS .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91SdXydKS .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91SdXydKS .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SdXydKS .item {
    margin-bottom: 20px;
  }
}
.cid-v91SdXydKS .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91SdXydKS .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91SdXydKS .item .item-wrapper .card-box .card-title_1,
.cid-v91SdXydKS .item .item-wrapper .card-box .card-title_2,
.cid-v91SdXydKS .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91SdXydKS .item .item-wrapper .card-box .card-text_1,
.cid-v91SdXydKS .item .item-wrapper .card-box .card-text_2,
.cid-v91SdXydKS .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91SdXydKS .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91SdXydKS .item .item-wrapper .card-box .list_1,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_2,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91SdXydKS .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91SdXydKS .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91SdXydKS .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91SdXydKS .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91SdXydKS .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91SdXydKS .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91SdXydKS .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91SdXydKS .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91SdXydKS .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91SdXydKS .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91SdXydKS .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91SdXydKS .item .card_1 {
    transform: none;
  }
}
.cid-v91SdXydKS .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91SdXydKS .item .card_2 {
    transform: none;
  }
}
.cid-v91SdXydKS .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91SdXydKS .item .card_3 {
    transform: none;
  }
}
.cid-v91SdXydKS .btn-wrapper {
  margin-top: -6%;
}
.cid-v91SdXydKS .mbr-section-title,
.cid-v91SdXydKS .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SdXydKS .card-title_1 {
  color: #323432;
}
.cid-v91SdXydKS .card-text_1 {
  color: #1C1000;
}
.cid-v91SdXydKS .list_1 {
  color: #323432;
}
.cid-v91SdXydKS .card-title_2 {
  color: #f1f5eb;
}
.cid-v91SdXydKS .card-text_2 {
  color: #FEF6E9;
}
.cid-v91SdXydKS .list_2 {
  color: #f1f5eb;
}
.cid-v91SdXydKS .card-title_3 {
  color: #323432;
}
.cid-v91SdXydKS .card-text_3 {
  color: #1C1000;
}
.cid-v91SdXydKS .list_3 {
  color: #323432;
}
.cid-v91SdXydKS .card-title_1,
.cid-v91SdXydKS .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SdXydKS .list_1,
.cid-v91SdXydKS .item-wrap_1 {
  color: #1C1000;
}
.cid-v91SdXydKS .card-title_2,
.cid-v91SdXydKS .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91SdXydKS .list_2,
.cid-v91SdXydKS .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91SdXydKS .card-title_3,
.cid-v91SdXydKS .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SdXydKS .list_3,
.cid-v91SdXydKS .item-wrap_3 {
  color: #1C1000;
}
.cid-v91SdXP46Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91SdXP46Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91SdXP46Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91SdXP46Q .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91SdXP46Q .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91SdXP46Q .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91SdXP46Q .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91SdXP46Q .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91SdXP46Q .item {
    margin-bottom: 20px;
  }
}
.cid-v91SdXP46Q .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91SdXP46Q .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91SdXP46Q .item .item-wrapper .card-box .card-title_1,
.cid-v91SdXP46Q .item .item-wrapper .card-box .card-title_2,
.cid-v91SdXP46Q .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91SdXP46Q .item .item-wrapper .card-box .card-text_1,
.cid-v91SdXP46Q .item .item-wrapper .card-box .card-text_2,
.cid-v91SdXP46Q .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91SdXP46Q .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91SdXP46Q .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91SdXP46Q .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91SdXP46Q .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91SdXP46Q .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91SdXP46Q .item .card_1 {
  background-color: #472d00;
}
.cid-v91SdXP46Q .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91SdXP46Q .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91SdXP46Q .btn-wrapper {
  margin-top: -6%;
}
.cid-v91SdXP46Q .mbr-section-title,
.cid-v91SdXP46Q .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91SdXP46Q .card-title_1 {
  color: #f1f5eb;
}
.cid-v91SdXP46Q .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91SdXP46Q .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91SdXP46Q .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91SdXP46Q .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91SdXP46Q .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91SdXP46Q .card-title_1,
.cid-v91SdXP46Q .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91SdXP46Q .card-title_2,
.cid-v91SdXP46Q .mbr-section-btn {
  color: #1C1000;
}
.cid-v91SdXP46Q .card-title_3,
.cid-v91SdXP46Q .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91Ras65QM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91Ras65QM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91Ras65QM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91Ras65QM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91Ras65QM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91Ras65QM .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91Ras65QM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91Ras65QM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91Ras65QM .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91Ras65QM .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91Ras65QM .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91Ras65QM .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91Ras65QM .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91Ras65QM .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91Ras65QM .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91Ras65QM .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91Ras65QM .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91Ras65QM .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91Ras65QM .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91Ras65QM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91Ras65QM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91Ras65QM .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91Ras65QM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91Ras65QM .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91Ras65QM .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91Ras65QM .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91Ras65QM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91Ras65QM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91Ras65QM .container,
.cid-v91Ras65QM .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91Ras65QM .container,
  .cid-v91Ras65QM .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91Ras65QM .container,
  .cid-v91Ras65QM .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91Ras65QM .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91Ras65QM .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91Ras65QM .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91Ras65QM .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91Ras65QM .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91Ras65QM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91Ras65QM .nav-item:focus,
.cid-v91Ras65QM .nav-link:focus {
  outline: none;
}
.cid-v91Ras65QM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91Ras65QM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91Ras65QM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91Ras65QM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91Ras65QM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91Ras65QM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91Ras65QM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91Ras65QM .navbar.opened {
  transition: all 0.3s;
}
.cid-v91Ras65QM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91Ras65QM .navbar .navbar-logo img {
  width: auto;
}
.cid-v91Ras65QM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91Ras65QM .navbar.collapsed {
  justify-content: center;
}
.cid-v91Ras65QM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91Ras65QM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91Ras65QM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91Ras65QM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91Ras65QM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91Ras65QM .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-v91Ras65QM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91Ras65QM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91Ras65QM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91Ras65QM .navbar {
    min-height: 72px;
  }
  .cid-v91Ras65QM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91Ras65QM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91Ras65QM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91Ras65QM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91Ras65QM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91Ras65QM .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-v91Ras65QM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91Ras65QM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91Ras65QM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91Ras65QM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91Ras65QM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91Ras65QM .dropdown-item.active,
.cid-v91Ras65QM .dropdown-item:active {
  background-color: transparent;
}
.cid-v91Ras65QM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91Ras65QM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91Ras65QM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91Ras65QM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91Ras65QM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91Ras65QM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91Ras65QM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91Ras65QM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91Ras65QM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91Ras65QM .navbar-buttons {
    text-align: left;
  }
}
.cid-v91Ras65QM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91Ras65QM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91Ras65QM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91Ras65QM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91Ras65QM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91Ras65QM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91Ras65QM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91Ras65QM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91Ras65QM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91Ras65QM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91Ras65QM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91Ras65QM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91Ras65QM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91Ras65QM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91Ras65QM .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91Ras65QM .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91Ras65QM .navbar {
    height: 70px;
  }
  .cid-v91Ras65QM .navbar.opened {
    height: auto;
  }
  .cid-v91Ras65QM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91Ras65QM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91Ras65QM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91Ras65QM .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91Ras65QM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91Ras65QM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91Ras65QM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91Ras65QM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91Ras65QM .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91Ras65QM .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91Ras65QM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91Ras65QM .navbar-brand {
    margin-right: auto;
  }
  .cid-v91Ras65QM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91Ras65QM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91Ras65QM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91Ras65QM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91Ras65QM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91Ras65QM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91Ras65QM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91Ras65QM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91Ras65QM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91Ras65QM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91Ras65QM .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91Ras65QM .content-wrap {
    display: block;
  }
}
.cid-v91Ras65QM .nav-link,
.cid-v91Ras65QM .dropdown-item {
  color: #1C1000;
}
.cid-v91RascX4o {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RascX4o .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RascX4o .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RascX4o .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RascX4o .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RascX4o .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RascX4o .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RascX4o .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RascX4o .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RascX4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RascX4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RascX4o .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RascX4o .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RascX4o .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RascX4o .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RascX4o .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RascX4o .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RascX4o .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RascX4o .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RascX4o .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RascX4o .mbr-section-title {
  color: #323432;
}
.cid-v91RascX4o .mbr-text,
.cid-v91RascX4o .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RascX4o .mbr-section-title,
.cid-v91RascX4o .mbr-section-btn,
.cid-v91RascX4o .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91Rasj3C7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rasj3C7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rasj3C7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rasj3C7 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rasj3C7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91Rasj3C7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91Rasj3C7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91Rasj3C7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Rasj3C7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Rasj3C7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91Rasj3C7 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91Rasj3C7 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91Rasj3C7 .item {
    margin-bottom: 20px;
  }
}
.cid-v91Rasj3C7 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91Rasj3C7 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rasj3C7 .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rasj3C7 .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91Rasj3C7 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rasj3C7 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rasj3C7 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rasj3C7 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rasj3C7 .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91Rasj3C7 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91Rasj3C7 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rasj3C7 .mbr-section-title,
.cid-v91Rasj3C7 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rasj3C7 .mbr-text,
.cid-v91Rasj3C7 .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rasj3C7 .card-title {
  color: #f1f5eb;
}
.cid-v91Rasj3C7 .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91Rasj3C7 .card-title,
.cid-v91Rasj3C7 .mbr-section-btn {
  text-align: center;
}
.cid-v91RasqxGZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91RasqxGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RasqxGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RasqxGZ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RasqxGZ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RasqxGZ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91RasqxGZ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RasqxGZ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RasqxGZ .item {
    margin-bottom: 40px;
  }
}
.cid-v91RasqxGZ .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RasqxGZ .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RasqxGZ .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91RasqxGZ .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91RasqxGZ .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RasqxGZ .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RasqxGZ .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RasqxGZ .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RasqxGZ .mbr-section-title,
.cid-v91RasqxGZ .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RasqxGZ .card-title {
  color: #323432;
}
.cid-v91RasqxGZ .card-text {
  color: #1C1000;
}
.cid-v91RasqxGZ .card-title,
.cid-v91RasqxGZ .mbr-section-btn,
.cid-v91RasqxGZ .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91Rasyg7Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91Rasyg7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rasyg7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rasyg7Y .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rasyg7Y .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91Rasyg7Y .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91Rasyg7Y .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91Rasyg7Y .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Rasyg7Y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Rasyg7Y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91Rasyg7Y .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91Rasyg7Y .embla__slide .slide-content {
  width: 100%;
}
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91Rasyg7Y .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91Rasyg7Y .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91Rasyg7Y .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91Rasyg7Y .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91Rasyg7Y .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91Rasyg7Y .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91Rasyg7Y .embla__button--next,
.cid-v91Rasyg7Y .embla__button--prev {
  display: flex;
}
.cid-v91Rasyg7Y .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91Rasyg7Y .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91Rasyg7Y .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91Rasyg7Y .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91Rasyg7Y .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91Rasyg7Y .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91Rasyg7Y .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91Rasyg7Y .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91Rasyg7Y .embla__viewport {
    padding: 0;
  }
}
.cid-v91Rasyg7Y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91Rasyg7Y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91Rasyg7Y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91Rasyg7Y .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rasyg7Y .mbr-section-title,
.cid-v91Rasyg7Y .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rasyg7Y .mbr-text,
.cid-v91Rasyg7Y .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rasyg7Y .card-date_1 {
  color: #f1f5eb;
}
.cid-v91Rasyg7Y .card-title_1 {
  color: #f1f5eb;
}
.cid-v91Rasyg7Y .card-text_1 {
  color: #FEF6E9;
}
.cid-v91Rasyg7Y .card-date_2 {
  color: #323432;
}
.cid-v91Rasyg7Y .card-title_2 {
  color: #323432;
}
.cid-v91Rasyg7Y .card-text_2 {
  color: #1C1000;
}
.cid-v91Rasyg7Y .card-date_3 {
  color: #f1f5eb;
}
.cid-v91Rasyg7Y .card-title_3 {
  color: #f1f5eb;
}
.cid-v91Rasyg7Y .card-text_3 {
  color: #FEF6E9;
}
.cid-v91Rasyg7Y .card-date_4 {
  color: #323432;
}
.cid-v91Rasyg7Y .card-title_4 {
  color: #323432;
}
.cid-v91Rasyg7Y .card-text_4 {
  color: #1C1000;
}
.cid-v91Rasyg7Y .card-date_5 {
  color: #f1f5eb;
}
.cid-v91Rasyg7Y .card-title_5 {
  color: #f1f5eb;
}
.cid-v91Rasyg7Y .card-text_5 {
  color: #1C1000;
}
.cid-v91Rasyg7Y .card-date_1,
.cid-v91Rasyg7Y .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rasyg7Y .card-title_1,
.cid-v91Rasyg7Y .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rasyg7Y .card-date_2,
.cid-v91Rasyg7Y .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rasyg7Y .card-title_2,
.cid-v91Rasyg7Y .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rasyg7Y .card-date_3,
.cid-v91Rasyg7Y .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rasyg7Y .card-title_3,
.cid-v91Rasyg7Y .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rasyg7Y .card-date_4,
.cid-v91Rasyg7Y .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rasyg7Y .card-title_4,
.cid-v91Rasyg7Y .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rasyg7Y .card-date_5,
.cid-v91Rasyg7Y .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rasyg7Y .card-title_5,
.cid-v91Rasyg7Y .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RasETuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RasETuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RasETuV .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RasETuV .image-wrapper {
    height: 350px;
  }
}
.cid-v91RasI1i2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RasI1i2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RasI1i2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RasI1i2 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RasI1i2 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RasI1i2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RasI1i2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RasI1i2 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RasI1i2 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RasI1i2 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RasI1i2 .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RasI1i2 .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RasI1i2 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RasI1i2 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RasI1i2 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RasI1i2 .embla__button--next,
.cid-v91RasI1i2 .embla__button--prev {
  display: flex;
}
.cid-v91RasI1i2 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RasI1i2 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RasI1i2 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RasI1i2 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RasI1i2 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RasI1i2 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RasI1i2 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RasI1i2 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RasI1i2 .embla__viewport {
    padding: 0;
  }
}
.cid-v91RasI1i2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RasI1i2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RasI1i2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RasI1i2 .mbr-section-title,
.cid-v91RasI1i2 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RasI1i2 .card-number {
  color: #e6eddc;
}
.cid-v91RasI1i2 .card-title {
  color: #323432;
}
.cid-v91RasI1i2 .card-text {
  color: #1C1000;
}
.cid-v91RasI1i2 .card-number,
.cid-v91RasI1i2 .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RasQ9v3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RasQ9v3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RasQ9v3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RasQ9v3 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RasQ9v3 .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RasQ9v3 .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RasQ9v3 .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RasQ9v3 .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RasQ9v3 .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RasQ9v3 .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RasQ9v3 .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RasQ9v3 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RasQ9v3 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RasQ9v3 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RasQ9v3 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RasQ9v3 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RasQ9v3 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RasQ9v3 .mbr-section-title,
.cid-v91RasQ9v3 .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RasQ9v3 .mbr-section-title,
.cid-v91RasQ9v3 .mbr-section-btn,
.cid-v91RasQ9v3 .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RasUmKW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RasUmKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RasUmKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RasUmKW .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RasUmKW .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RasUmKW .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91RasUmKW .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91RasUmKW .item {
    margin-bottom: 40px;
  }
}
.cid-v91RasUmKW .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91RasUmKW .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91RasUmKW .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91RasUmKW .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RasUmKW .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RasUmKW .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RasUmKW .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RasUmKW .mbr-section-title,
.cid-v91RasUmKW .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RasUmKW .card-number {
  color: #f1f5eb;
}
.cid-v91RasUmKW .card-title {
  color: #323432;
}
.cid-v91RasUmKW .card-text {
  color: #1C1000;
}
.cid-v91RasUmKW .card-number,
.cid-v91RasUmKW .number-wrapper {
  color: #FFFFFF;
}
.cid-v91RasUmKW .card-title,
.cid-v91RasUmKW .mbr-section-btn,
.cid-v91RasUmKW .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RasZhbZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RasZhbZ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RasZhbZ::before {
    width: 40px;
  }
}
.cid-v91RasZhbZ::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RasZhbZ::after {
    width: 40px;
  }
}
.cid-v91RasZhbZ .item:focus,
.cid-v91RasZhbZ span:focus {
  outline: none;
}
.cid-v91RasZhbZ .item {
  cursor: pointer;
}
.cid-v91RasZhbZ .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RasZhbZ .grid-container-1,
.cid-v91RasZhbZ .grid-container-2,
.cid-v91RasZhbZ .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RasZhbZ .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RasZhbZ .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RasZhbZ .content-head {
  max-width: 800px;
}
.cid-v91RasZhbZ .container,
.cid-v91RasZhbZ .container-fluid {
  overflow: hidden;
}
.cid-v91RasZhbZ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RasZhbZ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RasZhbZ .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RasZhbZ .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RasZhbZ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RasZhbZ .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RasZhbZ .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RasZhbZ .grid-container-1,
.cid-v91RasZhbZ .grid-container-2,
.cid-v91RasZhbZ .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RasZhbZ .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RasZhbZ .grid-container-2 {
  align-items: flex-start;
}
.cid-v91Rat4Q79 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91Rat4Q79 .item:focus,
.cid-v91Rat4Q79 span:focus {
  outline: none;
}
.cid-v91Rat4Q79 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91Rat4Q79 .content-head {
  max-width: 800px;
}
.cid-v91Rat4Q79 .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91Rat4Q79 .item {
    min-height: 32.5px;
  }
}
.cid-v91Rat7xCP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rat7xCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rat7xCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rat7xCP .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91Rat7xCP .card-wrapper {
    padding: 20px;
  }
}
.cid-v91Rat7xCP .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91Rat7xCP .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91Rat7xCP .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Rat7xCP .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91Rat7xCP .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91Rat7xCP .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91Rat7xCP .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91Rat7xCP .title-wrapper {
    width: 100%;
  }
}
.cid-v91Rat7xCP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rat7xCP .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91Rat7xCP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91Rat7xCP .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91Rat7xCP .embla__slide .slide-content {
  width: 100%;
}
.cid-v91Rat7xCP .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91Rat7xCP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91Rat7xCP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91Rat7xCP .embla__button--next,
.cid-v91Rat7xCP .embla__button--prev {
  display: flex;
}
.cid-v91Rat7xCP .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91Rat7xCP .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91Rat7xCP .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91Rat7xCP .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91Rat7xCP .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91Rat7xCP .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91Rat7xCP .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91Rat7xCP .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91Rat7xCP .embla {
    width: 100%;
  }
}
.cid-v91Rat7xCP .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91Rat7xCP .embla__viewport {
    padding: 0;
  }
}
.cid-v91Rat7xCP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91Rat7xCP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91Rat7xCP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91Rat7xCP .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91Rat7xCP .mbr-section-title,
.cid-v91Rat7xCP .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Ratdtid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Ratdtid .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Ratdtid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Ratdtid .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91Ratdtid .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91Ratdtid .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91Ratdtid .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91Ratdtid .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Ratdtid .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91Ratdtid .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91Ratdtid .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Ratdtid .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91Ratdtid .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91Ratdtid .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91Ratdtid .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91Ratdtid .mbr-section-title,
.cid-v91Ratdtid .border-wrapper {
  color: #FEF6E9;
}
.cid-v91RathwOs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RathwOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RathwOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RathwOs .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RathwOs .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RathwOs .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91RathwOs .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RathwOs .item {
    margin-bottom: 20px;
  }
}
.cid-v91RathwOs .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RathwOs .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RathwOs .item .item-wrapper .card-box .card-title_1,
.cid-v91RathwOs .item .item-wrapper .card-box .card-title_2,
.cid-v91RathwOs .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RathwOs .item .item-wrapper .card-box .card-text_1,
.cid-v91RathwOs .item .item-wrapper .card-box .card-text_2,
.cid-v91RathwOs .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91RathwOs .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91RathwOs .item .item-wrapper .card-box .list_1,
.cid-v91RathwOs .item .item-wrapper .card-box .list_2,
.cid-v91RathwOs .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91RathwOs .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91RathwOs .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91RathwOs .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91RathwOs .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91RathwOs .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91RathwOs .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91RathwOs .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91RathwOs .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91RathwOs .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91RathwOs .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RathwOs .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RathwOs .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91RathwOs .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RathwOs .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RathwOs .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91RathwOs .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RathwOs .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RathwOs .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91RathwOs .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91RathwOs .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91RathwOs .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91RathwOs .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91RathwOs .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91RathwOs .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91RathwOs .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91RathwOs .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91RathwOs .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91RathwOs .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91RathwOs .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91RathwOs .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91RathwOs .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91RathwOs .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91RathwOs .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91RathwOs .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91RathwOs .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91RathwOs .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91RathwOs .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91RathwOs .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91RathwOs .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91RathwOs .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91RathwOs .item .card_1 {
    transform: none;
  }
}
.cid-v91RathwOs .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91RathwOs .item .card_2 {
    transform: none;
  }
}
.cid-v91RathwOs .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91RathwOs .item .card_3 {
    transform: none;
  }
}
.cid-v91RathwOs .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RathwOs .mbr-section-title,
.cid-v91RathwOs .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RathwOs .card-title_1 {
  color: #323432;
}
.cid-v91RathwOs .card-text_1 {
  color: #1C1000;
}
.cid-v91RathwOs .list_1 {
  color: #323432;
}
.cid-v91RathwOs .card-title_2 {
  color: #f1f5eb;
}
.cid-v91RathwOs .card-text_2 {
  color: #FEF6E9;
}
.cid-v91RathwOs .list_2 {
  color: #f1f5eb;
}
.cid-v91RathwOs .card-title_3 {
  color: #323432;
}
.cid-v91RathwOs .card-text_3 {
  color: #1C1000;
}
.cid-v91RathwOs .list_3 {
  color: #323432;
}
.cid-v91RathwOs .card-title_1,
.cid-v91RathwOs .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RathwOs .list_1,
.cid-v91RathwOs .item-wrap_1 {
  color: #1C1000;
}
.cid-v91RathwOs .card-title_2,
.cid-v91RathwOs .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91RathwOs .list_2,
.cid-v91RathwOs .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91RathwOs .card-title_3,
.cid-v91RathwOs .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RathwOs .list_3,
.cid-v91RathwOs .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RatmQul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RatmQul .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RatmQul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RatmQul .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RatmQul .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RatmQul .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RatmQul .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RatmQul .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RatmQul .item {
    margin-bottom: 20px;
  }
}
.cid-v91RatmQul .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RatmQul .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RatmQul .item .item-wrapper .card-box .card-title_1,
.cid-v91RatmQul .item .item-wrapper .card-box .card-title_2,
.cid-v91RatmQul .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RatmQul .item .item-wrapper .card-box .card-text_1,
.cid-v91RatmQul .item .item-wrapper .card-box .card-text_2,
.cid-v91RatmQul .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RatmQul .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RatmQul .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RatmQul .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RatmQul .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RatmQul .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RatmQul .item .card_1 {
  background-color: #472d00;
}
.cid-v91RatmQul .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RatmQul .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RatmQul .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RatmQul .mbr-section-title,
.cid-v91RatmQul .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RatmQul .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RatmQul .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RatmQul .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RatmQul .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RatmQul .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RatmQul .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RatmQul .card-title_1,
.cid-v91RatmQul .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RatmQul .card-title_2,
.cid-v91RatmQul .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RatmQul .card-title_3,
.cid-v91RatmQul .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91Raim3FF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91Raim3FF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91Raim3FF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91Raim3FF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91Raim3FF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91Raim3FF .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91Raim3FF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91Raim3FF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91Raim3FF .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91Raim3FF .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91Raim3FF .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91Raim3FF .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91Raim3FF .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91Raim3FF .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91Raim3FF .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91Raim3FF .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91Raim3FF .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91Raim3FF .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91Raim3FF .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91Raim3FF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91Raim3FF .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91Raim3FF .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91Raim3FF .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91Raim3FF .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91Raim3FF .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91Raim3FF .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91Raim3FF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91Raim3FF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91Raim3FF .container,
.cid-v91Raim3FF .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91Raim3FF .container,
  .cid-v91Raim3FF .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91Raim3FF .container,
  .cid-v91Raim3FF .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91Raim3FF .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91Raim3FF .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91Raim3FF .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91Raim3FF .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91Raim3FF .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91Raim3FF .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91Raim3FF .nav-item:focus,
.cid-v91Raim3FF .nav-link:focus {
  outline: none;
}
.cid-v91Raim3FF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91Raim3FF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91Raim3FF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91Raim3FF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91Raim3FF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91Raim3FF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91Raim3FF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91Raim3FF .navbar.opened {
  transition: all 0.3s;
}
.cid-v91Raim3FF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91Raim3FF .navbar .navbar-logo img {
  width: auto;
}
.cid-v91Raim3FF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91Raim3FF .navbar.collapsed {
  justify-content: center;
}
.cid-v91Raim3FF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91Raim3FF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91Raim3FF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91Raim3FF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91Raim3FF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91Raim3FF .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-v91Raim3FF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91Raim3FF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91Raim3FF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91Raim3FF .navbar {
    min-height: 72px;
  }
  .cid-v91Raim3FF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91Raim3FF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91Raim3FF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91Raim3FF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91Raim3FF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91Raim3FF .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-v91Raim3FF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91Raim3FF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91Raim3FF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91Raim3FF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91Raim3FF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91Raim3FF .dropdown-item.active,
.cid-v91Raim3FF .dropdown-item:active {
  background-color: transparent;
}
.cid-v91Raim3FF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91Raim3FF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91Raim3FF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91Raim3FF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91Raim3FF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91Raim3FF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91Raim3FF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91Raim3FF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91Raim3FF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91Raim3FF .navbar-buttons {
    text-align: left;
  }
}
.cid-v91Raim3FF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91Raim3FF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91Raim3FF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91Raim3FF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91Raim3FF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91Raim3FF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91Raim3FF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91Raim3FF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91Raim3FF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91Raim3FF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91Raim3FF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91Raim3FF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91Raim3FF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91Raim3FF .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91Raim3FF .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91Raim3FF .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91Raim3FF .navbar {
    height: 70px;
  }
  .cid-v91Raim3FF .navbar.opened {
    height: auto;
  }
  .cid-v91Raim3FF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91Raim3FF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91Raim3FF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91Raim3FF .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91Raim3FF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91Raim3FF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91Raim3FF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91Raim3FF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91Raim3FF .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91Raim3FF .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91Raim3FF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91Raim3FF .navbar-brand {
    margin-right: auto;
  }
  .cid-v91Raim3FF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91Raim3FF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91Raim3FF .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91Raim3FF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91Raim3FF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91Raim3FF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91Raim3FF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91Raim3FF .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91Raim3FF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91Raim3FF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91Raim3FF .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91Raim3FF .content-wrap {
    display: block;
  }
}
.cid-v91Raim3FF .nav-link,
.cid-v91Raim3FF .dropdown-item {
  color: #1C1000;
}
.cid-v91RaiH8K1 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91RaiH8K1 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91RaiH8K1 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91RaiH8K1 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RaiH8K1 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RaiH8K1 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RaiH8K1 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91RaiH8K1 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91RaiH8K1 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RaiH8K1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RaiH8K1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RaiH8K1 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91RaiH8K1 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91RaiH8K1 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91RaiH8K1 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91RaiH8K1 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91RaiH8K1 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91RaiH8K1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RaiH8K1 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91RaiH8K1 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91RaiH8K1 .mbr-section-title {
  color: #323432;
}
.cid-v91RaiH8K1 .mbr-text,
.cid-v91RaiH8K1 .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RaiH8K1 .mbr-section-title,
.cid-v91RaiH8K1 .mbr-section-btn,
.cid-v91RaiH8K1 .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91RaiQJQ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RaiQJQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RaiQJQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RaiQJQ7 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RaiQJQ7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91RaiQJQ7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91RaiQJQ7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91RaiQJQ7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RaiQJQ7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91RaiQJQ7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RaiQJQ7 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RaiQJQ7 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RaiQJQ7 .item {
    margin-bottom: 20px;
  }
}
.cid-v91RaiQJQ7 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RaiQJQ7 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RaiQJQ7 .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91RaiQJQ7 .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91RaiQJQ7 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RaiQJQ7 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RaiQJQ7 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RaiQJQ7 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RaiQJQ7 .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91RaiQJQ7 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RaiQJQ7 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RaiQJQ7 .mbr-section-title,
.cid-v91RaiQJQ7 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RaiQJQ7 .mbr-text,
.cid-v91RaiQJQ7 .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RaiQJQ7 .card-title {
  color: #f1f5eb;
}
.cid-v91RaiQJQ7 .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RaiQJQ7 .card-title,
.cid-v91RaiQJQ7 .mbr-section-btn {
  text-align: center;
}
.cid-v91Raj2R2D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91Raj2R2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Raj2R2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Raj2R2D .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Raj2R2D .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Raj2R2D .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91Raj2R2D .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91Raj2R2D .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91Raj2R2D .item {
    margin-bottom: 40px;
  }
}
.cid-v91Raj2R2D .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91Raj2R2D .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91Raj2R2D .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91Raj2R2D .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91Raj2R2D .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Raj2R2D .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Raj2R2D .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Raj2R2D .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Raj2R2D .mbr-section-title,
.cid-v91Raj2R2D .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Raj2R2D .card-title {
  color: #323432;
}
.cid-v91Raj2R2D .card-text {
  color: #1C1000;
}
.cid-v91Raj2R2D .card-title,
.cid-v91Raj2R2D .mbr-section-btn,
.cid-v91Raj2R2D .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91Rajefed {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91Rajefed .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rajefed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rajefed .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rajefed .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91Rajefed .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91Rajefed .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91Rajefed .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Rajefed .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Rajefed .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91Rajefed .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91Rajefed .embla__slide .slide-content {
  width: 100%;
}
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91Rajefed .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91Rajefed .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91Rajefed .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91Rajefed .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91Rajefed .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91Rajefed .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91Rajefed .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91Rajefed .embla__button--next,
.cid-v91Rajefed .embla__button--prev {
  display: flex;
}
.cid-v91Rajefed .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91Rajefed .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91Rajefed .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91Rajefed .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91Rajefed .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91Rajefed .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91Rajefed .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91Rajefed .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91Rajefed .embla__viewport {
    padding: 0;
  }
}
.cid-v91Rajefed .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91Rajefed .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91Rajefed .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91Rajefed .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Rajefed .mbr-section-title,
.cid-v91Rajefed .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rajefed .mbr-text,
.cid-v91Rajefed .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rajefed .card-date_1 {
  color: #f1f5eb;
}
.cid-v91Rajefed .card-title_1 {
  color: #f1f5eb;
}
.cid-v91Rajefed .card-text_1 {
  color: #FEF6E9;
}
.cid-v91Rajefed .card-date_2 {
  color: #323432;
}
.cid-v91Rajefed .card-title_2 {
  color: #323432;
}
.cid-v91Rajefed .card-text_2 {
  color: #1C1000;
}
.cid-v91Rajefed .card-date_3 {
  color: #f1f5eb;
}
.cid-v91Rajefed .card-title_3 {
  color: #f1f5eb;
}
.cid-v91Rajefed .card-text_3 {
  color: #FEF6E9;
}
.cid-v91Rajefed .card-date_4 {
  color: #323432;
}
.cid-v91Rajefed .card-title_4 {
  color: #323432;
}
.cid-v91Rajefed .card-text_4 {
  color: #1C1000;
}
.cid-v91Rajefed .card-date_5 {
  color: #f1f5eb;
}
.cid-v91Rajefed .card-title_5 {
  color: #f1f5eb;
}
.cid-v91Rajefed .card-text_5 {
  color: #1C1000;
}
.cid-v91Rajefed .card-date_1,
.cid-v91Rajefed .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rajefed .card-title_1,
.cid-v91Rajefed .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rajefed .card-date_2,
.cid-v91Rajefed .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rajefed .card-title_2,
.cid-v91Rajefed .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rajefed .card-date_3,
.cid-v91Rajefed .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rajefed .card-title_3,
.cid-v91Rajefed .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Rajefed .card-date_4,
.cid-v91Rajefed .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rajefed .card-title_4,
.cid-v91Rajefed .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rajefed .card-date_5,
.cid-v91Rajefed .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Rajefed .card-title_5,
.cid-v91Rajefed .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RajrBpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RajrBpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91RajrBpQ .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91RajrBpQ .image-wrapper {
    height: 350px;
  }
}
.cid-v91RajAQy4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91RajAQy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RajAQy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RajAQy4 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RajAQy4 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RajAQy4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91RajAQy4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RajAQy4 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RajAQy4 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RajAQy4 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RajAQy4 .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91RajAQy4 .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91RajAQy4 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91RajAQy4 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RajAQy4 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RajAQy4 .embla__button--next,
.cid-v91RajAQy4 .embla__button--prev {
  display: flex;
}
.cid-v91RajAQy4 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RajAQy4 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RajAQy4 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RajAQy4 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RajAQy4 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RajAQy4 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RajAQy4 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91RajAQy4 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RajAQy4 .embla__viewport {
    padding: 0;
  }
}
.cid-v91RajAQy4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RajAQy4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RajAQy4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RajAQy4 .mbr-section-title,
.cid-v91RajAQy4 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RajAQy4 .card-number {
  color: #e6eddc;
}
.cid-v91RajAQy4 .card-title {
  color: #323432;
}
.cid-v91RajAQy4 .card-text {
  color: #1C1000;
}
.cid-v91RajAQy4 .card-number,
.cid-v91RajAQy4 .number-wrapper {
  color: #F5E8D2;
}
.cid-v91RajRO36 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RajRO36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RajRO36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RajRO36 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91RajRO36 .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RajRO36 .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91RajRO36 .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91RajRO36 .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91RajRO36 .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91RajRO36 .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91RajRO36 .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91RajRO36 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91RajRO36 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RajRO36 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91RajRO36 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RajRO36 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91RajRO36 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91RajRO36 .mbr-section-title,
.cid-v91RajRO36 .title-wrapper {
  color: #f1f5eb;
}
.cid-v91RajRO36 .mbr-section-title,
.cid-v91RajRO36 .mbr-section-btn,
.cid-v91RajRO36 .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91Rak2M3x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Rak2M3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Rak2M3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Rak2M3x .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Rak2M3x .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Rak2M3x .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91Rak2M3x .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91Rak2M3x .item {
    margin-bottom: 40px;
  }
}
.cid-v91Rak2M3x .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91Rak2M3x .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91Rak2M3x .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91Rak2M3x .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Rak2M3x .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Rak2M3x .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Rak2M3x .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Rak2M3x .mbr-section-title,
.cid-v91Rak2M3x .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Rak2M3x .card-number {
  color: #f1f5eb;
}
.cid-v91Rak2M3x .card-title {
  color: #323432;
}
.cid-v91Rak2M3x .card-text {
  color: #1C1000;
}
.cid-v91Rak2M3x .card-number,
.cid-v91Rak2M3x .number-wrapper {
  color: #FFFFFF;
}
.cid-v91Rak2M3x .card-title,
.cid-v91Rak2M3x .mbr-section-btn,
.cid-v91Rak2M3x .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91RakeMmk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91RakeMmk::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RakeMmk::before {
    width: 40px;
  }
}
.cid-v91RakeMmk::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91RakeMmk::after {
    width: 40px;
  }
}
.cid-v91RakeMmk .item:focus,
.cid-v91RakeMmk span:focus {
  outline: none;
}
.cid-v91RakeMmk .item {
  cursor: pointer;
}
.cid-v91RakeMmk .grid-container {
  grid-row-gap: 24px;
}
.cid-v91RakeMmk .grid-container-1,
.cid-v91RakeMmk .grid-container-2,
.cid-v91RakeMmk .grid-container-3 {
  gap: 0 24px;
}
.cid-v91RakeMmk .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RakeMmk .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RakeMmk .content-head {
  max-width: 800px;
}
.cid-v91RakeMmk .container,
.cid-v91RakeMmk .container-fluid {
  overflow: hidden;
}
.cid-v91RakeMmk .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91RakeMmk .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91RakeMmk .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91RakeMmk .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91RakeMmk .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91RakeMmk .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91RakeMmk .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91RakeMmk .grid-container-1,
.cid-v91RakeMmk .grid-container-2,
.cid-v91RakeMmk .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91RakeMmk .grid-container-1 {
  align-items: flex-end;
}
.cid-v91RakeMmk .grid-container-2 {
  align-items: flex-start;
}
.cid-v91Rakq5ND {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91Rakq5ND .item:focus,
.cid-v91Rakq5ND span:focus {
  outline: none;
}
.cid-v91Rakq5ND .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91Rakq5ND .content-head {
  max-width: 800px;
}
.cid-v91Rakq5ND .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91Rakq5ND .item {
    min-height: 32.5px;
  }
}
.cid-v91RakBeZ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RakBeZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RakBeZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RakBeZ4 .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91RakBeZ4 .card-wrapper {
    padding: 20px;
  }
}
.cid-v91RakBeZ4 .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RakBeZ4 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91RakBeZ4 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RakBeZ4 .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91RakBeZ4 .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91RakBeZ4 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91RakBeZ4 .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RakBeZ4 .title-wrapper {
    width: 100%;
  }
}
.cid-v91RakBeZ4 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RakBeZ4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91RakBeZ4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91RakBeZ4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91RakBeZ4 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91RakBeZ4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91RakBeZ4 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91RakBeZ4 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91RakBeZ4 .embla__button--next,
.cid-v91RakBeZ4 .embla__button--prev {
  display: flex;
}
.cid-v91RakBeZ4 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91RakBeZ4 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91RakBeZ4 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91RakBeZ4 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91RakBeZ4 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91RakBeZ4 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91RakBeZ4 .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91RakBeZ4 .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91RakBeZ4 .embla {
    width: 100%;
  }
}
.cid-v91RakBeZ4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91RakBeZ4 .embla__viewport {
    padding: 0;
  }
}
.cid-v91RakBeZ4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91RakBeZ4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91RakBeZ4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91RakBeZ4 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91RakBeZ4 .mbr-section-title,
.cid-v91RakBeZ4 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RakOU4U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RakOU4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RakOU4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RakOU4U .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91RakOU4U .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91RakOU4U .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91RakOU4U .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91RakOU4U .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91RakOU4U .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91RakOU4U .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91RakOU4U .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91RakOU4U .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91RakOU4U .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91RakOU4U .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91RakOU4U .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91RakOU4U .mbr-section-title,
.cid-v91RakOU4U .border-wrapper {
  color: #FEF6E9;
}
.cid-v91Ral0253 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Ral0253 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Ral0253 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Ral0253 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Ral0253 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Ral0253 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91Ral0253 .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Ral0253 .item {
    margin-bottom: 20px;
  }
}
.cid-v91Ral0253 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91Ral0253 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Ral0253 .item .item-wrapper .card-box .card-title_1,
.cid-v91Ral0253 .item .item-wrapper .card-box .card-title_2,
.cid-v91Ral0253 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91Ral0253 .item .item-wrapper .card-box .card-text_1,
.cid-v91Ral0253 .item .item-wrapper .card-box .card-text_2,
.cid-v91Ral0253 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91Ral0253 .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91Ral0253 .item .item-wrapper .card-box .list_1,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_2,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91Ral0253 .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91Ral0253 .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91Ral0253 .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91Ral0253 .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91Ral0253 .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91Ral0253 .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91Ral0253 .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91Ral0253 .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91Ral0253 .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91Ral0253 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91Ral0253 .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91Ral0253 .item .card_1 {
    transform: none;
  }
}
.cid-v91Ral0253 .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91Ral0253 .item .card_2 {
    transform: none;
  }
}
.cid-v91Ral0253 .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91Ral0253 .item .card_3 {
    transform: none;
  }
}
.cid-v91Ral0253 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Ral0253 .mbr-section-title,
.cid-v91Ral0253 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Ral0253 .card-title_1 {
  color: #323432;
}
.cid-v91Ral0253 .card-text_1 {
  color: #1C1000;
}
.cid-v91Ral0253 .list_1 {
  color: #323432;
}
.cid-v91Ral0253 .card-title_2 {
  color: #f1f5eb;
}
.cid-v91Ral0253 .card-text_2 {
  color: #FEF6E9;
}
.cid-v91Ral0253 .list_2 {
  color: #f1f5eb;
}
.cid-v91Ral0253 .card-title_3 {
  color: #323432;
}
.cid-v91Ral0253 .card-text_3 {
  color: #1C1000;
}
.cid-v91Ral0253 .list_3 {
  color: #323432;
}
.cid-v91Ral0253 .card-title_1,
.cid-v91Ral0253 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Ral0253 .list_1,
.cid-v91Ral0253 .item-wrap_1 {
  color: #1C1000;
}
.cid-v91Ral0253 .card-title_2,
.cid-v91Ral0253 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Ral0253 .list_2,
.cid-v91Ral0253 .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91Ral0253 .card-title_3,
.cid-v91Ral0253 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Ral0253 .list_3,
.cid-v91Ral0253 .item-wrap_3 {
  color: #1C1000;
}
.cid-v91RalcvPk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91RalcvPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91RalcvPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91RalcvPk .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91RalcvPk .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91RalcvPk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91RalcvPk .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91RalcvPk .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91RalcvPk .item {
    margin-bottom: 20px;
  }
}
.cid-v91RalcvPk .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91RalcvPk .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91RalcvPk .item .item-wrapper .card-box .card-title_1,
.cid-v91RalcvPk .item .item-wrapper .card-box .card-title_2,
.cid-v91RalcvPk .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91RalcvPk .item .item-wrapper .card-box .card-text_1,
.cid-v91RalcvPk .item .item-wrapper .card-box .card-text_2,
.cid-v91RalcvPk .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91RalcvPk .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91RalcvPk .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91RalcvPk .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91RalcvPk .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91RalcvPk .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91RalcvPk .item .card_1 {
  background-color: #472d00;
}
.cid-v91RalcvPk .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91RalcvPk .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91RalcvPk .btn-wrapper {
  margin-top: -6%;
}
.cid-v91RalcvPk .mbr-section-title,
.cid-v91RalcvPk .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91RalcvPk .card-title_1 {
  color: #f1f5eb;
}
.cid-v91RalcvPk .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91RalcvPk .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91RalcvPk .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91RalcvPk .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91RalcvPk .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91RalcvPk .card-title_1,
.cid-v91RalcvPk .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91RalcvPk .card-title_2,
.cid-v91RalcvPk .mbr-section-btn {
  color: #1C1000;
}
.cid-v91RalcvPk .card-title_3,
.cid-v91RalcvPk .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91Ra6RyvJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91Ra6RyvJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91Ra6RyvJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91Ra6RyvJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91Ra6RyvJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91Ra6RyvJ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91Ra6RyvJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91Ra6RyvJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91Ra6RyvJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91Ra6RyvJ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91Ra6RyvJ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91Ra6RyvJ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91Ra6RyvJ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91Ra6RyvJ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91Ra6RyvJ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91Ra6RyvJ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91Ra6RyvJ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91Ra6RyvJ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91Ra6RyvJ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91Ra6RyvJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91Ra6RyvJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91Ra6RyvJ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91Ra6RyvJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91Ra6RyvJ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91Ra6RyvJ .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91Ra6RyvJ .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91Ra6RyvJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91Ra6RyvJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91Ra6RyvJ .container,
.cid-v91Ra6RyvJ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91Ra6RyvJ .container,
  .cid-v91Ra6RyvJ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91Ra6RyvJ .container,
  .cid-v91Ra6RyvJ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91Ra6RyvJ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91Ra6RyvJ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91Ra6RyvJ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91Ra6RyvJ .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91Ra6RyvJ .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91Ra6RyvJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91Ra6RyvJ .nav-item:focus,
.cid-v91Ra6RyvJ .nav-link:focus {
  outline: none;
}
.cid-v91Ra6RyvJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91Ra6RyvJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91Ra6RyvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91Ra6RyvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91Ra6RyvJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91Ra6RyvJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91Ra6RyvJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91Ra6RyvJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v91Ra6RyvJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91Ra6RyvJ .navbar .navbar-logo img {
  width: auto;
}
.cid-v91Ra6RyvJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91Ra6RyvJ .navbar.collapsed {
  justify-content: center;
}
.cid-v91Ra6RyvJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91Ra6RyvJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91Ra6RyvJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91Ra6RyvJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91Ra6RyvJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91Ra6RyvJ .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-v91Ra6RyvJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91Ra6RyvJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91Ra6RyvJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91Ra6RyvJ .navbar {
    min-height: 72px;
  }
  .cid-v91Ra6RyvJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91Ra6RyvJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91Ra6RyvJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91Ra6RyvJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91Ra6RyvJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91Ra6RyvJ .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-v91Ra6RyvJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91Ra6RyvJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91Ra6RyvJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91Ra6RyvJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91Ra6RyvJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91Ra6RyvJ .dropdown-item.active,
.cid-v91Ra6RyvJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v91Ra6RyvJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91Ra6RyvJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91Ra6RyvJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91Ra6RyvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91Ra6RyvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91Ra6RyvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91Ra6RyvJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91Ra6RyvJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91Ra6RyvJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91Ra6RyvJ .navbar-buttons {
    text-align: left;
  }
}
.cid-v91Ra6RyvJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91Ra6RyvJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91Ra6RyvJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91Ra6RyvJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91Ra6RyvJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91Ra6RyvJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91Ra6RyvJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91Ra6RyvJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91Ra6RyvJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91Ra6RyvJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91Ra6RyvJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91Ra6RyvJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91Ra6RyvJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91Ra6RyvJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91Ra6RyvJ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91Ra6RyvJ .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91Ra6RyvJ .navbar {
    height: 70px;
  }
  .cid-v91Ra6RyvJ .navbar.opened {
    height: auto;
  }
  .cid-v91Ra6RyvJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91Ra6RyvJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91Ra6RyvJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91Ra6RyvJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91Ra6RyvJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91Ra6RyvJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91Ra6RyvJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91Ra6RyvJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91Ra6RyvJ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91Ra6RyvJ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91Ra6RyvJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91Ra6RyvJ .navbar-brand {
    margin-right: auto;
  }
  .cid-v91Ra6RyvJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91Ra6RyvJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91Ra6RyvJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91Ra6RyvJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91Ra6RyvJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91Ra6RyvJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91Ra6RyvJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91Ra6RyvJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91Ra6RyvJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91Ra6RyvJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91Ra6RyvJ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91Ra6RyvJ .content-wrap {
    display: block;
  }
}
.cid-v91Ra6RyvJ .nav-link,
.cid-v91Ra6RyvJ .dropdown-item {
  color: #1C1000;
}
.cid-v91Ra78ywj {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91Ra78ywj .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91Ra78ywj .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91Ra78ywj .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91Ra78ywj .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91Ra78ywj .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91Ra78ywj .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91Ra78ywj .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91Ra78ywj .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Ra78ywj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Ra78ywj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Ra78ywj .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91Ra78ywj .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91Ra78ywj .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91Ra78ywj .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91Ra78ywj .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91Ra78ywj .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91Ra78ywj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Ra78ywj .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91Ra78ywj .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91Ra78ywj .mbr-section-title {
  color: #323432;
}
.cid-v91Ra78ywj .mbr-text,
.cid-v91Ra78ywj .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Ra78ywj .mbr-section-title,
.cid-v91Ra78ywj .mbr-section-btn,
.cid-v91Ra78ywj .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91Ra7gFAm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Ra7gFAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Ra7gFAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Ra7gFAm .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Ra7gFAm .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91Ra7gFAm .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91Ra7gFAm .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91Ra7gFAm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Ra7gFAm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Ra7gFAm .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91Ra7gFAm .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91Ra7gFAm .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91Ra7gFAm .item {
    margin-bottom: 20px;
  }
}
.cid-v91Ra7gFAm .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91Ra7gFAm .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Ra7gFAm .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91Ra7gFAm .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91Ra7gFAm .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Ra7gFAm .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Ra7gFAm .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Ra7gFAm .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Ra7gFAm .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91Ra7gFAm .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91Ra7gFAm .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Ra7gFAm .mbr-section-title,
.cid-v91Ra7gFAm .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Ra7gFAm .mbr-text,
.cid-v91Ra7gFAm .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Ra7gFAm .card-title {
  color: #f1f5eb;
}
.cid-v91Ra7gFAm .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91Ra7gFAm .card-title,
.cid-v91Ra7gFAm .mbr-section-btn {
  text-align: center;
}
.cid-v91Ra7rCZz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91Ra7rCZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Ra7rCZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Ra7rCZz .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Ra7rCZz .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Ra7rCZz .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91Ra7rCZz .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91Ra7rCZz .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91Ra7rCZz .item {
    margin-bottom: 40px;
  }
}
.cid-v91Ra7rCZz .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91Ra7rCZz .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91Ra7rCZz .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91Ra7rCZz .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91Ra7rCZz .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Ra7rCZz .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Ra7rCZz .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Ra7rCZz .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Ra7rCZz .mbr-section-title,
.cid-v91Ra7rCZz .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Ra7rCZz .card-title {
  color: #323432;
}
.cid-v91Ra7rCZz .card-text {
  color: #1C1000;
}
.cid-v91Ra7rCZz .card-title,
.cid-v91Ra7rCZz .mbr-section-btn,
.cid-v91Ra7rCZz .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91Ra7DDD6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91Ra7DDD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Ra7DDD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Ra7DDD6 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Ra7DDD6 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91Ra7DDD6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91Ra7DDD6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91Ra7DDD6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Ra7DDD6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91Ra7DDD6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91Ra7DDD6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91Ra7DDD6 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91Ra7DDD6 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91Ra7DDD6 .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91Ra7DDD6 .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91Ra7DDD6 .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91Ra7DDD6 .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91Ra7DDD6 .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91Ra7DDD6 .embla__button--next,
.cid-v91Ra7DDD6 .embla__button--prev {
  display: flex;
}
.cid-v91Ra7DDD6 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91Ra7DDD6 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91Ra7DDD6 .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91Ra7DDD6 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91Ra7DDD6 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91Ra7DDD6 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91Ra7DDD6 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91Ra7DDD6 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91Ra7DDD6 .embla__viewport {
    padding: 0;
  }
}
.cid-v91Ra7DDD6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91Ra7DDD6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91Ra7DDD6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91Ra7DDD6 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Ra7DDD6 .mbr-section-title,
.cid-v91Ra7DDD6 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Ra7DDD6 .mbr-text,
.cid-v91Ra7DDD6 .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Ra7DDD6 .card-date_1 {
  color: #f1f5eb;
}
.cid-v91Ra7DDD6 .card-title_1 {
  color: #f1f5eb;
}
.cid-v91Ra7DDD6 .card-text_1 {
  color: #FEF6E9;
}
.cid-v91Ra7DDD6 .card-date_2 {
  color: #323432;
}
.cid-v91Ra7DDD6 .card-title_2 {
  color: #323432;
}
.cid-v91Ra7DDD6 .card-text_2 {
  color: #1C1000;
}
.cid-v91Ra7DDD6 .card-date_3 {
  color: #f1f5eb;
}
.cid-v91Ra7DDD6 .card-title_3 {
  color: #f1f5eb;
}
.cid-v91Ra7DDD6 .card-text_3 {
  color: #FEF6E9;
}
.cid-v91Ra7DDD6 .card-date_4 {
  color: #323432;
}
.cid-v91Ra7DDD6 .card-title_4 {
  color: #323432;
}
.cid-v91Ra7DDD6 .card-text_4 {
  color: #1C1000;
}
.cid-v91Ra7DDD6 .card-date_5 {
  color: #f1f5eb;
}
.cid-v91Ra7DDD6 .card-title_5 {
  color: #f1f5eb;
}
.cid-v91Ra7DDD6 .card-text_5 {
  color: #1C1000;
}
.cid-v91Ra7DDD6 .card-date_1,
.cid-v91Ra7DDD6 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Ra7DDD6 .card-title_1,
.cid-v91Ra7DDD6 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Ra7DDD6 .card-date_2,
.cid-v91Ra7DDD6 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Ra7DDD6 .card-title_2,
.cid-v91Ra7DDD6 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Ra7DDD6 .card-date_3,
.cid-v91Ra7DDD6 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Ra7DDD6 .card-title_3,
.cid-v91Ra7DDD6 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Ra7DDD6 .card-date_4,
.cid-v91Ra7DDD6 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Ra7DDD6 .card-title_4,
.cid-v91Ra7DDD6 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Ra7DDD6 .card-date_5,
.cid-v91Ra7DDD6 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Ra7DDD6 .card-title_5,
.cid-v91Ra7DDD6 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Ra7OZui .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Ra7OZui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91Ra7OZui .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91Ra7OZui .image-wrapper {
    height: 350px;
  }
}
.cid-v91Ra7XdXM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91Ra7XdXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Ra7XdXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Ra7XdXM .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Ra7XdXM .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Ra7XdXM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91Ra7XdXM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91Ra7XdXM .embla__slide .slide-content {
  width: 100%;
}
.cid-v91Ra7XdXM .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91Ra7XdXM .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Ra7XdXM .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91Ra7XdXM .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Ra7XdXM .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Ra7XdXM .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Ra7XdXM .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Ra7XdXM .embla__button--next,
.cid-v91Ra7XdXM .embla__button--prev {
  display: flex;
}
.cid-v91Ra7XdXM .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91Ra7XdXM .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91Ra7XdXM .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91Ra7XdXM .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91Ra7XdXM .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91Ra7XdXM .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91Ra7XdXM .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91Ra7XdXM .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91Ra7XdXM .embla__viewport {
    padding: 0;
  }
}
.cid-v91Ra7XdXM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91Ra7XdXM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91Ra7XdXM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91Ra7XdXM .mbr-section-title,
.cid-v91Ra7XdXM .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Ra7XdXM .card-number {
  color: #e6eddc;
}
.cid-v91Ra7XdXM .card-title {
  color: #323432;
}
.cid-v91Ra7XdXM .card-text {
  color: #1C1000;
}
.cid-v91Ra7XdXM .card-number,
.cid-v91Ra7XdXM .number-wrapper {
  color: #F5E8D2;
}
.cid-v91Ra8cd5q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Ra8cd5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Ra8cd5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Ra8cd5q .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91Ra8cd5q .card-wrapper {
    padding: 20px;
  }
}
.cid-v91Ra8cd5q .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91Ra8cd5q .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91Ra8cd5q .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91Ra8cd5q .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91Ra8cd5q .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91Ra8cd5q .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91Ra8cd5q .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91Ra8cd5q .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Ra8cd5q .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91Ra8cd5q .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Ra8cd5q .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91Ra8cd5q .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91Ra8cd5q .mbr-section-title,
.cid-v91Ra8cd5q .title-wrapper {
  color: #f1f5eb;
}
.cid-v91Ra8cd5q .mbr-section-title,
.cid-v91Ra8cd5q .mbr-section-btn,
.cid-v91Ra8cd5q .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91Ra8mgMD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Ra8mgMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Ra8mgMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Ra8mgMD .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Ra8mgMD .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Ra8mgMD .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91Ra8mgMD .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91Ra8mgMD .item {
    margin-bottom: 40px;
  }
}
.cid-v91Ra8mgMD .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91Ra8mgMD .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91Ra8mgMD .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91Ra8mgMD .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91Ra8mgMD .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91Ra8mgMD .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Ra8mgMD .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Ra8mgMD .mbr-section-title,
.cid-v91Ra8mgMD .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Ra8mgMD .card-number {
  color: #f1f5eb;
}
.cid-v91Ra8mgMD .card-title {
  color: #323432;
}
.cid-v91Ra8mgMD .card-text {
  color: #1C1000;
}
.cid-v91Ra8mgMD .card-number,
.cid-v91Ra8mgMD .number-wrapper {
  color: #FFFFFF;
}
.cid-v91Ra8mgMD .card-title,
.cid-v91Ra8mgMD .mbr-section-btn,
.cid-v91Ra8mgMD .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91Ra8z7vr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91Ra8z7vr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91Ra8z7vr::before {
    width: 40px;
  }
}
.cid-v91Ra8z7vr::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91Ra8z7vr::after {
    width: 40px;
  }
}
.cid-v91Ra8z7vr .item:focus,
.cid-v91Ra8z7vr span:focus {
  outline: none;
}
.cid-v91Ra8z7vr .item {
  cursor: pointer;
}
.cid-v91Ra8z7vr .grid-container {
  grid-row-gap: 24px;
}
.cid-v91Ra8z7vr .grid-container-1,
.cid-v91Ra8z7vr .grid-container-2,
.cid-v91Ra8z7vr .grid-container-3 {
  gap: 0 24px;
}
.cid-v91Ra8z7vr .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Ra8z7vr .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91Ra8z7vr .content-head {
  max-width: 800px;
}
.cid-v91Ra8z7vr .container,
.cid-v91Ra8z7vr .container-fluid {
  overflow: hidden;
}
.cid-v91Ra8z7vr .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91Ra8z7vr .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91Ra8z7vr .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91Ra8z7vr .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91Ra8z7vr .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91Ra8z7vr .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91Ra8z7vr .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91Ra8z7vr .grid-container-1,
.cid-v91Ra8z7vr .grid-container-2,
.cid-v91Ra8z7vr .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91Ra8z7vr .grid-container-1 {
  align-items: flex-end;
}
.cid-v91Ra8z7vr .grid-container-2 {
  align-items: flex-start;
}
.cid-v91Ra8Nb0z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91Ra8Nb0z .item:focus,
.cid-v91Ra8Nb0z span:focus {
  outline: none;
}
.cid-v91Ra8Nb0z .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91Ra8Nb0z .content-head {
  max-width: 800px;
}
.cid-v91Ra8Nb0z .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91Ra8Nb0z .item {
    min-height: 32.5px;
  }
}
.cid-v91Ra8Y8Oj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Ra8Y8Oj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Ra8Y8Oj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Ra8Y8Oj .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91Ra8Y8Oj .card-wrapper {
    padding: 20px;
  }
}
.cid-v91Ra8Y8Oj .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91Ra8Y8Oj .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91Ra8Y8Oj .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Ra8Y8Oj .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91Ra8Y8Oj .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91Ra8Y8Oj .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91Ra8Y8Oj .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91Ra8Y8Oj .title-wrapper {
    width: 100%;
  }
}
.cid-v91Ra8Y8Oj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Ra8Y8Oj .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91Ra8Y8Oj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91Ra8Y8Oj .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91Ra8Y8Oj .embla__slide .slide-content {
  width: 100%;
}
.cid-v91Ra8Y8Oj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91Ra8Y8Oj .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91Ra8Y8Oj .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91Ra8Y8Oj .embla__button--next,
.cid-v91Ra8Y8Oj .embla__button--prev {
  display: flex;
}
.cid-v91Ra8Y8Oj .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91Ra8Y8Oj .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91Ra8Y8Oj .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91Ra8Y8Oj .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91Ra8Y8Oj .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91Ra8Y8Oj .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91Ra8Y8Oj .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91Ra8Y8Oj .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91Ra8Y8Oj .embla {
    width: 100%;
  }
}
.cid-v91Ra8Y8Oj .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91Ra8Y8Oj .embla__viewport {
    padding: 0;
  }
}
.cid-v91Ra8Y8Oj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91Ra8Y8Oj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91Ra8Y8Oj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91Ra8Y8Oj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91Ra8Y8Oj .mbr-section-title,
.cid-v91Ra8Y8Oj .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Ra9dB7P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Ra9dB7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Ra9dB7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Ra9dB7P .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91Ra9dB7P .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91Ra9dB7P .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91Ra9dB7P .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91Ra9dB7P .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91Ra9dB7P .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91Ra9dB7P .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91Ra9dB7P .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91Ra9dB7P .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91Ra9dB7P .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91Ra9dB7P .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91Ra9dB7P .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91Ra9dB7P .mbr-section-title,
.cid-v91Ra9dB7P .border-wrapper {
  color: #FEF6E9;
}
.cid-v91Ra9pLrd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Ra9pLrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Ra9pLrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Ra9pLrd .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Ra9pLrd .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Ra9pLrd .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91Ra9pLrd .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Ra9pLrd .item {
    margin-bottom: 20px;
  }
}
.cid-v91Ra9pLrd .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91Ra9pLrd .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Ra9pLrd .item .item-wrapper .card-box .card-title_1,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .card-title_2,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91Ra9pLrd .item .item-wrapper .card-box .card-text_1,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .card-text_2,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91Ra9pLrd .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_1,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_2,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91Ra9pLrd .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91Ra9pLrd .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91Ra9pLrd .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91Ra9pLrd .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91Ra9pLrd .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91Ra9pLrd .item .card_1 {
    transform: none;
  }
}
.cid-v91Ra9pLrd .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91Ra9pLrd .item .card_2 {
    transform: none;
  }
}
.cid-v91Ra9pLrd .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91Ra9pLrd .item .card_3 {
    transform: none;
  }
}
.cid-v91Ra9pLrd .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Ra9pLrd .mbr-section-title,
.cid-v91Ra9pLrd .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Ra9pLrd .card-title_1 {
  color: #323432;
}
.cid-v91Ra9pLrd .card-text_1 {
  color: #1C1000;
}
.cid-v91Ra9pLrd .list_1 {
  color: #323432;
}
.cid-v91Ra9pLrd .card-title_2 {
  color: #f1f5eb;
}
.cid-v91Ra9pLrd .card-text_2 {
  color: #FEF6E9;
}
.cid-v91Ra9pLrd .list_2 {
  color: #f1f5eb;
}
.cid-v91Ra9pLrd .card-title_3 {
  color: #323432;
}
.cid-v91Ra9pLrd .card-text_3 {
  color: #1C1000;
}
.cid-v91Ra9pLrd .list_3 {
  color: #323432;
}
.cid-v91Ra9pLrd .card-title_1,
.cid-v91Ra9pLrd .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Ra9pLrd .list_1,
.cid-v91Ra9pLrd .item-wrap_1 {
  color: #1C1000;
}
.cid-v91Ra9pLrd .card-title_2,
.cid-v91Ra9pLrd .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91Ra9pLrd .list_2,
.cid-v91Ra9pLrd .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91Ra9pLrd .card-title_3,
.cid-v91Ra9pLrd .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Ra9pLrd .list_3,
.cid-v91Ra9pLrd .item-wrap_3 {
  color: #1C1000;
}
.cid-v91Ra9BRQU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91Ra9BRQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91Ra9BRQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91Ra9BRQU .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91Ra9BRQU .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91Ra9BRQU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91Ra9BRQU .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91Ra9BRQU .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91Ra9BRQU .item {
    margin-bottom: 20px;
  }
}
.cid-v91Ra9BRQU .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91Ra9BRQU .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91Ra9BRQU .item .item-wrapper .card-box .card-title_1,
.cid-v91Ra9BRQU .item .item-wrapper .card-box .card-title_2,
.cid-v91Ra9BRQU .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91Ra9BRQU .item .item-wrapper .card-box .card-text_1,
.cid-v91Ra9BRQU .item .item-wrapper .card-box .card-text_2,
.cid-v91Ra9BRQU .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91Ra9BRQU .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91Ra9BRQU .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91Ra9BRQU .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91Ra9BRQU .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91Ra9BRQU .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91Ra9BRQU .item .card_1 {
  background-color: #472d00;
}
.cid-v91Ra9BRQU .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91Ra9BRQU .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91Ra9BRQU .btn-wrapper {
  margin-top: -6%;
}
.cid-v91Ra9BRQU .mbr-section-title,
.cid-v91Ra9BRQU .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91Ra9BRQU .card-title_1 {
  color: #f1f5eb;
}
.cid-v91Ra9BRQU .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91Ra9BRQU .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91Ra9BRQU .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91Ra9BRQU .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91Ra9BRQU .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91Ra9BRQU .card-title_1,
.cid-v91Ra9BRQU .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91Ra9BRQU .card-title_2,
.cid-v91Ra9BRQU .mbr-section-btn {
  color: #1C1000;
}
.cid-v91Ra9BRQU .card-title_3,
.cid-v91Ra9BRQU .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91R9VuPeW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91R9VuPeW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91R9VuPeW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91R9VuPeW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91R9VuPeW .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91R9VuPeW .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91R9VuPeW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91R9VuPeW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91R9VuPeW .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91R9VuPeW .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91R9VuPeW .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91R9VuPeW .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91R9VuPeW .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91R9VuPeW .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91R9VuPeW .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91R9VuPeW .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91R9VuPeW .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91R9VuPeW .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91R9VuPeW .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91R9VuPeW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91R9VuPeW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91R9VuPeW .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91R9VuPeW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91R9VuPeW .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91R9VuPeW .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91R9VuPeW .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91R9VuPeW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91R9VuPeW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91R9VuPeW .container,
.cid-v91R9VuPeW .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R9VuPeW .container,
  .cid-v91R9VuPeW .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91R9VuPeW .container,
  .cid-v91R9VuPeW .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91R9VuPeW .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91R9VuPeW .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91R9VuPeW .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91R9VuPeW .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91R9VuPeW .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91R9VuPeW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91R9VuPeW .nav-item:focus,
.cid-v91R9VuPeW .nav-link:focus {
  outline: none;
}
.cid-v91R9VuPeW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91R9VuPeW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91R9VuPeW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91R9VuPeW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91R9VuPeW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91R9VuPeW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91R9VuPeW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91R9VuPeW .navbar.opened {
  transition: all 0.3s;
}
.cid-v91R9VuPeW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91R9VuPeW .navbar .navbar-logo img {
  width: auto;
}
.cid-v91R9VuPeW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91R9VuPeW .navbar.collapsed {
  justify-content: center;
}
.cid-v91R9VuPeW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91R9VuPeW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91R9VuPeW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91R9VuPeW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91R9VuPeW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91R9VuPeW .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-v91R9VuPeW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91R9VuPeW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91R9VuPeW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91R9VuPeW .navbar {
    min-height: 72px;
  }
  .cid-v91R9VuPeW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91R9VuPeW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91R9VuPeW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91R9VuPeW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91R9VuPeW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91R9VuPeW .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-v91R9VuPeW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91R9VuPeW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91R9VuPeW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91R9VuPeW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91R9VuPeW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91R9VuPeW .dropdown-item.active,
.cid-v91R9VuPeW .dropdown-item:active {
  background-color: transparent;
}
.cid-v91R9VuPeW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91R9VuPeW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91R9VuPeW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91R9VuPeW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91R9VuPeW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91R9VuPeW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91R9VuPeW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91R9VuPeW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91R9VuPeW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91R9VuPeW .navbar-buttons {
    text-align: left;
  }
}
.cid-v91R9VuPeW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91R9VuPeW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91R9VuPeW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91R9VuPeW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91R9VuPeW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91R9VuPeW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91R9VuPeW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91R9VuPeW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91R9VuPeW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91R9VuPeW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91R9VuPeW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91R9VuPeW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91R9VuPeW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91R9VuPeW .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91R9VuPeW .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91R9VuPeW .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91R9VuPeW .navbar {
    height: 70px;
  }
  .cid-v91R9VuPeW .navbar.opened {
    height: auto;
  }
  .cid-v91R9VuPeW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91R9VuPeW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91R9VuPeW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91R9VuPeW .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91R9VuPeW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91R9VuPeW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91R9VuPeW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91R9VuPeW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91R9VuPeW .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91R9VuPeW .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91R9VuPeW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91R9VuPeW .navbar-brand {
    margin-right: auto;
  }
  .cid-v91R9VuPeW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91R9VuPeW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91R9VuPeW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91R9VuPeW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91R9VuPeW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91R9VuPeW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91R9VuPeW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91R9VuPeW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91R9VuPeW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91R9VuPeW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91R9VuPeW .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91R9VuPeW .content-wrap {
    display: block;
  }
}
.cid-v91R9VuPeW .nav-link,
.cid-v91R9VuPeW .dropdown-item {
  color: #1C1000;
}
.cid-v91R9VMzvQ {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91R9VMzvQ .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91R9VMzvQ .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91R9VMzvQ .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91R9VMzvQ .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91R9VMzvQ .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91R9VMzvQ .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91R9VMzvQ .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91R9VMzvQ .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R9VMzvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9VMzvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9VMzvQ .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91R9VMzvQ .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91R9VMzvQ .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91R9VMzvQ .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91R9VMzvQ .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91R9VMzvQ .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91R9VMzvQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R9VMzvQ .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91R9VMzvQ .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91R9VMzvQ .mbr-section-title {
  color: #323432;
}
.cid-v91R9VMzvQ .mbr-text,
.cid-v91R9VMzvQ .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9VMzvQ .mbr-section-title,
.cid-v91R9VMzvQ .mbr-section-btn,
.cid-v91R9VMzvQ .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91R9VU9jq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9VU9jq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9VU9jq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9VU9jq .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9VU9jq .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91R9VU9jq .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91R9VU9jq .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91R9VU9jq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R9VU9jq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R9VU9jq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91R9VU9jq .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R9VU9jq .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R9VU9jq .item {
    margin-bottom: 20px;
  }
}
.cid-v91R9VU9jq .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91R9VU9jq .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9VU9jq .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9VU9jq .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91R9VU9jq .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R9VU9jq .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R9VU9jq .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9VU9jq .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9VU9jq .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91R9VU9jq .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91R9VU9jq .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R9VU9jq .mbr-section-title,
.cid-v91R9VU9jq .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9VU9jq .mbr-text,
.cid-v91R9VU9jq .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9VU9jq .card-title {
  color: #f1f5eb;
}
.cid-v91R9VU9jq .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91R9VU9jq .card-title,
.cid-v91R9VU9jq .mbr-section-btn {
  text-align: center;
}
.cid-v91R9W6Cpm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91R9W6Cpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9W6Cpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9W6Cpm .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9W6Cpm .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9W6Cpm .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91R9W6Cpm .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R9W6Cpm .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R9W6Cpm .item {
    margin-bottom: 40px;
  }
}
.cid-v91R9W6Cpm .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91R9W6Cpm .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9W6Cpm .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91R9W6Cpm .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91R9W6Cpm .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R9W6Cpm .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R9W6Cpm .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9W6Cpm .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9W6Cpm .mbr-section-title,
.cid-v91R9W6Cpm .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9W6Cpm .card-title {
  color: #323432;
}
.cid-v91R9W6Cpm .card-text {
  color: #1C1000;
}
.cid-v91R9W6Cpm .card-title,
.cid-v91R9W6Cpm .mbr-section-btn,
.cid-v91R9W6Cpm .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91R9WhYHk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91R9WhYHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9WhYHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9WhYHk .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9WhYHk .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91R9WhYHk .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91R9WhYHk .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91R9WhYHk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R9WhYHk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R9WhYHk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91R9WhYHk .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R9WhYHk .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91R9WhYHk .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91R9WhYHk .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91R9WhYHk .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91R9WhYHk .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91R9WhYHk .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91R9WhYHk .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91R9WhYHk .embla__button--next,
.cid-v91R9WhYHk .embla__button--prev {
  display: flex;
}
.cid-v91R9WhYHk .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R9WhYHk .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91R9WhYHk .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91R9WhYHk .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91R9WhYHk .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R9WhYHk .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R9WhYHk .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91R9WhYHk .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R9WhYHk .embla__viewport {
    padding: 0;
  }
}
.cid-v91R9WhYHk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R9WhYHk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R9WhYHk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R9WhYHk .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R9WhYHk .mbr-section-title,
.cid-v91R9WhYHk .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9WhYHk .mbr-text,
.cid-v91R9WhYHk .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9WhYHk .card-date_1 {
  color: #f1f5eb;
}
.cid-v91R9WhYHk .card-title_1 {
  color: #f1f5eb;
}
.cid-v91R9WhYHk .card-text_1 {
  color: #FEF6E9;
}
.cid-v91R9WhYHk .card-date_2 {
  color: #323432;
}
.cid-v91R9WhYHk .card-title_2 {
  color: #323432;
}
.cid-v91R9WhYHk .card-text_2 {
  color: #1C1000;
}
.cid-v91R9WhYHk .card-date_3 {
  color: #f1f5eb;
}
.cid-v91R9WhYHk .card-title_3 {
  color: #f1f5eb;
}
.cid-v91R9WhYHk .card-text_3 {
  color: #FEF6E9;
}
.cid-v91R9WhYHk .card-date_4 {
  color: #323432;
}
.cid-v91R9WhYHk .card-title_4 {
  color: #323432;
}
.cid-v91R9WhYHk .card-text_4 {
  color: #1C1000;
}
.cid-v91R9WhYHk .card-date_5 {
  color: #f1f5eb;
}
.cid-v91R9WhYHk .card-title_5 {
  color: #f1f5eb;
}
.cid-v91R9WhYHk .card-text_5 {
  color: #1C1000;
}
.cid-v91R9WhYHk .card-date_1,
.cid-v91R9WhYHk .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9WhYHk .card-title_1,
.cid-v91R9WhYHk .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9WhYHk .card-date_2,
.cid-v91R9WhYHk .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9WhYHk .card-title_2,
.cid-v91R9WhYHk .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9WhYHk .card-date_3,
.cid-v91R9WhYHk .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9WhYHk .card-title_3,
.cid-v91R9WhYHk .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9WhYHk .card-date_4,
.cid-v91R9WhYHk .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9WhYHk .card-title_4,
.cid-v91R9WhYHk .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9WhYHk .card-date_5,
.cid-v91R9WhYHk .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9WhYHk .card-title_5,
.cid-v91R9WhYHk .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9WsQak .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9WsQak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91R9WsQak .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91R9WsQak .image-wrapper {
    height: 350px;
  }
}
.cid-v91R9WB7Ao {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91R9WB7Ao .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9WB7Ao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9WB7Ao .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9WB7Ao .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9WB7Ao .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91R9WB7Ao .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R9WB7Ao .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R9WB7Ao .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R9WB7Ao .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9WB7Ao .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91R9WB7Ao .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R9WB7Ao .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R9WB7Ao .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9WB7Ao .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9WB7Ao .embla__button--next,
.cid-v91R9WB7Ao .embla__button--prev {
  display: flex;
}
.cid-v91R9WB7Ao .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R9WB7Ao .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91R9WB7Ao .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91R9WB7Ao .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91R9WB7Ao .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R9WB7Ao .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R9WB7Ao .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91R9WB7Ao .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R9WB7Ao .embla__viewport {
    padding: 0;
  }
}
.cid-v91R9WB7Ao .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R9WB7Ao .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R9WB7Ao .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R9WB7Ao .mbr-section-title,
.cid-v91R9WB7Ao .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9WB7Ao .card-number {
  color: #e6eddc;
}
.cid-v91R9WB7Ao .card-title {
  color: #323432;
}
.cid-v91R9WB7Ao .card-text {
  color: #1C1000;
}
.cid-v91R9WB7Ao .card-number,
.cid-v91R9WB7Ao .number-wrapper {
  color: #F5E8D2;
}
.cid-v91R9WSW8R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9WSW8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9WSW8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9WSW8R .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91R9WSW8R .card-wrapper {
    padding: 20px;
  }
}
.cid-v91R9WSW8R .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91R9WSW8R .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91R9WSW8R .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91R9WSW8R .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91R9WSW8R .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91R9WSW8R .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91R9WSW8R .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91R9WSW8R .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R9WSW8R .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91R9WSW8R .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9WSW8R .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91R9WSW8R .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91R9WSW8R .mbr-section-title,
.cid-v91R9WSW8R .title-wrapper {
  color: #f1f5eb;
}
.cid-v91R9WSW8R .mbr-section-title,
.cid-v91R9WSW8R .mbr-section-btn,
.cid-v91R9WSW8R .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91R9X1ikr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9X1ikr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9X1ikr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9X1ikr .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9X1ikr .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9X1ikr .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91R9X1ikr .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91R9X1ikr .item {
    margin-bottom: 40px;
  }
}
.cid-v91R9X1ikr .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91R9X1ikr .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91R9X1ikr .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91R9X1ikr .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R9X1ikr .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R9X1ikr .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9X1ikr .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9X1ikr .mbr-section-title,
.cid-v91R9X1ikr .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9X1ikr .card-number {
  color: #f1f5eb;
}
.cid-v91R9X1ikr .card-title {
  color: #323432;
}
.cid-v91R9X1ikr .card-text {
  color: #1C1000;
}
.cid-v91R9X1ikr .card-number,
.cid-v91R9X1ikr .number-wrapper {
  color: #FFFFFF;
}
.cid-v91R9X1ikr .card-title,
.cid-v91R9X1ikr .mbr-section-btn,
.cid-v91R9X1ikr .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91R9XeupE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91R9XeupE::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91R9XeupE::before {
    width: 40px;
  }
}
.cid-v91R9XeupE::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91R9XeupE::after {
    width: 40px;
  }
}
.cid-v91R9XeupE .item:focus,
.cid-v91R9XeupE span:focus {
  outline: none;
}
.cid-v91R9XeupE .item {
  cursor: pointer;
}
.cid-v91R9XeupE .grid-container {
  grid-row-gap: 24px;
}
.cid-v91R9XeupE .grid-container-1,
.cid-v91R9XeupE .grid-container-2,
.cid-v91R9XeupE .grid-container-3 {
  gap: 0 24px;
}
.cid-v91R9XeupE .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9XeupE .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91R9XeupE .content-head {
  max-width: 800px;
}
.cid-v91R9XeupE .container,
.cid-v91R9XeupE .container-fluid {
  overflow: hidden;
}
.cid-v91R9XeupE .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91R9XeupE .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91R9XeupE .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91R9XeupE .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91R9XeupE .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91R9XeupE .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91R9XeupE .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91R9XeupE .grid-container-1,
.cid-v91R9XeupE .grid-container-2,
.cid-v91R9XeupE .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91R9XeupE .grid-container-1 {
  align-items: flex-end;
}
.cid-v91R9XeupE .grid-container-2 {
  align-items: flex-start;
}
.cid-v91R9XpVCk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91R9XpVCk .item:focus,
.cid-v91R9XpVCk span:focus {
  outline: none;
}
.cid-v91R9XpVCk .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91R9XpVCk .content-head {
  max-width: 800px;
}
.cid-v91R9XpVCk .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91R9XpVCk .item {
    min-height: 32.5px;
  }
}
.cid-v91R9XAgbZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9XAgbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9XAgbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9XAgbZ .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R9XAgbZ .card-wrapper {
    padding: 20px;
  }
}
.cid-v91R9XAgbZ .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91R9XAgbZ .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91R9XAgbZ .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R9XAgbZ .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91R9XAgbZ .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91R9XAgbZ .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91R9XAgbZ .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91R9XAgbZ .title-wrapper {
    width: 100%;
  }
}
.cid-v91R9XAgbZ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9XAgbZ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91R9XAgbZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91R9XAgbZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R9XAgbZ .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R9XAgbZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91R9XAgbZ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91R9XAgbZ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91R9XAgbZ .embla__button--next,
.cid-v91R9XAgbZ .embla__button--prev {
  display: flex;
}
.cid-v91R9XAgbZ .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R9XAgbZ .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91R9XAgbZ .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91R9XAgbZ .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91R9XAgbZ .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R9XAgbZ .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R9XAgbZ .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91R9XAgbZ .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91R9XAgbZ .embla {
    width: 100%;
  }
}
.cid-v91R9XAgbZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R9XAgbZ .embla__viewport {
    padding: 0;
  }
}
.cid-v91R9XAgbZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R9XAgbZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R9XAgbZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R9XAgbZ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91R9XAgbZ .mbr-section-title,
.cid-v91R9XAgbZ .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9XPz7F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9XPz7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9XPz7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9XPz7F .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91R9XPz7F .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91R9XPz7F .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91R9XPz7F .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91R9XPz7F .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R9XPz7F .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91R9XPz7F .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91R9XPz7F .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R9XPz7F .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91R9XPz7F .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91R9XPz7F .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91R9XPz7F .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91R9XPz7F .mbr-section-title,
.cid-v91R9XPz7F .border-wrapper {
  color: #FEF6E9;
}
.cid-v91R9Y6b0x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9Y6b0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9Y6b0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9Y6b0x .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9Y6b0x .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9Y6b0x .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91R9Y6b0x .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9Y6b0x .item {
    margin-bottom: 20px;
  }
}
.cid-v91R9Y6b0x .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9Y6b0x .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9Y6b0x .item .item-wrapper .card-box .card-title_1,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .card-title_2,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91R9Y6b0x .item .item-wrapper .card-box .card-text_1,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .card-text_2,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91R9Y6b0x .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_1,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_2,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91R9Y6b0x .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91R9Y6b0x .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91R9Y6b0x .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91R9Y6b0x .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91R9Y6b0x .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91R9Y6b0x .item .card_1 {
    transform: none;
  }
}
.cid-v91R9Y6b0x .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91R9Y6b0x .item .card_2 {
    transform: none;
  }
}
.cid-v91R9Y6b0x .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91R9Y6b0x .item .card_3 {
    transform: none;
  }
}
.cid-v91R9Y6b0x .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R9Y6b0x .mbr-section-title,
.cid-v91R9Y6b0x .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9Y6b0x .card-title_1 {
  color: #323432;
}
.cid-v91R9Y6b0x .card-text_1 {
  color: #1C1000;
}
.cid-v91R9Y6b0x .list_1 {
  color: #323432;
}
.cid-v91R9Y6b0x .card-title_2 {
  color: #f1f5eb;
}
.cid-v91R9Y6b0x .card-text_2 {
  color: #FEF6E9;
}
.cid-v91R9Y6b0x .list_2 {
  color: #f1f5eb;
}
.cid-v91R9Y6b0x .card-title_3 {
  color: #323432;
}
.cid-v91R9Y6b0x .card-text_3 {
  color: #1C1000;
}
.cid-v91R9Y6b0x .list_3 {
  color: #323432;
}
.cid-v91R9Y6b0x .card-title_1,
.cid-v91R9Y6b0x .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9Y6b0x .list_1,
.cid-v91R9Y6b0x .item-wrap_1 {
  color: #1C1000;
}
.cid-v91R9Y6b0x .card-title_2,
.cid-v91R9Y6b0x .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9Y6b0x .list_2,
.cid-v91R9Y6b0x .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91R9Y6b0x .card-title_3,
.cid-v91R9Y6b0x .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9Y6b0x .list_3,
.cid-v91R9Y6b0x .item-wrap_3 {
  color: #1C1000;
}
.cid-v91R9YiPiD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9YiPiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9YiPiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9YiPiD .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9YiPiD .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9YiPiD .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91R9YiPiD .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R9YiPiD .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R9YiPiD .item {
    margin-bottom: 20px;
  }
}
.cid-v91R9YiPiD .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9YiPiD .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9YiPiD .item .item-wrapper .card-box .card-title_1,
.cid-v91R9YiPiD .item .item-wrapper .card-box .card-title_2,
.cid-v91R9YiPiD .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91R9YiPiD .item .item-wrapper .card-box .card-text_1,
.cid-v91R9YiPiD .item .item-wrapper .card-box .card-text_2,
.cid-v91R9YiPiD .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91R9YiPiD .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9YiPiD .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9YiPiD .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91R9YiPiD .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91R9YiPiD .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91R9YiPiD .item .card_1 {
  background-color: #472d00;
}
.cid-v91R9YiPiD .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91R9YiPiD .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91R9YiPiD .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R9YiPiD .mbr-section-title,
.cid-v91R9YiPiD .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9YiPiD .card-title_1 {
  color: #f1f5eb;
}
.cid-v91R9YiPiD .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91R9YiPiD .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91R9YiPiD .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9YiPiD .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91R9YiPiD .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91R9YiPiD .card-title_1,
.cid-v91R9YiPiD .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91R9YiPiD .card-title_2,
.cid-v91R9YiPiD .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9YiPiD .card-title_3,
.cid-v91R9YiPiD .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91R9IeJmI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91R9IeJmI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91R9IeJmI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91R9IeJmI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91R9IeJmI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91R9IeJmI .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91R9IeJmI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91R9IeJmI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91R9IeJmI .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91R9IeJmI .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91R9IeJmI .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91R9IeJmI .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91R9IeJmI .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91R9IeJmI .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91R9IeJmI .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91R9IeJmI .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91R9IeJmI .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91R9IeJmI .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91R9IeJmI .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91R9IeJmI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91R9IeJmI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91R9IeJmI .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91R9IeJmI .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91R9IeJmI .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91R9IeJmI .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91R9IeJmI .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91R9IeJmI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91R9IeJmI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91R9IeJmI .container,
.cid-v91R9IeJmI .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R9IeJmI .container,
  .cid-v91R9IeJmI .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91R9IeJmI .container,
  .cid-v91R9IeJmI .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91R9IeJmI .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91R9IeJmI .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91R9IeJmI .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91R9IeJmI .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91R9IeJmI .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91R9IeJmI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91R9IeJmI .nav-item:focus,
.cid-v91R9IeJmI .nav-link:focus {
  outline: none;
}
.cid-v91R9IeJmI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91R9IeJmI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91R9IeJmI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91R9IeJmI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91R9IeJmI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91R9IeJmI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91R9IeJmI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91R9IeJmI .navbar.opened {
  transition: all 0.3s;
}
.cid-v91R9IeJmI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91R9IeJmI .navbar .navbar-logo img {
  width: auto;
}
.cid-v91R9IeJmI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91R9IeJmI .navbar.collapsed {
  justify-content: center;
}
.cid-v91R9IeJmI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91R9IeJmI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91R9IeJmI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91R9IeJmI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91R9IeJmI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91R9IeJmI .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-v91R9IeJmI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91R9IeJmI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91R9IeJmI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91R9IeJmI .navbar {
    min-height: 72px;
  }
  .cid-v91R9IeJmI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91R9IeJmI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91R9IeJmI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91R9IeJmI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91R9IeJmI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91R9IeJmI .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-v91R9IeJmI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91R9IeJmI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91R9IeJmI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91R9IeJmI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91R9IeJmI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91R9IeJmI .dropdown-item.active,
.cid-v91R9IeJmI .dropdown-item:active {
  background-color: transparent;
}
.cid-v91R9IeJmI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91R9IeJmI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91R9IeJmI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91R9IeJmI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91R9IeJmI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91R9IeJmI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91R9IeJmI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91R9IeJmI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91R9IeJmI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91R9IeJmI .navbar-buttons {
    text-align: left;
  }
}
.cid-v91R9IeJmI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91R9IeJmI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91R9IeJmI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91R9IeJmI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91R9IeJmI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91R9IeJmI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91R9IeJmI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91R9IeJmI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91R9IeJmI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91R9IeJmI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91R9IeJmI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91R9IeJmI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91R9IeJmI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91R9IeJmI .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91R9IeJmI .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91R9IeJmI .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91R9IeJmI .navbar {
    height: 70px;
  }
  .cid-v91R9IeJmI .navbar.opened {
    height: auto;
  }
  .cid-v91R9IeJmI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91R9IeJmI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91R9IeJmI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91R9IeJmI .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91R9IeJmI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91R9IeJmI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91R9IeJmI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91R9IeJmI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91R9IeJmI .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91R9IeJmI .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91R9IeJmI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91R9IeJmI .navbar-brand {
    margin-right: auto;
  }
  .cid-v91R9IeJmI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91R9IeJmI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91R9IeJmI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91R9IeJmI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91R9IeJmI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91R9IeJmI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91R9IeJmI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91R9IeJmI .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91R9IeJmI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91R9IeJmI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91R9IeJmI .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91R9IeJmI .content-wrap {
    display: block;
  }
}
.cid-v91R9IeJmI .nav-link,
.cid-v91R9IeJmI .dropdown-item {
  color: #1C1000;
}
.cid-v91R9Iv6Mi {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91R9Iv6Mi .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91R9Iv6Mi .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91R9Iv6Mi .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91R9Iv6Mi .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91R9Iv6Mi .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91R9Iv6Mi .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91R9Iv6Mi .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91R9Iv6Mi .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R9Iv6Mi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9Iv6Mi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9Iv6Mi .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91R9Iv6Mi .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91R9Iv6Mi .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91R9Iv6Mi .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91R9Iv6Mi .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91R9Iv6Mi .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91R9Iv6Mi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R9Iv6Mi .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91R9Iv6Mi .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91R9Iv6Mi .mbr-section-title {
  color: #323432;
}
.cid-v91R9Iv6Mi .mbr-text,
.cid-v91R9Iv6Mi .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9Iv6Mi .mbr-section-title,
.cid-v91R9Iv6Mi .mbr-section-btn,
.cid-v91R9Iv6Mi .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91R9IEVix {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9IEVix .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9IEVix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9IEVix .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9IEVix .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91R9IEVix .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91R9IEVix .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91R9IEVix .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R9IEVix .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R9IEVix .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91R9IEVix .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R9IEVix .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R9IEVix .item {
    margin-bottom: 20px;
  }
}
.cid-v91R9IEVix .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91R9IEVix .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9IEVix .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9IEVix .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91R9IEVix .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R9IEVix .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R9IEVix .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9IEVix .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9IEVix .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91R9IEVix .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91R9IEVix .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R9IEVix .mbr-section-title,
.cid-v91R9IEVix .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9IEVix .mbr-text,
.cid-v91R9IEVix .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9IEVix .card-title {
  color: #f1f5eb;
}
.cid-v91R9IEVix .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91R9IEVix .card-title,
.cid-v91R9IEVix .mbr-section-btn {
  text-align: center;
}
.cid-v91R9IPKsx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91R9IPKsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9IPKsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9IPKsx .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9IPKsx .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9IPKsx .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91R9IPKsx .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R9IPKsx .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R9IPKsx .item {
    margin-bottom: 40px;
  }
}
.cid-v91R9IPKsx .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91R9IPKsx .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9IPKsx .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91R9IPKsx .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91R9IPKsx .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R9IPKsx .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R9IPKsx .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9IPKsx .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9IPKsx .mbr-section-title,
.cid-v91R9IPKsx .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9IPKsx .card-title {
  color: #323432;
}
.cid-v91R9IPKsx .card-text {
  color: #1C1000;
}
.cid-v91R9IPKsx .card-title,
.cid-v91R9IPKsx .mbr-section-btn,
.cid-v91R9IPKsx .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91R9J05aZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91R9J05aZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9J05aZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9J05aZ .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9J05aZ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91R9J05aZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91R9J05aZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91R9J05aZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R9J05aZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R9J05aZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91R9J05aZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R9J05aZ .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91R9J05aZ .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91R9J05aZ .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91R9J05aZ .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91R9J05aZ .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91R9J05aZ .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91R9J05aZ .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91R9J05aZ .embla__button--next,
.cid-v91R9J05aZ .embla__button--prev {
  display: flex;
}
.cid-v91R9J05aZ .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R9J05aZ .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91R9J05aZ .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91R9J05aZ .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91R9J05aZ .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R9J05aZ .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R9J05aZ .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91R9J05aZ .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R9J05aZ .embla__viewport {
    padding: 0;
  }
}
.cid-v91R9J05aZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R9J05aZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R9J05aZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R9J05aZ .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R9J05aZ .mbr-section-title,
.cid-v91R9J05aZ .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9J05aZ .mbr-text,
.cid-v91R9J05aZ .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9J05aZ .card-date_1 {
  color: #f1f5eb;
}
.cid-v91R9J05aZ .card-title_1 {
  color: #f1f5eb;
}
.cid-v91R9J05aZ .card-text_1 {
  color: #FEF6E9;
}
.cid-v91R9J05aZ .card-date_2 {
  color: #323432;
}
.cid-v91R9J05aZ .card-title_2 {
  color: #323432;
}
.cid-v91R9J05aZ .card-text_2 {
  color: #1C1000;
}
.cid-v91R9J05aZ .card-date_3 {
  color: #f1f5eb;
}
.cid-v91R9J05aZ .card-title_3 {
  color: #f1f5eb;
}
.cid-v91R9J05aZ .card-text_3 {
  color: #FEF6E9;
}
.cid-v91R9J05aZ .card-date_4 {
  color: #323432;
}
.cid-v91R9J05aZ .card-title_4 {
  color: #323432;
}
.cid-v91R9J05aZ .card-text_4 {
  color: #1C1000;
}
.cid-v91R9J05aZ .card-date_5 {
  color: #f1f5eb;
}
.cid-v91R9J05aZ .card-title_5 {
  color: #f1f5eb;
}
.cid-v91R9J05aZ .card-text_5 {
  color: #1C1000;
}
.cid-v91R9J05aZ .card-date_1,
.cid-v91R9J05aZ .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9J05aZ .card-title_1,
.cid-v91R9J05aZ .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9J05aZ .card-date_2,
.cid-v91R9J05aZ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9J05aZ .card-title_2,
.cid-v91R9J05aZ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9J05aZ .card-date_3,
.cid-v91R9J05aZ .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9J05aZ .card-title_3,
.cid-v91R9J05aZ .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9J05aZ .card-date_4,
.cid-v91R9J05aZ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9J05aZ .card-title_4,
.cid-v91R9J05aZ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9J05aZ .card-date_5,
.cid-v91R9J05aZ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9J05aZ .card-title_5,
.cid-v91R9J05aZ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9JcTBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9JcTBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91R9JcTBk .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91R9JcTBk .image-wrapper {
    height: 350px;
  }
}
.cid-v91R9JlCHS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91R9JlCHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9JlCHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9JlCHS .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9JlCHS .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9JlCHS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91R9JlCHS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R9JlCHS .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R9JlCHS .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R9JlCHS .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9JlCHS .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91R9JlCHS .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R9JlCHS .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R9JlCHS .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9JlCHS .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9JlCHS .embla__button--next,
.cid-v91R9JlCHS .embla__button--prev {
  display: flex;
}
.cid-v91R9JlCHS .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R9JlCHS .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91R9JlCHS .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91R9JlCHS .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91R9JlCHS .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R9JlCHS .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R9JlCHS .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91R9JlCHS .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R9JlCHS .embla__viewport {
    padding: 0;
  }
}
.cid-v91R9JlCHS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R9JlCHS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R9JlCHS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R9JlCHS .mbr-section-title,
.cid-v91R9JlCHS .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9JlCHS .card-number {
  color: #e6eddc;
}
.cid-v91R9JlCHS .card-title {
  color: #323432;
}
.cid-v91R9JlCHS .card-text {
  color: #1C1000;
}
.cid-v91R9JlCHS .card-number,
.cid-v91R9JlCHS .number-wrapper {
  color: #F5E8D2;
}
.cid-v91R9JAWCa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9JAWCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9JAWCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9JAWCa .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91R9JAWCa .card-wrapper {
    padding: 20px;
  }
}
.cid-v91R9JAWCa .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91R9JAWCa .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91R9JAWCa .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91R9JAWCa .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91R9JAWCa .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91R9JAWCa .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91R9JAWCa .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91R9JAWCa .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R9JAWCa .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91R9JAWCa .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9JAWCa .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91R9JAWCa .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91R9JAWCa .mbr-section-title,
.cid-v91R9JAWCa .title-wrapper {
  color: #f1f5eb;
}
.cid-v91R9JAWCa .mbr-section-title,
.cid-v91R9JAWCa .mbr-section-btn,
.cid-v91R9JAWCa .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91R9JLeYl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9JLeYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9JLeYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9JLeYl .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9JLeYl .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9JLeYl .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91R9JLeYl .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91R9JLeYl .item {
    margin-bottom: 40px;
  }
}
.cid-v91R9JLeYl .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91R9JLeYl .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91R9JLeYl .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91R9JLeYl .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R9JLeYl .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R9JLeYl .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9JLeYl .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9JLeYl .mbr-section-title,
.cid-v91R9JLeYl .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9JLeYl .card-number {
  color: #f1f5eb;
}
.cid-v91R9JLeYl .card-title {
  color: #323432;
}
.cid-v91R9JLeYl .card-text {
  color: #1C1000;
}
.cid-v91R9JLeYl .card-number,
.cid-v91R9JLeYl .number-wrapper {
  color: #FFFFFF;
}
.cid-v91R9JLeYl .card-title,
.cid-v91R9JLeYl .mbr-section-btn,
.cid-v91R9JLeYl .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91R9JXloL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91R9JXloL::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91R9JXloL::before {
    width: 40px;
  }
}
.cid-v91R9JXloL::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91R9JXloL::after {
    width: 40px;
  }
}
.cid-v91R9JXloL .item:focus,
.cid-v91R9JXloL span:focus {
  outline: none;
}
.cid-v91R9JXloL .item {
  cursor: pointer;
}
.cid-v91R9JXloL .grid-container {
  grid-row-gap: 24px;
}
.cid-v91R9JXloL .grid-container-1,
.cid-v91R9JXloL .grid-container-2,
.cid-v91R9JXloL .grid-container-3 {
  gap: 0 24px;
}
.cid-v91R9JXloL .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9JXloL .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91R9JXloL .content-head {
  max-width: 800px;
}
.cid-v91R9JXloL .container,
.cid-v91R9JXloL .container-fluid {
  overflow: hidden;
}
.cid-v91R9JXloL .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91R9JXloL .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91R9JXloL .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91R9JXloL .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91R9JXloL .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91R9JXloL .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91R9JXloL .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91R9JXloL .grid-container-1,
.cid-v91R9JXloL .grid-container-2,
.cid-v91R9JXloL .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91R9JXloL .grid-container-1 {
  align-items: flex-end;
}
.cid-v91R9JXloL .grid-container-2 {
  align-items: flex-start;
}
.cid-v91R9K8csQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91R9K8csQ .item:focus,
.cid-v91R9K8csQ span:focus {
  outline: none;
}
.cid-v91R9K8csQ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91R9K8csQ .content-head {
  max-width: 800px;
}
.cid-v91R9K8csQ .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91R9K8csQ .item {
    min-height: 32.5px;
  }
}
.cid-v91R9Kj2Ps {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9Kj2Ps .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9Kj2Ps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9Kj2Ps .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R9Kj2Ps .card-wrapper {
    padding: 20px;
  }
}
.cid-v91R9Kj2Ps .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91R9Kj2Ps .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91R9Kj2Ps .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R9Kj2Ps .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91R9Kj2Ps .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91R9Kj2Ps .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91R9Kj2Ps .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91R9Kj2Ps .title-wrapper {
    width: 100%;
  }
}
.cid-v91R9Kj2Ps .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9Kj2Ps .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91R9Kj2Ps .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91R9Kj2Ps .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R9Kj2Ps .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R9Kj2Ps .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91R9Kj2Ps .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91R9Kj2Ps .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91R9Kj2Ps .embla__button--next,
.cid-v91R9Kj2Ps .embla__button--prev {
  display: flex;
}
.cid-v91R9Kj2Ps .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R9Kj2Ps .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91R9Kj2Ps .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91R9Kj2Ps .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91R9Kj2Ps .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R9Kj2Ps .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R9Kj2Ps .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91R9Kj2Ps .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91R9Kj2Ps .embla {
    width: 100%;
  }
}
.cid-v91R9Kj2Ps .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R9Kj2Ps .embla__viewport {
    padding: 0;
  }
}
.cid-v91R9Kj2Ps .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R9Kj2Ps .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R9Kj2Ps .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R9Kj2Ps .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91R9Kj2Ps .mbr-section-title,
.cid-v91R9Kj2Ps .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9KxDLY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9KxDLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9KxDLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9KxDLY .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91R9KxDLY .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91R9KxDLY .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91R9KxDLY .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91R9KxDLY .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R9KxDLY .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91R9KxDLY .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91R9KxDLY .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R9KxDLY .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91R9KxDLY .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91R9KxDLY .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91R9KxDLY .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91R9KxDLY .mbr-section-title,
.cid-v91R9KxDLY .border-wrapper {
  color: #FEF6E9;
}
.cid-v91R9KIhyv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9KIhyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9KIhyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9KIhyv .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9KIhyv .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9KIhyv .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91R9KIhyv .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9KIhyv .item {
    margin-bottom: 20px;
  }
}
.cid-v91R9KIhyv .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9KIhyv .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9KIhyv .item .item-wrapper .card-box .card-title_1,
.cid-v91R9KIhyv .item .item-wrapper .card-box .card-title_2,
.cid-v91R9KIhyv .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91R9KIhyv .item .item-wrapper .card-box .card-text_1,
.cid-v91R9KIhyv .item .item-wrapper .card-box .card-text_2,
.cid-v91R9KIhyv .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91R9KIhyv .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_1,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_2,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91R9KIhyv .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91R9KIhyv .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91R9KIhyv .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91R9KIhyv .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91R9KIhyv .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91R9KIhyv .item .card_1 {
    transform: none;
  }
}
.cid-v91R9KIhyv .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91R9KIhyv .item .card_2 {
    transform: none;
  }
}
.cid-v91R9KIhyv .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91R9KIhyv .item .card_3 {
    transform: none;
  }
}
.cid-v91R9KIhyv .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R9KIhyv .mbr-section-title,
.cid-v91R9KIhyv .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9KIhyv .card-title_1 {
  color: #323432;
}
.cid-v91R9KIhyv .card-text_1 {
  color: #1C1000;
}
.cid-v91R9KIhyv .list_1 {
  color: #323432;
}
.cid-v91R9KIhyv .card-title_2 {
  color: #f1f5eb;
}
.cid-v91R9KIhyv .card-text_2 {
  color: #FEF6E9;
}
.cid-v91R9KIhyv .list_2 {
  color: #f1f5eb;
}
.cid-v91R9KIhyv .card-title_3 {
  color: #323432;
}
.cid-v91R9KIhyv .card-text_3 {
  color: #1C1000;
}
.cid-v91R9KIhyv .list_3 {
  color: #323432;
}
.cid-v91R9KIhyv .card-title_1,
.cid-v91R9KIhyv .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9KIhyv .list_1,
.cid-v91R9KIhyv .item-wrap_1 {
  color: #1C1000;
}
.cid-v91R9KIhyv .card-title_2,
.cid-v91R9KIhyv .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9KIhyv .list_2,
.cid-v91R9KIhyv .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91R9KIhyv .card-title_3,
.cid-v91R9KIhyv .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9KIhyv .list_3,
.cid-v91R9KIhyv .item-wrap_3 {
  color: #1C1000;
}
.cid-v91R9KVvyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9KVvyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9KVvyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9KVvyT .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9KVvyT .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9KVvyT .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91R9KVvyT .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R9KVvyT .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R9KVvyT .item {
    margin-bottom: 20px;
  }
}
.cid-v91R9KVvyT .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9KVvyT .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9KVvyT .item .item-wrapper .card-box .card-title_1,
.cid-v91R9KVvyT .item .item-wrapper .card-box .card-title_2,
.cid-v91R9KVvyT .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91R9KVvyT .item .item-wrapper .card-box .card-text_1,
.cid-v91R9KVvyT .item .item-wrapper .card-box .card-text_2,
.cid-v91R9KVvyT .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91R9KVvyT .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9KVvyT .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9KVvyT .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91R9KVvyT .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91R9KVvyT .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91R9KVvyT .item .card_1 {
  background-color: #472d00;
}
.cid-v91R9KVvyT .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91R9KVvyT .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91R9KVvyT .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R9KVvyT .mbr-section-title,
.cid-v91R9KVvyT .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9KVvyT .card-title_1 {
  color: #f1f5eb;
}
.cid-v91R9KVvyT .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91R9KVvyT .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91R9KVvyT .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9KVvyT .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91R9KVvyT .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91R9KVvyT .card-title_1,
.cid-v91R9KVvyT .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91R9KVvyT .card-title_2,
.cid-v91R9KVvyT .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9KVvyT .card-title_3,
.cid-v91R9KVvyT .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91R9uMXxu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91R9uMXxu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91R9uMXxu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91R9uMXxu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91R9uMXxu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91R9uMXxu .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91R9uMXxu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91R9uMXxu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91R9uMXxu .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91R9uMXxu .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91R9uMXxu .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91R9uMXxu .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91R9uMXxu .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91R9uMXxu .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91R9uMXxu .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91R9uMXxu .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91R9uMXxu .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91R9uMXxu .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91R9uMXxu .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91R9uMXxu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91R9uMXxu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91R9uMXxu .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91R9uMXxu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91R9uMXxu .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91R9uMXxu .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91R9uMXxu .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91R9uMXxu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91R9uMXxu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91R9uMXxu .container,
.cid-v91R9uMXxu .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R9uMXxu .container,
  .cid-v91R9uMXxu .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91R9uMXxu .container,
  .cid-v91R9uMXxu .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91R9uMXxu .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91R9uMXxu .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91R9uMXxu .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91R9uMXxu .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91R9uMXxu .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91R9uMXxu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91R9uMXxu .nav-item:focus,
.cid-v91R9uMXxu .nav-link:focus {
  outline: none;
}
.cid-v91R9uMXxu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91R9uMXxu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91R9uMXxu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91R9uMXxu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91R9uMXxu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91R9uMXxu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91R9uMXxu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91R9uMXxu .navbar.opened {
  transition: all 0.3s;
}
.cid-v91R9uMXxu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91R9uMXxu .navbar .navbar-logo img {
  width: auto;
}
.cid-v91R9uMXxu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91R9uMXxu .navbar.collapsed {
  justify-content: center;
}
.cid-v91R9uMXxu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91R9uMXxu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91R9uMXxu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91R9uMXxu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91R9uMXxu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91R9uMXxu .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-v91R9uMXxu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91R9uMXxu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91R9uMXxu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91R9uMXxu .navbar {
    min-height: 72px;
  }
  .cid-v91R9uMXxu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91R9uMXxu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91R9uMXxu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91R9uMXxu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91R9uMXxu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91R9uMXxu .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-v91R9uMXxu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91R9uMXxu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91R9uMXxu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91R9uMXxu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91R9uMXxu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91R9uMXxu .dropdown-item.active,
.cid-v91R9uMXxu .dropdown-item:active {
  background-color: transparent;
}
.cid-v91R9uMXxu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91R9uMXxu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91R9uMXxu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91R9uMXxu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91R9uMXxu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91R9uMXxu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91R9uMXxu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91R9uMXxu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91R9uMXxu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91R9uMXxu .navbar-buttons {
    text-align: left;
  }
}
.cid-v91R9uMXxu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91R9uMXxu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91R9uMXxu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91R9uMXxu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91R9uMXxu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91R9uMXxu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91R9uMXxu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91R9uMXxu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91R9uMXxu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91R9uMXxu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91R9uMXxu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91R9uMXxu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91R9uMXxu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91R9uMXxu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91R9uMXxu .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91R9uMXxu .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91R9uMXxu .navbar {
    height: 70px;
  }
  .cid-v91R9uMXxu .navbar.opened {
    height: auto;
  }
  .cid-v91R9uMXxu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91R9uMXxu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91R9uMXxu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91R9uMXxu .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91R9uMXxu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91R9uMXxu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91R9uMXxu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91R9uMXxu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91R9uMXxu .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91R9uMXxu .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91R9uMXxu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91R9uMXxu .navbar-brand {
    margin-right: auto;
  }
  .cid-v91R9uMXxu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91R9uMXxu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91R9uMXxu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91R9uMXxu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91R9uMXxu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91R9uMXxu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91R9uMXxu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91R9uMXxu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91R9uMXxu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91R9uMXxu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91R9uMXxu .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91R9uMXxu .content-wrap {
    display: block;
  }
}
.cid-v91R9uMXxu .nav-link,
.cid-v91R9uMXxu .dropdown-item {
  color: #1C1000;
}
.cid-v91R9v6vrk {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91R9v6vrk .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91R9v6vrk .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91R9v6vrk .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91R9v6vrk .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91R9v6vrk .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91R9v6vrk .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91R9v6vrk .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91R9v6vrk .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R9v6vrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9v6vrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9v6vrk .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91R9v6vrk .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91R9v6vrk .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91R9v6vrk .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91R9v6vrk .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91R9v6vrk .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91R9v6vrk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R9v6vrk .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91R9v6vrk .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91R9v6vrk .mbr-section-title {
  color: #323432;
}
.cid-v91R9v6vrk .mbr-text,
.cid-v91R9v6vrk .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9v6vrk .mbr-section-title,
.cid-v91R9v6vrk .mbr-section-btn,
.cid-v91R9v6vrk .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91R9vfBHS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9vfBHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9vfBHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9vfBHS .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9vfBHS .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91R9vfBHS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91R9vfBHS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91R9vfBHS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R9vfBHS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R9vfBHS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91R9vfBHS .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R9vfBHS .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R9vfBHS .item {
    margin-bottom: 20px;
  }
}
.cid-v91R9vfBHS .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91R9vfBHS .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9vfBHS .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9vfBHS .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91R9vfBHS .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R9vfBHS .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R9vfBHS .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9vfBHS .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9vfBHS .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91R9vfBHS .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91R9vfBHS .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R9vfBHS .mbr-section-title,
.cid-v91R9vfBHS .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9vfBHS .mbr-text,
.cid-v91R9vfBHS .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9vfBHS .card-title {
  color: #f1f5eb;
}
.cid-v91R9vfBHS .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91R9vfBHS .card-title,
.cid-v91R9vfBHS .mbr-section-btn {
  text-align: center;
}
.cid-v91R9vqWiE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91R9vqWiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9vqWiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9vqWiE .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9vqWiE .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9vqWiE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91R9vqWiE .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R9vqWiE .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R9vqWiE .item {
    margin-bottom: 40px;
  }
}
.cid-v91R9vqWiE .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91R9vqWiE .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9vqWiE .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91R9vqWiE .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91R9vqWiE .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R9vqWiE .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R9vqWiE .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9vqWiE .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9vqWiE .mbr-section-title,
.cid-v91R9vqWiE .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9vqWiE .card-title {
  color: #323432;
}
.cid-v91R9vqWiE .card-text {
  color: #1C1000;
}
.cid-v91R9vqWiE .card-title,
.cid-v91R9vqWiE .mbr-section-btn,
.cid-v91R9vqWiE .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91R9vCONU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91R9vCONU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9vCONU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9vCONU .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9vCONU .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91R9vCONU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91R9vCONU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91R9vCONU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R9vCONU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R9vCONU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91R9vCONU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R9vCONU .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9vCONU .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91R9vCONU .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91R9vCONU .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91R9vCONU .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91R9vCONU .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91R9vCONU .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91R9vCONU .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91R9vCONU .embla__button--next,
.cid-v91R9vCONU .embla__button--prev {
  display: flex;
}
.cid-v91R9vCONU .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R9vCONU .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91R9vCONU .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91R9vCONU .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91R9vCONU .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R9vCONU .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R9vCONU .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91R9vCONU .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R9vCONU .embla__viewport {
    padding: 0;
  }
}
.cid-v91R9vCONU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R9vCONU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R9vCONU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R9vCONU .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R9vCONU .mbr-section-title,
.cid-v91R9vCONU .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9vCONU .mbr-text,
.cid-v91R9vCONU .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9vCONU .card-date_1 {
  color: #f1f5eb;
}
.cid-v91R9vCONU .card-title_1 {
  color: #f1f5eb;
}
.cid-v91R9vCONU .card-text_1 {
  color: #FEF6E9;
}
.cid-v91R9vCONU .card-date_2 {
  color: #323432;
}
.cid-v91R9vCONU .card-title_2 {
  color: #323432;
}
.cid-v91R9vCONU .card-text_2 {
  color: #1C1000;
}
.cid-v91R9vCONU .card-date_3 {
  color: #f1f5eb;
}
.cid-v91R9vCONU .card-title_3 {
  color: #f1f5eb;
}
.cid-v91R9vCONU .card-text_3 {
  color: #FEF6E9;
}
.cid-v91R9vCONU .card-date_4 {
  color: #323432;
}
.cid-v91R9vCONU .card-title_4 {
  color: #323432;
}
.cid-v91R9vCONU .card-text_4 {
  color: #1C1000;
}
.cid-v91R9vCONU .card-date_5 {
  color: #f1f5eb;
}
.cid-v91R9vCONU .card-title_5 {
  color: #f1f5eb;
}
.cid-v91R9vCONU .card-text_5 {
  color: #1C1000;
}
.cid-v91R9vCONU .card-date_1,
.cid-v91R9vCONU .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9vCONU .card-title_1,
.cid-v91R9vCONU .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9vCONU .card-date_2,
.cid-v91R9vCONU .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9vCONU .card-title_2,
.cid-v91R9vCONU .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9vCONU .card-date_3,
.cid-v91R9vCONU .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9vCONU .card-title_3,
.cid-v91R9vCONU .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9vCONU .card-date_4,
.cid-v91R9vCONU .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9vCONU .card-title_4,
.cid-v91R9vCONU .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9vCONU .card-date_5,
.cid-v91R9vCONU .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9vCONU .card-title_5,
.cid-v91R9vCONU .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9vQ7Lk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9vQ7Lk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91R9vQ7Lk .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91R9vQ7Lk .image-wrapper {
    height: 350px;
  }
}
.cid-v91R9w0qPt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91R9w0qPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9w0qPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9w0qPt .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9w0qPt .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9w0qPt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91R9w0qPt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R9w0qPt .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R9w0qPt .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R9w0qPt .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9w0qPt .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91R9w0qPt .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R9w0qPt .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R9w0qPt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9w0qPt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9w0qPt .embla__button--next,
.cid-v91R9w0qPt .embla__button--prev {
  display: flex;
}
.cid-v91R9w0qPt .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R9w0qPt .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91R9w0qPt .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91R9w0qPt .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91R9w0qPt .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R9w0qPt .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R9w0qPt .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91R9w0qPt .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R9w0qPt .embla__viewport {
    padding: 0;
  }
}
.cid-v91R9w0qPt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R9w0qPt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R9w0qPt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R9w0qPt .mbr-section-title,
.cid-v91R9w0qPt .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9w0qPt .card-number {
  color: #e6eddc;
}
.cid-v91R9w0qPt .card-title {
  color: #323432;
}
.cid-v91R9w0qPt .card-text {
  color: #1C1000;
}
.cid-v91R9w0qPt .card-number,
.cid-v91R9w0qPt .number-wrapper {
  color: #F5E8D2;
}
.cid-v91R9wgOa6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9wgOa6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9wgOa6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9wgOa6 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91R9wgOa6 .card-wrapper {
    padding: 20px;
  }
}
.cid-v91R9wgOa6 .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91R9wgOa6 .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91R9wgOa6 .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91R9wgOa6 .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91R9wgOa6 .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91R9wgOa6 .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91R9wgOa6 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91R9wgOa6 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R9wgOa6 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91R9wgOa6 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9wgOa6 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91R9wgOa6 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91R9wgOa6 .mbr-section-title,
.cid-v91R9wgOa6 .title-wrapper {
  color: #f1f5eb;
}
.cid-v91R9wgOa6 .mbr-section-title,
.cid-v91R9wgOa6 .mbr-section-btn,
.cid-v91R9wgOa6 .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91R9woQmC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9woQmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9woQmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9woQmC .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9woQmC .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9woQmC .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91R9woQmC .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91R9woQmC .item {
    margin-bottom: 40px;
  }
}
.cid-v91R9woQmC .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91R9woQmC .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91R9woQmC .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91R9woQmC .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R9woQmC .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R9woQmC .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9woQmC .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9woQmC .mbr-section-title,
.cid-v91R9woQmC .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9woQmC .card-number {
  color: #f1f5eb;
}
.cid-v91R9woQmC .card-title {
  color: #323432;
}
.cid-v91R9woQmC .card-text {
  color: #1C1000;
}
.cid-v91R9woQmC .card-number,
.cid-v91R9woQmC .number-wrapper {
  color: #FFFFFF;
}
.cid-v91R9woQmC .card-title,
.cid-v91R9woQmC .mbr-section-btn,
.cid-v91R9woQmC .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91R9wAWBU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91R9wAWBU::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91R9wAWBU::before {
    width: 40px;
  }
}
.cid-v91R9wAWBU::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91R9wAWBU::after {
    width: 40px;
  }
}
.cid-v91R9wAWBU .item:focus,
.cid-v91R9wAWBU span:focus {
  outline: none;
}
.cid-v91R9wAWBU .item {
  cursor: pointer;
}
.cid-v91R9wAWBU .grid-container {
  grid-row-gap: 24px;
}
.cid-v91R9wAWBU .grid-container-1,
.cid-v91R9wAWBU .grid-container-2,
.cid-v91R9wAWBU .grid-container-3 {
  gap: 0 24px;
}
.cid-v91R9wAWBU .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9wAWBU .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91R9wAWBU .content-head {
  max-width: 800px;
}
.cid-v91R9wAWBU .container,
.cid-v91R9wAWBU .container-fluid {
  overflow: hidden;
}
.cid-v91R9wAWBU .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91R9wAWBU .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91R9wAWBU .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91R9wAWBU .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91R9wAWBU .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91R9wAWBU .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91R9wAWBU .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91R9wAWBU .grid-container-1,
.cid-v91R9wAWBU .grid-container-2,
.cid-v91R9wAWBU .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91R9wAWBU .grid-container-1 {
  align-items: flex-end;
}
.cid-v91R9wAWBU .grid-container-2 {
  align-items: flex-start;
}
.cid-v91R9wKpMt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91R9wKpMt .item:focus,
.cid-v91R9wKpMt span:focus {
  outline: none;
}
.cid-v91R9wKpMt .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91R9wKpMt .content-head {
  max-width: 800px;
}
.cid-v91R9wKpMt .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91R9wKpMt .item {
    min-height: 32.5px;
  }
}
.cid-v91R9wUnZG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9wUnZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9wUnZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9wUnZG .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R9wUnZG .card-wrapper {
    padding: 20px;
  }
}
.cid-v91R9wUnZG .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91R9wUnZG .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91R9wUnZG .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R9wUnZG .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91R9wUnZG .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91R9wUnZG .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91R9wUnZG .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91R9wUnZG .title-wrapper {
    width: 100%;
  }
}
.cid-v91R9wUnZG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9wUnZG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91R9wUnZG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91R9wUnZG .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R9wUnZG .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R9wUnZG .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91R9wUnZG .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91R9wUnZG .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91R9wUnZG .embla__button--next,
.cid-v91R9wUnZG .embla__button--prev {
  display: flex;
}
.cid-v91R9wUnZG .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R9wUnZG .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91R9wUnZG .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91R9wUnZG .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91R9wUnZG .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R9wUnZG .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R9wUnZG .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91R9wUnZG .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91R9wUnZG .embla {
    width: 100%;
  }
}
.cid-v91R9wUnZG .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R9wUnZG .embla__viewport {
    padding: 0;
  }
}
.cid-v91R9wUnZG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R9wUnZG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R9wUnZG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R9wUnZG .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91R9wUnZG .mbr-section-title,
.cid-v91R9wUnZG .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9x7EwX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9x7EwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9x7EwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9x7EwX .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91R9x7EwX .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91R9x7EwX .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91R9x7EwX .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91R9x7EwX .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R9x7EwX .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91R9x7EwX .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91R9x7EwX .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R9x7EwX .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91R9x7EwX .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91R9x7EwX .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91R9x7EwX .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91R9x7EwX .mbr-section-title,
.cid-v91R9x7EwX .border-wrapper {
  color: #FEF6E9;
}
.cid-v91R9xh94Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9xh94Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9xh94Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9xh94Z .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9xh94Z .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9xh94Z .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91R9xh94Z .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9xh94Z .item {
    margin-bottom: 20px;
  }
}
.cid-v91R9xh94Z .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9xh94Z .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9xh94Z .item .item-wrapper .card-box .card-title_1,
.cid-v91R9xh94Z .item .item-wrapper .card-box .card-title_2,
.cid-v91R9xh94Z .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91R9xh94Z .item .item-wrapper .card-box .card-text_1,
.cid-v91R9xh94Z .item .item-wrapper .card-box .card-text_2,
.cid-v91R9xh94Z .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91R9xh94Z .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_1,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_2,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91R9xh94Z .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91R9xh94Z .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91R9xh94Z .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91R9xh94Z .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91R9xh94Z .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91R9xh94Z .item .card_1 {
    transform: none;
  }
}
.cid-v91R9xh94Z .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91R9xh94Z .item .card_2 {
    transform: none;
  }
}
.cid-v91R9xh94Z .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91R9xh94Z .item .card_3 {
    transform: none;
  }
}
.cid-v91R9xh94Z .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R9xh94Z .mbr-section-title,
.cid-v91R9xh94Z .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9xh94Z .card-title_1 {
  color: #323432;
}
.cid-v91R9xh94Z .card-text_1 {
  color: #1C1000;
}
.cid-v91R9xh94Z .list_1 {
  color: #323432;
}
.cid-v91R9xh94Z .card-title_2 {
  color: #f1f5eb;
}
.cid-v91R9xh94Z .card-text_2 {
  color: #FEF6E9;
}
.cid-v91R9xh94Z .list_2 {
  color: #f1f5eb;
}
.cid-v91R9xh94Z .card-title_3 {
  color: #323432;
}
.cid-v91R9xh94Z .card-text_3 {
  color: #1C1000;
}
.cid-v91R9xh94Z .list_3 {
  color: #323432;
}
.cid-v91R9xh94Z .card-title_1,
.cid-v91R9xh94Z .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9xh94Z .list_1,
.cid-v91R9xh94Z .item-wrap_1 {
  color: #1C1000;
}
.cid-v91R9xh94Z .card-title_2,
.cid-v91R9xh94Z .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9xh94Z .list_2,
.cid-v91R9xh94Z .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91R9xh94Z .card-title_3,
.cid-v91R9xh94Z .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9xh94Z .list_3,
.cid-v91R9xh94Z .item-wrap_3 {
  color: #1C1000;
}
.cid-v91R9xsB2e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9xsB2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9xsB2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9xsB2e .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9xsB2e .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9xsB2e .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91R9xsB2e .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R9xsB2e .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R9xsB2e .item {
    margin-bottom: 20px;
  }
}
.cid-v91R9xsB2e .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9xsB2e .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9xsB2e .item .item-wrapper .card-box .card-title_1,
.cid-v91R9xsB2e .item .item-wrapper .card-box .card-title_2,
.cid-v91R9xsB2e .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91R9xsB2e .item .item-wrapper .card-box .card-text_1,
.cid-v91R9xsB2e .item .item-wrapper .card-box .card-text_2,
.cid-v91R9xsB2e .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91R9xsB2e .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9xsB2e .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9xsB2e .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91R9xsB2e .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91R9xsB2e .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91R9xsB2e .item .card_1 {
  background-color: #472d00;
}
.cid-v91R9xsB2e .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91R9xsB2e .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91R9xsB2e .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R9xsB2e .mbr-section-title,
.cid-v91R9xsB2e .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9xsB2e .card-title_1 {
  color: #f1f5eb;
}
.cid-v91R9xsB2e .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91R9xsB2e .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91R9xsB2e .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9xsB2e .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91R9xsB2e .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91R9xsB2e .card-title_1,
.cid-v91R9xsB2e .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91R9xsB2e .card-title_2,
.cid-v91R9xsB2e .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9xsB2e .card-title_3,
.cid-v91R9xsB2e .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91R9hOu86 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91R9hOu86 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91R9hOu86 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91R9hOu86 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91R9hOu86 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91R9hOu86 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91R9hOu86 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91R9hOu86 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91R9hOu86 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91R9hOu86 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91R9hOu86 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91R9hOu86 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91R9hOu86 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91R9hOu86 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91R9hOu86 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91R9hOu86 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91R9hOu86 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91R9hOu86 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91R9hOu86 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91R9hOu86 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91R9hOu86 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91R9hOu86 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91R9hOu86 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91R9hOu86 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91R9hOu86 .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91R9hOu86 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91R9hOu86 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91R9hOu86 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91R9hOu86 .container,
.cid-v91R9hOu86 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R9hOu86 .container,
  .cid-v91R9hOu86 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91R9hOu86 .container,
  .cid-v91R9hOu86 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91R9hOu86 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91R9hOu86 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91R9hOu86 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91R9hOu86 .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91R9hOu86 .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91R9hOu86 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91R9hOu86 .nav-item:focus,
.cid-v91R9hOu86 .nav-link:focus {
  outline: none;
}
.cid-v91R9hOu86 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91R9hOu86 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91R9hOu86 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91R9hOu86 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91R9hOu86 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91R9hOu86 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91R9hOu86 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91R9hOu86 .navbar.opened {
  transition: all 0.3s;
}
.cid-v91R9hOu86 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91R9hOu86 .navbar .navbar-logo img {
  width: auto;
}
.cid-v91R9hOu86 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91R9hOu86 .navbar.collapsed {
  justify-content: center;
}
.cid-v91R9hOu86 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91R9hOu86 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91R9hOu86 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91R9hOu86 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91R9hOu86 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91R9hOu86 .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-v91R9hOu86 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91R9hOu86 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91R9hOu86 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91R9hOu86 .navbar {
    min-height: 72px;
  }
  .cid-v91R9hOu86 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91R9hOu86 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91R9hOu86 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91R9hOu86 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91R9hOu86 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91R9hOu86 .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-v91R9hOu86 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91R9hOu86 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91R9hOu86 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91R9hOu86 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91R9hOu86 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91R9hOu86 .dropdown-item.active,
.cid-v91R9hOu86 .dropdown-item:active {
  background-color: transparent;
}
.cid-v91R9hOu86 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91R9hOu86 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91R9hOu86 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91R9hOu86 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91R9hOu86 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91R9hOu86 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91R9hOu86 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91R9hOu86 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91R9hOu86 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91R9hOu86 .navbar-buttons {
    text-align: left;
  }
}
.cid-v91R9hOu86 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91R9hOu86 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91R9hOu86 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91R9hOu86 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91R9hOu86 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91R9hOu86 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91R9hOu86 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91R9hOu86 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91R9hOu86 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91R9hOu86 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91R9hOu86 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91R9hOu86 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91R9hOu86 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91R9hOu86 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91R9hOu86 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91R9hOu86 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91R9hOu86 .navbar {
    height: 70px;
  }
  .cid-v91R9hOu86 .navbar.opened {
    height: auto;
  }
  .cid-v91R9hOu86 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91R9hOu86 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91R9hOu86 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91R9hOu86 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91R9hOu86 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91R9hOu86 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91R9hOu86 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91R9hOu86 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91R9hOu86 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91R9hOu86 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91R9hOu86 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91R9hOu86 .navbar-brand {
    margin-right: auto;
  }
  .cid-v91R9hOu86 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91R9hOu86 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91R9hOu86 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91R9hOu86 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91R9hOu86 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91R9hOu86 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91R9hOu86 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91R9hOu86 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91R9hOu86 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91R9hOu86 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91R9hOu86 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91R9hOu86 .content-wrap {
    display: block;
  }
}
.cid-v91R9hOu86 .nav-link,
.cid-v91R9hOu86 .dropdown-item {
  color: #1C1000;
}
.cid-v91R9i5qQH {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91R9i5qQH .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91R9i5qQH .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91R9i5qQH .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91R9i5qQH .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91R9i5qQH .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91R9i5qQH .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91R9i5qQH .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91R9i5qQH .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R9i5qQH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9i5qQH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9i5qQH .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91R9i5qQH .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91R9i5qQH .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91R9i5qQH .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91R9i5qQH .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91R9i5qQH .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91R9i5qQH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R9i5qQH .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91R9i5qQH .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91R9i5qQH .mbr-section-title {
  color: #323432;
}
.cid-v91R9i5qQH .mbr-text,
.cid-v91R9i5qQH .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9i5qQH .mbr-section-title,
.cid-v91R9i5qQH .mbr-section-btn,
.cid-v91R9i5qQH .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91R9iexu8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9iexu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9iexu8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9iexu8 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9iexu8 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91R9iexu8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91R9iexu8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91R9iexu8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R9iexu8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R9iexu8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91R9iexu8 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R9iexu8 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R9iexu8 .item {
    margin-bottom: 20px;
  }
}
.cid-v91R9iexu8 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91R9iexu8 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9iexu8 .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9iexu8 .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91R9iexu8 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R9iexu8 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R9iexu8 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9iexu8 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9iexu8 .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91R9iexu8 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91R9iexu8 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R9iexu8 .mbr-section-title,
.cid-v91R9iexu8 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9iexu8 .mbr-text,
.cid-v91R9iexu8 .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9iexu8 .card-title {
  color: #f1f5eb;
}
.cid-v91R9iexu8 .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91R9iexu8 .card-title,
.cid-v91R9iexu8 .mbr-section-btn {
  text-align: center;
}
.cid-v91R9ivEJl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91R9ivEJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9ivEJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9ivEJl .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9ivEJl .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9ivEJl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91R9ivEJl .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R9ivEJl .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R9ivEJl .item {
    margin-bottom: 40px;
  }
}
.cid-v91R9ivEJl .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91R9ivEJl .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9ivEJl .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91R9ivEJl .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91R9ivEJl .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R9ivEJl .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R9ivEJl .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9ivEJl .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9ivEJl .mbr-section-title,
.cid-v91R9ivEJl .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9ivEJl .card-title {
  color: #323432;
}
.cid-v91R9ivEJl .card-text {
  color: #1C1000;
}
.cid-v91R9ivEJl .card-title,
.cid-v91R9ivEJl .mbr-section-btn,
.cid-v91R9ivEJl .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91R9iHPh2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91R9iHPh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9iHPh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9iHPh2 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9iHPh2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91R9iHPh2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91R9iHPh2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91R9iHPh2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R9iHPh2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R9iHPh2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91R9iHPh2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R9iHPh2 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91R9iHPh2 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91R9iHPh2 .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91R9iHPh2 .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91R9iHPh2 .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91R9iHPh2 .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91R9iHPh2 .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91R9iHPh2 .embla__button--next,
.cid-v91R9iHPh2 .embla__button--prev {
  display: flex;
}
.cid-v91R9iHPh2 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R9iHPh2 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91R9iHPh2 .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91R9iHPh2 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91R9iHPh2 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R9iHPh2 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R9iHPh2 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91R9iHPh2 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R9iHPh2 .embla__viewport {
    padding: 0;
  }
}
.cid-v91R9iHPh2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R9iHPh2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R9iHPh2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R9iHPh2 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R9iHPh2 .mbr-section-title,
.cid-v91R9iHPh2 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9iHPh2 .mbr-text,
.cid-v91R9iHPh2 .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9iHPh2 .card-date_1 {
  color: #f1f5eb;
}
.cid-v91R9iHPh2 .card-title_1 {
  color: #f1f5eb;
}
.cid-v91R9iHPh2 .card-text_1 {
  color: #FEF6E9;
}
.cid-v91R9iHPh2 .card-date_2 {
  color: #323432;
}
.cid-v91R9iHPh2 .card-title_2 {
  color: #323432;
}
.cid-v91R9iHPh2 .card-text_2 {
  color: #1C1000;
}
.cid-v91R9iHPh2 .card-date_3 {
  color: #f1f5eb;
}
.cid-v91R9iHPh2 .card-title_3 {
  color: #f1f5eb;
}
.cid-v91R9iHPh2 .card-text_3 {
  color: #FEF6E9;
}
.cid-v91R9iHPh2 .card-date_4 {
  color: #323432;
}
.cid-v91R9iHPh2 .card-title_4 {
  color: #323432;
}
.cid-v91R9iHPh2 .card-text_4 {
  color: #1C1000;
}
.cid-v91R9iHPh2 .card-date_5 {
  color: #f1f5eb;
}
.cid-v91R9iHPh2 .card-title_5 {
  color: #f1f5eb;
}
.cid-v91R9iHPh2 .card-text_5 {
  color: #1C1000;
}
.cid-v91R9iHPh2 .card-date_1,
.cid-v91R9iHPh2 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9iHPh2 .card-title_1,
.cid-v91R9iHPh2 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9iHPh2 .card-date_2,
.cid-v91R9iHPh2 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9iHPh2 .card-title_2,
.cid-v91R9iHPh2 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9iHPh2 .card-date_3,
.cid-v91R9iHPh2 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9iHPh2 .card-title_3,
.cid-v91R9iHPh2 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9iHPh2 .card-date_4,
.cid-v91R9iHPh2 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9iHPh2 .card-title_4,
.cid-v91R9iHPh2 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9iHPh2 .card-date_5,
.cid-v91R9iHPh2 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9iHPh2 .card-title_5,
.cid-v91R9iHPh2 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9iUD0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9iUD0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91R9iUD0S .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91R9iUD0S .image-wrapper {
    height: 350px;
  }
}
.cid-v91R9j3r4z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91R9j3r4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9j3r4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9j3r4z .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9j3r4z .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9j3r4z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91R9j3r4z .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R9j3r4z .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R9j3r4z .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R9j3r4z .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9j3r4z .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91R9j3r4z .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R9j3r4z .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R9j3r4z .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9j3r4z .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9j3r4z .embla__button--next,
.cid-v91R9j3r4z .embla__button--prev {
  display: flex;
}
.cid-v91R9j3r4z .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R9j3r4z .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91R9j3r4z .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91R9j3r4z .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91R9j3r4z .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R9j3r4z .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R9j3r4z .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91R9j3r4z .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R9j3r4z .embla__viewport {
    padding: 0;
  }
}
.cid-v91R9j3r4z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R9j3r4z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R9j3r4z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R9j3r4z .mbr-section-title,
.cid-v91R9j3r4z .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9j3r4z .card-number {
  color: #e6eddc;
}
.cid-v91R9j3r4z .card-title {
  color: #323432;
}
.cid-v91R9j3r4z .card-text {
  color: #1C1000;
}
.cid-v91R9j3r4z .card-number,
.cid-v91R9j3r4z .number-wrapper {
  color: #F5E8D2;
}
.cid-v91R9jhSnY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9jhSnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9jhSnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9jhSnY .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91R9jhSnY .card-wrapper {
    padding: 20px;
  }
}
.cid-v91R9jhSnY .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91R9jhSnY .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91R9jhSnY .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91R9jhSnY .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91R9jhSnY .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91R9jhSnY .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91R9jhSnY .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91R9jhSnY .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R9jhSnY .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91R9jhSnY .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9jhSnY .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91R9jhSnY .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91R9jhSnY .mbr-section-title,
.cid-v91R9jhSnY .title-wrapper {
  color: #f1f5eb;
}
.cid-v91R9jhSnY .mbr-section-title,
.cid-v91R9jhSnY .mbr-section-btn,
.cid-v91R9jhSnY .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91R9jsHSF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9jsHSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9jsHSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9jsHSF .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9jsHSF .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9jsHSF .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91R9jsHSF .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91R9jsHSF .item {
    margin-bottom: 40px;
  }
}
.cid-v91R9jsHSF .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91R9jsHSF .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91R9jsHSF .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91R9jsHSF .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R9jsHSF .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R9jsHSF .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9jsHSF .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9jsHSF .mbr-section-title,
.cid-v91R9jsHSF .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9jsHSF .card-number {
  color: #f1f5eb;
}
.cid-v91R9jsHSF .card-title {
  color: #323432;
}
.cid-v91R9jsHSF .card-text {
  color: #1C1000;
}
.cid-v91R9jsHSF .card-number,
.cid-v91R9jsHSF .number-wrapper {
  color: #FFFFFF;
}
.cid-v91R9jsHSF .card-title,
.cid-v91R9jsHSF .mbr-section-btn,
.cid-v91R9jsHSF .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91R9jFmMx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91R9jFmMx::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91R9jFmMx::before {
    width: 40px;
  }
}
.cid-v91R9jFmMx::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91R9jFmMx::after {
    width: 40px;
  }
}
.cid-v91R9jFmMx .item:focus,
.cid-v91R9jFmMx span:focus {
  outline: none;
}
.cid-v91R9jFmMx .item {
  cursor: pointer;
}
.cid-v91R9jFmMx .grid-container {
  grid-row-gap: 24px;
}
.cid-v91R9jFmMx .grid-container-1,
.cid-v91R9jFmMx .grid-container-2,
.cid-v91R9jFmMx .grid-container-3 {
  gap: 0 24px;
}
.cid-v91R9jFmMx .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9jFmMx .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91R9jFmMx .content-head {
  max-width: 800px;
}
.cid-v91R9jFmMx .container,
.cid-v91R9jFmMx .container-fluid {
  overflow: hidden;
}
.cid-v91R9jFmMx .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91R9jFmMx .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91R9jFmMx .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91R9jFmMx .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91R9jFmMx .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91R9jFmMx .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91R9jFmMx .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91R9jFmMx .grid-container-1,
.cid-v91R9jFmMx .grid-container-2,
.cid-v91R9jFmMx .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91R9jFmMx .grid-container-1 {
  align-items: flex-end;
}
.cid-v91R9jFmMx .grid-container-2 {
  align-items: flex-start;
}
.cid-v91R9jR1jm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91R9jR1jm .item:focus,
.cid-v91R9jR1jm span:focus {
  outline: none;
}
.cid-v91R9jR1jm .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91R9jR1jm .content-head {
  max-width: 800px;
}
.cid-v91R9jR1jm .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91R9jR1jm .item {
    min-height: 32.5px;
  }
}
.cid-v91R9k2Ljr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9k2Ljr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9k2Ljr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9k2Ljr .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R9k2Ljr .card-wrapper {
    padding: 20px;
  }
}
.cid-v91R9k2Ljr .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91R9k2Ljr .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91R9k2Ljr .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R9k2Ljr .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91R9k2Ljr .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91R9k2Ljr .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91R9k2Ljr .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91R9k2Ljr .title-wrapper {
    width: 100%;
  }
}
.cid-v91R9k2Ljr .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9k2Ljr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91R9k2Ljr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91R9k2Ljr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R9k2Ljr .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R9k2Ljr .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91R9k2Ljr .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91R9k2Ljr .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91R9k2Ljr .embla__button--next,
.cid-v91R9k2Ljr .embla__button--prev {
  display: flex;
}
.cid-v91R9k2Ljr .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R9k2Ljr .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91R9k2Ljr .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91R9k2Ljr .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91R9k2Ljr .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R9k2Ljr .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R9k2Ljr .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91R9k2Ljr .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91R9k2Ljr .embla {
    width: 100%;
  }
}
.cid-v91R9k2Ljr .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R9k2Ljr .embla__viewport {
    padding: 0;
  }
}
.cid-v91R9k2Ljr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R9k2Ljr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R9k2Ljr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R9k2Ljr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91R9k2Ljr .mbr-section-title,
.cid-v91R9k2Ljr .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9kfyRk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9kfyRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9kfyRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9kfyRk .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91R9kfyRk .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91R9kfyRk .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91R9kfyRk .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91R9kfyRk .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R9kfyRk .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91R9kfyRk .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91R9kfyRk .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R9kfyRk .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91R9kfyRk .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91R9kfyRk .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91R9kfyRk .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91R9kfyRk .mbr-section-title,
.cid-v91R9kfyRk .border-wrapper {
  color: #FEF6E9;
}
.cid-v91R9kqnEN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9kqnEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9kqnEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9kqnEN .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9kqnEN .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9kqnEN .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91R9kqnEN .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9kqnEN .item {
    margin-bottom: 20px;
  }
}
.cid-v91R9kqnEN .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9kqnEN .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9kqnEN .item .item-wrapper .card-box .card-title_1,
.cid-v91R9kqnEN .item .item-wrapper .card-box .card-title_2,
.cid-v91R9kqnEN .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91R9kqnEN .item .item-wrapper .card-box .card-text_1,
.cid-v91R9kqnEN .item .item-wrapper .card-box .card-text_2,
.cid-v91R9kqnEN .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91R9kqnEN .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_1,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_2,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91R9kqnEN .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91R9kqnEN .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91R9kqnEN .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91R9kqnEN .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91R9kqnEN .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91R9kqnEN .item .card_1 {
    transform: none;
  }
}
.cid-v91R9kqnEN .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91R9kqnEN .item .card_2 {
    transform: none;
  }
}
.cid-v91R9kqnEN .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91R9kqnEN .item .card_3 {
    transform: none;
  }
}
.cid-v91R9kqnEN .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R9kqnEN .mbr-section-title,
.cid-v91R9kqnEN .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9kqnEN .card-title_1 {
  color: #323432;
}
.cid-v91R9kqnEN .card-text_1 {
  color: #1C1000;
}
.cid-v91R9kqnEN .list_1 {
  color: #323432;
}
.cid-v91R9kqnEN .card-title_2 {
  color: #f1f5eb;
}
.cid-v91R9kqnEN .card-text_2 {
  color: #FEF6E9;
}
.cid-v91R9kqnEN .list_2 {
  color: #f1f5eb;
}
.cid-v91R9kqnEN .card-title_3 {
  color: #323432;
}
.cid-v91R9kqnEN .card-text_3 {
  color: #1C1000;
}
.cid-v91R9kqnEN .list_3 {
  color: #323432;
}
.cid-v91R9kqnEN .card-title_1,
.cid-v91R9kqnEN .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9kqnEN .list_1,
.cid-v91R9kqnEN .item-wrap_1 {
  color: #1C1000;
}
.cid-v91R9kqnEN .card-title_2,
.cid-v91R9kqnEN .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R9kqnEN .list_2,
.cid-v91R9kqnEN .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91R9kqnEN .card-title_3,
.cid-v91R9kqnEN .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9kqnEN .list_3,
.cid-v91R9kqnEN .item-wrap_3 {
  color: #1C1000;
}
.cid-v91R9kCaKS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9kCaKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9kCaKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9kCaKS .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9kCaKS .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R9kCaKS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91R9kCaKS .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R9kCaKS .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R9kCaKS .item {
    margin-bottom: 20px;
  }
}
.cid-v91R9kCaKS .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9kCaKS .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9kCaKS .item .item-wrapper .card-box .card-title_1,
.cid-v91R9kCaKS .item .item-wrapper .card-box .card-title_2,
.cid-v91R9kCaKS .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91R9kCaKS .item .item-wrapper .card-box .card-text_1,
.cid-v91R9kCaKS .item .item-wrapper .card-box .card-text_2,
.cid-v91R9kCaKS .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91R9kCaKS .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9kCaKS .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9kCaKS .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91R9kCaKS .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91R9kCaKS .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91R9kCaKS .item .card_1 {
  background-color: #472d00;
}
.cid-v91R9kCaKS .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91R9kCaKS .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91R9kCaKS .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R9kCaKS .mbr-section-title,
.cid-v91R9kCaKS .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9kCaKS .card-title_1 {
  color: #f1f5eb;
}
.cid-v91R9kCaKS .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91R9kCaKS .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91R9kCaKS .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9kCaKS .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91R9kCaKS .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91R9kCaKS .card-title_1,
.cid-v91R9kCaKS .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91R9kCaKS .card-title_2,
.cid-v91R9kCaKS .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R9kCaKS .card-title_3,
.cid-v91R9kCaKS .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91R95BgAd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91R95BgAd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91R95BgAd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91R95BgAd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91R95BgAd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91R95BgAd .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91R95BgAd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91R95BgAd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91R95BgAd .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91R95BgAd .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91R95BgAd .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91R95BgAd .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91R95BgAd .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91R95BgAd .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91R95BgAd .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91R95BgAd .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91R95BgAd .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91R95BgAd .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91R95BgAd .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91R95BgAd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91R95BgAd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91R95BgAd .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91R95BgAd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91R95BgAd .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91R95BgAd .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91R95BgAd .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91R95BgAd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91R95BgAd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91R95BgAd .container,
.cid-v91R95BgAd .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R95BgAd .container,
  .cid-v91R95BgAd .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91R95BgAd .container,
  .cid-v91R95BgAd .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91R95BgAd .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91R95BgAd .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91R95BgAd .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91R95BgAd .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91R95BgAd .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91R95BgAd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91R95BgAd .nav-item:focus,
.cid-v91R95BgAd .nav-link:focus {
  outline: none;
}
.cid-v91R95BgAd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91R95BgAd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91R95BgAd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91R95BgAd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91R95BgAd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91R95BgAd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91R95BgAd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91R95BgAd .navbar.opened {
  transition: all 0.3s;
}
.cid-v91R95BgAd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91R95BgAd .navbar .navbar-logo img {
  width: auto;
}
.cid-v91R95BgAd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91R95BgAd .navbar.collapsed {
  justify-content: center;
}
.cid-v91R95BgAd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91R95BgAd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91R95BgAd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91R95BgAd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91R95BgAd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91R95BgAd .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-v91R95BgAd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91R95BgAd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91R95BgAd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91R95BgAd .navbar {
    min-height: 72px;
  }
  .cid-v91R95BgAd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91R95BgAd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91R95BgAd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91R95BgAd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91R95BgAd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91R95BgAd .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-v91R95BgAd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91R95BgAd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91R95BgAd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91R95BgAd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91R95BgAd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91R95BgAd .dropdown-item.active,
.cid-v91R95BgAd .dropdown-item:active {
  background-color: transparent;
}
.cid-v91R95BgAd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91R95BgAd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91R95BgAd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91R95BgAd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91R95BgAd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91R95BgAd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91R95BgAd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91R95BgAd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91R95BgAd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91R95BgAd .navbar-buttons {
    text-align: left;
  }
}
.cid-v91R95BgAd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91R95BgAd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91R95BgAd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91R95BgAd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91R95BgAd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91R95BgAd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91R95BgAd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91R95BgAd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91R95BgAd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91R95BgAd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91R95BgAd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91R95BgAd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91R95BgAd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91R95BgAd .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91R95BgAd .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91R95BgAd .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91R95BgAd .navbar {
    height: 70px;
  }
  .cid-v91R95BgAd .navbar.opened {
    height: auto;
  }
  .cid-v91R95BgAd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91R95BgAd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91R95BgAd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91R95BgAd .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91R95BgAd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91R95BgAd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91R95BgAd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91R95BgAd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91R95BgAd .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91R95BgAd .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91R95BgAd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91R95BgAd .navbar-brand {
    margin-right: auto;
  }
  .cid-v91R95BgAd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91R95BgAd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91R95BgAd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91R95BgAd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91R95BgAd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91R95BgAd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91R95BgAd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91R95BgAd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91R95BgAd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91R95BgAd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91R95BgAd .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91R95BgAd .content-wrap {
    display: block;
  }
}
.cid-v91R95BgAd .nav-link,
.cid-v91R95BgAd .dropdown-item {
  color: #1C1000;
}
.cid-v91R95U4to {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91R95U4to .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91R95U4to .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91R95U4to .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91R95U4to .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91R95U4to .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91R95U4to .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91R95U4to .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91R95U4to .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R95U4to .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R95U4to .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R95U4to .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91R95U4to .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91R95U4to .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91R95U4to .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91R95U4to .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91R95U4to .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91R95U4to .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R95U4to .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91R95U4to .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91R95U4to .mbr-section-title {
  color: #323432;
}
.cid-v91R95U4to .mbr-text,
.cid-v91R95U4to .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R95U4to .mbr-section-title,
.cid-v91R95U4to .mbr-section-btn,
.cid-v91R95U4to .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91R9630wh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R9630wh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R9630wh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R9630wh .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R9630wh .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91R9630wh .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91R9630wh .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91R9630wh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R9630wh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R9630wh .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91R9630wh .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R9630wh .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R9630wh .item {
    margin-bottom: 20px;
  }
}
.cid-v91R9630wh .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91R9630wh .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R9630wh .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91R9630wh .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91R9630wh .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R9630wh .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R9630wh .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R9630wh .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R9630wh .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91R9630wh .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91R9630wh .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R9630wh .mbr-section-title,
.cid-v91R9630wh .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9630wh .mbr-text,
.cid-v91R9630wh .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R9630wh .card-title {
  color: #f1f5eb;
}
.cid-v91R9630wh .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91R9630wh .card-title,
.cid-v91R9630wh .mbr-section-btn {
  text-align: center;
}
.cid-v91R96heHB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91R96heHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R96heHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R96heHB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R96heHB .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R96heHB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91R96heHB .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R96heHB .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R96heHB .item {
    margin-bottom: 40px;
  }
}
.cid-v91R96heHB .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91R96heHB .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91R96heHB .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91R96heHB .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91R96heHB .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R96heHB .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R96heHB .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R96heHB .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R96heHB .mbr-section-title,
.cid-v91R96heHB .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R96heHB .card-title {
  color: #323432;
}
.cid-v91R96heHB .card-text {
  color: #1C1000;
}
.cid-v91R96heHB .card-title,
.cid-v91R96heHB .mbr-section-btn,
.cid-v91R96heHB .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91R96v1Ow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91R96v1Ow .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R96v1Ow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R96v1Ow .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R96v1Ow .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91R96v1Ow .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91R96v1Ow .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91R96v1Ow .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R96v1Ow .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R96v1Ow .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91R96v1Ow .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R96v1Ow .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91R96v1Ow .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91R96v1Ow .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91R96v1Ow .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91R96v1Ow .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91R96v1Ow .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91R96v1Ow .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91R96v1Ow .embla__button--next,
.cid-v91R96v1Ow .embla__button--prev {
  display: flex;
}
.cid-v91R96v1Ow .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R96v1Ow .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91R96v1Ow .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91R96v1Ow .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91R96v1Ow .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R96v1Ow .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R96v1Ow .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91R96v1Ow .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R96v1Ow .embla__viewport {
    padding: 0;
  }
}
.cid-v91R96v1Ow .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R96v1Ow .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R96v1Ow .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R96v1Ow .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R96v1Ow .mbr-section-title,
.cid-v91R96v1Ow .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R96v1Ow .mbr-text,
.cid-v91R96v1Ow .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R96v1Ow .card-date_1 {
  color: #f1f5eb;
}
.cid-v91R96v1Ow .card-title_1 {
  color: #f1f5eb;
}
.cid-v91R96v1Ow .card-text_1 {
  color: #FEF6E9;
}
.cid-v91R96v1Ow .card-date_2 {
  color: #323432;
}
.cid-v91R96v1Ow .card-title_2 {
  color: #323432;
}
.cid-v91R96v1Ow .card-text_2 {
  color: #1C1000;
}
.cid-v91R96v1Ow .card-date_3 {
  color: #f1f5eb;
}
.cid-v91R96v1Ow .card-title_3 {
  color: #f1f5eb;
}
.cid-v91R96v1Ow .card-text_3 {
  color: #FEF6E9;
}
.cid-v91R96v1Ow .card-date_4 {
  color: #323432;
}
.cid-v91R96v1Ow .card-title_4 {
  color: #323432;
}
.cid-v91R96v1Ow .card-text_4 {
  color: #1C1000;
}
.cid-v91R96v1Ow .card-date_5 {
  color: #f1f5eb;
}
.cid-v91R96v1Ow .card-title_5 {
  color: #f1f5eb;
}
.cid-v91R96v1Ow .card-text_5 {
  color: #1C1000;
}
.cid-v91R96v1Ow .card-date_1,
.cid-v91R96v1Ow .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R96v1Ow .card-title_1,
.cid-v91R96v1Ow .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R96v1Ow .card-date_2,
.cid-v91R96v1Ow .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R96v1Ow .card-title_2,
.cid-v91R96v1Ow .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R96v1Ow .card-date_3,
.cid-v91R96v1Ow .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R96v1Ow .card-title_3,
.cid-v91R96v1Ow .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R96v1Ow .card-date_4,
.cid-v91R96v1Ow .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R96v1Ow .card-title_4,
.cid-v91R96v1Ow .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R96v1Ow .card-date_5,
.cid-v91R96v1Ow .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R96v1Ow .card-title_5,
.cid-v91R96v1Ow .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R96IZNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R96IZNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91R96IZNR .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91R96IZNR .image-wrapper {
    height: 350px;
  }
}
.cid-v91R96R57v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91R96R57v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R96R57v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R96R57v .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R96R57v .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R96R57v .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91R96R57v .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R96R57v .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R96R57v .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R96R57v .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R96R57v .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91R96R57v .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R96R57v .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R96R57v .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R96R57v .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R96R57v .embla__button--next,
.cid-v91R96R57v .embla__button--prev {
  display: flex;
}
.cid-v91R96R57v .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R96R57v .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91R96R57v .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91R96R57v .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91R96R57v .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R96R57v .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R96R57v .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91R96R57v .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R96R57v .embla__viewport {
    padding: 0;
  }
}
.cid-v91R96R57v .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R96R57v .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R96R57v .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R96R57v .mbr-section-title,
.cid-v91R96R57v .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R96R57v .card-number {
  color: #e6eddc;
}
.cid-v91R96R57v .card-title {
  color: #323432;
}
.cid-v91R96R57v .card-text {
  color: #1C1000;
}
.cid-v91R96R57v .card-number,
.cid-v91R96R57v .number-wrapper {
  color: #F5E8D2;
}
.cid-v91R978MVU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R978MVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R978MVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R978MVU .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91R978MVU .card-wrapper {
    padding: 20px;
  }
}
.cid-v91R978MVU .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91R978MVU .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91R978MVU .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91R978MVU .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91R978MVU .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91R978MVU .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91R978MVU .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91R978MVU .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R978MVU .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91R978MVU .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R978MVU .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91R978MVU .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91R978MVU .mbr-section-title,
.cid-v91R978MVU .title-wrapper {
  color: #f1f5eb;
}
.cid-v91R978MVU .mbr-section-title,
.cid-v91R978MVU .mbr-section-btn,
.cid-v91R978MVU .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91R97iz7e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R97iz7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R97iz7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R97iz7e .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R97iz7e .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R97iz7e .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91R97iz7e .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91R97iz7e .item {
    margin-bottom: 40px;
  }
}
.cid-v91R97iz7e .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91R97iz7e .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91R97iz7e .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91R97iz7e .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R97iz7e .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R97iz7e .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R97iz7e .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R97iz7e .mbr-section-title,
.cid-v91R97iz7e .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R97iz7e .card-number {
  color: #f1f5eb;
}
.cid-v91R97iz7e .card-title {
  color: #323432;
}
.cid-v91R97iz7e .card-text {
  color: #1C1000;
}
.cid-v91R97iz7e .card-number,
.cid-v91R97iz7e .number-wrapper {
  color: #FFFFFF;
}
.cid-v91R97iz7e .card-title,
.cid-v91R97iz7e .mbr-section-btn,
.cid-v91R97iz7e .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91R97vEOU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91R97vEOU::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91R97vEOU::before {
    width: 40px;
  }
}
.cid-v91R97vEOU::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91R97vEOU::after {
    width: 40px;
  }
}
.cid-v91R97vEOU .item:focus,
.cid-v91R97vEOU span:focus {
  outline: none;
}
.cid-v91R97vEOU .item {
  cursor: pointer;
}
.cid-v91R97vEOU .grid-container {
  grid-row-gap: 24px;
}
.cid-v91R97vEOU .grid-container-1,
.cid-v91R97vEOU .grid-container-2,
.cid-v91R97vEOU .grid-container-3 {
  gap: 0 24px;
}
.cid-v91R97vEOU .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R97vEOU .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91R97vEOU .content-head {
  max-width: 800px;
}
.cid-v91R97vEOU .container,
.cid-v91R97vEOU .container-fluid {
  overflow: hidden;
}
.cid-v91R97vEOU .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91R97vEOU .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91R97vEOU .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91R97vEOU .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91R97vEOU .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91R97vEOU .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91R97vEOU .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91R97vEOU .grid-container-1,
.cid-v91R97vEOU .grid-container-2,
.cid-v91R97vEOU .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91R97vEOU .grid-container-1 {
  align-items: flex-end;
}
.cid-v91R97vEOU .grid-container-2 {
  align-items: flex-start;
}
.cid-v91R97HWaH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91R97HWaH .item:focus,
.cid-v91R97HWaH span:focus {
  outline: none;
}
.cid-v91R97HWaH .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91R97HWaH .content-head {
  max-width: 800px;
}
.cid-v91R97HWaH .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91R97HWaH .item {
    min-height: 32.5px;
  }
}
.cid-v91R97TdkD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R97TdkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R97TdkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R97TdkD .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R97TdkD .card-wrapper {
    padding: 20px;
  }
}
.cid-v91R97TdkD .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91R97TdkD .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91R97TdkD .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R97TdkD .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91R97TdkD .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91R97TdkD .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91R97TdkD .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91R97TdkD .title-wrapper {
    width: 100%;
  }
}
.cid-v91R97TdkD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R97TdkD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91R97TdkD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91R97TdkD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R97TdkD .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R97TdkD .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91R97TdkD .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91R97TdkD .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91R97TdkD .embla__button--next,
.cid-v91R97TdkD .embla__button--prev {
  display: flex;
}
.cid-v91R97TdkD .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R97TdkD .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91R97TdkD .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91R97TdkD .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91R97TdkD .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R97TdkD .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R97TdkD .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91R97TdkD .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91R97TdkD .embla {
    width: 100%;
  }
}
.cid-v91R97TdkD .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R97TdkD .embla__viewport {
    padding: 0;
  }
}
.cid-v91R97TdkD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R97TdkD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R97TdkD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R97TdkD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91R97TdkD .mbr-section-title,
.cid-v91R97TdkD .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R987Njf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R987Njf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R987Njf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R987Njf .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91R987Njf .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91R987Njf .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91R987Njf .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91R987Njf .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R987Njf .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91R987Njf .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91R987Njf .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R987Njf .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91R987Njf .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91R987Njf .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91R987Njf .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91R987Njf .mbr-section-title,
.cid-v91R987Njf .border-wrapper {
  color: #FEF6E9;
}
.cid-v91R98ij7E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R98ij7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R98ij7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R98ij7E .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R98ij7E .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R98ij7E .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91R98ij7E .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R98ij7E .item {
    margin-bottom: 20px;
  }
}
.cid-v91R98ij7E .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R98ij7E .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R98ij7E .item .item-wrapper .card-box .card-title_1,
.cid-v91R98ij7E .item .item-wrapper .card-box .card-title_2,
.cid-v91R98ij7E .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91R98ij7E .item .item-wrapper .card-box .card-text_1,
.cid-v91R98ij7E .item .item-wrapper .card-box .card-text_2,
.cid-v91R98ij7E .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91R98ij7E .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91R98ij7E .item .item-wrapper .card-box .list_1,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_2,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91R98ij7E .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91R98ij7E .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91R98ij7E .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91R98ij7E .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91R98ij7E .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91R98ij7E .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91R98ij7E .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91R98ij7E .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91R98ij7E .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91R98ij7E .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91R98ij7E .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91R98ij7E .item .card_1 {
    transform: none;
  }
}
.cid-v91R98ij7E .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91R98ij7E .item .card_2 {
    transform: none;
  }
}
.cid-v91R98ij7E .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91R98ij7E .item .card_3 {
    transform: none;
  }
}
.cid-v91R98ij7E .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R98ij7E .mbr-section-title,
.cid-v91R98ij7E .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R98ij7E .card-title_1 {
  color: #323432;
}
.cid-v91R98ij7E .card-text_1 {
  color: #1C1000;
}
.cid-v91R98ij7E .list_1 {
  color: #323432;
}
.cid-v91R98ij7E .card-title_2 {
  color: #f1f5eb;
}
.cid-v91R98ij7E .card-text_2 {
  color: #FEF6E9;
}
.cid-v91R98ij7E .list_2 {
  color: #f1f5eb;
}
.cid-v91R98ij7E .card-title_3 {
  color: #323432;
}
.cid-v91R98ij7E .card-text_3 {
  color: #1C1000;
}
.cid-v91R98ij7E .list_3 {
  color: #323432;
}
.cid-v91R98ij7E .card-title_1,
.cid-v91R98ij7E .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R98ij7E .list_1,
.cid-v91R98ij7E .item-wrap_1 {
  color: #1C1000;
}
.cid-v91R98ij7E .card-title_2,
.cid-v91R98ij7E .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R98ij7E .list_2,
.cid-v91R98ij7E .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91R98ij7E .card-title_3,
.cid-v91R98ij7E .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R98ij7E .list_3,
.cid-v91R98ij7E .item-wrap_3 {
  color: #1C1000;
}
.cid-v91R98uYUI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R98uYUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R98uYUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R98uYUI .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R98uYUI .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R98uYUI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91R98uYUI .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R98uYUI .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R98uYUI .item {
    margin-bottom: 20px;
  }
}
.cid-v91R98uYUI .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R98uYUI .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R98uYUI .item .item-wrapper .card-box .card-title_1,
.cid-v91R98uYUI .item .item-wrapper .card-box .card-title_2,
.cid-v91R98uYUI .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91R98uYUI .item .item-wrapper .card-box .card-text_1,
.cid-v91R98uYUI .item .item-wrapper .card-box .card-text_2,
.cid-v91R98uYUI .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91R98uYUI .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R98uYUI .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R98uYUI .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91R98uYUI .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91R98uYUI .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91R98uYUI .item .card_1 {
  background-color: #472d00;
}
.cid-v91R98uYUI .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91R98uYUI .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91R98uYUI .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R98uYUI .mbr-section-title,
.cid-v91R98uYUI .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R98uYUI .card-title_1 {
  color: #f1f5eb;
}
.cid-v91R98uYUI .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91R98uYUI .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91R98uYUI .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91R98uYUI .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91R98uYUI .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91R98uYUI .card-title_1,
.cid-v91R98uYUI .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91R98uYUI .card-title_2,
.cid-v91R98uYUI .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R98uYUI .card-title_3,
.cid-v91R98uYUI .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91R8TqpIt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91R8TqpIt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91R8TqpIt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91R8TqpIt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91R8TqpIt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91R8TqpIt .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91R8TqpIt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91R8TqpIt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91R8TqpIt .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91R8TqpIt .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91R8TqpIt .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91R8TqpIt .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91R8TqpIt .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91R8TqpIt .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91R8TqpIt .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91R8TqpIt .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91R8TqpIt .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91R8TqpIt .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91R8TqpIt .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91R8TqpIt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91R8TqpIt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91R8TqpIt .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91R8TqpIt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91R8TqpIt .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91R8TqpIt .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91R8TqpIt .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91R8TqpIt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91R8TqpIt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91R8TqpIt .container,
.cid-v91R8TqpIt .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R8TqpIt .container,
  .cid-v91R8TqpIt .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91R8TqpIt .container,
  .cid-v91R8TqpIt .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91R8TqpIt .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91R8TqpIt .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91R8TqpIt .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91R8TqpIt .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91R8TqpIt .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91R8TqpIt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91R8TqpIt .nav-item:focus,
.cid-v91R8TqpIt .nav-link:focus {
  outline: none;
}
.cid-v91R8TqpIt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91R8TqpIt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91R8TqpIt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91R8TqpIt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91R8TqpIt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91R8TqpIt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91R8TqpIt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91R8TqpIt .navbar.opened {
  transition: all 0.3s;
}
.cid-v91R8TqpIt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91R8TqpIt .navbar .navbar-logo img {
  width: auto;
}
.cid-v91R8TqpIt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91R8TqpIt .navbar.collapsed {
  justify-content: center;
}
.cid-v91R8TqpIt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91R8TqpIt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91R8TqpIt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91R8TqpIt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91R8TqpIt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91R8TqpIt .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-v91R8TqpIt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91R8TqpIt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91R8TqpIt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91R8TqpIt .navbar {
    min-height: 72px;
  }
  .cid-v91R8TqpIt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91R8TqpIt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91R8TqpIt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91R8TqpIt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91R8TqpIt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91R8TqpIt .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-v91R8TqpIt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91R8TqpIt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91R8TqpIt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91R8TqpIt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91R8TqpIt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91R8TqpIt .dropdown-item.active,
.cid-v91R8TqpIt .dropdown-item:active {
  background-color: transparent;
}
.cid-v91R8TqpIt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91R8TqpIt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91R8TqpIt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91R8TqpIt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91R8TqpIt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91R8TqpIt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91R8TqpIt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91R8TqpIt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91R8TqpIt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91R8TqpIt .navbar-buttons {
    text-align: left;
  }
}
.cid-v91R8TqpIt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91R8TqpIt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91R8TqpIt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91R8TqpIt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91R8TqpIt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91R8TqpIt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91R8TqpIt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91R8TqpIt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91R8TqpIt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91R8TqpIt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91R8TqpIt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91R8TqpIt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91R8TqpIt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91R8TqpIt .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91R8TqpIt .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91R8TqpIt .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91R8TqpIt .navbar {
    height: 70px;
  }
  .cid-v91R8TqpIt .navbar.opened {
    height: auto;
  }
  .cid-v91R8TqpIt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91R8TqpIt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91R8TqpIt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91R8TqpIt .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91R8TqpIt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91R8TqpIt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91R8TqpIt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91R8TqpIt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91R8TqpIt .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91R8TqpIt .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91R8TqpIt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91R8TqpIt .navbar-brand {
    margin-right: auto;
  }
  .cid-v91R8TqpIt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91R8TqpIt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91R8TqpIt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91R8TqpIt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91R8TqpIt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91R8TqpIt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91R8TqpIt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91R8TqpIt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91R8TqpIt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91R8TqpIt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91R8TqpIt .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91R8TqpIt .content-wrap {
    display: block;
  }
}
.cid-v91R8TqpIt .nav-link,
.cid-v91R8TqpIt .dropdown-item {
  color: #1C1000;
}
.cid-v91R8TFK9K {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91R8TFK9K .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91R8TFK9K .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91R8TFK9K .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91R8TFK9K .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91R8TFK9K .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91R8TFK9K .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91R8TFK9K .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91R8TFK9K .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R8TFK9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8TFK9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8TFK9K .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91R8TFK9K .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91R8TFK9K .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91R8TFK9K .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91R8TFK9K .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91R8TFK9K .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91R8TFK9K .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R8TFK9K .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91R8TFK9K .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91R8TFK9K .mbr-section-title {
  color: #323432;
}
.cid-v91R8TFK9K .mbr-text,
.cid-v91R8TFK9K .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8TFK9K .mbr-section-title,
.cid-v91R8TFK9K .mbr-section-btn,
.cid-v91R8TFK9K .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91R8TQ3KU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8TQ3KU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8TQ3KU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8TQ3KU .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8TQ3KU .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91R8TQ3KU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91R8TQ3KU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91R8TQ3KU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R8TQ3KU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R8TQ3KU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91R8TQ3KU .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R8TQ3KU .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R8TQ3KU .item {
    margin-bottom: 20px;
  }
}
.cid-v91R8TQ3KU .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91R8TQ3KU .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R8TQ3KU .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91R8TQ3KU .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91R8TQ3KU .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R8TQ3KU .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R8TQ3KU .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R8TQ3KU .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R8TQ3KU .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91R8TQ3KU .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91R8TQ3KU .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R8TQ3KU .mbr-section-title,
.cid-v91R8TQ3KU .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8TQ3KU .mbr-text,
.cid-v91R8TQ3KU .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8TQ3KU .card-title {
  color: #f1f5eb;
}
.cid-v91R8TQ3KU .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91R8TQ3KU .card-title,
.cid-v91R8TQ3KU .mbr-section-btn {
  text-align: center;
}
.cid-v91R8U3T0Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91R8U3T0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8U3T0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8U3T0Y .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8U3T0Y .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R8U3T0Y .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91R8U3T0Y .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R8U3T0Y .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R8U3T0Y .item {
    margin-bottom: 40px;
  }
}
.cid-v91R8U3T0Y .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91R8U3T0Y .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91R8U3T0Y .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91R8U3T0Y .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91R8U3T0Y .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R8U3T0Y .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R8U3T0Y .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R8U3T0Y .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R8U3T0Y .mbr-section-title,
.cid-v91R8U3T0Y .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8U3T0Y .card-title {
  color: #323432;
}
.cid-v91R8U3T0Y .card-text {
  color: #1C1000;
}
.cid-v91R8U3T0Y .card-title,
.cid-v91R8U3T0Y .mbr-section-btn,
.cid-v91R8U3T0Y .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91R8UfmYQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91R8UfmYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8UfmYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8UfmYQ .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8UfmYQ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91R8UfmYQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91R8UfmYQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91R8UfmYQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R8UfmYQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R8UfmYQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91R8UfmYQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R8UfmYQ .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91R8UfmYQ .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91R8UfmYQ .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91R8UfmYQ .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91R8UfmYQ .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91R8UfmYQ .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91R8UfmYQ .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91R8UfmYQ .embla__button--next,
.cid-v91R8UfmYQ .embla__button--prev {
  display: flex;
}
.cid-v91R8UfmYQ .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R8UfmYQ .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91R8UfmYQ .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91R8UfmYQ .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91R8UfmYQ .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R8UfmYQ .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R8UfmYQ .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91R8UfmYQ .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R8UfmYQ .embla__viewport {
    padding: 0;
  }
}
.cid-v91R8UfmYQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R8UfmYQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R8UfmYQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R8UfmYQ .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R8UfmYQ .mbr-section-title,
.cid-v91R8UfmYQ .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8UfmYQ .mbr-text,
.cid-v91R8UfmYQ .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8UfmYQ .card-date_1 {
  color: #f1f5eb;
}
.cid-v91R8UfmYQ .card-title_1 {
  color: #f1f5eb;
}
.cid-v91R8UfmYQ .card-text_1 {
  color: #FEF6E9;
}
.cid-v91R8UfmYQ .card-date_2 {
  color: #323432;
}
.cid-v91R8UfmYQ .card-title_2 {
  color: #323432;
}
.cid-v91R8UfmYQ .card-text_2 {
  color: #1C1000;
}
.cid-v91R8UfmYQ .card-date_3 {
  color: #f1f5eb;
}
.cid-v91R8UfmYQ .card-title_3 {
  color: #f1f5eb;
}
.cid-v91R8UfmYQ .card-text_3 {
  color: #FEF6E9;
}
.cid-v91R8UfmYQ .card-date_4 {
  color: #323432;
}
.cid-v91R8UfmYQ .card-title_4 {
  color: #323432;
}
.cid-v91R8UfmYQ .card-text_4 {
  color: #1C1000;
}
.cid-v91R8UfmYQ .card-date_5 {
  color: #f1f5eb;
}
.cid-v91R8UfmYQ .card-title_5 {
  color: #f1f5eb;
}
.cid-v91R8UfmYQ .card-text_5 {
  color: #1C1000;
}
.cid-v91R8UfmYQ .card-date_1,
.cid-v91R8UfmYQ .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R8UfmYQ .card-title_1,
.cid-v91R8UfmYQ .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R8UfmYQ .card-date_2,
.cid-v91R8UfmYQ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8UfmYQ .card-title_2,
.cid-v91R8UfmYQ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8UfmYQ .card-date_3,
.cid-v91R8UfmYQ .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R8UfmYQ .card-title_3,
.cid-v91R8UfmYQ .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R8UfmYQ .card-date_4,
.cid-v91R8UfmYQ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8UfmYQ .card-title_4,
.cid-v91R8UfmYQ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8UfmYQ .card-date_5,
.cid-v91R8UfmYQ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8UfmYQ .card-title_5,
.cid-v91R8UfmYQ .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8UsHie .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8UsHie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91R8UsHie .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91R8UsHie .image-wrapper {
    height: 350px;
  }
}
.cid-v91R8UBZxZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91R8UBZxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8UBZxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8UBZxZ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8UBZxZ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R8UBZxZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91R8UBZxZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R8UBZxZ .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R8UBZxZ .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R8UBZxZ .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R8UBZxZ .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91R8UBZxZ .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R8UBZxZ .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R8UBZxZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R8UBZxZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R8UBZxZ .embla__button--next,
.cid-v91R8UBZxZ .embla__button--prev {
  display: flex;
}
.cid-v91R8UBZxZ .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R8UBZxZ .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91R8UBZxZ .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91R8UBZxZ .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91R8UBZxZ .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R8UBZxZ .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R8UBZxZ .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91R8UBZxZ .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R8UBZxZ .embla__viewport {
    padding: 0;
  }
}
.cid-v91R8UBZxZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R8UBZxZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R8UBZxZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R8UBZxZ .mbr-section-title,
.cid-v91R8UBZxZ .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8UBZxZ .card-number {
  color: #e6eddc;
}
.cid-v91R8UBZxZ .card-title {
  color: #323432;
}
.cid-v91R8UBZxZ .card-text {
  color: #1C1000;
}
.cid-v91R8UBZxZ .card-number,
.cid-v91R8UBZxZ .number-wrapper {
  color: #F5E8D2;
}
.cid-v91R8UQy4k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8UQy4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8UQy4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8UQy4k .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91R8UQy4k .card-wrapper {
    padding: 20px;
  }
}
.cid-v91R8UQy4k .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91R8UQy4k .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91R8UQy4k .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91R8UQy4k .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91R8UQy4k .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91R8UQy4k .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91R8UQy4k .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91R8UQy4k .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R8UQy4k .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91R8UQy4k .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8UQy4k .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91R8UQy4k .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91R8UQy4k .mbr-section-title,
.cid-v91R8UQy4k .title-wrapper {
  color: #f1f5eb;
}
.cid-v91R8UQy4k .mbr-section-title,
.cid-v91R8UQy4k .mbr-section-btn,
.cid-v91R8UQy4k .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91R8V1h8F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8V1h8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8V1h8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8V1h8F .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8V1h8F .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R8V1h8F .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91R8V1h8F .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91R8V1h8F .item {
    margin-bottom: 40px;
  }
}
.cid-v91R8V1h8F .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91R8V1h8F .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91R8V1h8F .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91R8V1h8F .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R8V1h8F .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R8V1h8F .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R8V1h8F .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R8V1h8F .mbr-section-title,
.cid-v91R8V1h8F .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8V1h8F .card-number {
  color: #f1f5eb;
}
.cid-v91R8V1h8F .card-title {
  color: #323432;
}
.cid-v91R8V1h8F .card-text {
  color: #1C1000;
}
.cid-v91R8V1h8F .card-number,
.cid-v91R8V1h8F .number-wrapper {
  color: #FFFFFF;
}
.cid-v91R8V1h8F .card-title,
.cid-v91R8V1h8F .mbr-section-btn,
.cid-v91R8V1h8F .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91R8Vdiwc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91R8Vdiwc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91R8Vdiwc::before {
    width: 40px;
  }
}
.cid-v91R8Vdiwc::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91R8Vdiwc::after {
    width: 40px;
  }
}
.cid-v91R8Vdiwc .item:focus,
.cid-v91R8Vdiwc span:focus {
  outline: none;
}
.cid-v91R8Vdiwc .item {
  cursor: pointer;
}
.cid-v91R8Vdiwc .grid-container {
  grid-row-gap: 24px;
}
.cid-v91R8Vdiwc .grid-container-1,
.cid-v91R8Vdiwc .grid-container-2,
.cid-v91R8Vdiwc .grid-container-3 {
  gap: 0 24px;
}
.cid-v91R8Vdiwc .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8Vdiwc .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91R8Vdiwc .content-head {
  max-width: 800px;
}
.cid-v91R8Vdiwc .container,
.cid-v91R8Vdiwc .container-fluid {
  overflow: hidden;
}
.cid-v91R8Vdiwc .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91R8Vdiwc .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91R8Vdiwc .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91R8Vdiwc .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91R8Vdiwc .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91R8Vdiwc .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91R8Vdiwc .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91R8Vdiwc .grid-container-1,
.cid-v91R8Vdiwc .grid-container-2,
.cid-v91R8Vdiwc .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91R8Vdiwc .grid-container-1 {
  align-items: flex-end;
}
.cid-v91R8Vdiwc .grid-container-2 {
  align-items: flex-start;
}
.cid-v91R8VofXn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91R8VofXn .item:focus,
.cid-v91R8VofXn span:focus {
  outline: none;
}
.cid-v91R8VofXn .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91R8VofXn .content-head {
  max-width: 800px;
}
.cid-v91R8VofXn .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91R8VofXn .item {
    min-height: 32.5px;
  }
}
.cid-v91R8VySdN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8VySdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8VySdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8VySdN .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R8VySdN .card-wrapper {
    padding: 20px;
  }
}
.cid-v91R8VySdN .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91R8VySdN .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91R8VySdN .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R8VySdN .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91R8VySdN .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91R8VySdN .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91R8VySdN .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91R8VySdN .title-wrapper {
    width: 100%;
  }
}
.cid-v91R8VySdN .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8VySdN .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91R8VySdN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91R8VySdN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R8VySdN .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R8VySdN .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91R8VySdN .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91R8VySdN .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91R8VySdN .embla__button--next,
.cid-v91R8VySdN .embla__button--prev {
  display: flex;
}
.cid-v91R8VySdN .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R8VySdN .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91R8VySdN .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91R8VySdN .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91R8VySdN .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R8VySdN .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R8VySdN .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91R8VySdN .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91R8VySdN .embla {
    width: 100%;
  }
}
.cid-v91R8VySdN .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R8VySdN .embla__viewport {
    padding: 0;
  }
}
.cid-v91R8VySdN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R8VySdN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R8VySdN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R8VySdN .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91R8VySdN .mbr-section-title,
.cid-v91R8VySdN .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8VMqbt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8VMqbt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8VMqbt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8VMqbt .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91R8VMqbt .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91R8VMqbt .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91R8VMqbt .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91R8VMqbt .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R8VMqbt .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91R8VMqbt .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91R8VMqbt .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R8VMqbt .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91R8VMqbt .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91R8VMqbt .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91R8VMqbt .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91R8VMqbt .mbr-section-title,
.cid-v91R8VMqbt .border-wrapper {
  color: #FEF6E9;
}
.cid-v91R8VZnjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8VZnjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8VZnjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8VZnjt .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8VZnjt .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R8VZnjt .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91R8VZnjt .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8VZnjt .item {
    margin-bottom: 20px;
  }
}
.cid-v91R8VZnjt .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R8VZnjt .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R8VZnjt .item .item-wrapper .card-box .card-title_1,
.cid-v91R8VZnjt .item .item-wrapper .card-box .card-title_2,
.cid-v91R8VZnjt .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91R8VZnjt .item .item-wrapper .card-box .card-text_1,
.cid-v91R8VZnjt .item .item-wrapper .card-box .card-text_2,
.cid-v91R8VZnjt .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91R8VZnjt .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_1,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_2,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91R8VZnjt .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91R8VZnjt .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91R8VZnjt .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91R8VZnjt .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91R8VZnjt .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91R8VZnjt .item .card_1 {
    transform: none;
  }
}
.cid-v91R8VZnjt .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91R8VZnjt .item .card_2 {
    transform: none;
  }
}
.cid-v91R8VZnjt .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91R8VZnjt .item .card_3 {
    transform: none;
  }
}
.cid-v91R8VZnjt .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R8VZnjt .mbr-section-title,
.cid-v91R8VZnjt .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8VZnjt .card-title_1 {
  color: #323432;
}
.cid-v91R8VZnjt .card-text_1 {
  color: #1C1000;
}
.cid-v91R8VZnjt .list_1 {
  color: #323432;
}
.cid-v91R8VZnjt .card-title_2 {
  color: #f1f5eb;
}
.cid-v91R8VZnjt .card-text_2 {
  color: #FEF6E9;
}
.cid-v91R8VZnjt .list_2 {
  color: #f1f5eb;
}
.cid-v91R8VZnjt .card-title_3 {
  color: #323432;
}
.cid-v91R8VZnjt .card-text_3 {
  color: #1C1000;
}
.cid-v91R8VZnjt .list_3 {
  color: #323432;
}
.cid-v91R8VZnjt .card-title_1,
.cid-v91R8VZnjt .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8VZnjt .list_1,
.cid-v91R8VZnjt .item-wrap_1 {
  color: #1C1000;
}
.cid-v91R8VZnjt .card-title_2,
.cid-v91R8VZnjt .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R8VZnjt .list_2,
.cid-v91R8VZnjt .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91R8VZnjt .card-title_3,
.cid-v91R8VZnjt .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8VZnjt .list_3,
.cid-v91R8VZnjt .item-wrap_3 {
  color: #1C1000;
}
.cid-v91R8Wag1X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8Wag1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8Wag1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8Wag1X .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8Wag1X .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R8Wag1X .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91R8Wag1X .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R8Wag1X .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R8Wag1X .item {
    margin-bottom: 20px;
  }
}
.cid-v91R8Wag1X .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R8Wag1X .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R8Wag1X .item .item-wrapper .card-box .card-title_1,
.cid-v91R8Wag1X .item .item-wrapper .card-box .card-title_2,
.cid-v91R8Wag1X .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91R8Wag1X .item .item-wrapper .card-box .card-text_1,
.cid-v91R8Wag1X .item .item-wrapper .card-box .card-text_2,
.cid-v91R8Wag1X .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91R8Wag1X .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R8Wag1X .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R8Wag1X .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91R8Wag1X .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91R8Wag1X .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91R8Wag1X .item .card_1 {
  background-color: #472d00;
}
.cid-v91R8Wag1X .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91R8Wag1X .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91R8Wag1X .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R8Wag1X .mbr-section-title,
.cid-v91R8Wag1X .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8Wag1X .card-title_1 {
  color: #f1f5eb;
}
.cid-v91R8Wag1X .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91R8Wag1X .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91R8Wag1X .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8Wag1X .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91R8Wag1X .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91R8Wag1X .card-title_1,
.cid-v91R8Wag1X .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91R8Wag1X .card-title_2,
.cid-v91R8Wag1X .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8Wag1X .card-title_3,
.cid-v91R8Wag1X .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91R8Haaqh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91R8Haaqh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91R8Haaqh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91R8Haaqh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91R8Haaqh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91R8Haaqh .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91R8Haaqh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91R8Haaqh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91R8Haaqh .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91R8Haaqh .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91R8Haaqh .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91R8Haaqh .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91R8Haaqh .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91R8Haaqh .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91R8Haaqh .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91R8Haaqh .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91R8Haaqh .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91R8Haaqh .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91R8Haaqh .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91R8Haaqh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91R8Haaqh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91R8Haaqh .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91R8Haaqh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91R8Haaqh .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91R8Haaqh .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91R8Haaqh .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91R8Haaqh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91R8Haaqh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91R8Haaqh .container,
.cid-v91R8Haaqh .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R8Haaqh .container,
  .cid-v91R8Haaqh .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91R8Haaqh .container,
  .cid-v91R8Haaqh .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91R8Haaqh .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91R8Haaqh .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91R8Haaqh .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91R8Haaqh .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91R8Haaqh .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91R8Haaqh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91R8Haaqh .nav-item:focus,
.cid-v91R8Haaqh .nav-link:focus {
  outline: none;
}
.cid-v91R8Haaqh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91R8Haaqh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91R8Haaqh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91R8Haaqh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91R8Haaqh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91R8Haaqh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91R8Haaqh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91R8Haaqh .navbar.opened {
  transition: all 0.3s;
}
.cid-v91R8Haaqh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91R8Haaqh .navbar .navbar-logo img {
  width: auto;
}
.cid-v91R8Haaqh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91R8Haaqh .navbar.collapsed {
  justify-content: center;
}
.cid-v91R8Haaqh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91R8Haaqh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91R8Haaqh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91R8Haaqh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91R8Haaqh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91R8Haaqh .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-v91R8Haaqh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91R8Haaqh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91R8Haaqh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91R8Haaqh .navbar {
    min-height: 72px;
  }
  .cid-v91R8Haaqh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91R8Haaqh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91R8Haaqh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91R8Haaqh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91R8Haaqh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91R8Haaqh .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-v91R8Haaqh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91R8Haaqh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91R8Haaqh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91R8Haaqh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91R8Haaqh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91R8Haaqh .dropdown-item.active,
.cid-v91R8Haaqh .dropdown-item:active {
  background-color: transparent;
}
.cid-v91R8Haaqh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91R8Haaqh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91R8Haaqh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91R8Haaqh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91R8Haaqh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91R8Haaqh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91R8Haaqh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91R8Haaqh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91R8Haaqh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91R8Haaqh .navbar-buttons {
    text-align: left;
  }
}
.cid-v91R8Haaqh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91R8Haaqh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91R8Haaqh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91R8Haaqh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91R8Haaqh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91R8Haaqh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91R8Haaqh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91R8Haaqh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91R8Haaqh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91R8Haaqh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91R8Haaqh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91R8Haaqh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91R8Haaqh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91R8Haaqh .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91R8Haaqh .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91R8Haaqh .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91R8Haaqh .navbar {
    height: 70px;
  }
  .cid-v91R8Haaqh .navbar.opened {
    height: auto;
  }
  .cid-v91R8Haaqh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91R8Haaqh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91R8Haaqh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91R8Haaqh .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91R8Haaqh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91R8Haaqh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91R8Haaqh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91R8Haaqh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91R8Haaqh .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91R8Haaqh .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91R8Haaqh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91R8Haaqh .navbar-brand {
    margin-right: auto;
  }
  .cid-v91R8Haaqh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91R8Haaqh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91R8Haaqh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91R8Haaqh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91R8Haaqh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91R8Haaqh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91R8Haaqh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91R8Haaqh .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91R8Haaqh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91R8Haaqh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91R8Haaqh .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91R8Haaqh .content-wrap {
    display: block;
  }
}
.cid-v91R8Haaqh .nav-link,
.cid-v91R8Haaqh .dropdown-item {
  color: #1C1000;
}
.cid-v91R8HptP2 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91R8HptP2 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91R8HptP2 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91R8HptP2 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91R8HptP2 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91R8HptP2 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91R8HptP2 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91R8HptP2 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91R8HptP2 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R8HptP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8HptP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8HptP2 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91R8HptP2 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91R8HptP2 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91R8HptP2 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91R8HptP2 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91R8HptP2 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91R8HptP2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R8HptP2 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91R8HptP2 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91R8HptP2 .mbr-section-title {
  color: #323432;
}
.cid-v91R8HptP2 .mbr-text,
.cid-v91R8HptP2 .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8HptP2 .mbr-section-title,
.cid-v91R8HptP2 .mbr-section-btn,
.cid-v91R8HptP2 .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91R8Hx0uw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8Hx0uw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8Hx0uw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8Hx0uw .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8Hx0uw .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91R8Hx0uw .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91R8Hx0uw .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91R8Hx0uw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R8Hx0uw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R8Hx0uw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91R8Hx0uw .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R8Hx0uw .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R8Hx0uw .item {
    margin-bottom: 20px;
  }
}
.cid-v91R8Hx0uw .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91R8Hx0uw .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R8Hx0uw .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91R8Hx0uw .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91R8Hx0uw .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R8Hx0uw .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R8Hx0uw .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R8Hx0uw .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R8Hx0uw .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91R8Hx0uw .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91R8Hx0uw .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R8Hx0uw .mbr-section-title,
.cid-v91R8Hx0uw .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8Hx0uw .mbr-text,
.cid-v91R8Hx0uw .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8Hx0uw .card-title {
  color: #f1f5eb;
}
.cid-v91R8Hx0uw .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91R8Hx0uw .card-title,
.cid-v91R8Hx0uw .mbr-section-btn {
  text-align: center;
}
.cid-v91R8HKhCU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91R8HKhCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8HKhCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8HKhCU .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8HKhCU .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R8HKhCU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91R8HKhCU .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R8HKhCU .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R8HKhCU .item {
    margin-bottom: 40px;
  }
}
.cid-v91R8HKhCU .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91R8HKhCU .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91R8HKhCU .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91R8HKhCU .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91R8HKhCU .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R8HKhCU .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R8HKhCU .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R8HKhCU .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R8HKhCU .mbr-section-title,
.cid-v91R8HKhCU .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8HKhCU .card-title {
  color: #323432;
}
.cid-v91R8HKhCU .card-text {
  color: #1C1000;
}
.cid-v91R8HKhCU .card-title,
.cid-v91R8HKhCU .mbr-section-btn,
.cid-v91R8HKhCU .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91R8HWG16 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91R8HWG16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8HWG16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8HWG16 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8HWG16 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91R8HWG16 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91R8HWG16 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91R8HWG16 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R8HWG16 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R8HWG16 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91R8HWG16 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R8HWG16 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91R8HWG16 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91R8HWG16 .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91R8HWG16 .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91R8HWG16 .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91R8HWG16 .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91R8HWG16 .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91R8HWG16 .embla__button--next,
.cid-v91R8HWG16 .embla__button--prev {
  display: flex;
}
.cid-v91R8HWG16 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R8HWG16 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91R8HWG16 .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91R8HWG16 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91R8HWG16 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R8HWG16 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R8HWG16 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91R8HWG16 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R8HWG16 .embla__viewport {
    padding: 0;
  }
}
.cid-v91R8HWG16 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R8HWG16 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R8HWG16 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R8HWG16 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R8HWG16 .mbr-section-title,
.cid-v91R8HWG16 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8HWG16 .mbr-text,
.cid-v91R8HWG16 .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8HWG16 .card-date_1 {
  color: #f1f5eb;
}
.cid-v91R8HWG16 .card-title_1 {
  color: #f1f5eb;
}
.cid-v91R8HWG16 .card-text_1 {
  color: #FEF6E9;
}
.cid-v91R8HWG16 .card-date_2 {
  color: #323432;
}
.cid-v91R8HWG16 .card-title_2 {
  color: #323432;
}
.cid-v91R8HWG16 .card-text_2 {
  color: #1C1000;
}
.cid-v91R8HWG16 .card-date_3 {
  color: #f1f5eb;
}
.cid-v91R8HWG16 .card-title_3 {
  color: #f1f5eb;
}
.cid-v91R8HWG16 .card-text_3 {
  color: #FEF6E9;
}
.cid-v91R8HWG16 .card-date_4 {
  color: #323432;
}
.cid-v91R8HWG16 .card-title_4 {
  color: #323432;
}
.cid-v91R8HWG16 .card-text_4 {
  color: #1C1000;
}
.cid-v91R8HWG16 .card-date_5 {
  color: #f1f5eb;
}
.cid-v91R8HWG16 .card-title_5 {
  color: #f1f5eb;
}
.cid-v91R8HWG16 .card-text_5 {
  color: #1C1000;
}
.cid-v91R8HWG16 .card-date_1,
.cid-v91R8HWG16 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R8HWG16 .card-title_1,
.cid-v91R8HWG16 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R8HWG16 .card-date_2,
.cid-v91R8HWG16 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8HWG16 .card-title_2,
.cid-v91R8HWG16 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8HWG16 .card-date_3,
.cid-v91R8HWG16 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R8HWG16 .card-title_3,
.cid-v91R8HWG16 .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R8HWG16 .card-date_4,
.cid-v91R8HWG16 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8HWG16 .card-title_4,
.cid-v91R8HWG16 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8HWG16 .card-date_5,
.cid-v91R8HWG16 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8HWG16 .card-title_5,
.cid-v91R8HWG16 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8IdwBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8IdwBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91R8IdwBs .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91R8IdwBs .image-wrapper {
    height: 350px;
  }
}
.cid-v91R8ImIT5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91R8ImIT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8ImIT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8ImIT5 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8ImIT5 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R8ImIT5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91R8ImIT5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R8ImIT5 .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R8ImIT5 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R8ImIT5 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R8ImIT5 .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91R8ImIT5 .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R8ImIT5 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R8ImIT5 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R8ImIT5 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R8ImIT5 .embla__button--next,
.cid-v91R8ImIT5 .embla__button--prev {
  display: flex;
}
.cid-v91R8ImIT5 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R8ImIT5 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91R8ImIT5 .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91R8ImIT5 .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91R8ImIT5 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R8ImIT5 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R8ImIT5 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91R8ImIT5 .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R8ImIT5 .embla__viewport {
    padding: 0;
  }
}
.cid-v91R8ImIT5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R8ImIT5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R8ImIT5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R8ImIT5 .mbr-section-title,
.cid-v91R8ImIT5 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8ImIT5 .card-number {
  color: #e6eddc;
}
.cid-v91R8ImIT5 .card-title {
  color: #323432;
}
.cid-v91R8ImIT5 .card-text {
  color: #1C1000;
}
.cid-v91R8ImIT5 .card-number,
.cid-v91R8ImIT5 .number-wrapper {
  color: #F5E8D2;
}
.cid-v91R8IEsgc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8IEsgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8IEsgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8IEsgc .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91R8IEsgc .card-wrapper {
    padding: 20px;
  }
}
.cid-v91R8IEsgc .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91R8IEsgc .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91R8IEsgc .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91R8IEsgc .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91R8IEsgc .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91R8IEsgc .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91R8IEsgc .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91R8IEsgc .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R8IEsgc .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91R8IEsgc .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8IEsgc .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91R8IEsgc .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91R8IEsgc .mbr-section-title,
.cid-v91R8IEsgc .title-wrapper {
  color: #f1f5eb;
}
.cid-v91R8IEsgc .mbr-section-title,
.cid-v91R8IEsgc .mbr-section-btn,
.cid-v91R8IEsgc .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91R8IOppW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8IOppW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8IOppW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8IOppW .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8IOppW .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R8IOppW .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91R8IOppW .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91R8IOppW .item {
    margin-bottom: 40px;
  }
}
.cid-v91R8IOppW .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91R8IOppW .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91R8IOppW .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91R8IOppW .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R8IOppW .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R8IOppW .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R8IOppW .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R8IOppW .mbr-section-title,
.cid-v91R8IOppW .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8IOppW .card-number {
  color: #f1f5eb;
}
.cid-v91R8IOppW .card-title {
  color: #323432;
}
.cid-v91R8IOppW .card-text {
  color: #1C1000;
}
.cid-v91R8IOppW .card-number,
.cid-v91R8IOppW .number-wrapper {
  color: #FFFFFF;
}
.cid-v91R8IOppW .card-title,
.cid-v91R8IOppW .mbr-section-btn,
.cid-v91R8IOppW .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91R8J0Yzs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91R8J0Yzs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91R8J0Yzs::before {
    width: 40px;
  }
}
.cid-v91R8J0Yzs::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91R8J0Yzs::after {
    width: 40px;
  }
}
.cid-v91R8J0Yzs .item:focus,
.cid-v91R8J0Yzs span:focus {
  outline: none;
}
.cid-v91R8J0Yzs .item {
  cursor: pointer;
}
.cid-v91R8J0Yzs .grid-container {
  grid-row-gap: 24px;
}
.cid-v91R8J0Yzs .grid-container-1,
.cid-v91R8J0Yzs .grid-container-2,
.cid-v91R8J0Yzs .grid-container-3 {
  gap: 0 24px;
}
.cid-v91R8J0Yzs .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8J0Yzs .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91R8J0Yzs .content-head {
  max-width: 800px;
}
.cid-v91R8J0Yzs .container,
.cid-v91R8J0Yzs .container-fluid {
  overflow: hidden;
}
.cid-v91R8J0Yzs .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91R8J0Yzs .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91R8J0Yzs .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91R8J0Yzs .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91R8J0Yzs .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91R8J0Yzs .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91R8J0Yzs .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91R8J0Yzs .grid-container-1,
.cid-v91R8J0Yzs .grid-container-2,
.cid-v91R8J0Yzs .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91R8J0Yzs .grid-container-1 {
  align-items: flex-end;
}
.cid-v91R8J0Yzs .grid-container-2 {
  align-items: flex-start;
}
.cid-v91R8Jcgmp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91R8Jcgmp .item:focus,
.cid-v91R8Jcgmp span:focus {
  outline: none;
}
.cid-v91R8Jcgmp .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91R8Jcgmp .content-head {
  max-width: 800px;
}
.cid-v91R8Jcgmp .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91R8Jcgmp .item {
    min-height: 32.5px;
  }
}
.cid-v91R8JomSo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8JomSo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8JomSo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8JomSo .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R8JomSo .card-wrapper {
    padding: 20px;
  }
}
.cid-v91R8JomSo .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91R8JomSo .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91R8JomSo .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R8JomSo .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91R8JomSo .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91R8JomSo .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91R8JomSo .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91R8JomSo .title-wrapper {
    width: 100%;
  }
}
.cid-v91R8JomSo .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8JomSo .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91R8JomSo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91R8JomSo .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R8JomSo .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R8JomSo .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91R8JomSo .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91R8JomSo .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91R8JomSo .embla__button--next,
.cid-v91R8JomSo .embla__button--prev {
  display: flex;
}
.cid-v91R8JomSo .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R8JomSo .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91R8JomSo .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91R8JomSo .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91R8JomSo .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R8JomSo .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R8JomSo .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91R8JomSo .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91R8JomSo .embla {
    width: 100%;
  }
}
.cid-v91R8JomSo .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R8JomSo .embla__viewport {
    padding: 0;
  }
}
.cid-v91R8JomSo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R8JomSo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R8JomSo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R8JomSo .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91R8JomSo .mbr-section-title,
.cid-v91R8JomSo .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8JCXsO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8JCXsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8JCXsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8JCXsO .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91R8JCXsO .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91R8JCXsO .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91R8JCXsO .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91R8JCXsO .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R8JCXsO .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91R8JCXsO .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91R8JCXsO .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R8JCXsO .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91R8JCXsO .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91R8JCXsO .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91R8JCXsO .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91R8JCXsO .mbr-section-title,
.cid-v91R8JCXsO .border-wrapper {
  color: #FEF6E9;
}
.cid-v91R8JPuVy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8JPuVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8JPuVy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8JPuVy .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8JPuVy .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R8JPuVy .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91R8JPuVy .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8JPuVy .item {
    margin-bottom: 20px;
  }
}
.cid-v91R8JPuVy .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R8JPuVy .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R8JPuVy .item .item-wrapper .card-box .card-title_1,
.cid-v91R8JPuVy .item .item-wrapper .card-box .card-title_2,
.cid-v91R8JPuVy .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91R8JPuVy .item .item-wrapper .card-box .card-text_1,
.cid-v91R8JPuVy .item .item-wrapper .card-box .card-text_2,
.cid-v91R8JPuVy .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91R8JPuVy .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_1,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_2,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91R8JPuVy .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91R8JPuVy .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91R8JPuVy .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91R8JPuVy .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91R8JPuVy .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91R8JPuVy .item .card_1 {
    transform: none;
  }
}
.cid-v91R8JPuVy .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91R8JPuVy .item .card_2 {
    transform: none;
  }
}
.cid-v91R8JPuVy .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91R8JPuVy .item .card_3 {
    transform: none;
  }
}
.cid-v91R8JPuVy .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R8JPuVy .mbr-section-title,
.cid-v91R8JPuVy .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8JPuVy .card-title_1 {
  color: #323432;
}
.cid-v91R8JPuVy .card-text_1 {
  color: #1C1000;
}
.cid-v91R8JPuVy .list_1 {
  color: #323432;
}
.cid-v91R8JPuVy .card-title_2 {
  color: #f1f5eb;
}
.cid-v91R8JPuVy .card-text_2 {
  color: #FEF6E9;
}
.cid-v91R8JPuVy .list_2 {
  color: #f1f5eb;
}
.cid-v91R8JPuVy .card-title_3 {
  color: #323432;
}
.cid-v91R8JPuVy .card-text_3 {
  color: #1C1000;
}
.cid-v91R8JPuVy .list_3 {
  color: #323432;
}
.cid-v91R8JPuVy .card-title_1,
.cid-v91R8JPuVy .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8JPuVy .list_1,
.cid-v91R8JPuVy .item-wrap_1 {
  color: #1C1000;
}
.cid-v91R8JPuVy .card-title_2,
.cid-v91R8JPuVy .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R8JPuVy .list_2,
.cid-v91R8JPuVy .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91R8JPuVy .card-title_3,
.cid-v91R8JPuVy .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8JPuVy .list_3,
.cid-v91R8JPuVy .item-wrap_3 {
  color: #1C1000;
}
.cid-v91R8K3Ru6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8K3Ru6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8K3Ru6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8K3Ru6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8K3Ru6 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R8K3Ru6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91R8K3Ru6 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R8K3Ru6 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R8K3Ru6 .item {
    margin-bottom: 20px;
  }
}
.cid-v91R8K3Ru6 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R8K3Ru6 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R8K3Ru6 .item .item-wrapper .card-box .card-title_1,
.cid-v91R8K3Ru6 .item .item-wrapper .card-box .card-title_2,
.cid-v91R8K3Ru6 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91R8K3Ru6 .item .item-wrapper .card-box .card-text_1,
.cid-v91R8K3Ru6 .item .item-wrapper .card-box .card-text_2,
.cid-v91R8K3Ru6 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91R8K3Ru6 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R8K3Ru6 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R8K3Ru6 .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91R8K3Ru6 .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91R8K3Ru6 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91R8K3Ru6 .item .card_1 {
  background-color: #472d00;
}
.cid-v91R8K3Ru6 .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91R8K3Ru6 .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91R8K3Ru6 .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R8K3Ru6 .mbr-section-title,
.cid-v91R8K3Ru6 .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8K3Ru6 .card-title_1 {
  color: #f1f5eb;
}
.cid-v91R8K3Ru6 .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91R8K3Ru6 .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91R8K3Ru6 .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8K3Ru6 .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91R8K3Ru6 .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91R8K3Ru6 .card-title_1,
.cid-v91R8K3Ru6 .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91R8K3Ru6 .card-title_2,
.cid-v91R8K3Ru6 .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8K3Ru6 .card-title_3,
.cid-v91R8K3Ru6 .mbr-section-btn {
  color: #D9A02D;
}
.cid-v91R8ufnPO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v91R8ufnPO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v91R8ufnPO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v91R8ufnPO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91R8ufnPO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v91R8ufnPO .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-v91R8ufnPO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91R8ufnPO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91R8ufnPO .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-v91R8ufnPO .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v91R8ufnPO .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v91R8ufnPO .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91R8ufnPO .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-v91R8ufnPO .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #472d00;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-v91R8ufnPO .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-v91R8ufnPO .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-v91R8ufnPO .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-v91R8ufnPO .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91R8ufnPO .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-v91R8ufnPO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v91R8ufnPO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v91R8ufnPO .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #f5e8d2;
}
.cid-v91R8ufnPO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v91R8ufnPO .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v91R8ufnPO .navbar-caption {
  padding-left: 0.5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v91R8ufnPO .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v91R8ufnPO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v91R8ufnPO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v91R8ufnPO .container,
.cid-v91R8ufnPO .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #edd4ab;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R8ufnPO .container,
  .cid-v91R8ufnPO .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v91R8ufnPO .container,
  .cid-v91R8ufnPO .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v91R8ufnPO .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-v91R8ufnPO .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v91R8ufnPO .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v91R8ufnPO .iconfont-wrapper {
  color: #f5e8d2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v91R8ufnPO .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v91R8ufnPO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-v91R8ufnPO .nav-item:focus,
.cid-v91R8ufnPO .nav-link:focus {
  outline: none;
}
.cid-v91R8ufnPO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91R8ufnPO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91R8ufnPO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91R8ufnPO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91R8ufnPO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91R8ufnPO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91R8ufnPO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v91R8ufnPO .navbar.opened {
  transition: all 0.3s;
}
.cid-v91R8ufnPO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91R8ufnPO .navbar .navbar-logo img {
  width: auto;
}
.cid-v91R8ufnPO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-v91R8ufnPO .navbar.collapsed {
  justify-content: center;
}
.cid-v91R8ufnPO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91R8ufnPO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91R8ufnPO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v91R8ufnPO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91R8ufnPO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91R8ufnPO .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-v91R8ufnPO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91R8ufnPO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91R8ufnPO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v91R8ufnPO .navbar {
    min-height: 72px;
  }
  .cid-v91R8ufnPO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v91R8ufnPO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91R8ufnPO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91R8ufnPO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91R8ufnPO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91R8ufnPO .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-v91R8ufnPO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91R8ufnPO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v91R8ufnPO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91R8ufnPO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91R8ufnPO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v91R8ufnPO .dropdown-item.active,
.cid-v91R8ufnPO .dropdown-item:active {
  background-color: transparent;
}
.cid-v91R8ufnPO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91R8ufnPO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91R8ufnPO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91R8ufnPO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v91R8ufnPO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v91R8ufnPO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v91R8ufnPO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v91R8ufnPO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91R8ufnPO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v91R8ufnPO .navbar-buttons {
    text-align: left;
  }
}
.cid-v91R8ufnPO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91R8ufnPO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #472d00;
}
.cid-v91R8ufnPO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91R8ufnPO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91R8ufnPO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91R8ufnPO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91R8ufnPO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91R8ufnPO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91R8ufnPO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91R8ufnPO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91R8ufnPO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v91R8ufnPO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91R8ufnPO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v91R8ufnPO .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
.cid-v91R8ufnPO .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-v91R8ufnPO .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #472d00;
  color: #f5e8d2;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91R8ufnPO .navbar {
    height: 70px;
  }
  .cid-v91R8ufnPO .navbar.opened {
    height: auto;
  }
  .cid-v91R8ufnPO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91R8ufnPO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v91R8ufnPO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v91R8ufnPO .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v91R8ufnPO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v91R8ufnPO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-v91R8ufnPO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v91R8ufnPO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v91R8ufnPO .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-v91R8ufnPO .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v91R8ufnPO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v91R8ufnPO .navbar-brand {
    margin-right: auto;
  }
  .cid-v91R8ufnPO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f5e8d2;
    backdrop-filter: blur(8px);
  }
  .cid-v91R8ufnPO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v91R8ufnPO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v91R8ufnPO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v91R8ufnPO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v91R8ufnPO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-v91R8ufnPO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v91R8ufnPO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v91R8ufnPO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v91R8ufnPO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v91R8ufnPO .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v91R8ufnPO .content-wrap {
    display: block;
  }
}
.cid-v91R8ufnPO .nav-link,
.cid-v91R8ufnPO .dropdown-item {
  color: #1C1000;
}
.cid-v91R8uGRlY {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #edd4ab;
}
.cid-v91R8uGRlY .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-v91R8uGRlY .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-v91R8uGRlY .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91R8uGRlY .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #edd4ab;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91R8uGRlY .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91R8uGRlY .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-v91R8uGRlY .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  pointer-events: none;
}
.cid-v91R8uGRlY .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5e8d2;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R8uGRlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8uGRlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8uGRlY .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-v91R8uGRlY .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-v91R8uGRlY .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-v91R8uGRlY .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-v91R8uGRlY .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v91R8uGRlY .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-v91R8uGRlY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R8uGRlY .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-v91R8uGRlY .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-v91R8uGRlY .mbr-section-title {
  color: #323432;
}
.cid-v91R8uGRlY .mbr-text,
.cid-v91R8uGRlY .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8uGRlY .mbr-section-title,
.cid-v91R8uGRlY .mbr-section-btn,
.cid-v91R8uGRlY .title-wrapper {
  text-align: center;
  color: #1C1000;
}
.cid-v91R8uVN6u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8uVN6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8uVN6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8uVN6u .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8uVN6u .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91R8uVN6u .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91R8uVN6u .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91R8uVN6u .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R8uVN6u .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R8uVN6u .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91R8uVN6u .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R8uVN6u .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R8uVN6u .item {
    margin-bottom: 20px;
  }
}
.cid-v91R8uVN6u .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91R8uVN6u .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R8uVN6u .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91R8uVN6u .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-v91R8uVN6u .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R8uVN6u .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R8uVN6u .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R8uVN6u .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R8uVN6u .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v91R8uVN6u .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91R8uVN6u .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R8uVN6u .mbr-section-title,
.cid-v91R8uVN6u .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8uVN6u .mbr-text,
.cid-v91R8uVN6u .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8uVN6u .card-title {
  color: #f1f5eb;
}
.cid-v91R8uVN6u .card-text {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91R8uVN6u .card-title,
.cid-v91R8uVN6u .mbr-section-btn {
  text-align: center;
}
.cid-v91R8viIcR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edd4ab;
}
.cid-v91R8viIcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8viIcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8viIcR .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8viIcR .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R8viIcR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v91R8viIcR .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R8viIcR .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R8viIcR .item {
    margin-bottom: 40px;
  }
}
.cid-v91R8viIcR .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91R8viIcR .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v91R8viIcR .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91R8viIcR .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #edd4ab;
  background-color: #472d00;
}
.cid-v91R8viIcR .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R8viIcR .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R8viIcR .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R8viIcR .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R8viIcR .mbr-section-title,
.cid-v91R8viIcR .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8viIcR .card-title {
  color: #323432;
}
.cid-v91R8viIcR .card-text {
  color: #1C1000;
}
.cid-v91R8viIcR .card-title,
.cid-v91R8viIcR .mbr-section-btn,
.cid-v91R8viIcR .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91R8vAKSH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5e8d2;
}
.cid-v91R8vAKSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8vAKSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8vAKSH .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8vAKSH .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v91R8vAKSH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v91R8vAKSH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v91R8vAKSH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R8vAKSH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v91R8vAKSH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 510px;
  max-width: 510px;
}
@media (max-width: 768px) {
  .cid-v91R8vAKSH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R8vAKSH .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-date_1,
  .cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-date_2,
  .cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-date_3,
  .cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-date_4,
  .cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-date_5 {
    margin-bottom: 20px;
  }
}
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-title_1,
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-title_2,
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-title_3,
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-title_4,
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-title_5 {
  margin-bottom: 20px;
}
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-text_1,
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-text_2,
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-text_3,
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-text_4,
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .card-box .card-text_5 {
  margin-bottom: 0;
}
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  margin-top: 20px;
  width: 100%;
}
.cid-v91R8vAKSH .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91R8vAKSH .embla__slide .slide-content .card_1 {
  background-color: #472d00;
}
.cid-v91R8vAKSH .embla__slide .slide-content .card_2 {
  background-color: #edd4ab;
}
.cid-v91R8vAKSH .embla__slide .slide-content .card_3 {
  background-color: #d9a02d;
}
.cid-v91R8vAKSH .embla__slide .slide-content .card_4 {
  background-color: #fef6e9;
}
.cid-v91R8vAKSH .embla__slide .slide-content .card_5 {
  background-color: #e5c081;
}
.cid-v91R8vAKSH .embla__button--next,
.cid-v91R8vAKSH .embla__button--prev {
  display: flex;
}
.cid-v91R8vAKSH .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R8vAKSH .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v91R8vAKSH .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v91R8vAKSH .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v91R8vAKSH .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R8vAKSH .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R8vAKSH .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v91R8vAKSH .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R8vAKSH .embla__viewport {
    padding: 0;
  }
}
.cid-v91R8vAKSH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R8vAKSH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R8vAKSH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R8vAKSH .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R8vAKSH .mbr-section-title,
.cid-v91R8vAKSH .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8vAKSH .mbr-text,
.cid-v91R8vAKSH .text-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8vAKSH .card-date_1 {
  color: #f1f5eb;
}
.cid-v91R8vAKSH .card-title_1 {
  color: #f1f5eb;
}
.cid-v91R8vAKSH .card-text_1 {
  color: #FEF6E9;
}
.cid-v91R8vAKSH .card-date_2 {
  color: #323432;
}
.cid-v91R8vAKSH .card-title_2 {
  color: #323432;
}
.cid-v91R8vAKSH .card-text_2 {
  color: #1C1000;
}
.cid-v91R8vAKSH .card-date_3 {
  color: #f1f5eb;
}
.cid-v91R8vAKSH .card-title_3 {
  color: #f1f5eb;
}
.cid-v91R8vAKSH .card-text_3 {
  color: #FEF6E9;
}
.cid-v91R8vAKSH .card-date_4 {
  color: #323432;
}
.cid-v91R8vAKSH .card-title_4 {
  color: #323432;
}
.cid-v91R8vAKSH .card-text_4 {
  color: #1C1000;
}
.cid-v91R8vAKSH .card-date_5 {
  color: #f1f5eb;
}
.cid-v91R8vAKSH .card-title_5 {
  color: #f1f5eb;
}
.cid-v91R8vAKSH .card-text_5 {
  color: #1C1000;
}
.cid-v91R8vAKSH .card-date_1,
.cid-v91R8vAKSH .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R8vAKSH .card-title_1,
.cid-v91R8vAKSH .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R8vAKSH .card-date_2,
.cid-v91R8vAKSH .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8vAKSH .card-title_2,
.cid-v91R8vAKSH .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8vAKSH .card-date_3,
.cid-v91R8vAKSH .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R8vAKSH .card-title_3,
.cid-v91R8vAKSH .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R8vAKSH .card-date_4,
.cid-v91R8vAKSH .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8vAKSH .card-title_4,
.cid-v91R8vAKSH .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8vAKSH .card-date_5,
.cid-v91R8vAKSH .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8vAKSH .card-title_5,
.cid-v91R8vAKSH .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8vOrSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8vOrSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2223488/assets/images/background1.jpg?rnd=1769082032417");
}
.cid-v91R8vOrSP .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v91R8vOrSP .image-wrapper {
    height: 350px;
  }
}
.cid-v91R8w0Vkz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-v91R8w0Vkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8w0Vkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8w0Vkz .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8w0Vkz .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R8w0Vkz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v91R8w0Vkz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R8w0Vkz .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R8w0Vkz .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R8w0Vkz .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R8w0Vkz .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #472d00;
  margin-bottom: 54px;
}
.cid-v91R8w0Vkz .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R8w0Vkz .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R8w0Vkz .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R8w0Vkz .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R8w0Vkz .embla__button--next,
.cid-v91R8w0Vkz .embla__button--prev {
  display: flex;
}
.cid-v91R8w0Vkz .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R8w0Vkz .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91R8w0Vkz .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91R8w0Vkz .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91R8w0Vkz .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R8w0Vkz .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R8w0Vkz .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v91R8w0Vkz .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R8w0Vkz .embla__viewport {
    padding: 0;
  }
}
.cid-v91R8w0Vkz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R8w0Vkz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R8w0Vkz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R8w0Vkz .mbr-section-title,
.cid-v91R8w0Vkz .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8w0Vkz .card-number {
  color: #e6eddc;
}
.cid-v91R8w0Vkz .card-title {
  color: #323432;
}
.cid-v91R8w0Vkz .card-text {
  color: #1C1000;
}
.cid-v91R8w0Vkz .card-number,
.cid-v91R8w0Vkz .number-wrapper {
  color: #F5E8D2;
}
.cid-v91R8whyni {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8whyni .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8whyni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8whyni .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #472d00;
}
@media (max-width: 992px) {
  .cid-v91R8whyni .card-wrapper {
    padding: 20px;
  }
}
.cid-v91R8whyni .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-v91R8whyni .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-v91R8whyni .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v91R8whyni .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #472d00;
  opacity: 0.5;
  pointer-events: none;
}
.cid-v91R8whyni .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v91R8whyni .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-v91R8whyni .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  pointer-events: none;
}
.cid-v91R8whyni .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #603e00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R8whyni .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v91R8whyni .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8whyni .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91R8whyni .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v91R8whyni .mbr-section-title,
.cid-v91R8whyni .title-wrapper {
  color: #f1f5eb;
}
.cid-v91R8whyni .mbr-section-title,
.cid-v91R8whyni .mbr-section-btn,
.cid-v91R8whyni .title-wrapper {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91R8wuO0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8wuO0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8wuO0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8wuO0H .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8wuO0H .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R8wuO0H .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v91R8wuO0H .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v91R8wuO0H .item {
    margin-bottom: 40px;
  }
}
.cid-v91R8wuO0H .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v91R8wuO0H .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v91R8wuO0H .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #7a871e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v91R8wuO0H .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v91R8wuO0H .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v91R8wuO0H .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R8wuO0H .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R8wuO0H .mbr-section-title,
.cid-v91R8wuO0H .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8wuO0H .card-number {
  color: #f1f5eb;
}
.cid-v91R8wuO0H .card-title {
  color: #323432;
}
.cid-v91R8wuO0H .card-text {
  color: #1C1000;
}
.cid-v91R8wuO0H .card-number,
.cid-v91R8wuO0H .number-wrapper {
  color: #FFFFFF;
}
.cid-v91R8wuO0H .card-title,
.cid-v91R8wuO0H .mbr-section-btn,
.cid-v91R8wuO0H .iconfont-wrapper {
  color: #1C1000;
}
.cid-v91R8wQIv2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-v91R8wQIv2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #fef6e9, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91R8wQIv2::before {
    width: 40px;
  }
}
.cid-v91R8wQIv2::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #fef6e9 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-v91R8wQIv2::after {
    width: 40px;
  }
}
.cid-v91R8wQIv2 .item:focus,
.cid-v91R8wQIv2 span:focus {
  outline: none;
}
.cid-v91R8wQIv2 .item {
  cursor: pointer;
}
.cid-v91R8wQIv2 .grid-container {
  grid-row-gap: 24px;
}
.cid-v91R8wQIv2 .grid-container-1,
.cid-v91R8wQIv2 .grid-container-2,
.cid-v91R8wQIv2 .grid-container-3 {
  gap: 0 24px;
}
.cid-v91R8wQIv2 .mbr-section-title {
  color: #323432;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8wQIv2 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91R8wQIv2 .content-head {
  max-width: 800px;
}
.cid-v91R8wQIv2 .container,
.cid-v91R8wQIv2 .container-fluid {
  overflow: hidden;
}
.cid-v91R8wQIv2 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v91R8wQIv2 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v91R8wQIv2 .grid-item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .cid-v91R8wQIv2 .grid-item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-v91R8wQIv2 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v91R8wQIv2 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v91R8wQIv2 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-v91R8wQIv2 .grid-container-1,
.cid-v91R8wQIv2 .grid-container-2,
.cid-v91R8wQIv2 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v91R8wQIv2 .grid-container-1 {
  align-items: flex-end;
}
.cid-v91R8wQIv2 .grid-container-2 {
  align-items: flex-start;
}
.cid-v91R8x5i3f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d9a02d;
}
.cid-v91R8x5i3f .item:focus,
.cid-v91R8x5i3f span:focus {
  outline: none;
}
.cid-v91R8x5i3f .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v91R8x5i3f .content-head {
  max-width: 800px;
}
.cid-v91R8x5i3f .item {
  color: #fef6e9;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-v91R8x5i3f .item {
    min-height: 32.5px;
  }
}
.cid-v91R8xh6SL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8xh6SL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8xh6SL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8xh6SL .card-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
  background-color: #f5e8d2;
}
@media (max-width: 992px) {
  .cid-v91R8xh6SL .card-wrapper {
    padding: 20px;
  }
}
.cid-v91R8xh6SL .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91R8xh6SL .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  pointer-events: none;
}
.cid-v91R8xh6SL .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #edd4ab;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R8xh6SL .card-wrapper .decor_2 {
  left: auto;
  right: -350px;
}
.cid-v91R8xh6SL .card-wrapper .decor_2::after {
  transform: rotate(45deg);
}
.cid-v91R8xh6SL .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v91R8xh6SL .title-wrapper {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91R8xh6SL .title-wrapper {
    width: 100%;
  }
}
.cid-v91R8xh6SL .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8xh6SL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v91R8xh6SL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v91R8xh6SL .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v91R8xh6SL .embla__slide .slide-content {
  width: 100%;
}
.cid-v91R8xh6SL .embla__slide .slide-content .item-wrapper .item-img img {
  height: 570px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v91R8xh6SL .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-v91R8xh6SL .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v91R8xh6SL .embla__button--next,
.cid-v91R8xh6SL .embla__button--prev {
  display: flex;
}
.cid-v91R8xh6SL .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v91R8xh6SL .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v91R8xh6SL .embla__button:hover {
  background-color: #d9a02d !important;
  color: #edd4ab !important;
}
.cid-v91R8xh6SL .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #edd4ab !important;
  color: #d9a02d !important;
}
.cid-v91R8xh6SL .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v91R8xh6SL .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v91R8xh6SL .embla {
  position: relative;
  z-index: 1;
  width: 55%;
  padding-top: 6rem;
}
@media (max-width: 1440px) {
  .cid-v91R8xh6SL .embla {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v91R8xh6SL .embla {
    width: 100%;
  }
}
.cid-v91R8xh6SL .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v91R8xh6SL .embla__viewport {
    padding: 0;
  }
}
.cid-v91R8xh6SL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v91R8xh6SL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v91R8xh6SL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v91R8xh6SL .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v91R8xh6SL .mbr-section-title,
.cid-v91R8xh6SL .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8xwFtp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8xwFtp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8xwFtp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8xwFtp .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #d9a02d;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v91R8xwFtp .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v91R8xwFtp .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
.cid-v91R8xwFtp .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  pointer-events: none;
}
.cid-v91R8xwFtp .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #472d00;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-v91R8xwFtp .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v91R8xwFtp .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v91R8xwFtp .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v91R8xwFtp .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v91R8xwFtp .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 24px;
  background-color: #e5c081;
}
@media (max-width: 992px) {
  .cid-v91R8xwFtp .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-v91R8xwFtp .mbr-section-title {
  color: #f1f5eb;
}
.cid-v91R8xwFtp .mbr-section-title,
.cid-v91R8xwFtp .border-wrapper {
  color: #FEF6E9;
}
.cid-v91R8xIPvk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8xIPvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8xIPvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8xIPvk .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8xIPvk .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R8xIPvk .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v91R8xIPvk .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8xIPvk .item {
    margin-bottom: 20px;
  }
}
.cid-v91R8xIPvk .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R8xIPvk .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R8xIPvk .item .item-wrapper .card-box .card-title_1,
.cid-v91R8xIPvk .item .item-wrapper .card-box .card-title_2,
.cid-v91R8xIPvk .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91R8xIPvk .item .item-wrapper .card-box .card-text_1,
.cid-v91R8xIPvk .item .item-wrapper .card-box .card-text_2,
.cid-v91R8xIPvk .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.cid-v91R8xIPvk .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #d9a02d;
  margin-bottom: 20px;
}
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_1,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_2,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_1 .item-wrap_1,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_2 .item-wrap_1,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_3 .item-wrap_1,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_1 .item-wrap_2,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_2 .item-wrap_2,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_3 .item-wrap_2,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_1 .item-wrap_3,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_2 .item-wrap_3,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #472d00;
}
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #edd4ab;
}
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.cid-v91R8xIPvk .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #d9a02d;
}
.cid-v91R8xIPvk .item .item-wrapper .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v91R8xIPvk .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v91R8xIPvk .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-v91R8xIPvk .item .card_1 {
  background-color: #edd4ab;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .cid-v91R8xIPvk .item .card_1 {
    transform: none;
  }
}
.cid-v91R8xIPvk .item .card_2 {
  background-color: #472d00;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .cid-v91R8xIPvk .item .card_2 {
    transform: none;
  }
}
.cid-v91R8xIPvk .item .card_3 {
  background-color: #f5e8d2;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .cid-v91R8xIPvk .item .card_3 {
    transform: none;
  }
}
.cid-v91R8xIPvk .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R8xIPvk .mbr-section-title,
.cid-v91R8xIPvk .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8xIPvk .card-title_1 {
  color: #323432;
}
.cid-v91R8xIPvk .card-text_1 {
  color: #1C1000;
}
.cid-v91R8xIPvk .list_1 {
  color: #323432;
}
.cid-v91R8xIPvk .card-title_2 {
  color: #f1f5eb;
}
.cid-v91R8xIPvk .card-text_2 {
  color: #FEF6E9;
}
.cid-v91R8xIPvk .list_2 {
  color: #f1f5eb;
}
.cid-v91R8xIPvk .card-title_3 {
  color: #323432;
}
.cid-v91R8xIPvk .card-text_3 {
  color: #1C1000;
}
.cid-v91R8xIPvk .list_3 {
  color: #323432;
}
.cid-v91R8xIPvk .card-title_1,
.cid-v91R8xIPvk .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8xIPvk .list_1,
.cid-v91R8xIPvk .item-wrap_1 {
  color: #1C1000;
}
.cid-v91R8xIPvk .card-title_2,
.cid-v91R8xIPvk .mbr-section-btn {
  color: #FEF6E9;
}
.cid-v91R8xIPvk .list_2,
.cid-v91R8xIPvk .item-wrap_2 {
  color: #FEF6E9;
}
.cid-v91R8xIPvk .card-title_3,
.cid-v91R8xIPvk .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8xIPvk .list_3,
.cid-v91R8xIPvk .item-wrap_3 {
  color: #1C1000;
}
.cid-v91R8xVsQc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-v91R8xVsQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91R8xVsQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91R8xVsQc .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v91R8xVsQc .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v91R8xVsQc .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v91R8xVsQc .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v91R8xVsQc .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v91R8xVsQc .item {
    margin-bottom: 20px;
  }
}
.cid-v91R8xVsQc .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v91R8xVsQc .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v91R8xVsQc .item .item-wrapper .card-box .card-title_1,
.cid-v91R8xVsQc .item .item-wrapper .card-box .card-title_2,
.cid-v91R8xVsQc .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v91R8xVsQc .item .item-wrapper .card-box .card-text_1,
.cid-v91R8xVsQc .item .item-wrapper .card-box .card-text_2,
.cid-v91R8xVsQc .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v91R8xVsQc .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v91R8xVsQc .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v91R8xVsQc .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v91R8xVsQc .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v91R8xVsQc .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #fef6e9;
  background-color: #d9a02d;
}
.cid-v91R8xVsQc .item .card_1 {
  background-color: #472d00;
}
.cid-v91R8xVsQc .item .card_2 {
  background-color: #edd4ab;
}
.cid-v91R8xVsQc .item .card_3 {
  background-color: #f5e8d2;
}
.cid-v91R8xVsQc .btn-wrapper {
  margin-top: -6%;
}
.cid-v91R8xVsQc .mbr-section-title,
.cid-v91R8xVsQc .title-wrapper {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8xVsQc .card-title_1 {
  color: #f1f5eb;
}
.cid-v91R8xVsQc .card-text_1 {
  color: #FEF6E9;
  text-align: center;
}
.cid-v91R8xVsQc .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v91R8xVsQc .card-text_2 {
  color: #1C1000;
  text-align: center;
}
.cid-v91R8xVsQc .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v91R8xVsQc .card-text_3 {
  color: #D9A02D;
  text-align: center;
}
.cid-v91R8xVsQc .card-title_1,
.cid-v91R8xVsQc .mbr-section-btn {
  text-align: center;
  color: #FEF6E9;
}
.cid-v91R8xVsQc .card-title_2,
.cid-v91R8xVsQc .mbr-section-btn {
  color: #1C1000;
}
.cid-v91R8xVsQc .card-title_3,
.cid-v91R8xVsQc .mbr-section-btn {
  color: #D9A02D;
}
