.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fdfef2;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 3.75rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 0.5rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 0.625rem;
}
/* ---- 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: 3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.625rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.4rem;
    font-size: calc( 0.825rem + (0.5 - 0.825) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.825rem + (0.5 - 0.825) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.625rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.4rem;
    font-size: calc( 0.825rem + (0.5 - 0.825) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.825rem + (0.5 - 0.825) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f896d8 !important;
}
.bg-success {
  background-color: #75e6b2 !important;
}
.bg-info {
  background-color: #64def7 !important;
}
.bg-warning {
  background-color: #ffd65c !important;
}
.bg-danger {
  background-color: #e7747f !important;
}
.btn-primary {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f67ecf, 0 10px 15px -5px #f896d8;
}
.btn-primary,
.btn-primary:active {
  background-color: #f896d8 !important;
  border-color: #f896d8 !important;
  color: #56063c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fbc6ea !important;
  border-color: #fbc6ea !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #faaee1, 0 20px 40px -10px #fbc6ea;
  transform: translateY(-2px);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #56063c !important;
  background-color: #fbc6ea !important;
  border-color: #fbc6ea !important;
}
.btn-secondary {
  box-shadow: inset 0 10px 8px 0 #ccbff3, inset 0 -2px 10px 0 #ccbff3, 0 1px 2px 0 #663fdb, 0 10px 15px -5px #7754df;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7754df !important;
  border-color: #7754df !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #997fe7 !important;
  border-color: #997fe7 !important;
  box-shadow: inset 0 10px 8px 0 #efeafb, inset 0 -2px 10px 0 #efeafb, 0 1px 2px 0 #8869e3, 0 20px 40px -10px #997fe7;
  transform: translateY(-2px);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #997fe7 !important;
  border-color: #997fe7 !important;
}
.btn-info {
  box-shadow: inset 0 10px 8px 0 #ddf8fd, inset 0 -2px 10px 0 #ddf8fd, 0 1px 2px 0 #4cd9f6, 0 10px 15px -5px #64def7;
}
.btn-info,
.btn-info:active {
  background-color: #64def7 !important;
  border-color: #64def7 !important;
  color: #022127 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #94e8fa !important;
  border-color: #94e8fa !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #7ce3f8, 0 20px 40px -10px #94e8fa;
  transform: translateY(-2px);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #022127 !important;
  background-color: #94e8fa !important;
  border-color: #94e8fa !important;
}
.btn-success {
  box-shadow: inset 0 10px 8px 0 #e1faee, inset 0 -2px 10px 0 #e1faee, 0 1px 2px 0 #5fe2a6, 0 10px 15px -5px #75e6b2;
}
.btn-success,
.btn-success:active {
  background-color: #75e6b2 !important;
  border-color: #75e6b2 !important;
  color: #062316 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a0eeca !important;
  border-color: #a0eeca !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #8beabe, 0 20px 40px -10px #a0eeca;
  transform: translateY(-2px);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #062316 !important;
  background-color: #a0eeca !important;
  border-color: #a0eeca !important;
}
.btn-warning {
  box-shadow: inset 0 10px 8px 0 #fff6dc, inset 0 -2px 10px 0 #fff6dc, 0 1px 2px 0 #ffd042, 0 10px 15px -5px #ffd65c;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd65c !important;
  border-color: #ffd65c !important;
  color: #291f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe38f !important;
  border-color: #ffe38f !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #ffdc76, 0 20px 40px -10px #ffe38f;
  transform: translateY(-2px);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #291f00 !important;
  background-color: #ffe38f !important;
  border-color: #ffe38f !important;
}
.btn-danger {
  box-shadow: inset 0 10px 8px 0 #fae1e3, inset 0 -2px 10px 0 #fae1e3, 0 1px 2px 0 #e35e6b, 0 10px 15px -5px #e7747f;
}
.btn-danger,
.btn-danger:active {
  background-color: #e7747f !important;
  border-color: #e7747f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ef9fa7 !important;
  border-color: #ef9fa7 !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #eb8a93, 0 20px 40px -10px #ef9fa7;
  transform: translateY(-2px);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ef9fa7 !important;
  border-color: #ef9fa7 !important;
}
.btn-white {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #ededed, 0 10px 15px -5px #fafafa;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 20px 40px -10px #ffffff;
  transform: translateY(-2px);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: inset 0 10px 8px 0 #314a88, inset 0 -2px 10px 0 #314a88, 0 1px 2px 0 #080d17, 0 10px 15px -5px #0f172a;
}
.btn-black,
.btn-black:active {
  background-color: #0f172a !important;
  border-color: #0f172a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1c2c50 !important;
  border-color: #1c2c50 !important;
  box-shadow: inset 0 10px 8px 0 #3e5fae, inset 0 -2px 10px 0 #3e5fae, 0 1px 2px 0 #16213d, 0 20px 40px -10px #1c2c50;
  transform: translateY(-2px);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1c2c50 !important;
  border-color: #1c2c50 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f896d8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #f345ba !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f896d8 !important;
  border-color: #f896d8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7754df;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4923ba !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7754df !important;
  border-color: #7754df !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #64def7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #12ccf3 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #054957 !important;
  background-color: #64def7 !important;
  border-color: #64def7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #75e6b2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2cd989 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0e4e31 !important;
  background-color: #75e6b2 !important;
  border-color: #75e6b2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd65c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc005 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5c4500 !important;
  background-color: #ffd65c !important;
  border-color: #ffd65c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e7747f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #da2a3b !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e7747f !important;
  border-color: #e7747f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f172a;
}
.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: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0f172a !important;
  border-color: #0f172a !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f896d8 !important;
}
.text-secondary {
  color: #7754df !important;
}
.text-success {
  color: #75e6b2 !important;
}
.text-info {
  color: #64def7 !important;
}
.text-warning {
  color: #ffd65c !important;
}
.text-danger {
  color: #e7747f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #0f172a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f236b4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4420ad !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #26cf81 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0cc3e9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f5b700 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d12435 !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: #f896d8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #64def7;
}
.alert-warning {
  background-color: #ffd65c;
}
.alert-danger {
  background-color: #e7747f;
}
.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: #f896d8;
  border-color: #f896d8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 1rem !important;
}
a,
a:hover {
  color: #f896d8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 8px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f896d8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 0.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.625rem;
}
blockquote {
  border-color: #f896d8;
}
/* 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: #f896d8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f896d8;
}
.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: #f896d8;
  border-bottom-color: #f896d8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f896d8 !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: #7754df !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='%23f896d8' %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 {
  font-weight: 500;
  padding: 9px 16px;
  border-radius: 12px !important;
  padding: 18px 26px;
  border: none !important;
}
.mbr-section-btn .btn-black {
  box-shadow: inset 0 10px 8px 0 #484848, 0 10px 15px -5px #949494;
  background-color: #0f172a !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  color: #56063c !important;
  background-color: #f896d8 !important;
  border-color: #f896d8 !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f896d8, 0 20px 40px -10px #f896d8;
}
.mbr-section-btn .btn-white {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #c7c7c7, 0 1px 2px 0 #c7c7c7, 0 10px 15px -5px #c7c7c7;
  background-color: #fafafa !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  color: #56063c !important;
  background-color: #f896d8 !important;
  border-color: #f896d8 !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f896d8, 0 20px 40px -10px #f896d8;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}
.large-radius {
  border-radius: 32px !important;
}
.little-radius,
.item-img::before,
.item-img::after,
.dropdown-item {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.new-font {
  font-family: 'Onest', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.new-font > .mbr-iconfont {
  font-size: 2rem;
}
.cid-v6fL5yZg6q {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v6fL5yZg6q .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-v6fL5yZg6q .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v6fL5yZg6q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6fL5yZg6q .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v6fL5yZg6q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6fL5yZg6q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6fL5yZg6q .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v6fL5yZg6q .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v6fL5yZg6q .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v6fL5yZg6q .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 4px 10px !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6fL5yZg6q .navbar-nav .nav-item .nav-link {
    padding: 10px 0 !important;
    margin-left: 0 !important;
  }
}
.cid-v6fL5yZg6q .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px !important;
  background-color: #4b233f;
  transform: translateY(-2px);
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-v6fL5yZg6q .navbar-nav .nav-item .nav-link:hover {
  color: #4b233f !important;
}
@media (max-width: 992px) {
  .cid-v6fL5yZg6q .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v6fL5yZg6q .navbar-nav .nav-item .nav-link:hover::before {
  transform: translateY(0);
  opacity: 1;
}
.cid-v6fL5yZg6q .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v6fL5yZg6q .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v6fL5yZg6q .navbar-nav .dropdown-item {
  padding: 12px !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #fdfef2;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6fL5yZg6q .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v6fL5yZg6q .navbar-nav .dropdown-item:hover {
  color: #4b233f;
}
.cid-v6fL5yZg6q .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v6fL5yZg6q .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v6fL5yZg6q .navbar-logo {
    padding-left: 0;
  }
}
.cid-v6fL5yZg6q .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v6fL5yZg6q .navbar-caption {
    border-right: none;
  }
}
.cid-v6fL5yZg6q .navbar-caption:hover {
  color: #4b233f !important;
}
@media (max-width: 767px) {
  .cid-v6fL5yZg6q .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v6fL5yZg6q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v6fL5yZg6q .container,
.cid-v6fL5yZg6q .container-fluid {
  display: flex;
  min-height: 75px;
  padding: 0 32px;
  flex-wrap: nowrap;
  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;
  margin-top: 0.5rem;
  background-color: #fdfef2;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
}
@media (min-width: 992px) {
  .cid-v6fL5yZg6q .container,
  .cid-v6fL5yZg6q .container-fluid {
    max-width: 966px;
  }
}
@media (max-width: 992px) {
  .cid-v6fL5yZg6q .container,
  .cid-v6fL5yZg6q .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6fL5yZg6q .container,
  .cid-v6fL5yZg6q .container-fluid {
    width: 90%;
    height: 56px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0rem;
  }
}
.cid-v6fL5yZg6q .iconfont-wrapper {
  color: #0f172a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v6fL5yZg6q .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v6fL5yZg6q .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-v6fL5yZg6q .nav-item:focus,
.cid-v6fL5yZg6q .nav-link:focus {
  outline: none;
}
.cid-v6fL5yZg6q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6fL5yZg6q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6fL5yZg6q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6fL5yZg6q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6fL5yZg6q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6fL5yZg6q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6fL5yZg6q .navbar {
  min-height: 75px;
  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-v6fL5yZg6q .navbar.opened {
  transition: all 0.3s;
}
.cid-v6fL5yZg6q .navbar.opened .container {
  backdrop-filter: none;
}
.cid-v6fL5yZg6q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6fL5yZg6q .navbar .navbar-logo img {
  width: auto;
  margin-right: 8px;
}
.cid-v6fL5yZg6q .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v6fL5yZg6q .navbar.collapsed {
  justify-content: center;
}
.cid-v6fL5yZg6q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6fL5yZg6q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6fL5yZg6q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6fL5yZg6q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6fL5yZg6q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6fL5yZg6q .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-v6fL5yZg6q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6fL5yZg6q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6fL5yZg6q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6fL5yZg6q .navbar {
    min-height: 72px;
  }
  .cid-v6fL5yZg6q .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v6fL5yZg6q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6fL5yZg6q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6fL5yZg6q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6fL5yZg6q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6fL5yZg6q .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-v6fL5yZg6q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6fL5yZg6q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v6fL5yZg6q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6fL5yZg6q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6fL5yZg6q .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v6fL5yZg6q .dropdown-item.active,
.cid-v6fL5yZg6q .dropdown-item:active {
  background-color: transparent;
}
.cid-v6fL5yZg6q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6fL5yZg6q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6fL5yZg6q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6fL5yZg6q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2rem;
}
@media (max-width: 992px) {
  .cid-v6fL5yZg6q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v6fL5yZg6q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v6fL5yZg6q .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v6fL5yZg6q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6fL5yZg6q .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v6fL5yZg6q .navbar-buttons {
    text-align: left;
  }
}
.cid-v6fL5yZg6q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6fL5yZg6q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131400;
}
.cid-v6fL5yZg6q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6fL5yZg6q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6fL5yZg6q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6fL5yZg6q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6fL5yZg6q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6fL5yZg6q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6fL5yZg6q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6fL5yZg6q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6fL5yZg6q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6fL5yZg6q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6fL5yZg6q .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-v6fL5yZg6q .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6fL5yZg6q .navbar {
    height: 75px;
  }
  .cid-v6fL5yZg6q .navbar.opened {
    height: auto;
  }
  .cid-v6fL5yZg6q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6fL5yZg6q .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v6fL5yZg6q .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v6fL5yZg6q .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v6fL5yZg6q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v6fL5yZg6q .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-v6fL5yZg6q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v6fL5yZg6q .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
@media (max-width: 992px) {
  .cid-v6fL5yZg6q .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-v6fL5yZg6q .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  padding: 14px 18px;
}
.cid-v6fL5yZg6q .mbr-section-btn .btn:hover,
.cid-v6fL5yZg6q .mbr-section-btn .btn:focus {
  transform: none !important;
}
@media (max-width: 575px) {
  .cid-v6fL5yZg6q .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v6fL5yZg6q .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v6fL5yZg6q .navbar-brand {
    margin-right: auto;
  }
  .cid-v6fL5yZg6q .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fdfef2;
    backdrop-filter: blur(8px);
  }
  .cid-v6fL5yZg6q .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v6fL5yZg6q .navbar-nav .dropdown-item:hover {
    color: #4b233f;
  }
  .cid-v6fL5yZg6q .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-v6fL5yZg6q .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v6fL5yZg6q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v6fL5yZg6q .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-v6fL5yZg6q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v6fL5yZg6q .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-v6fL5yZg6q .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v6fL5yZg6q .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v6fL5yZg6q .nav-link,
.cid-v6fL5yZg6q .dropdown-item {
  color: #131400;
}
.cid-v6fL5z1KGj {
  padding-top: 10rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5z1KGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5z1KGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5z1KGj .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5z1KGj .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5z1KGj .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5z1KGj .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5z1KGj .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5z1KGj .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5z1KGj .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-v6fL5z1KGj .content-wrapper .label-wrapper .label-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #cccccc 38%, #23a47d 75%);
  box-shadow: 0 10px 10px -5px #cccccc;
  padding: 0 1px 1px 0;
}
.cid-v6fL5z1KGj .content-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -17px;
  width: 164px;
  height: 50px;
  pointer-events: none;
  filter: blur(10px);
  background-image: radial-gradient(50% 50%, #23a47d 0%, transparent 100%);
  z-index: -1;
}
.cid-v6fL5z1KGj .content-wrapper .label-wrapper .label-wrap .label-box {
  position: relative;
  z-index: 1;
  padding: 7px 18px;
  display: inline-flex;
  align-items: center;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff;
}
.cid-v6fL5z1KGj .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6fL5z1KGj .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6fL5z1KGj .content-wrapper .label-wrapper .label-wrap .label-box .mbr-label {
  margin-bottom: 0;
}
.cid-v6fL5z1KGj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #131400 40%, #007854 90%);
  margin-bottom: 20px;
}
.cid-v6fL5z1KGj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5z1KGj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6fL5z1KGj .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v6fL5z1KGj .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v6fL5z1KGj .content-wrapper .image-wrapper {
  margin-top: 70px;
  -webkit-mask-image: linear-gradient(#000000 80%, transparent 95%);
  mask-image: linear-gradient(#000000 80%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-v6fL5z1KGj .content-wrapper .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v6fL5z1KGj .content-wrapper .image-wrapper img {
  height: 690px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6fL5z1KGj .content-wrapper .image-wrapper img {
    height: 320px;
  }
}
.cid-v6fL5z1KGj .mbr-label,
.cid-v6fL5z1KGj .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5z1KGj .mbr-section-title {
  color: #0f172a;
}
.cid-v6fL5z1KGj .mbr-text,
.cid-v6fL5z1KGj .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5z1KGj .mbr-section-title,
.cid-v6fL5z1KGj .mbr-section-btn,
.cid-v6fL5z1KGj .title-wrapper {
  text-align: center;
}
.cid-v6fL5z1KGj .card-icon {
  color: #131400;
}
.cid-v6B76tlwuE {
  padding-top: 10rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6B76tlwuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6B76tlwuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6B76tlwuE .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6B76tlwuE .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6B76tlwuE .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6B76tlwuE .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6B76tlwuE .content-wrapper .border_1 {
  left: 0;
}
.cid-v6B76tlwuE .content-wrapper .border_2 {
  right: 0;
}
.cid-v6B76tlwuE .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-v6B76tlwuE .content-wrapper .label-wrapper .label-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #cccccc 38%, #23a47d 75%);
  box-shadow: 0 10px 10px -5px #cccccc;
  padding: 0 1px 1px 0;
}
.cid-v6B76tlwuE .content-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -17px;
  width: 164px;
  height: 50px;
  pointer-events: none;
  filter: blur(10px);
  background-image: radial-gradient(50% 50%, #23a47d 0%, transparent 100%);
  z-index: -1;
}
.cid-v6B76tlwuE .content-wrapper .label-wrapper .label-wrap .label-box {
  position: relative;
  z-index: 1;
  padding: 7px 18px;
  display: inline-flex;
  align-items: center;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff;
}
.cid-v6B76tlwuE .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6B76tlwuE .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6B76tlwuE .content-wrapper .label-wrapper .label-wrap .label-box .mbr-label {
  margin-bottom: 0;
}
.cid-v6B76tlwuE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #131400 40%, #007854 90%);
  margin-bottom: 20px;
}
.cid-v6B76tlwuE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6B76tlwuE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6B76tlwuE .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v6B76tlwuE .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v6B76tlwuE .content-wrapper .image-wrapper {
  margin-top: 70px;
  -webkit-mask-image: linear-gradient(#000000 80%, transparent 95%);
  mask-image: linear-gradient(#000000 80%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-v6B76tlwuE .content-wrapper .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v6B76tlwuE .content-wrapper .image-wrapper img {
  height: 690px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6B76tlwuE .content-wrapper .image-wrapper img {
    height: 320px;
  }
}
.cid-v6B76tlwuE .mbr-label,
.cid-v6B76tlwuE .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6B76tlwuE .mbr-section-title {
  color: #0f172a;
}
.cid-v6B76tlwuE .mbr-text,
.cid-v6B76tlwuE .text-wrapper {
  color: #131400;
  text-align: justify;
}
.cid-v6B76tlwuE .mbr-section-title,
.cid-v6B76tlwuE .mbr-section-btn,
.cid-v6B76tlwuE .title-wrapper {
  text-align: center;
}
.cid-v6B76tlwuE .card-icon {
  color: #131400;
}
.cid-v6fL5z2JdQ {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5z2JdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5z2JdQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5z2JdQ .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5z2JdQ .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5z2JdQ .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5z2JdQ .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5z2JdQ .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5z2JdQ .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5z2JdQ .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6fL5z2JdQ .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6fL5z2JdQ .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6fL5z2JdQ .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6fL5z2JdQ .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6fL5z2JdQ .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6fL5z2JdQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6fL5z2JdQ .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5z2JdQ .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6fL5z2JdQ .items-wrapper {
  margin: 0 -10px;
}
.cid-v6fL5z2JdQ .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v6fL5z2JdQ .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6fL5z2JdQ .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6fL5z2JdQ .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v6fL5z2JdQ .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v6fL5z2JdQ .items-wrapper .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-v6fL5z2JdQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v6fL5z2JdQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v6fL5z2JdQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #343600;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v6fL5z2JdQ .items-wrapper .item .item-wrapper .item-content .card-box {
  width: 100%;
}
.cid-v6fL5z2JdQ .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 0;
}
.cid-v6fL5z2JdQ .items-wrapper .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-v6fL5z2JdQ .items-wrapper .item .item-wrapper .image-wrap .item-img img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.cid-v6fL5z2JdQ .items-wrapper .item .item-wrapper .image-wrap .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6fL5z2JdQ .items-wrapper .item .item-wrapper .image-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6fL5z2JdQ .mbr-label,
.cid-v6fL5z2JdQ .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5z2JdQ .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6fL5z2JdQ .mbr-text,
.cid-v6fL5z2JdQ .text-wrapper {
  color: #131400;
  text-align: justify;
}
.cid-v6fL5z2JdQ .item-title {
  color: #0f172a;
}
.cid-v6fL5z2JdQ .item-text {
  color: #131400;
  text-align: justify;
}
.cid-v6fL5z2JdQ .mbr-section-btn {
  text-align: center;
}
.cid-v6fL5z2JdQ .mbr-section-title,
.cid-v6fL5z2JdQ .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5z2JdQ .card-icon {
  color: #FFFFFF;
}
.cid-v6fL5z2JdQ .item-title,
.cid-v6fL5z2JdQ .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5z2JdQ .card-icons {
  color: #131400;
}
.cid-v6fL5z2JdQ .item-title,
.cid-v6fL5z2JdQ .mbr-section-btn DIV {
  text-align: center;
}
.cid-v6fL5zdgG4 {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5zdgG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5zdgG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5zdgG4 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5zdgG4 .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5zdgG4 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5zdgG4 .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5zdgG4 .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5zdgG4 .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5zdgG4 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6fL5zdgG4 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6fL5zdgG4 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6fL5zdgG4 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6fL5zdgG4 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6fL5zdgG4 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6fL5zdgG4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6fL5zdgG4 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5zdgG4 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6fL5zdgG4 .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-v6fL5zdgG4 .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v6fL5zdgG4 .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-v6fL5zdgG4 .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  transition: all 0.3s ease-in-out;
}
.cid-v6fL5zdgG4 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v6fL5zdgG4 .panel-group .card:hover {
  transform: translateY(-2px);
}
.cid-v6fL5zdgG4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v6fL5zdgG4 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
}
.cid-v6fL5zdgG4 .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v6fL5zdgG4 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-v6fL5zdgG4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #131400;
}
.cid-v6fL5zdgG4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v6fL5zdgG4 .panel-group .card .panel-collapse .panel-body {
  margin: 0 18px 20px;
}
.cid-v6fL5zdgG4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v6fL5zdgG4 .mbr-label,
.cid-v6fL5zdgG4 .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5zdgG4 .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6fL5zdgG4 .mbr-text,
.cid-v6fL5zdgG4 .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5zdgG4 .panel-title-edit {
  color: #131400;
}
.cid-v6fL5zdgG4 .panel-text {
  color: #475569;
}
.cid-v6fL5zdgG4 .mbr-section-btn {
  text-align: center;
}
.cid-v6fL5zdgG4 .card-icon {
  color: #131400;
}
.cid-v6fL5zdgG4 .mbr-section-title,
.cid-v6fL5zdgG4 .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5zdgG4 .panel-text,
.cid-v6fL5zdgG4 .panel-body {
  color: #131400;
}
.cid-v6fL5zdK7K {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5zdK7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5zdK7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5zdK7K .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5zdK7K .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5zdK7K .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5zdK7K .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5zdK7K .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5zdK7K .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5zdK7K .image-wrapper {
  -webkit-mask-image: linear-gradient(#000000 80%, transparent 95%);
  mask-image: linear-gradient(#000000 80%, transparent 95%);
}
.cid-v6fL5zdK7K .image-wrapper img {
  height: 590px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6fL5zdK7K .image-wrapper img {
    height: 320px;
  }
}
.cid-v6fL5zdK7K .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6fL5zdK7K .mbr-text,
.cid-v6fL5zdK7K .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v6fL5zdK7K .mbr-section-btn,
.cid-v6fL5zdK7K .mbr-section-title,
.cid-v6fL5zdK7K .icon-wrapper {
  text-align: center;
}
.cid-v6fL5zez7t {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5zez7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5zez7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5zez7t .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5zez7t .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5zez7t .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5zez7t .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5zez7t .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5zez7t .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5zez7t .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6fL5zez7t .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6fL5zez7t .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6fL5zez7t .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6fL5zez7t .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6fL5zez7t .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6fL5zez7t .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6fL5zez7t .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5zez7t .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6fL5zez7t .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .cid-v6fL5zez7t .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v6fL5zez7t .embla__slide .slide-content {
  width: 100%;
}
.cid-v6fL5zez7t .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 24px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6fL5zez7t .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v6fL5zez7t .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cid-v6fL5zez7t .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v6fL5zez7t .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img {
  display: inline-flex;
}
.cid-v6fL5zez7t .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  display: inline-flex;
  object-fit: cover;
  box-shadow: 0 10px 10px -2px #cccccc;
}
.cid-v6fL5zez7t .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name {
  position: relative;
  z-index: 1;
  margin-left: 16px;
}
.cid-v6fL5zez7t .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-name {
  margin-bottom: 0;
}
.cid-v6fL5zez7t .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-role {
  margin-bottom: 0;
}
.cid-v6fL5zez7t .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v6fL5zez7t .embla__button--next,
.cid-v6fL5zez7t .embla__button--prev {
  display: flex;
}
.cid-v6fL5zez7t .embla__button {
  bottom: 54%;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #334155 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
  display: none;
}
@media (max-width: 992px) {
  .cid-v6fL5zez7t .embla__button {
    bottom: 0;
  }
}
.cid-v6fL5zez7t .embla__button:hover {
  transform: translateY(-3px);
}
.cid-v6fL5zez7t .embla__button:disabled {
  opacity: 0.5 !important;
  transform: none;
}
.cid-v6fL5zez7t .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6fL5zez7t .embla__button.embla__button--next {
  right: 0;
}
.cid-v6fL5zez7t .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v6fL5zez7t .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-v6fL5zez7t .embla__viewport {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-v6fL5zez7t .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-v6fL5zez7t .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6fL5zez7t .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6fL5zez7t .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6fL5zez7t .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v6fL5zez7t .mbr-label,
.cid-v6fL5zez7t .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5zez7t .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6fL5zez7t .mbr-text,
.cid-v6fL5zez7t .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5zez7t .item-name {
  color: #131400;
}
.cid-v6fL5zez7t .item-role {
  color: #131400;
}
.cid-v6fL5zez7t .item-text {
  color: #131400;
}
.cid-v6fL5zez7t .card-icon {
  color: #131400;
}
.cid-v6fL5zez7t .mbr-section-title,
.cid-v6fL5zez7t .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5zez7t .item-name,
.cid-v6fL5zez7t .person-wrapper {
  color: #131400;
}
.cid-v6fL5zfGv9 {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5zfGv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5zfGv9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5zfGv9 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5zfGv9 .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5zfGv9 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5zfGv9 .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5zfGv9 .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5zfGv9 .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5zfGv9 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6fL5zfGv9 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6fL5zfGv9 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6fL5zfGv9 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6fL5zfGv9 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6fL5zfGv9 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6fL5zfGv9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6fL5zfGv9 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5zfGv9 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6fL5zfGv9 .content-wrapper .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v6fL5zfGv9 .content-wrapper .google-map iframe {
    height: 320px;
  }
}
.cid-v6fL5zfGv9 .mbr-label,
.cid-v6fL5zfGv9 .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5zfGv9 .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6fL5zfGv9 .mbr-text,
.cid-v6fL5zfGv9 .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5zfGv9 .card-icon {
  color: #131400;
}
.cid-v6fL5zfGv9 .mbr-section-title,
.cid-v6fL5zfGv9 .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5zgoof {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/2133208/assets/images/photo-1765248150879-389dec662bc0.jpeg");
  overflow: hidden;
}
.cid-v6fL5zgoof .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5zgoof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5zgoof .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 425px) {
  .cid-v6fL5zgoof .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5zgoof .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5zgoof .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5zgoof .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5zgoof .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5zgoof .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-v6fL5zgoof .content-wrapper .label-wrapper .label-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #cccccc 38%, #f896d8 75%);
  box-shadow: 0 10px 10px -5px #cccccc;
  padding: 0 1px 1px 0;
}
.cid-v6fL5zgoof .content-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -17px;
  width: 164px;
  height: 50px;
  pointer-events: none;
  filter: blur(10px);
  background-image: radial-gradient(50% 50%, #f896d8 0%, transparent 100%);
  z-index: -1;
}
.cid-v6fL5zgoof .content-wrapper .label-wrapper .label-wrap .label-box {
  position: relative;
  z-index: 1;
  padding: 7px 18px;
  display: inline-flex;
  align-items: center;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff;
}
.cid-v6fL5zgoof .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6fL5zgoof .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6fL5zgoof .content-wrapper .label-wrapper .label-wrap .label-box .mbr-label {
  margin-bottom: 0;
}
.cid-v6fL5zgoof .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #131400 40%, #f896d8 90%);
  margin-bottom: 20px;
}
.cid-v6fL5zgoof .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5zgoof .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6fL5zgoof .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v6fL5zgoof .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v6fL5zgoof .mbr-label,
.cid-v6fL5zgoof .label-wrapper {
  color: #131400;
}
.cid-v6fL5zgoof .mbr-section-title {
  color: #0f172a;
}
.cid-v6fL5zgoof .mbr-text,
.cid-v6fL5zgoof .text-wrapper {
  color: #131400;
}
.cid-v6fL5zgoof .card-icon {
  color: #131400;
}
.cid-v6fL5zgo0j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: -1px;
  background-color: transparent;
}
.cid-v6fL5zgo0j .item:focus,
.cid-v6fL5zgo0j span:focus {
  outline: none;
}
.cid-v6fL5zgo0j .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v6fL5zgo0j .content-head {
  max-width: 800px;
}
.cid-v6fL5zgo0j .item {
  color: #131400;
}
.cid-v6fL5zhc5R {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5zhc5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5zhc5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5zhc5R .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5zhc5R .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5zhc5R .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5zhc5R .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5zhc5R .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5zhc5R .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5zhc5R .items-wrapper {
  margin: 0 -10px;
}
.cid-v6fL5zhc5R .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v6fL5zhc5R .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6fL5zhc5R .items-wrapper .item:hover .item-wrapper,
.cid-v6fL5zhc5R .items-wrapper .item:focus .item-wrapper {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 1px 10px 20px -5px #f896d8;
  transform: translateY(-3px);
}
.cid-v6fL5zhc5R .items-wrapper .item:hover .item-wrapper .item-img::before,
.cid-v6fL5zhc5R .items-wrapper .item:focus .item-wrapper .item-img::before {
  opacity: 0.4;
}
.cid-v6fL5zhc5R .items-wrapper .item:hover .item-wrapper .item-img::after,
.cid-v6fL5zhc5R .items-wrapper .item:focus .item-wrapper .item-img::after {
  opacity: 0.1;
}
.cid-v6fL5zhc5R .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-v6fL5zhc5R .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v6fL5zhc5R .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
  position: relative;
}
.cid-v6fL5zhc5R .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 5px 15px 0 #fdfef2, inset 0 -10px 15px 0 #fdfef2;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}
.cid-v6fL5zhc5R .items-wrapper .item .item-wrapper .item-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.cid-v6fL5zhc5R .items-wrapper .item .item-wrapper .item-img img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6fL5zhc5R .items-wrapper .item .item-wrapper .item-img img {
    height: 320px;
  }
}
.cid-v6fL5zhc5R .items-wrapper .item .item-wrapper .item-name {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-v6fL5zhc5R .items-wrapper .item .item-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v6fL5zhc5R .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-v6fL5zhc5R .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6fL5zhc5R .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6fL5zhc5R .item-role {
  color: #131400;
}
.cid-v6fL5zhc5R .item-name {
  color: #0f172a;
}
.cid-v6fL5zhc5R .item-text {
  color: #131400;
}
.cid-v6fL5zhc5R .item-name,
.cid-v6fL5zhc5R .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5zA31S {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5zA31S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5zA31S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5zA31S .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5zA31S .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5zA31S .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5zA31S .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5zA31S .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5zA31S .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5zA31S .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6fL5zA31S .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v6fL5zA31S .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f896d8;
  box-shadow: inset 0 2px 10px 0 #ffffff, 0 10px 10px -2px #c466a6;
}
.cid-v6fL5zA31S .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6fL5zA31S .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5zA31S .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6fL5zA31S .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v6fL5zA31S .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6fL5zA31S .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6fL5zA31S .mbr-text,
.cid-v6fL5zA31S .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5zA31S .mbr-section-btn,
.cid-v6fL5zA31S .mbr-section-title,
.cid-v6fL5zA31S .icon-wrapper {
  text-align: center;
}
.cid-v6fL5zA31S .card-icon {
  color: #000000;
}
.cid-v6fL5zA31S .mbr-section-title,
.cid-v6fL5zA31S .mbr-section-btn,
.cid-v6fL5zA31S .icon-wrapper {
  color: #131400;
}
.cid-v6fL5zB6Us {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5zB6Us .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5zB6Us .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5zB6Us .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5zB6Us .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5zB6Us .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5zB6Us .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5zB6Us .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5zB6Us .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5zB6Us .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6fL5zB6Us .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6fL5zB6Us .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6fL5zB6Us .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6fL5zB6Us .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6fL5zB6Us .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6fL5zB6Us .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6fL5zB6Us .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5zB6Us .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6fL5zB6Us .items-wrapper {
  margin: 0 -10px;
}
.cid-v6fL5zB6Us .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 100px;
}
.cid-v6fL5zB6Us .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5zB6Us .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v6fL5zB6Us .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6fL5zB6Us .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6fL5zB6Us .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #343600;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 20px;
  }
}
.cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 8px;
}
.cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .item-content .card-box .item-desc {
  margin-bottom: 20px;
}
.cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 20px;
}
.cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: #131400;
  display: inline-flex;
}
.cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .item-content .item-img {
    height: 320px;
  }
}
.cid-v6fL5zB6Us .items-wrapper .item .item-wrapper .item-content .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v6fL5zB6Us .mbr-label,
.cid-v6fL5zB6Us .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5zB6Us .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6fL5zB6Us .mbr-text,
.cid-v6fL5zB6Us .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5zB6Us .item-title {
  color: #0f172a;
}
.cid-v6fL5zB6Us .item-desc {
  color: #131400;
}
.cid-v6fL5zB6Us .item-text {
  color: #131400;
}
.cid-v6fL5zB6Us .list {
  color: #475569;
}
.cid-v6fL5zB6Us .card-icons {
  color: #131400;
}
.cid-v6fL5zB6Us .mbr-section-title,
.cid-v6fL5zB6Us .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5zB6Us .card-icon {
  color: #FFFFFF;
}
.cid-v6fL5zB6Us .item-title,
.cid-v6fL5zB6Us .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5zB6Us .list,
.cid-v6fL5zB6Us .item-wrap {
  color: #131400;
}
.cid-v6fL5zJLYw {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5zJLYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5zJLYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5zJLYw .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5zJLYw .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5zJLYw .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5zJLYw .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5zJLYw .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5zJLYw .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5zJLYw .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6fL5zJLYw .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6fL5zJLYw .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6fL5zJLYw .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6fL5zJLYw .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6fL5zJLYw .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6fL5zJLYw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6fL5zJLYw .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5zJLYw .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6fL5zJLYw .items-wrapper {
  margin: 0 -10px;
}
.cid-v6fL5zJLYw .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v6fL5zJLYw .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6fL5zJLYw .items-wrapper .item:hover .item-wrapper,
.cid-v6fL5zJLYw .items-wrapper .item:focus .item-wrapper {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 1px 10px 20px -5px #f896d8;
  transform: translateY(-3px);
}
.cid-v6fL5zJLYw .items-wrapper .item:hover .item-wrapper .item-img::before,
.cid-v6fL5zJLYw .items-wrapper .item:focus .item-wrapper .item-img::before {
  opacity: 0.4;
}
.cid-v6fL5zJLYw .items-wrapper .item:hover .item-wrapper .item-img::after,
.cid-v6fL5zJLYw .items-wrapper .item:focus .item-wrapper .item-img::after {
  opacity: 0.1;
}
.cid-v6fL5zJLYw .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-v6fL5zJLYw .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v6fL5zJLYw .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
  position: relative;
}
.cid-v6fL5zJLYw .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 5px 15px 0 #fdfef2, inset 0 -10px 15px 0 #fdfef2;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}
.cid-v6fL5zJLYw .items-wrapper .item .item-wrapper .item-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.cid-v6fL5zJLYw .items-wrapper .item .item-wrapper .item-img img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6fL5zJLYw .items-wrapper .item .item-wrapper .item-img img {
    height: 320px;
  }
}
.cid-v6fL5zJLYw .items-wrapper .item .item-wrapper .item-date {
  margin-bottom: 8px;
}
.cid-v6fL5zJLYw .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-v6fL5zJLYw .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-v6fL5zJLYw .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6fL5zJLYw .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6fL5zJLYw .mbr-label,
.cid-v6fL5zJLYw .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5zJLYw .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6fL5zJLYw .mbr-text,
.cid-v6fL5zJLYw .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5zJLYw .item-date {
  color: #131400;
}
.cid-v6fL5zJLYw .item-title {
  color: #0f172a;
}
.cid-v6fL5zJLYw .item-text {
  color: #475569;
}
.cid-v6fL5zJLYw .card-icon {
  color: #131400;
}
.cid-v6fL5zJLYw .mbr-section-title,
.cid-v6fL5zJLYw .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5zJLYw .item-title,
.cid-v6fL5zJLYw .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5zIuqz {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5zIuqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5zIuqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5zIuqz .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5zIuqz .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5zIuqz .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5zIuqz .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5zIuqz .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5zIuqz .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5zIuqz .card-wrapper {
  padding: 32px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6fL5zIuqz .card-wrapper {
    padding: 24px;
  }
}
.cid-v6fL5zIuqz .items-wrapper {
  margin: 0 -20px;
}
.cid-v6fL5zIuqz .items-wrapper .card {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v6fL5zIuqz .tabs-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v6fL5zIuqz .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-v6fL5zIuqz .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  transition: all 0.3s ease;
  width: 100%;
  margin: 20px 0 0 0;
}
.cid-v6fL5zIuqz .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-v6fL5zIuqz .tabs-wrapper .nav.nav-tabs .nav-item:hover {
  transform: translateY(-2px);
}
.cid-v6fL5zIuqz .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  color: #131400;
  padding: 18px 20px;
  background-color: #fdfef2;
  border: none;
  transition: all 0.3s ease;
  z-index: 1;
  overflow: hidden;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
}
.cid-v6fL5zIuqz .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 1px 10px 20px -10px #f896d8;
}
.cid-v6fL5zIuqz .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 20px;
}
.cid-v6fL5zIuqz .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.cid-v6fL5zIuqz .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 12px;
}
.cid-v6fL5zIuqz .tab-content .tab-pane .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-v6fL5zIuqz .tab-content .tab-pane .content-wrap .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6fL5zIuqz .tab-content .tab-pane .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6fL5zIuqz .item-title {
  color: #0f172a;
}
.cid-v6fL5zIuqz .item-text {
  color: #131400;
}
.cid-v6fL5zIuqz .item-title,
.cid-v6fL5zIuqz .nav-link,
.cid-v6fL5zIuqz .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5zMZGj {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5zMZGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5zMZGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5zMZGj .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5zMZGj .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5zMZGj .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5zMZGj .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5zMZGj .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5zMZGj .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5zMZGj .content-wrapper .card-wrapper {
  padding: 32px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6fL5zMZGj .content-wrapper .card-wrapper {
    padding: 24px;
  }
}
.cid-v6fL5zMZGj .content-wrapper .card-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6fL5zMZGj .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6fL5zMZGj .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6fL5zMZGj .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6fL5zMZGj .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6fL5zMZGj .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5zMZGj .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v6fL5zMZGj .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5zMZGj .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6fL5zMZGj .content-wrapper .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6fL5zMZGj .content-wrapper .card-wrapper .image-wrapper {
  margin-top: 20px;
}
.cid-v6fL5zMZGj .content-wrapper .card-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6fL5zMZGj .content-wrapper .card-wrapper .image-wrapper img {
    height: 450px;
  }
}
.cid-v6fL5zMZGj .items-wrapper {
  margin: 0 -20px;
}
.cid-v6fL5zMZGj .items-wrapper .card {
  padding: 0 20px;
}
.cid-v6fL5zMZGj .mbr-label,
.cid-v6fL5zMZGj .label-wrapper {
  color: #131400;
}
.cid-v6fL5zMZGj .mbr-section-title {
  color: #131400;
}
.cid-v6fL5zMZGj .mbr-text,
.cid-v6fL5zMZGj .text-wrapper {
  color: #475569;
}
.cid-v6fL5zMZGj .card-icon {
  color: #131400;
}
.cid-v6fL5zMZGj .mbr-text,
.cid-v6fL5zMZGj .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5zKEXB {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5zKEXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5zKEXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5zKEXB .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5zKEXB .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5zKEXB .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5zKEXB .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5zKEXB .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5zKEXB .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5zKEXB .items-wrapper {
  margin: 0 -10px;
  margin: 0 -20px;
}
.cid-v6fL5zKEXB .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v6fL5zKEXB .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6fL5zKEXB .items-wrapper .item .item-wrapper .item-img {
  -webkit-mask-image: linear-gradient(#000000 80%, transparent 95%);
  mask-image: linear-gradient(#000000 80%, transparent 95%);
}
.cid-v6fL5zKEXB .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6fL5zKEXB .items-wrapper .item .item-wrapper .item-img img {
    height: 320px;
  }
}
.cid-v6B5PXIg4m {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6B5PXIg4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6B5PXIg4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6B5PXIg4m .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6B5PXIg4m .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6B5PXIg4m .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6B5PXIg4m .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6B5PXIg4m .content-wrapper .border_1 {
  left: 0;
}
.cid-v6B5PXIg4m .content-wrapper .border_2 {
  right: 0;
}
.cid-v6B5PXIg4m .items-wrapper {
  margin: 0 -10px;
  margin: 0 -20px;
}
.cid-v6B5PXIg4m .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v6B5PXIg4m .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6B5PXIg4m .items-wrapper .item .item-wrapper .item-img {
  -webkit-mask-image: linear-gradient(#000000 80%, transparent 95%);
  mask-image: linear-gradient(#000000 80%, transparent 95%);
}
.cid-v6B5PXIg4m .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6B5PXIg4m .items-wrapper .item .item-wrapper .item-img img {
    height: 320px;
  }
}
.cid-v6fL5zKQki {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5zKQki .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5zKQki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5zKQki .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5zKQki .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5zKQki .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5zKQki .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5zKQki .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5zKQki .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5zKQki .content-wrapper .card-wrapper {
  padding: 32px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6fL5zKQki .content-wrapper .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v6fL5zKQki .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v6fL5zKQki .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6fL5zKQki .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5zKQki .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6fL5zKQki .content-wrapper .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6fL5zKQki .content-wrapper .card-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6fL5zKQki .content-wrapper .card-wrapper .image-wrapper img {
    height: 450px;
  }
}
.cid-v6fL5zKQki .items-wrapper {
  margin: 0 -20px;
}
.cid-v6fL5zKQki .items-wrapper .card {
  padding: 0 20px;
}
.cid-v6fL5zKQki .mbr-section-title {
  color: #0f172a;
}
.cid-v6fL5zKQki .mbr-text,
.cid-v6fL5zKQki .text-wrapper {
  color: #131400;
}
.cid-v6fL5zKQki .mbr-section-title,
.cid-v6fL5zKQki .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5zLpna {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5zLpna .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5zLpna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5zLpna .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5zLpna .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5zLpna .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5zLpna .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5zLpna .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5zLpna .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5zLpna .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6fL5zLpna .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6fL5zLpna .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6fL5zLpna .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6fL5zLpna .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6fL5zLpna .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6fL5zLpna .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6fL5zLpna .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5zLpna .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6fL5zLpna .items-wrapper {
  margin: 0 -10px;
}
.cid-v6fL5zLpna .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
.cid-v6fL5zLpna .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5zLpna .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v6fL5zLpna .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6fL5zLpna .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6fL5zLpna .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v6fL5zLpna .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v6fL5zLpna .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v6fL5zLpna .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #343600;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v6fL5zLpna .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.cid-v6fL5zLpna .items-wrapper .item .item-wrapper .item-content .card-box .item-label {
  margin-bottom: 8px;
}
.cid-v6fL5zLpna .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-v6fL5zLpna .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5zLpna .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v6fL5zLpna .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 20px 0 0 0;
  list-style-position: inside;
}
.cid-v6fL5zLpna .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
}
.cid-v6fL5zLpna .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6fL5zLpna .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::marker {
  color: #131400;
}
.cid-v6fL5zLpna .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6fL5zLpna .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6fL5zLpna .mbr-label,
.cid-v6fL5zLpna .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5zLpna .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6fL5zLpna .mbr-text,
.cid-v6fL5zLpna .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5zLpna .item-label {
  color: #131400;
}
.cid-v6fL5zLpna .item-title {
  color: #0f172a;
}
.cid-v6fL5zLpna .item-text {
  color: #475569;
}
.cid-v6fL5zLpna .list {
  color: #475569;
}
.cid-v6fL5zLpna .card-icons {
  color: #131400;
}
.cid-v6fL5zLpna .mbr-section-title,
.cid-v6fL5zLpna .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5zLpna .card-icon {
  color: #FFFFFF;
}
.cid-v6fL5zLpna .item-title,
.cid-v6fL5zLpna .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5zLpna .item-text,
.cid-v6fL5zLpna .text-wrap {
  color: #131400;
}
.cid-v6fL5zLpna .list,
.cid-v6fL5zLpna .item-wrap {
  color: #131400;
}
.cid-v6fL5zNKgL {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5zNKgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5zNKgL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5zNKgL .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5zNKgL .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5zNKgL .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5zNKgL .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5zNKgL .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5zNKgL .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5zNKgL .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6fL5zNKgL .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6fL5zNKgL .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6fL5zNKgL .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6fL5zNKgL .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6fL5zNKgL .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6fL5zNKgL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6fL5zNKgL .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5zNKgL .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6fL5zNKgL .mbr-desc {
  margin-bottom: 0;
  border-bottom: 1px solid #cccccc;
  padding: 0 10px 10px 10px;
  color: #131400;
}
.cid-v6fL5zNKgL .items-wrapper {
  margin: 0 -10px;
}
.cid-v6fL5zNKgL .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v6fL5zNKgL .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-v6fL5zNKgL .items-wrapper .item:hover .item-wrapper,
.cid-v6fL5zNKgL .items-wrapper .item:focus .item-wrapper {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 1px 10px 20px -5px #f896d8;
  transform: translateY(-3px);
}
.cid-v6fL5zNKgL .items-wrapper .item .item-wrapper {
  padding: 24px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-v6fL5zNKgL .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v6fL5zNKgL .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 8px;
  transition: all 0.3s ease;
}
.cid-v6fL5zNKgL .items-wrapper .item .item-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5zNKgL .items-wrapper .item .item-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v6fL5zNKgL .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6fL5zNKgL .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6fL5zNKgL .mbr-label,
.cid-v6fL5zNKgL .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5zNKgL .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6fL5zNKgL .mbr-text,
.cid-v6fL5zNKgL .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5zNKgL .item-title {
  color: #0f172a;
}
.cid-v6fL5zNKgL .item-text {
  color: #475569;
}
.cid-v6fL5zNKgL .card-icon {
  color: #131400;
}
.cid-v6fL5zNKgL .mbr-section-title,
.cid-v6fL5zNKgL .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5zNKgL .item-title,
.cid-v6fL5zNKgL .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5zNKgL .item-text,
.cid-v6fL5zNKgL .text-wrap {
  color: #131400;
}
.cid-v6fL5zPtNr {
  padding-top: 4rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5zPtNr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5zPtNr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5zPtNr .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5zPtNr .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5zPtNr .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5zPtNr .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5zPtNr .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5zPtNr .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5zPtNr .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
.cid-v6fL5zPtNr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-v6fL5zPtNr .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-v6fL5zPtNr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v6fL5zPtNr .embla__slide .slide-content {
  width: 100%;
}
.cid-v6fL5zPtNr .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v6fL5zPtNr .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6fL5zPtNr .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-v6fL5zPtNr .embla__button--next,
.cid-v6fL5zPtNr .embla__button--prev {
  display: flex;
}
.cid-v6fL5zPtNr .embla__button {
  bottom: 54%;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #334155 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
  display: none;
}
@media (max-width: 992px) {
  .cid-v6fL5zPtNr .embla__button {
    bottom: 0;
  }
}
.cid-v6fL5zPtNr .embla__button:hover {
  transform: translateY(-3px);
}
.cid-v6fL5zPtNr .embla__button:disabled {
  opacity: 0.5 !important;
  transform: none;
}
.cid-v6fL5zPtNr .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6fL5zPtNr .embla__button.embla__button--next {
  right: 0;
}
.cid-v6fL5zPtNr .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v6fL5zPtNr .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v6fL5zPtNr .embla__viewport {
    padding: 0;
  }
}
.cid-v6fL5zPtNr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6fL5zPtNr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6fL5zPtNr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6fL5zPtNr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v6fL5zPtNr .mbr-label {
  color: #475569;
  text-align: center;
}
.cid-v6fL5zPtNr .mbr-label,
.cid-v6fL5zPtNr .label-wrapper {
  color: #131400;
}
.cid-v6fL5A2EEj {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5A2EEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5A2EEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5A2EEj .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5A2EEj .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5A2EEj .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5A2EEj .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5A2EEj .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5A2EEj .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5A2EEj .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6fL5A2EEj .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6fL5A2EEj .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6fL5A2EEj .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6fL5A2EEj .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6fL5A2EEj .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6fL5A2EEj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6fL5A2EEj .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5A2EEj .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6fL5A2EEj .items-wrapper {
  margin: 0 -10px;
}
.cid-v6fL5A2EEj .items-wrapper .card {
  padding: 0 10px;
}
.cid-v6fL5A2EEj .card-wrapper {
  padding: 24px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6fL5A2EEj .card-wrapper {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cid-v6fL5A2EEj .card-wrapper .title-wrap {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v6fL5A2EEj .card-wrapper .title-wrap {
    display: block;
    margin-bottom: 20px;
  }
}
.cid-v6fL5A2EEj .card-wrapper .title-wrap .icon-wrapper {
  width: 52px;
  min-width: 52px;
}
@media (max-width: 992px) {
  .cid-v6fL5A2EEj .card-wrapper .title-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v6fL5A2EEj .card-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #343600;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v6fL5A2EEj .card-wrapper .title-wrap .card-box {
  width: 100%;
}
.cid-v6fL5A2EEj .card-wrapper .title-wrap .card-box .item-title {
  margin-bottom: 0;
}
.cid-v6fL5A2EEj .card-wrapper .title-wrap .card-box .item-text {
  margin-bottom: 0;
}
.cid-v6fL5A2EEj .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v6fL5A2EEj .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v6fL5A2EEj .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v6fL5A2EEj .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 6px 12px;
  background-color: #fdfef2;
  border: 1px solid #cccccc !important;
  box-shadow: inset 0 1px 3px -1px #cccccc, inset 0 5px 13px -2px #cccccc;
  margin-bottom: 32px;
  min-height: 40px;
}
@media (max-width: 992px) {
  .cid-v6fL5A2EEj .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 20px;
  }
}
.cid-v6fL5A2EEj .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #cccccc;
}
.cid-v6fL5A2EEj .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v6fL5A2EEj .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #f896d8 !important;
  box-shadow: inset 0 1px 10px -5px #f896d8, 1px 10px 20px -10px #f896d8;
  background-color: #fdfef2;
}
.cid-v6fL5A2EEj .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v6fL5A2EEj .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v6fL5A2EEj .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-v6fL5A2EEj .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v6fL5A2EEj .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-v6fL5A2EEj .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v6fL5A2EEj .image-wrapper {
    height: 320px;
  }
}
.cid-v6fL5A2EEj .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v6fL5A2EEj .mbr-label,
.cid-v6fL5A2EEj .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5A2EEj .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6fL5A2EEj .mbr-text,
.cid-v6fL5A2EEj .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5A2EEj .item-title {
  color: #131400;
}
.cid-v6fL5A2EEj .item-text {
  color: #131400;
}
.cid-v6fL5A2EEj label {
  color: #475569;
}
.cid-v6fL5A2EEj .card-icons {
  color: #131400;
}
.cid-v6fL5A2EEj .mbr-section-title,
.cid-v6fL5A2EEj .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5A2EEj .card-icon {
  color: #FFFFFF;
}
.cid-v6fL5A2EEj .form-control-label {
  color: #131400;
}
.cid-v6fL5Aea3Z {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6fL5Aea3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5Aea3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5Aea3Z .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6fL5Aea3Z .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fL5Aea3Z .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fL5Aea3Z .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fL5Aea3Z .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fL5Aea3Z .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fL5Aea3Z .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6fL5Aea3Z .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6fL5Aea3Z .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6fL5Aea3Z .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6fL5Aea3Z .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6fL5Aea3Z .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6fL5Aea3Z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6fL5Aea3Z .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5Aea3Z .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6fL5Aea3Z .items-wrapper {
  margin: 0 -10px;
}
.cid-v6fL5Aea3Z .items-wrapper .card {
  padding: 0 10px;
}
.cid-v6fL5Aea3Z .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 335px;
}
@media (max-width: 992px) {
  .cid-v6fL5Aea3Z .image-wrapper {
    min-height: auto;
    height: 320px;
  }
}
.cid-v6fL5Aea3Z .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6fL5Aea3Z .items-wrap {
    margin-bottom: 20px;
  }
}
.cid-v6fL5Aea3Z .items-wrap .item {
  margin-bottom: 20px;
}
.cid-v6fL5Aea3Z .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v6fL5Aea3Z .items-wrap .item:hover .item-wrapper .card-box .text-wrap .item-text,
.cid-v6fL5Aea3Z .items-wrap .item:focus .item-wrapper .card-box .text-wrap .item-text {
  color: #0f172a;
}
.cid-v6fL5Aea3Z .items-wrap .item:hover .item-wrapper .card-box .text-wrap .item-text::before,
.cid-v6fL5Aea3Z .items-wrap .item:focus .item-wrapper .card-box .text-wrap .item-text::before {
  opacity: 1;
  transform: translateY(0);
}
.cid-v6fL5Aea3Z .items-wrap .item .item-wrapper {
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
}
@media (max-width: 992px) {
  .cid-v6fL5Aea3Z .items-wrap .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v6fL5Aea3Z .items-wrap .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v6fL5Aea3Z .items-wrap .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v6fL5Aea3Z .items-wrap .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #343600;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v6fL5Aea3Z .items-wrap .item .item-wrapper .card-box {
  width: 100%;
}
.cid-v6fL5Aea3Z .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-v6fL5Aea3Z .items-wrap .item .item-wrapper .card-box .text-wrap .item-text {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-v6fL5Aea3Z .items-wrap .item .item-wrapper .card-box .text-wrap .item-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0f172a;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.cid-v6fL5Aea3Z .btn-wrapper {
  margin-top: 0;
  margin-right: 0;
}
.cid-v6fL5Aea3Z .mbr-label,
.cid-v6fL5Aea3Z .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5Aea3Z .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6fL5Aea3Z .mbr-text,
.cid-v6fL5Aea3Z .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6fL5Aea3Z .item-title {
  color: #0f172a;
}
.cid-v6fL5Aea3Z .item-text {
  color: #475569;
}
.cid-v6fL5Aea3Z .card-icons {
  color: #131400;
}
.cid-v6fL5Aea3Z .mbr-section-title,
.cid-v6fL5Aea3Z .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5Aea3Z .card-icon {
  color: #FFFFFF;
}
.cid-v6fL5Aea3Z .item-title,
.cid-v6fL5Aea3Z .mbr-section-btn {
  color: #131400;
}
.cid-v6fL5Aea3Z .item-text,
.cid-v6fL5Aea3Z .text-wrap {
  color: #131400;
}
.cid-v6fL5Af05q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v6fL5Af05q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fL5Af05q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fL5Af05q .card-wrapper {
  padding: 60px 60px 0 60px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, 1px 0 10px -5px #cccccc;
  overflow: hidden;
  margin-top: -1px;
}
@media (max-width: 992px) {
  .cid-v6fL5Af05q .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-v6fL5Af05q .card-wrapper .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v6fL5Af05q .card-wrapper .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v6fL5Af05q .card-wrapper .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.cid-v6fL5Af05q .card-wrapper .content-wrapper .title-wrapper .title-wrap .logo-wrapper img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  object-fit: cover;
}
.cid-v6fL5Af05q .card-wrapper .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6fL5Af05q .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5Af05q .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6fL5Af05q .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6fL5Af05q .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-v6fL5Af05q .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v6fL5Af05q .card-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v6fL5Af05q .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v6fL5Af05q .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v6fL5Af05q .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 12px;
  }
}
.cid-v6fL5Af05q .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.cid-v6fL5Af05q .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-v6fL5Af05q .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff6900;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.cid-v6fL5Af05q .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v6fL5Af05q .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ff6900;
}
.cid-v6fL5Af05q .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-v6fL5Af05q .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  opacity: 1;
  transform: translateY(0);
}
.cid-v6fL5Af05q .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fL5Af05q .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
  .cid-v6fL5Af05q .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-v6fL5Af05q .card-wrapper .copy-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.cid-v6fL5Af05q .card-wrapper .copy-wrap .border-wrap {
  position: absolute;
  top: 0;
  width: 1000%;
  height: 1px;
  background-color: #cccccc;
}
.cid-v6fL5Af05q .card-wrapper .copy-wrap .mbr-copy {
  width: 100%;
  margin-bottom: 0;
}
.cid-v6fL5Af05q .mbr-section-title {
  color: #0f172a;
}
.cid-v6fL5Af05q .mbr-text,
.cid-v6fL5Af05q .text-wrapper {
  color: #475569;
}
.cid-v6fL5Af05q .mbr-list-title {
  color: #475569;
}
.cid-v6fL5Af05q .list {
  color: #0f172a;
}
.cid-v6fL5Af05q .mbr-copy {
  color: #131400;
  text-align: center;
}
.cid-v6fX8KoTOk {
  padding-top: 10rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-v6fX8KoTOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6fX8KoTOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6fX8KoTOk .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-v6fX8KoTOk .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6fX8KoTOk .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6fX8KoTOk .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6fX8KoTOk .content-wrapper .border_1 {
  left: 0;
}
.cid-v6fX8KoTOk .content-wrapper .border_2 {
  right: 0;
}
.cid-v6fX8KoTOk .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-v6fX8KoTOk .content-wrapper .label-wrapper .label-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #cccccc 38%, #ff6900 75%);
  box-shadow: 0 10px 10px -5px #cccccc;
  padding: 0 1px 1px 0;
}
.cid-v6fX8KoTOk .content-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -17px;
  width: 164px;
  height: 50px;
  pointer-events: none;
  filter: blur(10px);
  background-image: radial-gradient(50% 50%, #ff6900 0%, transparent 100%);
  z-index: -1;
}
.cid-v6fX8KoTOk .content-wrapper .label-wrapper .label-wrap .label-box {
  position: relative;
  z-index: 1;
  padding: 7px 18px;
  display: inline-flex;
  align-items: center;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff;
}
.cid-v6fX8KoTOk .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6fX8KoTOk .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6fX8KoTOk .content-wrapper .label-wrapper .label-wrap .label-box .mbr-label {
  margin-bottom: 0;
}
.cid-v6fX8KoTOk .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #0f172a 40%, #ff6900 90%);
  margin-bottom: 20px;
}
.cid-v6fX8KoTOk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6fX8KoTOk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6fX8KoTOk .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v6fX8KoTOk .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v6fX8KoTOk .content-wrapper .image-wrapper {
  margin-top: 70px;
  -webkit-mask-image: linear-gradient(#000000 80%, transparent 95%);
  mask-image: linear-gradient(#000000 80%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-v6fX8KoTOk .content-wrapper .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v6fX8KoTOk .content-wrapper .image-wrapper img {
  height: 690px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6fX8KoTOk .content-wrapper .image-wrapper img {
    height: 320px;
  }
}
.cid-v6fX8KoTOk .mbr-label,
.cid-v6fX8KoTOk .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-v6fX8KoTOk .mbr-section-title {
  color: #0f172a;
}
.cid-v6fX8KoTOk .mbr-text,
.cid-v6fX8KoTOk .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v6fX8KoTOk .mbr-section-title,
.cid-v6fX8KoTOk .mbr-section-btn,
.cid-v6fX8KoTOk .title-wrapper {
  text-align: center;
}
.cid-v6grbtwqkX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v6grbtwqkX .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-v6grbtwqkX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v6grbtwqkX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6grbtwqkX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v6grbtwqkX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6grbtwqkX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6grbtwqkX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v6grbtwqkX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
@media (max-width: 992px) {
  .cid-v6grbtwqkX .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v6grbtwqkX .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 4px 10px !important;
  transition: 0.3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6grbtwqkX .navbar-nav .nav-item .nav-link {
    padding: 10px 0 !important;
    margin-left: 0 !important;
  }
}
.cid-v6grbtwqkX .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px !important;
  background-color: #4b233f;
  transform: translateY(-2px);
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-v6grbtwqkX .navbar-nav .nav-item .nav-link:hover {
  color: #4b233f !important;
}
@media (max-width: 992px) {
  .cid-v6grbtwqkX .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-v6grbtwqkX .navbar-nav .nav-item .nav-link:hover::before {
  transform: translateY(0);
  opacity: 1;
}
.cid-v6grbtwqkX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v6grbtwqkX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v6grbtwqkX .navbar-nav .dropdown-item {
  padding: 12px !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #fdfef2;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6grbtwqkX .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v6grbtwqkX .navbar-nav .dropdown-item:hover {
  color: #4b233f;
}
.cid-v6grbtwqkX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v6grbtwqkX .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .cid-v6grbtwqkX .navbar-logo {
    padding-left: 0;
  }
}
.cid-v6grbtwqkX .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v6grbtwqkX .navbar-caption {
    border-right: none;
  }
}
.cid-v6grbtwqkX .navbar-caption:hover {
  color: #4b233f !important;
}
@media (max-width: 767px) {
  .cid-v6grbtwqkX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v6grbtwqkX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-v6grbtwqkX .container,
.cid-v6grbtwqkX .container-fluid {
  display: flex;
  min-height: 75px;
  padding: 0 32px;
  flex-wrap: nowrap;
  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;
  margin-top: 0.5rem;
  background-color: #fdfef2;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
}
@media (min-width: 992px) {
  .cid-v6grbtwqkX .container,
  .cid-v6grbtwqkX .container-fluid {
    max-width: 966px;
  }
}
@media (max-width: 992px) {
  .cid-v6grbtwqkX .container,
  .cid-v6grbtwqkX .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6grbtwqkX .container,
  .cid-v6grbtwqkX .container-fluid {
    width: 90%;
    height: 56px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0rem;
  }
}
.cid-v6grbtwqkX .iconfont-wrapper {
  color: #0f172a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v6grbtwqkX .iconfont-wrapper:hover {
  opacity: 0.6;
}
.cid-v6grbtwqkX .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-v6grbtwqkX .nav-item:focus,
.cid-v6grbtwqkX .nav-link:focus {
  outline: none;
}
.cid-v6grbtwqkX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6grbtwqkX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6grbtwqkX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6grbtwqkX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6grbtwqkX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6grbtwqkX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6grbtwqkX .navbar {
  min-height: 75px;
  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-v6grbtwqkX .navbar.opened {
  transition: all 0.3s;
}
.cid-v6grbtwqkX .navbar.opened .container {
  backdrop-filter: none;
}
.cid-v6grbtwqkX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6grbtwqkX .navbar .navbar-logo img {
  width: auto;
  margin-right: 8px;
}
.cid-v6grbtwqkX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v6grbtwqkX .navbar.collapsed {
  justify-content: center;
}
.cid-v6grbtwqkX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6grbtwqkX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6grbtwqkX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v6grbtwqkX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6grbtwqkX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6grbtwqkX .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-v6grbtwqkX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6grbtwqkX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6grbtwqkX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6grbtwqkX .navbar {
    min-height: 72px;
  }
  .cid-v6grbtwqkX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v6grbtwqkX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6grbtwqkX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6grbtwqkX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6grbtwqkX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6grbtwqkX .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-v6grbtwqkX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6grbtwqkX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v6grbtwqkX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6grbtwqkX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6grbtwqkX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v6grbtwqkX .dropdown-item.active,
.cid-v6grbtwqkX .dropdown-item:active {
  background-color: transparent;
}
.cid-v6grbtwqkX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6grbtwqkX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6grbtwqkX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6grbtwqkX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2rem;
}
@media (max-width: 992px) {
  .cid-v6grbtwqkX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v6grbtwqkX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v6grbtwqkX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v6grbtwqkX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6grbtwqkX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v6grbtwqkX .navbar-buttons {
    text-align: left;
  }
}
.cid-v6grbtwqkX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6grbtwqkX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131400;
}
.cid-v6grbtwqkX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6grbtwqkX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6grbtwqkX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6grbtwqkX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6grbtwqkX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6grbtwqkX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6grbtwqkX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6grbtwqkX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6grbtwqkX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6grbtwqkX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6grbtwqkX .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-v6grbtwqkX .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6grbtwqkX .navbar {
    height: 75px;
  }
  .cid-v6grbtwqkX .navbar.opened {
    height: auto;
  }
  .cid-v6grbtwqkX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6grbtwqkX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v6grbtwqkX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v6grbtwqkX .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v6grbtwqkX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v6grbtwqkX .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-v6grbtwqkX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v6grbtwqkX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
@media (max-width: 992px) {
  .cid-v6grbtwqkX .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-v6grbtwqkX .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  padding: 14px 18px;
}
.cid-v6grbtwqkX .mbr-section-btn .btn:hover,
.cid-v6grbtwqkX .mbr-section-btn .btn:focus {
  transform: none !important;
}
@media (max-width: 575px) {
  .cid-v6grbtwqkX .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v6grbtwqkX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v6grbtwqkX .navbar-brand {
    margin-right: auto;
  }
  .cid-v6grbtwqkX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fdfef2;
    backdrop-filter: blur(8px);
  }
  .cid-v6grbtwqkX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v6grbtwqkX .navbar-nav .dropdown-item:hover {
    color: #4b233f;
  }
  .cid-v6grbtwqkX .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-v6grbtwqkX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v6grbtwqkX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v6grbtwqkX .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-v6grbtwqkX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v6grbtwqkX .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-v6grbtwqkX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v6grbtwqkX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v6grbtwqkX .nav-link,
.cid-v6grbtwqkX .dropdown-item {
  color: #131400;
}
.cid-v6grbuCWJz {
  padding-top: 10rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbuCWJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbuCWJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbuCWJz .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbuCWJz .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbuCWJz .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbuCWJz .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbuCWJz .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbuCWJz .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbuCWJz .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-v6grbuCWJz .content-wrapper .label-wrapper .label-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #cccccc 38%, #23a47d 75%);
  box-shadow: 0 10px 10px -5px #cccccc;
  padding: 0 1px 1px 0;
}
.cid-v6grbuCWJz .content-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -17px;
  width: 164px;
  height: 50px;
  pointer-events: none;
  filter: blur(10px);
  background-image: radial-gradient(50% 50%, #23a47d 0%, transparent 100%);
  z-index: -1;
}
.cid-v6grbuCWJz .content-wrapper .label-wrapper .label-wrap .label-box {
  position: relative;
  z-index: 1;
  padding: 7px 18px;
  display: inline-flex;
  align-items: center;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff;
}
.cid-v6grbuCWJz .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6grbuCWJz .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6grbuCWJz .content-wrapper .label-wrapper .label-wrap .label-box .mbr-label {
  margin-bottom: 0;
}
.cid-v6grbuCWJz .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #131400 40%, #007854 90%);
  margin-bottom: 20px;
}
.cid-v6grbuCWJz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbuCWJz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6grbuCWJz .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v6grbuCWJz .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v6grbuCWJz .content-wrapper .image-wrapper {
  margin-top: 70px;
  -webkit-mask-image: linear-gradient(#000000 80%, transparent 95%);
  mask-image: linear-gradient(#000000 80%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-v6grbuCWJz .content-wrapper .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v6grbuCWJz .content-wrapper .image-wrapper img {
  height: 690px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6grbuCWJz .content-wrapper .image-wrapper img {
    height: 320px;
  }
}
.cid-v6grbuCWJz .mbr-label,
.cid-v6grbuCWJz .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbuCWJz .mbr-section-title {
  color: #0f172a;
}
.cid-v6grbuCWJz .mbr-text,
.cid-v6grbuCWJz .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbuCWJz .mbr-section-title,
.cid-v6grbuCWJz .mbr-section-btn,
.cid-v6grbuCWJz .title-wrapper {
  text-align: center;
}
.cid-v6grbuCWJz .card-icon {
  color: #131400;
}
.cid-v6grbvJSkZ {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbvJSkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbvJSkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbvJSkZ .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbvJSkZ .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbvJSkZ .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbvJSkZ .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbvJSkZ .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbvJSkZ .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbvJSkZ .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6grbvJSkZ .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6grbvJSkZ .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6grbvJSkZ .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6grbvJSkZ .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6grbvJSkZ .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6grbvJSkZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6grbvJSkZ .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbvJSkZ .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6grbvJSkZ .items-wrapper {
  margin: 0 -10px;
}
.cid-v6grbvJSkZ .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v6grbvJSkZ .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6grbvJSkZ .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6grbvJSkZ .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v6grbvJSkZ .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v6grbvJSkZ .items-wrapper .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-v6grbvJSkZ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v6grbvJSkZ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v6grbvJSkZ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #343600;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v6grbvJSkZ .items-wrapper .item .item-wrapper .item-content .card-box {
  width: 100%;
}
.cid-v6grbvJSkZ .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 0;
}
.cid-v6grbvJSkZ .items-wrapper .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-v6grbvJSkZ .items-wrapper .item .item-wrapper .image-wrap .item-img img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.cid-v6grbvJSkZ .items-wrapper .item .item-wrapper .image-wrap .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6grbvJSkZ .items-wrapper .item .item-wrapper .image-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6grbvJSkZ .mbr-label,
.cid-v6grbvJSkZ .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbvJSkZ .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6grbvJSkZ .mbr-text,
.cid-v6grbvJSkZ .text-wrapper {
  color: #131400;
  text-align: justify;
}
.cid-v6grbvJSkZ .item-title {
  color: #0f172a;
}
.cid-v6grbvJSkZ .item-text {
  color: #131400;
  text-align: justify;
}
.cid-v6grbvJSkZ .mbr-section-btn {
  text-align: center;
}
.cid-v6grbvJSkZ .mbr-section-title,
.cid-v6grbvJSkZ .mbr-section-btn {
  color: #131400;
}
.cid-v6grbvJSkZ .card-icon {
  color: #FFFFFF;
}
.cid-v6grbvJSkZ .item-title,
.cid-v6grbvJSkZ .mbr-section-btn {
  color: #131400;
}
.cid-v6grbvJSkZ .card-icons {
  color: #131400;
}
.cid-v6grbvJSkZ .item-title,
.cid-v6grbvJSkZ .mbr-section-btn DIV {
  text-align: center;
}
.cid-v6grbxRUy8 {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbxRUy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbxRUy8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbxRUy8 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbxRUy8 .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbxRUy8 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbxRUy8 .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbxRUy8 .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbxRUy8 .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbxRUy8 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6grbxRUy8 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6grbxRUy8 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6grbxRUy8 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6grbxRUy8 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6grbxRUy8 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6grbxRUy8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6grbxRUy8 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbxRUy8 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6grbxRUy8 .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-v6grbxRUy8 .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v6grbxRUy8 .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-v6grbxRUy8 .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  transition: all 0.3s ease-in-out;
}
.cid-v6grbxRUy8 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v6grbxRUy8 .panel-group .card:hover {
  transform: translateY(-2px);
}
.cid-v6grbxRUy8 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v6grbxRUy8 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
}
.cid-v6grbxRUy8 .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v6grbxRUy8 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-v6grbxRUy8 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #131400;
}
.cid-v6grbxRUy8 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-v6grbxRUy8 .panel-group .card .panel-collapse .panel-body {
  margin: 0 18px 20px;
}
.cid-v6grbxRUy8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v6grbxRUy8 .mbr-label,
.cid-v6grbxRUy8 .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbxRUy8 .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6grbxRUy8 .mbr-text,
.cid-v6grbxRUy8 .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbxRUy8 .panel-title-edit {
  color: #131400;
}
.cid-v6grbxRUy8 .panel-text {
  color: #475569;
}
.cid-v6grbxRUy8 .mbr-section-btn {
  text-align: center;
}
.cid-v6grbxRUy8 .card-icon {
  color: #131400;
}
.cid-v6grbxRUy8 .mbr-section-title,
.cid-v6grbxRUy8 .mbr-section-btn {
  color: #131400;
}
.cid-v6grbxRUy8 .panel-text,
.cid-v6grbxRUy8 .panel-body {
  color: #131400;
}
.cid-v6grbz966Y {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbz966Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbz966Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbz966Y .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbz966Y .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbz966Y .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbz966Y .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbz966Y .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbz966Y .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbz966Y .image-wrapper {
  -webkit-mask-image: linear-gradient(#000000 80%, transparent 95%);
  mask-image: linear-gradient(#000000 80%, transparent 95%);
}
.cid-v6grbz966Y .image-wrapper img {
  height: 590px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6grbz966Y .image-wrapper img {
    height: 320px;
  }
}
.cid-v6grbz966Y .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6grbz966Y .mbr-text,
.cid-v6grbz966Y .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v6grbz966Y .mbr-section-btn,
.cid-v6grbz966Y .mbr-section-title,
.cid-v6grbz966Y .icon-wrapper {
  text-align: center;
}
.cid-v6grbzW09o {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbzW09o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbzW09o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbzW09o .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbzW09o .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbzW09o .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbzW09o .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbzW09o .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbzW09o .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbzW09o .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6grbzW09o .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6grbzW09o .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6grbzW09o .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6grbzW09o .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6grbzW09o .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6grbzW09o .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6grbzW09o .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbzW09o .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6grbzW09o .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .cid-v6grbzW09o .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v6grbzW09o .embla__slide .slide-content {
  width: 100%;
}
.cid-v6grbzW09o .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 24px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6grbzW09o .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v6grbzW09o .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cid-v6grbzW09o .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v6grbzW09o .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img {
  display: inline-flex;
}
.cid-v6grbzW09o .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100% !important;
  display: inline-flex;
  object-fit: cover;
  box-shadow: 0 10px 10px -2px #cccccc;
}
.cid-v6grbzW09o .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name {
  position: relative;
  z-index: 1;
  margin-left: 16px;
}
.cid-v6grbzW09o .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-name {
  margin-bottom: 0;
}
.cid-v6grbzW09o .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .person-name .item-role {
  margin-bottom: 0;
}
.cid-v6grbzW09o .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v6grbzW09o .embla__button--next,
.cid-v6grbzW09o .embla__button--prev {
  display: flex;
}
.cid-v6grbzW09o .embla__button {
  bottom: 54%;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #334155 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
  display: none;
}
@media (max-width: 992px) {
  .cid-v6grbzW09o .embla__button {
    bottom: 0;
  }
}
.cid-v6grbzW09o .embla__button:hover {
  transform: translateY(-3px);
}
.cid-v6grbzW09o .embla__button:disabled {
  opacity: 0.5 !important;
  transform: none;
}
.cid-v6grbzW09o .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6grbzW09o .embla__button.embla__button--next {
  right: 0;
}
.cid-v6grbzW09o .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v6grbzW09o .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-v6grbzW09o .embla__viewport {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-v6grbzW09o .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-v6grbzW09o .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6grbzW09o .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6grbzW09o .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6grbzW09o .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v6grbzW09o .mbr-label,
.cid-v6grbzW09o .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbzW09o .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6grbzW09o .mbr-text,
.cid-v6grbzW09o .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbzW09o .item-name {
  color: #131400;
}
.cid-v6grbzW09o .item-role {
  color: #131400;
}
.cid-v6grbzW09o .item-text {
  color: #131400;
}
.cid-v6grbzW09o .card-icon {
  color: #131400;
}
.cid-v6grbzW09o .mbr-section-title,
.cid-v6grbzW09o .mbr-section-btn {
  color: #131400;
}
.cid-v6grbzW09o .item-name,
.cid-v6grbzW09o .person-wrapper {
  color: #131400;
}
.cid-v6grbBObUC {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbBObUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbBObUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbBObUC .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbBObUC .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbBObUC .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbBObUC .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbBObUC .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbBObUC .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbBObUC .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6grbBObUC .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6grbBObUC .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6grbBObUC .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6grbBObUC .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6grbBObUC .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6grbBObUC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6grbBObUC .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbBObUC .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6grbBObUC .content-wrapper .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v6grbBObUC .content-wrapper .google-map iframe {
    height: 320px;
  }
}
.cid-v6grbBObUC .mbr-label,
.cid-v6grbBObUC .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbBObUC .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6grbBObUC .mbr-text,
.cid-v6grbBObUC .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbBObUC .card-icon {
  color: #131400;
}
.cid-v6grbBObUC .mbr-section-title,
.cid-v6grbBObUC .mbr-section-btn {
  color: #131400;
}
.cid-v6grbCX11a {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/2133208/assets/images/photo-1765248150879-389dec662bc0.jpeg");
  overflow: hidden;
}
.cid-v6grbCX11a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbCX11a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbCX11a .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 425px) {
  .cid-v6grbCX11a .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbCX11a .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbCX11a .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbCX11a .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbCX11a .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbCX11a .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-v6grbCX11a .content-wrapper .label-wrapper .label-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #cccccc 38%, #f896d8 75%);
  box-shadow: 0 10px 10px -5px #cccccc;
  padding: 0 1px 1px 0;
}
.cid-v6grbCX11a .content-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -17px;
  width: 164px;
  height: 50px;
  pointer-events: none;
  filter: blur(10px);
  background-image: radial-gradient(50% 50%, #f896d8 0%, transparent 100%);
  z-index: -1;
}
.cid-v6grbCX11a .content-wrapper .label-wrapper .label-wrap .label-box {
  position: relative;
  z-index: 1;
  padding: 7px 18px;
  display: inline-flex;
  align-items: center;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff;
}
.cid-v6grbCX11a .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6grbCX11a .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6grbCX11a .content-wrapper .label-wrapper .label-wrap .label-box .mbr-label {
  margin-bottom: 0;
}
.cid-v6grbCX11a .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #131400 40%, #f896d8 90%);
  margin-bottom: 20px;
}
.cid-v6grbCX11a .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbCX11a .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6grbCX11a .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v6grbCX11a .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v6grbCX11a .mbr-label,
.cid-v6grbCX11a .label-wrapper {
  color: #131400;
}
.cid-v6grbCX11a .mbr-section-title {
  color: #0f172a;
}
.cid-v6grbCX11a .mbr-text,
.cid-v6grbCX11a .text-wrapper {
  color: #131400;
}
.cid-v6grbCX11a .card-icon {
  color: #131400;
}
.cid-v6grbE2khU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: -1px;
  background-color: transparent;
}
.cid-v6grbE2khU .item:focus,
.cid-v6grbE2khU span:focus {
  outline: none;
}
.cid-v6grbE2khU .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v6grbE2khU .content-head {
  max-width: 800px;
}
.cid-v6grbE2khU .item {
  color: #131400;
}
.cid-v6grbEX5VU {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbEX5VU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbEX5VU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbEX5VU .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbEX5VU .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbEX5VU .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbEX5VU .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbEX5VU .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbEX5VU .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbEX5VU .items-wrapper {
  margin: 0 -10px;
}
.cid-v6grbEX5VU .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v6grbEX5VU .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6grbEX5VU .items-wrapper .item:hover .item-wrapper,
.cid-v6grbEX5VU .items-wrapper .item:focus .item-wrapper {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 1px 10px 20px -5px #f896d8;
  transform: translateY(-3px);
}
.cid-v6grbEX5VU .items-wrapper .item:hover .item-wrapper .item-img::before,
.cid-v6grbEX5VU .items-wrapper .item:focus .item-wrapper .item-img::before {
  opacity: 0.4;
}
.cid-v6grbEX5VU .items-wrapper .item:hover .item-wrapper .item-img::after,
.cid-v6grbEX5VU .items-wrapper .item:focus .item-wrapper .item-img::after {
  opacity: 0.1;
}
.cid-v6grbEX5VU .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-v6grbEX5VU .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v6grbEX5VU .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
  position: relative;
}
.cid-v6grbEX5VU .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 5px 15px 0 #fdfef2, inset 0 -10px 15px 0 #fdfef2;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}
.cid-v6grbEX5VU .items-wrapper .item .item-wrapper .item-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.cid-v6grbEX5VU .items-wrapper .item .item-wrapper .item-img img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6grbEX5VU .items-wrapper .item .item-wrapper .item-img img {
    height: 320px;
  }
}
.cid-v6grbEX5VU .items-wrapper .item .item-wrapper .item-name {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-v6grbEX5VU .items-wrapper .item .item-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v6grbEX5VU .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-v6grbEX5VU .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6grbEX5VU .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6grbEX5VU .item-role {
  color: #131400;
}
.cid-v6grbEX5VU .item-name {
  color: #0f172a;
}
.cid-v6grbEX5VU .item-text {
  color: #131400;
}
.cid-v6grbEX5VU .item-name,
.cid-v6grbEX5VU .mbr-section-btn {
  color: #131400;
}
.cid-v6grbGlEZu {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbGlEZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbGlEZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbGlEZu .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbGlEZu .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbGlEZu .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbGlEZu .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbGlEZu .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbGlEZu .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbGlEZu .content-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6grbGlEZu .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v6grbGlEZu .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f896d8;
  box-shadow: inset 0 2px 10px 0 #ffffff, 0 10px 10px -2px #c466a6;
}
.cid-v6grbGlEZu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6grbGlEZu .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbGlEZu .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6grbGlEZu .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v6grbGlEZu .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6grbGlEZu .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6grbGlEZu .mbr-text,
.cid-v6grbGlEZu .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbGlEZu .mbr-section-btn,
.cid-v6grbGlEZu .mbr-section-title,
.cid-v6grbGlEZu .icon-wrapper {
  text-align: center;
}
.cid-v6grbGlEZu .card-icon {
  color: #000000;
}
.cid-v6grbGlEZu .mbr-section-title,
.cid-v6grbGlEZu .mbr-section-btn,
.cid-v6grbGlEZu .icon-wrapper {
  color: #131400;
}
.cid-v6grbHlBji {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbHlBji .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbHlBji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbHlBji .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbHlBji .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbHlBji .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbHlBji .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbHlBji .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbHlBji .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbHlBji .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6grbHlBji .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6grbHlBji .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6grbHlBji .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6grbHlBji .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6grbHlBji .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6grbHlBji .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6grbHlBji .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbHlBji .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6grbHlBji .items-wrapper {
  margin: 0 -10px;
}
.cid-v6grbHlBji .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 100px;
}
.cid-v6grbHlBji .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbHlBji .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v6grbHlBji .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6grbHlBji .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6grbHlBji .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v6grbHlBji .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v6grbHlBji .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v6grbHlBji .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #343600;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v6grbHlBji .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-v6grbHlBji .items-wrapper .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v6grbHlBji .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 20px;
  }
}
.cid-v6grbHlBji .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 8px;
}
.cid-v6grbHlBji .items-wrapper .item .item-wrapper .item-content .card-box .item-desc {
  margin-bottom: 20px;
}
.cid-v6grbHlBji .items-wrapper .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 20px;
}
.cid-v6grbHlBji .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6grbHlBji .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.cid-v6grbHlBji .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6grbHlBji .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: #131400;
  display: inline-flex;
}
.cid-v6grbHlBji .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6grbHlBji .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6grbHlBji .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v6grbHlBji .items-wrapper .item .item-wrapper .item-content .item-img {
    height: 320px;
  }
}
.cid-v6grbHlBji .items-wrapper .item .item-wrapper .item-content .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v6grbHlBji .mbr-label,
.cid-v6grbHlBji .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbHlBji .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6grbHlBji .mbr-text,
.cid-v6grbHlBji .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbHlBji .item-title {
  color: #0f172a;
}
.cid-v6grbHlBji .item-desc {
  color: #131400;
}
.cid-v6grbHlBji .item-text {
  color: #131400;
}
.cid-v6grbHlBji .list {
  color: #475569;
}
.cid-v6grbHlBji .card-icons {
  color: #131400;
}
.cid-v6grbHlBji .mbr-section-title,
.cid-v6grbHlBji .mbr-section-btn {
  color: #131400;
}
.cid-v6grbHlBji .card-icon {
  color: #FFFFFF;
}
.cid-v6grbHlBji .item-title,
.cid-v6grbHlBji .mbr-section-btn {
  color: #131400;
}
.cid-v6grbHlBji .list,
.cid-v6grbHlBji .item-wrap {
  color: #131400;
}
.cid-v6grbIYeGv {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbIYeGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbIYeGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbIYeGv .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbIYeGv .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbIYeGv .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbIYeGv .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbIYeGv .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbIYeGv .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbIYeGv .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6grbIYeGv .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6grbIYeGv .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6grbIYeGv .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6grbIYeGv .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6grbIYeGv .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6grbIYeGv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6grbIYeGv .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbIYeGv .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6grbIYeGv .items-wrapper {
  margin: 0 -10px;
}
.cid-v6grbIYeGv .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v6grbIYeGv .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6grbIYeGv .items-wrapper .item:hover .item-wrapper,
.cid-v6grbIYeGv .items-wrapper .item:focus .item-wrapper {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 1px 10px 20px -5px #f896d8;
  transform: translateY(-3px);
}
.cid-v6grbIYeGv .items-wrapper .item:hover .item-wrapper .item-img::before,
.cid-v6grbIYeGv .items-wrapper .item:focus .item-wrapper .item-img::before {
  opacity: 0.4;
}
.cid-v6grbIYeGv .items-wrapper .item:hover .item-wrapper .item-img::after,
.cid-v6grbIYeGv .items-wrapper .item:focus .item-wrapper .item-img::after {
  opacity: 0.1;
}
.cid-v6grbIYeGv .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-v6grbIYeGv .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v6grbIYeGv .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 20px;
  position: relative;
}
.cid-v6grbIYeGv .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 5px 15px 0 #fdfef2, inset 0 -10px 15px 0 #fdfef2;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}
.cid-v6grbIYeGv .items-wrapper .item .item-wrapper .item-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.cid-v6grbIYeGv .items-wrapper .item .item-wrapper .item-img img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6grbIYeGv .items-wrapper .item .item-wrapper .item-img img {
    height: 320px;
  }
}
.cid-v6grbIYeGv .items-wrapper .item .item-wrapper .item-date {
  margin-bottom: 8px;
}
.cid-v6grbIYeGv .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-v6grbIYeGv .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-v6grbIYeGv .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6grbIYeGv .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6grbIYeGv .mbr-label,
.cid-v6grbIYeGv .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbIYeGv .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6grbIYeGv .mbr-text,
.cid-v6grbIYeGv .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbIYeGv .item-date {
  color: #131400;
}
.cid-v6grbIYeGv .item-title {
  color: #0f172a;
}
.cid-v6grbIYeGv .item-text {
  color: #475569;
}
.cid-v6grbIYeGv .card-icon {
  color: #131400;
}
.cid-v6grbIYeGv .mbr-section-title,
.cid-v6grbIYeGv .mbr-section-btn {
  color: #131400;
}
.cid-v6grbIYeGv .item-title,
.cid-v6grbIYeGv .mbr-section-btn {
  color: #131400;
}
.cid-v6grbKvmRx {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbKvmRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbKvmRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbKvmRx .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbKvmRx .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbKvmRx .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbKvmRx .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbKvmRx .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbKvmRx .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbKvmRx .card-wrapper {
  padding: 32px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6grbKvmRx .card-wrapper {
    padding: 24px;
  }
}
.cid-v6grbKvmRx .items-wrapper {
  margin: 0 -20px;
}
.cid-v6grbKvmRx .items-wrapper .card {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v6grbKvmRx .tabs-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v6grbKvmRx .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-v6grbKvmRx .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  transition: all 0.3s ease;
  width: 100%;
  margin: 20px 0 0 0;
}
.cid-v6grbKvmRx .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-v6grbKvmRx .tabs-wrapper .nav.nav-tabs .nav-item:hover {
  transform: translateY(-2px);
}
.cid-v6grbKvmRx .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  color: #131400;
  padding: 18px 20px;
  background-color: #fdfef2;
  border: none;
  transition: all 0.3s ease;
  z-index: 1;
  overflow: hidden;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
}
.cid-v6grbKvmRx .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 1px 10px 20px -10px #f896d8;
}
.cid-v6grbKvmRx .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 20px;
}
.cid-v6grbKvmRx .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.cid-v6grbKvmRx .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 12px;
}
.cid-v6grbKvmRx .tab-content .tab-pane .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-v6grbKvmRx .tab-content .tab-pane .content-wrap .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6grbKvmRx .tab-content .tab-pane .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6grbKvmRx .item-title {
  color: #0f172a;
}
.cid-v6grbKvmRx .item-text {
  color: #131400;
}
.cid-v6grbKvmRx .item-title,
.cid-v6grbKvmRx .nav-link,
.cid-v6grbKvmRx .mbr-section-btn {
  color: #131400;
}
.cid-v6grbM9H54 {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbM9H54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbM9H54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbM9H54 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbM9H54 .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbM9H54 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbM9H54 .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbM9H54 .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbM9H54 .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbM9H54 .content-wrapper .card-wrapper {
  padding: 32px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6grbM9H54 .content-wrapper .card-wrapper {
    padding: 24px;
  }
}
.cid-v6grbM9H54 .content-wrapper .card-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6grbM9H54 .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6grbM9H54 .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6grbM9H54 .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6grbM9H54 .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6grbM9H54 .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbM9H54 .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v6grbM9H54 .content-wrapper .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbM9H54 .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6grbM9H54 .content-wrapper .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6grbM9H54 .content-wrapper .card-wrapper .image-wrapper {
  margin-top: 20px;
}
.cid-v6grbM9H54 .content-wrapper .card-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6grbM9H54 .content-wrapper .card-wrapper .image-wrapper img {
    height: 450px;
  }
}
.cid-v6grbM9H54 .items-wrapper {
  margin: 0 -20px;
}
.cid-v6grbM9H54 .items-wrapper .card {
  padding: 0 20px;
}
.cid-v6grbM9H54 .mbr-label,
.cid-v6grbM9H54 .label-wrapper {
  color: #131400;
}
.cid-v6grbM9H54 .mbr-section-title {
  color: #131400;
}
.cid-v6grbM9H54 .mbr-text,
.cid-v6grbM9H54 .text-wrapper {
  color: #475569;
}
.cid-v6grbM9H54 .card-icon {
  color: #131400;
}
.cid-v6grbM9H54 .mbr-text,
.cid-v6grbM9H54 .mbr-section-btn {
  color: #131400;
}
.cid-v6grbNqWyK {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbNqWyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbNqWyK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbNqWyK .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbNqWyK .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbNqWyK .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbNqWyK .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbNqWyK .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbNqWyK .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbNqWyK .items-wrapper {
  margin: 0 -10px;
  margin: 0 -20px;
}
.cid-v6grbNqWyK .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v6grbNqWyK .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6grbNqWyK .items-wrapper .item .item-wrapper .item-img {
  -webkit-mask-image: linear-gradient(#000000 80%, transparent 95%);
  mask-image: linear-gradient(#000000 80%, transparent 95%);
}
.cid-v6grbNqWyK .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6grbNqWyK .items-wrapper .item .item-wrapper .item-img img {
    height: 320px;
  }
}
.cid-v6grbOCFxX {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbOCFxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbOCFxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbOCFxX .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbOCFxX .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbOCFxX .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbOCFxX .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbOCFxX .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbOCFxX .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbOCFxX .content-wrapper .card-wrapper {
  padding: 32px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6grbOCFxX .content-wrapper .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v6grbOCFxX .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v6grbOCFxX .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6grbOCFxX .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbOCFxX .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6grbOCFxX .content-wrapper .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6grbOCFxX .content-wrapper .card-wrapper .image-wrapper img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6grbOCFxX .content-wrapper .card-wrapper .image-wrapper img {
    height: 450px;
  }
}
.cid-v6grbOCFxX .items-wrapper {
  margin: 0 -20px;
}
.cid-v6grbOCFxX .items-wrapper .card {
  padding: 0 20px;
}
.cid-v6grbOCFxX .mbr-section-title {
  color: #0f172a;
}
.cid-v6grbOCFxX .mbr-text,
.cid-v6grbOCFxX .text-wrapper {
  color: #131400;
}
.cid-v6grbOCFxX .mbr-section-title,
.cid-v6grbOCFxX .mbr-section-btn {
  color: #131400;
}
.cid-v6grbPJ3k0 {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbPJ3k0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbPJ3k0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbPJ3k0 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbPJ3k0 .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbPJ3k0 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbPJ3k0 .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbPJ3k0 .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbPJ3k0 .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbPJ3k0 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6grbPJ3k0 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6grbPJ3k0 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6grbPJ3k0 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6grbPJ3k0 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6grbPJ3k0 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6grbPJ3k0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6grbPJ3k0 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbPJ3k0 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6grbPJ3k0 .items-wrapper {
  margin: 0 -10px;
}
.cid-v6grbPJ3k0 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 40px;
}
.cid-v6grbPJ3k0 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbPJ3k0 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v6grbPJ3k0 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6grbPJ3k0 .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6grbPJ3k0 .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v6grbPJ3k0 .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v6grbPJ3k0 .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v6grbPJ3k0 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #343600;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v6grbPJ3k0 .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
}
.cid-v6grbPJ3k0 .items-wrapper .item .item-wrapper .item-content .card-box .item-label {
  margin-bottom: 8px;
}
.cid-v6grbPJ3k0 .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-v6grbPJ3k0 .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbPJ3k0 .items-wrapper .item .item-wrapper .item-content .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v6grbPJ3k0 .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 20px 0 0 0;
  list-style-position: inside;
}
.cid-v6grbPJ3k0 .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
}
.cid-v6grbPJ3k0 .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6grbPJ3k0 .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::marker {
  color: #131400;
}
.cid-v6grbPJ3k0 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6grbPJ3k0 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6grbPJ3k0 .mbr-label,
.cid-v6grbPJ3k0 .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbPJ3k0 .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6grbPJ3k0 .mbr-text,
.cid-v6grbPJ3k0 .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbPJ3k0 .item-label {
  color: #131400;
}
.cid-v6grbPJ3k0 .item-title {
  color: #0f172a;
}
.cid-v6grbPJ3k0 .item-text {
  color: #475569;
}
.cid-v6grbPJ3k0 .list {
  color: #475569;
}
.cid-v6grbPJ3k0 .card-icons {
  color: #131400;
}
.cid-v6grbPJ3k0 .mbr-section-title,
.cid-v6grbPJ3k0 .mbr-section-btn {
  color: #131400;
}
.cid-v6grbPJ3k0 .card-icon {
  color: #FFFFFF;
}
.cid-v6grbPJ3k0 .item-title,
.cid-v6grbPJ3k0 .mbr-section-btn {
  color: #131400;
}
.cid-v6grbPJ3k0 .item-text,
.cid-v6grbPJ3k0 .text-wrap {
  color: #131400;
}
.cid-v6grbPJ3k0 .list,
.cid-v6grbPJ3k0 .item-wrap {
  color: #131400;
}
.cid-v6grbRloim {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbRloim .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbRloim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbRloim .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbRloim .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbRloim .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbRloim .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbRloim .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbRloim .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbRloim .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6grbRloim .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6grbRloim .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6grbRloim .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6grbRloim .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6grbRloim .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6grbRloim .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6grbRloim .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbRloim .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6grbRloim .mbr-desc {
  margin-bottom: 0;
  border-bottom: 1px solid #cccccc;
  padding: 0 10px 10px 10px;
  color: #131400;
}
.cid-v6grbRloim .items-wrapper {
  margin: 0 -10px;
}
.cid-v6grbRloim .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v6grbRloim .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-v6grbRloim .items-wrapper .item:hover .item-wrapper,
.cid-v6grbRloim .items-wrapper .item:focus .item-wrapper {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 1px 10px 20px -5px #f896d8;
  transform: translateY(-3px);
}
.cid-v6grbRloim .items-wrapper .item .item-wrapper {
  padding: 24px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-v6grbRloim .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v6grbRloim .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 8px;
  transition: all 0.3s ease;
}
.cid-v6grbRloim .items-wrapper .item .item-wrapper .text-wrap .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbRloim .items-wrapper .item .item-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v6grbRloim .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6grbRloim .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6grbRloim .mbr-label,
.cid-v6grbRloim .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbRloim .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6grbRloim .mbr-text,
.cid-v6grbRloim .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbRloim .item-title {
  color: #0f172a;
}
.cid-v6grbRloim .item-text {
  color: #475569;
}
.cid-v6grbRloim .card-icon {
  color: #131400;
}
.cid-v6grbRloim .mbr-section-title,
.cid-v6grbRloim .mbr-section-btn {
  color: #131400;
}
.cid-v6grbRloim .item-title,
.cid-v6grbRloim .mbr-section-btn {
  color: #131400;
}
.cid-v6grbRloim .item-text,
.cid-v6grbRloim .text-wrap {
  color: #131400;
}
.cid-v6grbSTdJS {
  padding-top: 4rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbSTdJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbSTdJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbSTdJS .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbSTdJS .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbSTdJS .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbSTdJS .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbSTdJS .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbSTdJS .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbSTdJS .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
.cid-v6grbSTdJS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-v6grbSTdJS .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-v6grbSTdJS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v6grbSTdJS .embla__slide .slide-content {
  width: 100%;
}
.cid-v6grbSTdJS .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v6grbSTdJS .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6grbSTdJS .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-v6grbSTdJS .embla__button--next,
.cid-v6grbSTdJS .embla__button--prev {
  display: flex;
}
.cid-v6grbSTdJS .embla__button {
  bottom: 54%;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #334155 !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
  display: none;
}
@media (max-width: 992px) {
  .cid-v6grbSTdJS .embla__button {
    bottom: 0;
  }
}
.cid-v6grbSTdJS .embla__button:hover {
  transform: translateY(-3px);
}
.cid-v6grbSTdJS .embla__button:disabled {
  opacity: 0.5 !important;
  transform: none;
}
.cid-v6grbSTdJS .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6grbSTdJS .embla__button.embla__button--next {
  right: 0;
}
.cid-v6grbSTdJS .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v6grbSTdJS .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-v6grbSTdJS .embla__viewport {
    padding: 0;
  }
}
.cid-v6grbSTdJS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6grbSTdJS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6grbSTdJS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6grbSTdJS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v6grbSTdJS .mbr-label {
  color: #475569;
  text-align: center;
}
.cid-v6grbSTdJS .mbr-label,
.cid-v6grbSTdJS .label-wrapper {
  color: #131400;
}
.cid-v6grbUIwOK {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbUIwOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbUIwOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbUIwOK .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbUIwOK .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbUIwOK .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbUIwOK .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbUIwOK .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbUIwOK .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbUIwOK .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6grbUIwOK .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6grbUIwOK .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6grbUIwOK .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6grbUIwOK .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6grbUIwOK .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6grbUIwOK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6grbUIwOK .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbUIwOK .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6grbUIwOK .items-wrapper {
  margin: 0 -10px;
}
.cid-v6grbUIwOK .items-wrapper .card {
  padding: 0 10px;
}
.cid-v6grbUIwOK .card-wrapper {
  padding: 24px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6grbUIwOK .card-wrapper {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cid-v6grbUIwOK .card-wrapper .title-wrap {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v6grbUIwOK .card-wrapper .title-wrap {
    display: block;
    margin-bottom: 20px;
  }
}
.cid-v6grbUIwOK .card-wrapper .title-wrap .icon-wrapper {
  width: 52px;
  min-width: 52px;
}
@media (max-width: 992px) {
  .cid-v6grbUIwOK .card-wrapper .title-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v6grbUIwOK .card-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #343600;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v6grbUIwOK .card-wrapper .title-wrap .card-box {
  width: 100%;
}
.cid-v6grbUIwOK .card-wrapper .title-wrap .card-box .item-title {
  margin-bottom: 0;
}
.cid-v6grbUIwOK .card-wrapper .title-wrap .card-box .item-text {
  margin-bottom: 0;
}
.cid-v6grbUIwOK .card-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v6grbUIwOK .card-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v6grbUIwOK .card-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v6grbUIwOK .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 6px 12px;
  background-color: #fdfef2;
  border: 1px solid #cccccc !important;
  box-shadow: inset 0 1px 3px -1px #cccccc, inset 0 5px 13px -2px #cccccc;
  margin-bottom: 32px;
  min-height: 40px;
}
@media (max-width: 992px) {
  .cid-v6grbUIwOK .card-wrapper .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 20px;
  }
}
.cid-v6grbUIwOK .card-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #cccccc;
}
.cid-v6grbUIwOK .card-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v6grbUIwOK .card-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #f896d8 !important;
  box-shadow: inset 0 1px 10px -5px #f896d8, 1px 10px 20px -10px #f896d8;
  background-color: #fdfef2;
}
.cid-v6grbUIwOK .card-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v6grbUIwOK .card-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v6grbUIwOK .card-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #cccccc;
  border-color: #cccccc;
}
.cid-v6grbUIwOK .card-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v6grbUIwOK .card-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-v6grbUIwOK .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v6grbUIwOK .image-wrapper {
    height: 320px;
  }
}
.cid-v6grbUIwOK .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v6grbUIwOK .mbr-label,
.cid-v6grbUIwOK .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbUIwOK .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6grbUIwOK .mbr-text,
.cid-v6grbUIwOK .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbUIwOK .item-title {
  color: #131400;
}
.cid-v6grbUIwOK .item-text {
  color: #131400;
}
.cid-v6grbUIwOK label {
  color: #475569;
}
.cid-v6grbUIwOK .card-icons {
  color: #131400;
}
.cid-v6grbUIwOK .mbr-section-title,
.cid-v6grbUIwOK .mbr-section-btn {
  color: #131400;
}
.cid-v6grbUIwOK .card-icon {
  color: #FFFFFF;
}
.cid-v6grbUIwOK .form-control-label {
  color: #131400;
}
.cid-v6grbWmSWf {
  padding-top: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-v6grbWmSWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbWmSWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbWmSWf .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 425px) {
  .cid-v6grbWmSWf .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbWmSWf .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #cccccc;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbWmSWf .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbWmSWf .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbWmSWf .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbWmSWf .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v6grbWmSWf .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v6grbWmSWf .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fdfef2;
}
.cid-v6grbWmSWf .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6grbWmSWf .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6grbWmSWf .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6grbWmSWf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6grbWmSWf .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbWmSWf .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6grbWmSWf .items-wrapper {
  margin: 0 -10px;
}
.cid-v6grbWmSWf .items-wrapper .card {
  padding: 0 10px;
}
.cid-v6grbWmSWf .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 335px;
}
@media (max-width: 992px) {
  .cid-v6grbWmSWf .image-wrapper {
    min-height: auto;
    height: 320px;
  }
}
.cid-v6grbWmSWf .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6grbWmSWf .items-wrap {
    margin-bottom: 20px;
  }
}
.cid-v6grbWmSWf .items-wrap .item {
  margin-bottom: 20px;
}
.cid-v6grbWmSWf .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v6grbWmSWf .items-wrap .item:hover .item-wrapper .card-box .text-wrap .item-text,
.cid-v6grbWmSWf .items-wrap .item:focus .item-wrapper .card-box .text-wrap .item-text {
  color: #0f172a;
}
.cid-v6grbWmSWf .items-wrap .item:hover .item-wrapper .card-box .text-wrap .item-text::before,
.cid-v6grbWmSWf .items-wrap .item:focus .item-wrapper .card-box .text-wrap .item-text::before {
  opacity: 1;
  transform: translateY(0);
}
.cid-v6grbWmSWf .items-wrap .item .item-wrapper {
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
}
@media (max-width: 992px) {
  .cid-v6grbWmSWf .items-wrap .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v6grbWmSWf .items-wrap .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v6grbWmSWf .items-wrap .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v6grbWmSWf .items-wrap .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #343600;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v6grbWmSWf .items-wrap .item .item-wrapper .card-box {
  width: 100%;
}
.cid-v6grbWmSWf .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-v6grbWmSWf .items-wrap .item .item-wrapper .card-box .text-wrap .item-text {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-v6grbWmSWf .items-wrap .item .item-wrapper .card-box .text-wrap .item-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0f172a;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.cid-v6grbWmSWf .btn-wrapper {
  margin-top: 0;
  margin-right: 0;
}
.cid-v6grbWmSWf .mbr-label,
.cid-v6grbWmSWf .label-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbWmSWf .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v6grbWmSWf .mbr-text,
.cid-v6grbWmSWf .text-wrapper {
  color: #131400;
  text-align: center;
}
.cid-v6grbWmSWf .item-title {
  color: #0f172a;
}
.cid-v6grbWmSWf .item-text {
  color: #475569;
}
.cid-v6grbWmSWf .card-icons {
  color: #131400;
}
.cid-v6grbWmSWf .mbr-section-title,
.cid-v6grbWmSWf .mbr-section-btn {
  color: #131400;
}
.cid-v6grbWmSWf .card-icon {
  color: #FFFFFF;
}
.cid-v6grbWmSWf .item-title,
.cid-v6grbWmSWf .mbr-section-btn {
  color: #131400;
}
.cid-v6grbWmSWf .item-text,
.cid-v6grbWmSWf .text-wrap {
  color: #131400;
}
.cid-v6grbXUv1A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v6grbXUv1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbXUv1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbXUv1A .card-wrapper {
  padding: 60px 60px 0 60px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #fdfef2;
  box-shadow: inset 0 10px 8px 0 #ffffff, 1px 0 10px -5px #cccccc;
  overflow: hidden;
  margin-top: -1px;
}
@media (max-width: 992px) {
  .cid-v6grbXUv1A .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-v6grbXUv1A .card-wrapper .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v6grbXUv1A .card-wrapper .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v6grbXUv1A .card-wrapper .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.cid-v6grbXUv1A .card-wrapper .content-wrapper .title-wrapper .title-wrap .logo-wrapper img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  object-fit: cover;
}
.cid-v6grbXUv1A .card-wrapper .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6grbXUv1A .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbXUv1A .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6grbXUv1A .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6grbXUv1A .card-wrapper .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-v6grbXUv1A .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v6grbXUv1A .card-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v6grbXUv1A .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v6grbXUv1A .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v6grbXUv1A .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 12px;
  }
}
.cid-v6grbXUv1A .card-wrapper .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.cid-v6grbXUv1A .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-v6grbXUv1A .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff6900;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.cid-v6grbXUv1A .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v6grbXUv1A .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ff6900;
}
.cid-v6grbXUv1A .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-v6grbXUv1A .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  opacity: 1;
  transform: translateY(0);
}
.cid-v6grbXUv1A .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbXUv1A .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
  .cid-v6grbXUv1A .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-v6grbXUv1A .card-wrapper .copy-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.cid-v6grbXUv1A .card-wrapper .copy-wrap .border-wrap {
  position: absolute;
  top: 0;
  width: 1000%;
  height: 1px;
  background-color: #cccccc;
}
.cid-v6grbXUv1A .card-wrapper .copy-wrap .mbr-copy {
  width: 100%;
  margin-bottom: 0;
}
.cid-v6grbXUv1A .mbr-section-title {
  color: #0f172a;
}
.cid-v6grbXUv1A .mbr-text,
.cid-v6grbXUv1A .text-wrapper {
  color: #475569;
}
.cid-v6grbXUv1A .mbr-list-title {
  color: #475569;
}
.cid-v6grbXUv1A .list {
  color: #0f172a;
}
.cid-v6grbXUv1A .mbr-copy {
  color: #131400;
  text-align: center;
}
.cid-v6grbZnyy6 {
  padding-top: 10rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-v6grbZnyy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6grbZnyy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6grbZnyy6 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-v6grbZnyy6 .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v6grbZnyy6 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6grbZnyy6 .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-v6grbZnyy6 .content-wrapper .border_1 {
  left: 0;
}
.cid-v6grbZnyy6 .content-wrapper .border_2 {
  right: 0;
}
.cid-v6grbZnyy6 .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-v6grbZnyy6 .content-wrapper .label-wrapper .label-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #cccccc 38%, #ff6900 75%);
  box-shadow: 0 10px 10px -5px #cccccc;
  padding: 0 1px 1px 0;
}
.cid-v6grbZnyy6 .content-wrapper .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -17px;
  width: 164px;
  height: 50px;
  pointer-events: none;
  filter: blur(10px);
  background-image: radial-gradient(50% 50%, #ff6900 0%, transparent 100%);
  z-index: -1;
}
.cid-v6grbZnyy6 .content-wrapper .label-wrapper .label-wrap .label-box {
  position: relative;
  z-index: 1;
  padding: 7px 18px;
  display: inline-flex;
  align-items: center;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff;
}
.cid-v6grbZnyy6 .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper {
  display: inline-flex;
}
.cid-v6grbZnyy6 .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v6grbZnyy6 .content-wrapper .label-wrapper .label-wrap .label-box .mbr-label {
  margin-bottom: 0;
}
.cid-v6grbZnyy6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #0f172a 40%, #ff6900 90%);
  margin-bottom: 20px;
}
.cid-v6grbZnyy6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6grbZnyy6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6grbZnyy6 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v6grbZnyy6 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v6grbZnyy6 .content-wrapper .image-wrapper {
  margin-top: 70px;
  -webkit-mask-image: linear-gradient(#000000 80%, transparent 95%);
  mask-image: linear-gradient(#000000 80%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-v6grbZnyy6 .content-wrapper .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v6grbZnyy6 .content-wrapper .image-wrapper img {
  height: 690px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6grbZnyy6 .content-wrapper .image-wrapper img {
    height: 320px;
  }
}
.cid-v6grbZnyy6 .mbr-label,
.cid-v6grbZnyy6 .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-v6grbZnyy6 .mbr-section-title {
  color: #0f172a;
}
.cid-v6grbZnyy6 .mbr-text,
.cid-v6grbZnyy6 .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-v6grbZnyy6 .mbr-section-title,
.cid-v6grbZnyy6 .mbr-section-btn,
.cid-v6grbZnyy6 .title-wrapper {
  text-align: center;
}
