.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #e7edef;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.6 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.6 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5f0f40 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5f0f40 !important;
  border-color: #5f0f40 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #8b165e !important;
  border-color: #8b165e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b165e !important;
  border-color: #8b165e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec9349 !important;
  border-color: #ec9349 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f1ae77 !important;
  border-color: #f1ae77 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f1ae77 !important;
  border-color: #f1ae77 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #5f0f40;
  color: #5f0f40;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #14030e !important;
  background-color: transparent !important;
  border-color: #14030e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5f0f40 !important;
  border-color: #5f0f40 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ec9349;
  color: #ec9349;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c96715 !important;
  background-color: transparent !important;
  border-color: #c96715 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec9349 !important;
  border-color: #ec9349 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #5f0f40 !important;
}
.text-secondary {
  color: #ec9349 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #070105 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bb6014 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #5f0f40;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5f0f40;
  border-color: #5f0f40;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 32px !important;
}
a,
a:hover {
  color: #5f0f40;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cd208a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 0 !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: #5f0f40 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #5f0f40;
}
/* 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: #5f0f40;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5f0f40;
}
.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: #5f0f40;
  border-bottom-color: #5f0f40;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5f0f40 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ec9349 !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='%235f0f40' %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: 400;
  padding: 8px 20px 6px;
  border-radius: 32px !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 12px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-primary-outline.focus,
.mbr-section-btn .btn-primary-outline.active {
  color: #ec9349 !important;
  background-color: transparent !important;
  border-color: #ec9349 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-primary.focus,
.mbr-section-btn .btn-primary.active {
  color: #ffffff !important;
  background-color: #ec9349 !important;
  border-color: #ec9349 !important;
  box-shadow: none;
}
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,
.dropdown-item {
  border-radius: 32px !important;
}
.little-radius,
.google-map iframe {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vc9Akev2n1 .navbar-dropdown {
  position: relative !important;
}
.cid-vc9Akev2n1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vc9Akev2n1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vc9Akev2n1 .dropdown-item {
  border: none !important;
  background: #ead5e6 !important;
  font-weight: 400;
}
.cid-vc9Akev2n1 .dropdown-item:hover,
.cid-vc9Akev2n1 .dropdown-item:focus {
  background: #ead5e6 !important;
  color: #5f0f40 !important;
}
.cid-vc9Akev2n1 .dropdown-item:hover span {
  color: white;
}
.cid-vc9Akev2n1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vc9Akev2n1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vc9Akev2n1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vc9Akev2n1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vc9Akev2n1 .nav-link {
  position: relative;
}
.cid-vc9Akev2n1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
}
@media (min-width: 992px) {
  .cid-vc9Akev2n1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vc9Akev2n1 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vc9Akev2n1 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vc9Akev2n1 .dropdown-menu,
.cid-vc9Akev2n1 .navbar.opened {
  background: #ead5e6 !important;
}
.cid-vc9Akev2n1 .nav-item:focus,
.cid-vc9Akev2n1 .nav-link:focus {
  outline: none;
}
.cid-vc9Akev2n1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vc9Akev2n1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vc9Akev2n1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vc9Akev2n1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vc9Akev2n1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vc9Akev2n1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vc9Akev2n1 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ead5e6;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vc9Akev2n1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vc9Akev2n1 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vc9Akev2n1 .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vc9Akev2n1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vc9Akev2n1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vc9Akev2n1 .navbar.collapsed {
  justify-content: center;
}
.cid-vc9Akev2n1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vc9Akev2n1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vc9Akev2n1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vc9Akev2n1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vc9Akev2n1 .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-vc9Akev2n1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vc9Akev2n1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vc9Akev2n1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vc9Akev2n1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vc9Akev2n1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vc9Akev2n1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vc9Akev2n1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vc9Akev2n1 .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-vc9Akev2n1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vc9Akev2n1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vc9Akev2n1 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vc9Akev2n1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vc9Akev2n1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vc9Akev2n1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vc9Akev2n1 .navbar.navbar-short {
  min-height: 100px;
}
.cid-vc9Akev2n1 .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vc9Akev2n1 .navbar-brand {
  min-height: 100px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vc9Akev2n1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vc9Akev2n1 .navbar-brand .navbar-caption:hover,
.cid-vc9Akev2n1 .navbar-brand .navbar-caption:focus {
  color: #5f0f40 !important;
}
.cid-vc9Akev2n1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vc9Akev2n1 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vc9Akev2n1 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #5f0f40 !important;
}
.cid-vc9Akev2n1 .dropdown-item.active,
.cid-vc9Akev2n1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vc9Akev2n1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vc9Akev2n1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vc9Akev2n1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vc9Akev2n1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ead5e6;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vc9Akev2n1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vc9Akev2n1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vc9Akev2n1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vc9Akev2n1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vc9Akev2n1 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vc9Akev2n1 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vc9Akev2n1 .navbar-buttons {
    text-align: left;
  }
}
.cid-vc9Akev2n1 .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vc9Akev2n1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vc9Akev2n1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ead5e6 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vc9Akev2n1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #5f0f40;
}
.cid-vc9Akev2n1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vc9Akev2n1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vc9Akev2n1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vc9Akev2n1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vc9Akev2n1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc9Akev2n1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vc9Akev2n1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vc9Akev2n1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vc9Akev2n1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vc9Akev2n1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vc9Akev2n1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vc9Akev2n1 .navbar {
    height: 70px;
  }
  .cid-vc9Akev2n1 .navbar.opened {
    height: auto;
  }
  .cid-vc9Akev2n1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vc9Akev2n1 .navbar-nav {
  margin: 0 auto;
}
.cid-vc9Akev2n1 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vc9Akev2n1 .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vc9Akev2n1 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vc9Akev2n1 .nav-item .nav-link:hover,
.cid-vc9Akev2n1 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #5f0f40 !important;
  text-decoration-color: #5f0f40;
}
.cid-vc9Akev2n1 .nav-item .nav-link:hover::after,
.cid-vc9Akev2n1 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vc9Akev2n1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vc9Akev2n1 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vc9Akev2n1 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vc9Akev2n1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vc9Akev2n1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vc9Akev2n1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vc9Akev2n1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vc9Akev2n1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vc9Akev2n1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vc9Akev2n1 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vc9Akev2n1 .content-wrap {
  min-height: 100px;
}
.cid-vc9Akev2n1 .navbar-caption {
  color: #4D2239;
}
.cid-vc9Akev2n1 .nav-link,
.cid-vc9Akev2n1 .dropdown-item {
  color: #4D2239;
}
.cid-vc9AkfynUz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9AkfynUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9AkfynUz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9AkfynUz .content-wrap {
  margin: 0;
}
.cid-vc9AkfynUz .content-wrap .card {
  padding: 0;
}
.cid-vc9AkfynUz .content-wrap .card .card-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #5f0f40;
  padding: 32px;
  height: 100%;
  min-height: 410px;
}
@media (max-width: 992px) {
  .cid-vc9AkfynUz .content-wrap .card .card-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-vc9AkfynUz .content-wrap .card .card-wrapper .title-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-vc9AkfynUz .content-wrap .card .card-wrapper .title-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-vc9AkfynUz .content-wrap .card .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vc9AkfynUz .content-wrap .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vc9AkfynUz .content-wrap .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-vc9AkfynUz .content-wrap .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vc9AkfynUz .content-wrap .card .image-wrap {
  padding: 8px;
}
.cid-vc9AkfynUz .mbr-section-title {
  color: #004aad;
}
.cid-vc9AkfynUz .mbr-text {
  color: #4D2239;
}
.cid-vc9AkfynUz .mbr-section-title,
.cid-vc9AkfynUz .mbr-section-btn {
  color: #4D2239;
}
.cid-vc9AkfIXpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9AkfIXpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9AkfIXpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9AkfIXpv .card-wrapper {
  padding: 80px 66px 14px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vc9AkfIXpv .card-wrapper {
    padding: 40px 20px 8px;
  }
}
.cid-vc9AkfIXpv .content-wrap {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-vc9AkfIXpv .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vc9AkfIXpv .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vc9AkfIXpv .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vc9AkfIXpv .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #5f0f40 0, transparent 100%);
}
.cid-vc9AkfIXpv .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9AkfIXpv .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vc9AkfIXpv .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vc9AkfIXpv .items-wrapper {
  margin: 0 -14px;
}
.cid-vc9AkfIXpv .items-wrapper .item {
  padding: 0 14px;
}
.cid-vc9AkfIXpv .item {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-vc9AkfIXpv .item {
    margin-bottom: 32px;
  }
}
.cid-vc9AkfIXpv .item:hover .item-wrapper .image-wrapper .mbr-section-btn .btn,
.cid-vc9AkfIXpv .item:focus .item-wrapper .image-wrapper .mbr-section-btn .btn {
  opacity: 1;
  transform: scale(1);
}
.cid-vc9AkfIXpv .item:hover .item-wrapper .image-wrapper .image-over,
.cid-vc9AkfIXpv .item:focus .item-wrapper .image-wrapper .image-over {
  opacity: 1;
}
.cid-vc9AkfIXpv .item:hover .item-wrapper .item-title,
.cid-vc9AkfIXpv .item:focus .item-wrapper .item-title {
  color: #b5651b;
}
.cid-vc9AkfIXpv .item .item-wrapper {
  height: 100%;
  animation: none !important;
}
.cid-vc9AkfIXpv .item .item-wrapper .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: none !important;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vc9AkfIXpv .item .item-wrapper .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vc9AkfIXpv .item .item-wrapper .image-wrapper .item-img {
  width: 100%;
}
.cid-vc9AkfIXpv .item .item-wrapper .image-wrapper .item-img img {
  height: 455px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vc9AkfIXpv .item .item-wrapper .image-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vc9AkfIXpv .item .item-wrapper .image-wrapper .mbr-section-btn {
  position: absolute;
  z-index: 1;
}
.cid-vc9AkfIXpv .item .item-wrapper .image-wrapper .mbr-section-btn .btn {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.5s ease;
}
.cid-vc9AkfIXpv .item .item-wrapper .image-wrapper .image-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
}
.cid-vc9AkfIXpv .item .item-wrapper .item-title {
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.cid-vc9AkfIXpv .item .item-wrapper .item-text {
  margin-top: 10px;
  margin-bottom: 0;
}
.cid-vc9AkfIXpv .mbr-label {
  color: #004aad;
}
.cid-vc9AkfIXpv .mbr-section-title {
  color: #004aad;
}
.cid-vc9AkfIXpv .mbr-text {
  color: #4D2239;
}
.cid-vc9AkfIXpv .item-title {
  color: #4D2239;
}
.cid-vc9AkfIXpv .item-text {
  color: #004aad;
}
.cid-vc9AkfIXpv .mbr-label,
.cid-vc9AkfIXpv .label-wrapper {
  color: #4D2239;
}
.cid-vc9Akg0idt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9Akg0idt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9Akg0idt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9Akg0idt .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vc9Akg0idt .card-wrapper {
    padding: 0;
  }
}
.cid-vc9Akg0idt .content-wrap .text-wrap {
  margin-bottom: 32px;
}
.cid-vc9Akg0idt .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vc9Akg0idt .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vc9Akg0idt .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vc9Akg0idt .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #5f0f40 0, transparent 100%);
}
.cid-vc9Akg0idt .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9Akg0idt .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc9Akg0idt .content-wrap .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vc9Akg0idt .items-wrapper .item .item-wrapper {
  padding: 8px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vc9Akg0idt .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vc9Akg0idt .items-wrapper .item .item-wrapper .item-number_1,
.cid-vc9Akg0idt .items-wrapper .item .item-wrapper .item-number_2,
.cid-vc9Akg0idt .items-wrapper .item .item-wrapper .item-number_3,
.cid-vc9Akg0idt .items-wrapper .item .item-wrapper .item-number_4,
.cid-vc9Akg0idt .items-wrapper .item .item-wrapper .item-number_5 {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc9Akg0idt .items-wrapper .item .item-wrapper .item-number_1,
  .cid-vc9Akg0idt .items-wrapper .item .item-wrapper .item-number_2,
  .cid-vc9Akg0idt .items-wrapper .item .item-wrapper .item-number_3,
  .cid-vc9Akg0idt .items-wrapper .item .item-wrapper .item-number_4,
  .cid-vc9Akg0idt .items-wrapper .item .item-wrapper .item-number_5 {
    margin-bottom: 10px;
  }
}
.cid-vc9Akg0idt .items-wrapper .item .item-wrapper .item-title_1,
.cid-vc9Akg0idt .items-wrapper .item .item-wrapper .item-title_2,
.cid-vc9Akg0idt .items-wrapper .item .item-wrapper .item-title_3,
.cid-vc9Akg0idt .items-wrapper .item .item-wrapper .item-title_4,
.cid-vc9Akg0idt .items-wrapper .item .item-wrapper .item-title_5 {
  margin-bottom: 0;
}
.cid-vc9Akg0idt .items-wrapper .item .card_1 {
  background-color: #ead5e6;
}
.cid-vc9Akg0idt .items-wrapper .item .card_2 {
  background-color: #8f3f6b;
}
.cid-vc9Akg0idt .items-wrapper .item .card_3 {
  background-color: #5f0f40;
}
.cid-vc9Akg0idt .items-wrapper .item .card_4 {
  background-color: #33001a;
}
.cid-vc9Akg0idt .items-wrapper .item .card_5 {
  background-color: #4d2239;
}
.cid-vc9Akg0idt .mbr-label {
  color: #004aad;
}
.cid-vc9Akg0idt .mbr-desc {
  color: #004aad;
}
.cid-vc9Akg0idt .item-number_1 {
  color: #000000;
}
.cid-vc9Akg0idt .item-number_2 {
  color: #FFFFFF;
}
.cid-vc9Akg0idt .item-number_3 {
  color: #FFFFFF;
}
.cid-vc9Akg0idt .item-number_4 {
  color: #FFFFFF;
}
.cid-vc9Akg0idt .item-number_5 {
  color: #FFFFFF;
}
.cid-vc9Akg0idt .item-title_1 {
  color: #000000;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vc9Akg0idt .item-title_1 {
    text-align: left;
  }
}
.cid-vc9Akg0idt .item-title_2 {
  color: #FFFFFF;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vc9Akg0idt .item-title_2 {
    text-align: left;
  }
}
.cid-vc9Akg0idt .item-title_3 {
  color: #FFFFFF;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vc9Akg0idt .item-title_3 {
    text-align: left;
  }
}
.cid-vc9Akg0idt .item-title_4 {
  color: #FFFFFF;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vc9Akg0idt .item-title_4 {
    text-align: left;
  }
}
.cid-vc9Akg0idt .item-title_5 {
  color: #FFFFFF;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vc9Akg0idt .item-title_5 {
    text-align: left;
  }
}
.cid-vc9Akg0idt .mbr-label,
.cid-vc9Akg0idt .label-wrapper {
  color: #4D2239;
}
.cid-vc9Akg0idt .mbr-desc,
.cid-vc9Akg0idt .desc-wrapper {
  color: #4D2239;
}
.cid-vc9AkgbVB8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5f0f40;
}
.cid-vc9AkgbVB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9AkgbVB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9AkgbVB8 .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vc9AkgbVB8 .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vc9AkgbVB8 .content-wrap .label-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vc9AkgbVB8 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 10px;
}
.cid-vc9AkgbVB8 .content-wrap .label-wrapper .image-wrapper img {
  height: 365px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vc9AkgbVB8 .content-wrap .label-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vc9AkgbVB8 .content-wrap .text-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vc9AkgbVB8 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vc9AkgbVB8 .content-wrap .text-wrapper .line-wrap {
  width: 100%;
  height: 24px;
  background-image: linear-gradient(90deg, #ffffff 0, transparent 100%);
  margin-bottom: 24px;
}
.cid-vc9AkgbVB8 .content-wrap .text-wrapper .text_2 {
  margin-bottom: 0;
}
.cid-vc9AkgbVB8 .content-wrap .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vc9AkgbVB8 .mbr-label {
  color: #f6f4f0;
}
.cid-vc9AkgbVB8 .mbr-section-title {
  color: #f6f4f0;
}
.cid-vc9AkgbVB8 .mbr-text {
  color: #FFFFFF;
}
.cid-vc9AkgbVB8 .mbr-label,
.cid-vc9AkgbVB8 .label-wrapper {
  color: #FFFFFF;
}
.cid-vc9Akgfb7J {
  background-image: url("../../../assets/images/photo-1703336006931-1b84efdce87c.jpeg");
}
.cid-vc9Akgfb7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9Akgfb7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9Akgfb7J .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vc9Akgfb7J .image-wrap {
    height: 300px;
  }
}
.cid-vc9AkghBZH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5f0f40;
}
.cid-vc9AkghBZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9AkghBZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9AkghBZH .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vc9AkghBZH .card-wrapper {
    padding: 0;
  }
}
.cid-vc9AkghBZH .content-wrap .text-wrap {
  margin-bottom: 32px;
}
.cid-vc9AkghBZH .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vc9AkghBZH .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vc9AkghBZH .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vc9AkghBZH .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #ffffff 0, transparent 100%);
}
.cid-vc9AkghBZH .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9AkghBZH .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc9AkghBZH .content-wrap .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vc9AkghBZH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 20px !important;
  margin-right: 20px !important;
}
@media (max-width: 768px) {
  .cid-vc9AkghBZH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vc9AkghBZH .embla__slide .slide-content {
  width: 100%;
}
.cid-vc9AkghBZH .embla__slide .slide-content .item-wrapper .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.cid-vc9AkghBZH .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
}
.cid-vc9AkghBZH .embla__slide .slide-content .item-wrapper .image-wrapper .item-img img {
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.cid-vc9AkghBZH .embla__slide .slide-content .item-wrapper .image-wrapper .iconfont-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vc9AkghBZH .embla__slide .slide-content .item-wrapper .image-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 56px;
  display: inline-flex;
}
.cid-vc9AkghBZH .embla__slide .slide-content .item-wrapper .item-text {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.cid-vc9AkghBZH .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-vc9AkghBZH .embla__slide .slide-content .item-wrapper .person-wrapper .item-name {
  margin-bottom: 4px;
}
.cid-vc9AkghBZH .embla__slide .slide-content .item-wrapper .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vc9AkghBZH .embla__button--next,
.cid-vc9AkghBZH .embla__button--prev {
  display: flex;
}
.cid-vc9AkghBZH .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vc9AkghBZH .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-vc9AkghBZH .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vc9AkghBZH .embla__button.embla__button--prev {
  left: 0;
}
.cid-vc9AkghBZH .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-vc9AkghBZH .embla__button.embla__button--next {
  left: 50px;
}
.cid-vc9AkghBZH .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-vc9AkghBZH .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 6rem;
}
@media (max-width: 992px) {
  .cid-vc9AkghBZH .embla {
    padding-bottom: 4rem;
  }
}
.cid-vc9AkghBZH .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cid-vc9AkghBZH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vc9AkghBZH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vc9AkghBZH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vc9AkghBZH .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vc9AkghBZH .mbr-label {
  color: #f6f4f0;
}
.cid-vc9AkghBZH .mbr-desc {
  color: #f6f4f0;
}
.cid-vc9AkghBZH .item-text {
  color: #f6f4f0;
}
.cid-vc9AkghBZH .item-name {
  color: #FFFFFF;
}
.cid-vc9AkghBZH .item-role {
  color: #FFFFFF;
}
.cid-vc9AkghBZH .mbr-label,
.cid-vc9AkghBZH .label-wrapper {
  color: #FFFFFF;
}
.cid-vc9AkghBZH .mbr-desc,
.cid-vc9AkghBZH .desc-wrapper {
  color: #FFFFFF;
}
.cid-vc9AkghBZH .card-icon {
  color: #FFFFFF;
}
.cid-vc9AkghBZH .item-text,
.cid-vc9AkghBZH .image-wrapper {
  color: #FFFFFF;
}
.cid-vc9AkgwDO4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9AkgwDO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9AkgwDO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9AkgwDO4 .card-wrapper {
  padding: 0 162px;
}
@media (max-width: 1440px) {
  .cid-vc9AkgwDO4 .card-wrapper {
    padding: 0 66px;
  }
}
@media (max-width: 992px) {
  .cid-vc9AkgwDO4 .card-wrapper {
    padding: 0;
  }
}
.cid-vc9AkgwDO4 .content-wrap {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-vc9AkgwDO4 .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vc9AkgwDO4 .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vc9AkgwDO4 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vc9AkgwDO4 .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #5f0f40 0, transparent 100%);
}
.cid-vc9AkgwDO4 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9AkgwDO4 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vc9AkgwDO4 .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vc9AkgwDO4 .items-wrapper {
  margin: 0;
}
.cid-vc9AkgwDO4 .items-wrapper .item {
  padding: 0;
}
.cid-vc9AkgwDO4 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  animation: none !important;
  border: 1px solid #5f0f40;
  min-height: 300px;
}
@media (max-width: 992px) {
  .cid-vc9AkgwDO4 .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-vc9AkgwDO4 .item .item-wrapper .item-number {
  margin-bottom: 10px;
}
.cid-vc9AkgwDO4 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.cid-vc9AkgwDO4 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vc9AkgwDO4 .btn-wrapper {
  margin-top: -1rem;
}
.cid-vc9AkgwDO4 .mbr-label {
  color: #004aad;
}
.cid-vc9AkgwDO4 .mbr-section-title {
  color: #004aad;
}
.cid-vc9AkgwDO4 .mbr-text {
  color: #4D2239;
}
.cid-vc9AkgwDO4 .item-title {
  color: #004aad;
}
.cid-vc9AkgwDO4 .item-number {
  color: #4D2239;
}
.cid-vc9AkgwDO4 .mbr-label,
.cid-vc9AkgwDO4 .label-wrapper {
  color: #4D2239;
}
.cid-vc9AkgwDO4 .item-title,
.cid-vc9AkgwDO4 .mbr-section-btn {
  color: #4D2239;
}
.cid-vc9AkgOscX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9AkgOscX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9AkgOscX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9AkgOscX .card-wrapper {
  padding: 0 162px;
}
@media (max-width: 1440px) {
  .cid-vc9AkgOscX .card-wrapper {
    padding: 0 66px;
  }
}
@media (max-width: 992px) {
  .cid-vc9AkgOscX .card-wrapper {
    padding: 0;
  }
}
.cid-vc9AkgOscX .content-wrap {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-vc9AkgOscX .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vc9AkgOscX .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vc9AkgOscX .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vc9AkgOscX .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #5f0f40 0, transparent 100%);
}
.cid-vc9AkgOscX .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9AkgOscX .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vc9AkgOscX .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vc9AkgOscX .panel-group .card {
  position: relative;
  padding: 0;
  border: 1px solid #5f0f40;
  background-color: transparent;
  overflow: hidden;
}
.cid-vc9AkgOscX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vc9AkgOscX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vc9AkgOscX .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-vc9AkgOscX .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-vc9AkgOscX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #4d2239;
}
.cid-vc9AkgOscX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vc9AkgOscX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vc9AkgOscX .panel-group .card .panel-collapse .panel-body {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-vc9AkgOscX .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px 20px;
    display: block;
  }
}
.cid-vc9AkgOscX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vc9AkgOscX .mbr-label {
  color: #004aad;
}
.cid-vc9AkgOscX .mbr-section-title {
  color: #004aad;
}
.cid-vc9AkgOscX .mbr-text {
  color: #4D2239;
}
.cid-vc9AkgOscX .panel-title-edit {
  color: #4D2239;
}
.cid-vc9AkgOscX .panel-text {
  color: #4D2239;
}
.cid-vc9AkgOscX .mbr-label,
.cid-vc9AkgOscX .label-wrapper {
  color: #4D2239;
}
.cid-vc9AkgTjCa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9AkgTjCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9AkgTjCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9AkgTjCa .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vc9AkgTjCa .card-wrapper {
    padding: 0;
  }
}
.cid-vc9AkgTjCa .content-wrap .label-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc9AkgTjCa .content-wrap .label-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vc9AkgTjCa .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vc9AkgTjCa .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #5f0f40 0, transparent 100%);
}
.cid-vc9AkgTjCa .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9AkgTjCa .content-wrap .card-wrap {
  padding: 8px;
  border: 1px solid #5f0f40;
}
.cid-vc9AkgTjCa .content-wrap .card-wrap .google-map iframe {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vc9AkgTjCa .content-wrap .card-wrap .google-map iframe {
    height: 300px;
  }
}
.cid-vc9AkgTjCa .mbr-label {
  color: #004aad;
}
.cid-vc9AkgTjCa .mbr-section-title {
  color: #004aad;
}
.cid-vc9AkgTjCa .mbr-text {
  color: #004aad;
}
.cid-vc9AkgTjCa .mbr-label,
.cid-vc9AkgTjCa .label-wrapper {
  color: #4D2239;
}
.cid-vc9AkgWqXD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9AkgWqXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9AkgWqXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9AkgWqXD .card-wrapper {
  padding: 0 162px;
}
@media (max-width: 1440px) {
  .cid-vc9AkgWqXD .card-wrapper {
    padding: 0 66px;
  }
}
@media (max-width: 992px) {
  .cid-vc9AkgWqXD .card-wrapper {
    padding: 0;
  }
}
.cid-vc9AkgWqXD .content-wrap {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-vc9AkgWqXD .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vc9AkgWqXD .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vc9AkgWqXD .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vc9AkgWqXD .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #5f0f40 0, transparent 100%);
}
.cid-vc9AkgWqXD .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9AkgWqXD .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vc9AkgWqXD .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vc9AkgWqXD .mbr-label {
  color: #004aad;
}
.cid-vc9AkgWqXD .mbr-section-title {
  color: #004aad;
}
.cid-vc9AkgWqXD .mbr-text {
  color: #4D2239;
}
.cid-vc9AkgWqXD .mbr-label,
.cid-vc9AkgWqXD .label-wrapper {
  color: #4D2239;
}
.cid-vc9AkgY4Io {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9AkgY4Io .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9AkgY4Io .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9AkgY4Io .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
}
@media (max-width: 768px) {
  .cid-vc9AkgY4Io .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vc9AkgY4Io .embla__slide .slide-content {
  width: 100%;
}
.cid-vc9AkgY4Io .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 24px;
  border: 1px solid #5f0f40;
}
@media (max-width: 992px) {
  .cid-vc9AkgY4Io .embla__slide .slide-content .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vc9AkgY4Io .embla__slide .slide-content .item-wrapper .item-img {
  display: inline-flex;
}
.cid-vc9AkgY4Io .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vc9AkgY4Io .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vc9AkgY4Io .embla__slide .slide-content .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-vc9AkgY4Io .embla__slide .slide-content .item-wrapper .card-box .item-title {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vc9AkgY4Io .embla__slide .slide-content .item-wrapper .card-box .item-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-vc9AkgY4Io .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vc9AkgY4Io .embla__button--next,
.cid-vc9AkgY4Io .embla__button--prev {
  display: flex;
}
.cid-vc9AkgY4Io .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: transparent !important;
  color: #4d2239 !important;
  border: 1px solid #4d2239 !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vc9AkgY4Io .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-vc9AkgY4Io .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vc9AkgY4Io .embla__button.embla__button--prev {
  left: 0;
}
.cid-vc9AkgY4Io .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-vc9AkgY4Io .embla__button.embla__button--next {
  left: 50px;
}
.cid-vc9AkgY4Io .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-vc9AkgY4Io .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 6rem;
}
@media (max-width: 992px) {
  .cid-vc9AkgY4Io .embla {
    padding-bottom: 4rem;
  }
}
.cid-vc9AkgY4Io .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cid-vc9AkgY4Io .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vc9AkgY4Io .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vc9AkgY4Io .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vc9AkgY4Io .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vc9AkgY4Io .item-title {
  color: #4D2239;
}
.cid-vc9AkgY4Io .item-text {
  color: #004aad;
}
.cid-vc9AkgY4Io .item-text,
.cid-vc9AkgY4Io .image-wrapper {
  color: #4D2239;
}
.cid-vc9Akh66TY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9Akh66TY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9Akh66TY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9Akh66TY .card-wrapper {
  padding: 80px 66px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vc9Akh66TY .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vc9Akh66TY .content-wrap {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-vc9Akh66TY .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vc9Akh66TY .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vc9Akh66TY .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vc9Akh66TY .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #5f0f40 0, transparent 100%);
}
.cid-vc9Akh66TY .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9Akh66TY .content-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  gap: 20px;
  flex-wrap: wrap;
}
.cid-vc9Akh66TY .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
.cid-vc9Akh66TY .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #33001a;
  padding: 8px 20px 6px;
  border: 1px solid #33001a;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.cid-vc9Akh66TY .content-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #5f0f40;
  color: #ffffff;
  border: 1px solid #5f0f40;
}
.cid-vc9Akh66TY .tab-content .tab-pane .item-content {
  padding: 28px;
  display: flex;
  justify-content: space-between;
  height: 100%;
  background-color: #5f0f40;
}
@media (max-width: 992px) {
  .cid-vc9Akh66TY .tab-content .tab-pane .item-content {
    padding: 12px;
    display: block;
  }
}
.cid-vc9Akh66TY .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vc9Akh66TY .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
}
.cid-vc9Akh66TY .tab-content .tab-pane .item-content .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.cid-vc9Akh66TY .tab-content .tab-pane .item-content .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  min-height: 380px;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-vc9Akh66TY .tab-content .tab-pane .item-content .card-box {
    width: 100%;
    min-height: auto;
    display: block;
    padding-left: 0;
  }
}
.cid-vc9Akh66TY .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vc9Akh66TY .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vc9Akh66TY .tab-content .tab-pane .item-content .card-box .text-wrapper .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vc9Akh66TY .tab-content .tab-pane .item-content .card-box .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vc9Akh66TY .tab-content .tab-pane .item-content .card-box .text-wrapper .mbr-section-btn .btn:hover .mbr-iconfont,
.cid-vc9Akh66TY .tab-content .tab-pane .item-content .card-box .text-wrapper .mbr-section-btn .btn:focus .mbr-iconfont {
  transform: rotate(0);
}
.cid-vc9Akh66TY .mbr-label {
  color: #004aad;
}
.cid-vc9Akh66TY .mbr-section-title {
  color: #004aad;
}
.cid-vc9Akh66TY .mbr-text {
  color: #004aad;
}
.cid-vc9Akh66TY .item-title {
  color: #f6f4f0;
}
.cid-vc9Akh66TY .item-text {
  color: #f6f4f0;
}
.cid-vc9Akh66TY .mbr-label,
.cid-vc9Akh66TY .label-wrapper,
.cid-vc9Akh66TY .tabs-wrapper {
  color: #4D2239;
}
.cid-vc9Akh66TY .item-title,
.cid-vc9Akh66TY .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vc9Akh66TY .item-text,
.cid-vc9Akh66TY .text-wrapper {
  color: #FFFFFF;
}
.cid-vc9Akhb0kF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9Akhb0kF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9Akhb0kF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9Akhb0kF .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vc9Akhb0kF .card-wrapper {
    padding: 0;
  }
}
.cid-vc9Akhb0kF .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc9Akhb0kF .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vc9Akhb0kF .content-wrap .text-wrapper .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
.cid-vc9Akhb0kF .content-wrap .text-wrapper .image-wrapper .item-img {
  display: inline-flex;
}
.cid-vc9Akhb0kF .content-wrap .text-wrapper .image-wrapper .item-img img {
  width: 96px;
  height: 112px;
  object-fit: cover;
}
.cid-vc9Akhb0kF .content-wrap .text-wrapper .image-wrapper .iconfont-wrapper {
  display: inline-flex;
}
.cid-vc9Akhb0kF .content-wrap .text-wrapper .image-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 56px;
  display: inline-flex;
}
.cid-vc9Akhb0kF .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vc9Akhb0kF .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vc9Akhb0kF .mbr-section-title {
  color: #4D2239;
}
.cid-vc9Akhb0kF .mbr-text {
  color: #004aad;
}
.cid-vc9Akhb0kF .card-icon {
  color: #4D2239;
}
.cid-vc9Akhb0kF .mbr-text,
.cid-vc9Akhb0kF .image-wrapper,
.cid-vc9Akhb0kF .mbr-section-btn {
  color: #4D2239;
}
.cid-vc9AkhdfeB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9AkhdfeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9AkhdfeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9AkhdfeB .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vc9AkhdfeB .card-wrapper {
    padding: 0;
  }
}
.cid-vc9AkhdfeB .content-wrap .text-wrap {
  margin-bottom: 32px;
}
.cid-vc9AkhdfeB .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vc9AkhdfeB .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vc9AkhdfeB .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vc9AkhdfeB .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #5f0f40 0, transparent 100%);
}
.cid-vc9AkhdfeB .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9AkhdfeB .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vc9AkhdfeB .content-wrap .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vc9AkhdfeB .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vc9AkhdfeB .mbr-label {
  color: #004aad;
}
.cid-vc9AkhdfeB .mbr-desc {
  color: #004aad;
}
.cid-vc9AkhdfeB .mbr-text {
  color: #4D2239;
}
.cid-vc9AkhdfeB .mbr-label,
.cid-vc9AkhdfeB .label-wrapper {
  color: #4D2239;
}
.cid-vc9AkhdfeB .mbr-desc,
.cid-vc9AkhdfeB .mbr-section-btn {
  color: #4D2239;
}
.cid-vc9Akhf8Za {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9Akhf8Za .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9Akhf8Za .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9Akhf8Za .card-wrapper {
  padding: 0 162px;
}
@media (max-width: 1440px) {
  .cid-vc9Akhf8Za .card-wrapper {
    padding: 0 66px;
  }
}
@media (max-width: 992px) {
  .cid-vc9Akhf8Za .card-wrapper {
    padding: 0;
  }
}
.cid-vc9Akhf8Za .content-wrap {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-vc9Akhf8Za .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vc9Akhf8Za .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vc9Akhf8Za .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vc9Akhf8Za .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #5f0f40 0, transparent 100%);
}
.cid-vc9Akhf8Za .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9Akhf8Za .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vc9Akhf8Za .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vc9Akhf8Za .item:first-child .item-wrapper {
  border-top: 1px solid #5f0f40;
}
.cid-vc9Akhf8Za .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 48px 0;
  animation: none !important;
  border-bottom: 1px solid #5f0f40;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vc9Akhf8Za .item .item-wrapper {
    padding: 20px 0;
    display: block;
  }
}
.cid-vc9Akhf8Za .item .item-wrapper .item-date {
  width: 20%;
}
@media (max-width: 992px) {
  .cid-vc9Akhf8Za .item .item-wrapper .item-date {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cid-vc9Akhf8Za .item .item-wrapper .item-content {
  width: 75%;
}
@media (max-width: 992px) {
  .cid-vc9Akhf8Za .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-vc9Akhf8Za .item .item-wrapper .item-content .item-img {
  margin-bottom: 20px;
}
.cid-vc9Akhf8Za .item .item-wrapper .item-content .item-img img {
  display: inline-flex;
  width: 120px;
  height: 35px;
  object-fit: cover;
}
.cid-vc9Akhf8Za .item .item-wrapper .item-content .item-title {
  margin-bottom: 4px;
  transition: all 0.5s ease;
}
.cid-vc9Akhf8Za .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vc9Akhf8Za .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vc9Akhf8Za .mbr-label {
  color: #004aad;
}
.cid-vc9Akhf8Za .mbr-section-title {
  color: #004aad;
}
.cid-vc9Akhf8Za .mbr-text {
  color: #4D2239;
}
.cid-vc9Akhf8Za .item-title {
  color: #004aad;
}
.cid-vc9Akhf8Za .item-text {
  color: #4D2239;
}
.cid-vc9Akhf8Za .item-date {
  color: #4D2239;
}
.cid-vc9Akhf8Za .mbr-label,
.cid-vc9Akhf8Za .label-wrapper {
  color: #4D2239;
}
.cid-vc9Akhf8Za .item-title,
.cid-vc9Akhf8Za .mbr-section-btn,
.cid-vc9Akhf8Za .item-img {
  color: #4D2239;
}
.cid-vc9AkhkoC3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9AkhkoC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9AkhkoC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9AkhkoC3 .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vc9AkhkoC3 .card-wrapper {
    padding: 0;
  }
}
.cid-vc9AkhkoC3 .content-wrap .text-wrap {
  margin-bottom: 32px;
}
.cid-vc9AkhkoC3 .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vc9AkhkoC3 .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vc9AkhkoC3 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vc9AkhkoC3 .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #5f0f40 0, transparent 100%);
}
.cid-vc9AkhkoC3 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9AkhkoC3 .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc9AkhkoC3 .content-wrap .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vc9AkhkoC3 .panel-group .card {
  position: relative;
  padding: 0;
  border: 1px solid #5f0f40;
  background-color: transparent;
  overflow: hidden;
  transition: all 0.3s ease;
}
.cid-vc9AkhkoC3 .panel-group .card:hover,
.cid-vc9AkhkoC3 .panel-group .card:focus {
  border: 1px solid #4d2239;
}
.cid-vc9AkhkoC3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vc9AkhkoC3 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vc9AkhkoC3 .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-vc9AkhkoC3 .panel-group .card .card-header .panel-title .item-number {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vc9AkhkoC3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vc9AkhkoC3 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-vc9AkhkoC3 .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px 20px;
    display: block;
  }
}
.cid-vc9AkhkoC3 .panel-group .card .panel-collapse .panel-body .card-box {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vc9AkhkoC3 .panel-group .card .panel-collapse .panel-body .card-box {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vc9AkhkoC3 .panel-group .card .panel-collapse .panel-body .card-box .panel-text {
  margin-bottom: 0;
}
.cid-vc9AkhkoC3 .panel-group .card .panel-collapse .panel-body .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vc9AkhkoC3 .panel-group .card .panel-collapse .panel-body .image-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vc9AkhkoC3 .panel-group .card .panel-collapse .panel-body .image-wrapper {
    width: 100%;
  }
}
.cid-vc9AkhkoC3 .panel-group .card .panel-collapse .panel-body .image-wrapper img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  transform: scale(0.5);
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-vc9AkhkoC3 .panel-group .card .panel-collapse .panel-body .image-wrapper img {
    height: 300px;
  }
}
.cid-vc9AkhkoC3 .panel-group .card .panel-collapse.show .panel-body .image-wrapper img {
  transform: scale(1);
  opacity: 1;
}
.cid-vc9AkhkoC3 .mbr-label {
  color: #004aad;
}
.cid-vc9AkhkoC3 .mbr-desc {
  color: #004aad;
}
.cid-vc9AkhkoC3 .item-number {
  color: #4D2239;
}
.cid-vc9AkhkoC3 .panel-title-edit {
  color: #4D2239;
}
.cid-vc9AkhkoC3 .panel-text {
  color: #004aad;
}
.cid-vc9AkhkoC3 .mbr-label,
.cid-vc9AkhkoC3 .label-wrapper {
  color: #4D2239;
}
.cid-vc9AkhkoC3 .mbr-desc,
.cid-vc9AkhkoC3 .desc-wrapper {
  color: #4D2239;
}
.cid-vc9AkhkoC3 .panel-text,
.cid-vc9AkhkoC3 .mbr-section-btn {
  color: #4D2239;
}
.cid-vc9AkhpTfs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9AkhpTfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9AkhpTfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9AkhpTfs .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vc9AkhpTfs .card-wrapper {
    padding: 0;
  }
}
.cid-vc9AkhpTfs .content-wrap {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-vc9AkhpTfs .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vc9AkhpTfs .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vc9AkhpTfs .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vc9AkhpTfs .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #5f0f40 0, transparent 100%);
}
.cid-vc9AkhpTfs .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9AkhpTfs .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vc9AkhpTfs .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vc9AkhpTfs .items-wrapper {
  margin: 0;
}
.cid-vc9AkhpTfs .items-wrapper .item {
  padding: 0;
}
.cid-vc9AkhpTfs .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  animation: none !important;
  border: 1px solid #5f0f40;
  min-height: 410px;
}
@media (max-width: 992px) {
  .cid-vc9AkhpTfs .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-vc9AkhpTfs .item .item-wrapper .item-price {
  margin-bottom: 10px;
}
.cid-vc9AkhpTfs .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.cid-vc9AkhpTfs .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-vc9AkhpTfs .item .item-wrapper .item-content .list-wrapper {
  width: 100%;
}
.cid-vc9AkhpTfs .item .item-wrapper .item-content .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc9AkhpTfs .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
}
.cid-vc9AkhpTfs .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '—';
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: inherit;
}
.cid-vc9AkhpTfs .item .item-wrapper .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc9AkhpTfs .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vc9AkhpTfs .mbr-label {
  color: #004aad;
}
.cid-vc9AkhpTfs .mbr-section-title {
  color: #4D2239;
}
.cid-vc9AkhpTfs .mbr-text {
  color: #4D2239;
}
.cid-vc9AkhpTfs .item-title {
  color: #004aad;
}
.cid-vc9AkhpTfs .item-price {
  color: #4D2239;
}
.cid-vc9AkhpTfs .item-text {
  color: #4D2239;
}
.cid-vc9AkhpTfs .list {
  color: #004aad;
}
.cid-vc9AkhpTfs .mbr-label,
.cid-vc9AkhpTfs .label-wrapper {
  color: #4D2239;
}
.cid-vc9AkhpTfs .item-title,
.cid-vc9AkhpTfs .mbr-section-btn {
  color: #4D2239;
}
.cid-vc9AkhpTfs .list,
.cid-vc9AkhpTfs .item-wrap {
  color: #4D2239;
}
.cid-vc9AkhAvgd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9AkhAvgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9AkhAvgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9AkhAvgd .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vc9AkhAvgd .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vc9AkhAvgd .content-wrap .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vc9AkhAvgd .content-wrap .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vc9AkhAvgd .content-wrap .title-wrapper .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vc9AkhAvgd .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vc9AkhAvgd .content-wrap .title-wrapper .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #5f0f40 0, transparent 100%);
}
.cid-vc9AkhAvgd .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9AkhAvgd .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-vc9AkhAvgd .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vc9AkhAvgd .content-wrap .title-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vc9AkhAvgd .content-wrap .image-wrapper img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vc9AkhAvgd .content-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-vc9AkhAvgd .mbr-label {
  color: #004aad;
}
.cid-vc9AkhAvgd .mbr-section-title {
  color: #004aad;
}
.cid-vc9AkhAvgd .mbr-text {
  color: #4D2239;
}
.cid-vc9AkhAvgd .mbr-label,
.cid-vc9AkhAvgd .label-wrapper {
  color: #4D2239;
}
.cid-vc9AkhAvgd .mbr-section-title,
.cid-vc9AkhAvgd .mbr-section-btn {
  color: #4D2239;
}
.cid-vc9AkhK6Rj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9AkhK6Rj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9AkhK6Rj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9AkhK6Rj .card-wrapper {
  padding: 80px 66px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vc9AkhK6Rj .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-vc9AkhK6Rj .content-wrap {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-vc9AkhK6Rj .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vc9AkhK6Rj .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vc9AkhK6Rj .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vc9AkhK6Rj .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #5f0f40 0, transparent 100%);
}
.cid-vc9AkhK6Rj .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9AkhK6Rj .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vc9AkhK6Rj .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vc9AkhK6Rj .item {
  margin-bottom: 20px;
}
.cid-vc9AkhK6Rj .item:last-child {
  margin-bottom: 0;
}
.cid-vc9AkhK6Rj .item:hover .item-wrapper .item-img img,
.cid-vc9AkhK6Rj .item:focus .item-wrapper .item-img img {
  transform: scale(1.2) rotate(4deg);
}
.cid-vc9AkhK6Rj .item .item-wrapper {
  padding: 29px;
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vc9AkhK6Rj .item .item-wrapper {
    padding: 12px;
    display: block;
  }
}
.cid-vc9AkhK6Rj .item .item-wrapper .item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  padding: 20px 40px 20px 0;
  min-height: 380px;
}
@media (max-width: 992px) {
  .cid-vc9AkhK6Rj .item .item-wrapper .item-content {
    width: 100%;
    min-height: auto;
    padding: 20px 0 0 0;
    display: block;
  }
}
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_1,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_2 {
  margin-bottom: 10px;
}
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_1 .list_1,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_2 .list_1,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_1 .list_2,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_1 .list_1 .item-wrap_1,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_2 .list_1 .item-wrap_1,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_1 .list_2 .item-wrap_1,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_2 .list_2 .item-wrap_1,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_1 .list_1 .item-wrap_2,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_2 .list_1 .item-wrap_2,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_1 .list_2 .item-wrap_2,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_2 .list_2 .item-wrap_2 {
  padding: 5px 16px;
  margin-bottom: 0;
}
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_1 .list_1 .item-wrap_1,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_2 .list_1 .item-wrap_1,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_1 .list_2 .item-wrap_1,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_2 .list_2 .item-wrap_1 {
  border: 1px solid #ffffff;
}
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_1 .list_1 .item-wrap_2,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_2 .list_1 .item-wrap_2,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_1 .list_2 .item-wrap_2,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .list-wrapper_2 .list_2 .item-wrap_2 {
  border: 1px solid #000000;
}
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .item-title_1,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .item-title_2 {
  margin-bottom: 10px;
}
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .item-text_1,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .mbr-section-btn .btn:hover .mbr-iconfont,
.cid-vc9AkhK6Rj .item .item-wrapper .item-content .mbr-section-btn .btn:focus .mbr-iconfont {
  transform: rotate(0);
}
.cid-vc9AkhK6Rj .item .item-wrapper .item-img {
  width: 40%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vc9AkhK6Rj .item .item-wrapper .item-img {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
}
.cid-vc9AkhK6Rj .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  transform: scale(1.1);
}
.cid-vc9AkhK6Rj .item .card_1 {
  background-color: #5f0f40;
}
.cid-vc9AkhK6Rj .item .card_2 {
  background-color: #ec9349;
}
.cid-vc9AkhK6Rj .mbr-label {
  color: #004aad;
}
.cid-vc9AkhK6Rj .mbr-section-title {
  color: #004aad;
}
.cid-vc9AkhK6Rj .mbr-text {
  color: #4D2239;
}
.cid-vc9AkhK6Rj .list_1,
.cid-vc9AkhK6Rj .item-wrap_1 {
  color: #f6f4f0;
}
.cid-vc9AkhK6Rj .list_2,
.cid-vc9AkhK6Rj .item-wrap_2 {
  color: #f6f4f0;
}
.cid-vc9AkhK6Rj .item-title_1 {
  color: #f6f4f0;
}
.cid-vc9AkhK6Rj .item-title_2 {
  color: #f6f4f0;
}
.cid-vc9AkhK6Rj .item-text_1 {
  color: #f6f4f0;
}
.cid-vc9AkhK6Rj .item-text_2 {
  color: #f6f4f0;
}
.cid-vc9AkhK6Rj .mbr-label,
.cid-vc9AkhK6Rj .label-wrapper {
  color: #4D2239;
}
.cid-vc9AkhK6Rj .list_1,
.cid-vc9AkhK6Rj .item-wrap_1,
.cid-vc9AkhK6Rj .list-wrapper_1 {
  color: #FFFFFF;
}
.cid-vc9AkhK6Rj .item-title_1,
.cid-vc9AkhK6Rj .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vc9AkhK6Rj .list_2,
.cid-vc9AkhK6Rj .item-wrap_2,
.cid-vc9AkhK6Rj .list-wrapper_2 {
  color: #000000;
}
.cid-vc9AkhK6Rj .item-title_2,
.cid-vc9AkhK6Rj .mbr-section-btn {
  color: #000000;
}
.cid-vc9AkhWA68 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e7edef;
  background-image: linear-gradient(90deg, #ead5e6 0, #e7edef 100%) !important;
}
.cid-vc9AkhWA68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9AkhWA68 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9AkhWA68 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vc9AkhWA68 .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vc9AkhWA68 .embla__slide .slide-content {
  width: 100%;
}
.cid-vc9AkhWA68 .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vc9AkhWA68 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: contain;
  height: 105px;
}
.cid-vc9AkhWA68 .embla__button--next,
.cid-vc9AkhWA68 .embla__button--prev {
  display: flex;
}
.cid-vc9AkhWA68 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: transparent !important;
  color: #f6f4f0 !important;
  border: 1px solid #f6f4f0 !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vc9AkhWA68 .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-vc9AkhWA68 .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vc9AkhWA68 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vc9AkhWA68 .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-vc9AkhWA68 .embla__button.embla__button--next {
  left: 50px;
}
.cid-vc9AkhWA68 .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-vc9AkhWA68 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vc9AkhWA68 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cid-vc9AkhWA68 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vc9AkhWA68 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vc9AkhWA68 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vc9AkhWA68 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vc9AkhZlWL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #5f0f40;
}
.cid-vc9AkhZlWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9AkhZlWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9AkhZlWL .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vc9AkhZlWL .card-wrapper {
    padding: 0;
  }
}
.cid-vc9AkhZlWL .content-wrap {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-vc9AkhZlWL .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vc9AkhZlWL .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vc9AkhZlWL .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vc9AkhZlWL .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #ffffff 0, transparent 100%);
}
.cid-vc9AkhZlWL .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9AkhZlWL .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vc9AkhZlWL .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vc9AkhZlWL .items-wrapper {
  margin: 0 -14px;
}
.cid-vc9AkhZlWL .items-wrapper .item {
  padding: 0 14px;
}
.cid-vc9AkhZlWL .item {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-vc9AkhZlWL .item {
    margin-bottom: 32px;
  }
  .cid-vc9AkhZlWL .item:last-child {
    margin-bottom: 66px;
  }
}
.cid-vc9AkhZlWL .item:hover .item-wrapper .image-wrapper .mbr-section-btn .btn,
.cid-vc9AkhZlWL .item:focus .item-wrapper .image-wrapper .mbr-section-btn .btn {
  opacity: 1;
  transform: scale(1);
}
.cid-vc9AkhZlWL .item:hover .item-wrapper .image-wrapper .image-over,
.cid-vc9AkhZlWL .item:focus .item-wrapper .image-wrapper .image-over {
  opacity: 1;
}
.cid-vc9AkhZlWL .item .item-wrapper {
  height: 100%;
  animation: none !important;
}
.cid-vc9AkhZlWL .item .item-wrapper .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: none !important;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vc9AkhZlWL .item .item-wrapper .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vc9AkhZlWL .item .item-wrapper .image-wrapper .item-img {
  width: 100%;
}
.cid-vc9AkhZlWL .item .item-wrapper .image-wrapper .item-img img {
  height: 355px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vc9AkhZlWL .item .item-wrapper .image-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vc9AkhZlWL .item .item-wrapper .image-wrapper .mbr-section-btn {
  position: absolute;
  z-index: 1;
}
.cid-vc9AkhZlWL .item .item-wrapper .image-wrapper .mbr-section-btn .btn {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.5s ease;
}
.cid-vc9AkhZlWL .item .item-wrapper .image-wrapper .image-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
}
.cid-vc9AkhZlWL .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-vc9AkhZlWL .item .item-wrapper .item-text {
  margin-bottom: 10px;
}
.cid-vc9AkhZlWL .item .item-wrapper .item-price {
  margin-bottom: 0;
}
.cid-vc9AkhZlWL .mbr-label {
  color: #f6f4f0;
}
.cid-vc9AkhZlWL .mbr-section-title {
  color: #f6f4f0;
}
.cid-vc9AkhZlWL .mbr-text {
  color: #FFFFFF;
}
.cid-vc9AkhZlWL .item-title {
  color: #FFFFFF;
}
.cid-vc9AkhZlWL .item-text {
  color: #FFFFFF;
}
.cid-vc9AkhZlWL .item-price {
  color: #FFFFFF;
}
.cid-vc9AkhZlWL .mbr-label,
.cid-vc9AkhZlWL .label-wrapper {
  color: #FFFFFF;
}
.cid-vc9Aki5USO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e7edef;
  background-image: linear-gradient(90deg, #ead5e6 0, #e7edef 100%) !important;
}
.cid-vc9Aki5USO .item:focus,
.cid-vc9Aki5USO span:focus {
  outline: none;
}
.cid-vc9Aki5USO .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vc9Aki5USO .content-head {
  max-width: 800px;
}
.cid-vc9Aki5USO .item {
  color: #4d2239;
  padding: 10px 0px;
}
.cid-vc9Aki6R6M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9Aki6R6M .item:focus,
.cid-vc9Aki6R6M span:focus {
  outline: none;
}
.cid-vc9Aki6R6M .item {
  cursor: pointer;
}
.cid-vc9Aki6R6M .grid-container {
  grid-row-gap: 0;
}
.cid-vc9Aki6R6M .grid-container-1,
.cid-vc9Aki6R6M .grid-container-2,
.cid-vc9Aki6R6M .grid-container-3 {
  gap: 0;
}
.cid-vc9Aki6R6M .mbr-section-title {
  margin-bottom: 66px;
  color: #004aad;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vc9Aki6R6M .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vc9Aki6R6M .content-head {
  max-width: 800px;
}
.cid-vc9Aki6R6M .container,
.cid-vc9Aki6R6M .container-fluid {
  overflow: hidden;
}
.cid-vc9Aki6R6M .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vc9Aki6R6M .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  border: 1px solid #5f0f40;
}
@media (max-width: 767px) {
  .cid-vc9Aki6R6M .grid-item {
    padding: 20px;
  }
}
.cid-vc9Aki6R6M .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vc9Aki6R6M .grid-item img {
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-vc9Aki6R6M .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-vc9Aki6R6M .grid-item img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vc9Aki6R6M .grid-item img {
    height: 140px;
  }
}
.cid-vc9Aki6R6M .grid-container-1,
.cid-vc9Aki6R6M .grid-container-2,
.cid-vc9Aki6R6M .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vc9Aki6R6M .grid-container-1 {
  align-items: flex-end;
}
.cid-vc9Aki6R6M .grid-container-2 {
  align-items: flex-start;
}
.cid-vc9Aki8UKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9Aki8UKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vc9Aki8UKe .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vc9Aki8UKe .image-wrap {
    height: 300px;
  }
}
.cid-vc9Aki9QnV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9Aki9QnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9Aki9QnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9Aki9QnV .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vc9Aki9QnV .card-wrapper {
    padding: 0;
  }
}
.cid-vc9Aki9QnV .content-wrap .text-wrap {
  margin-bottom: 32px;
}
.cid-vc9Aki9QnV .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vc9Aki9QnV .content-wrap .label-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vc9Aki9QnV .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vc9Aki9QnV .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #5f0f40 0, transparent 100%);
}
.cid-vc9Aki9QnV .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9Aki9QnV .content-wrap .desc-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cid-vc9Aki9QnV .content-wrap .desc-wrapper .image-wrapper img {
  height: 110px;
  width: 96px;
  min-width: 96px;
  object-fit: cover;
}
.cid-vc9Aki9QnV .content-wrap .desc-wrapper .mbr-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-vc9Aki9QnV .mbr-section-title {
  margin-bottom: 32px;
  color: #004aad;
}
.cid-vc9Aki9QnV .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vc9Aki9QnV .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vc9Aki9QnV .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
  width: 100%;
}
.cid-vc9Aki9QnV .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px;
  background-color: transparent;
  border: 1px solid transparent !important;
  border-bottom: 1px solid #5f0f40 !important;
  box-shadow: none;
  margin-bottom: 56px;
  color: #5f0f40;
}
@media (max-width: 992px) {
  .cid-vc9Aki9QnV .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 16px;
  }
}
.cid-vc9Aki9QnV .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-vc9Aki9QnV .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vc9Aki9QnV .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #5f0f40 !important;
}
.cid-vc9Aki9QnV .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
  margin-bottom: 28px !important;
}
@media (max-width: 992px) {
  .cid-vc9Aki9QnV .form-wrap .dragArea.row .form-group textarea {
    margin-bottom: 16px !important;
  }
}
.cid-vc9Aki9QnV .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vc9Aki9QnV .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #5f0f40;
  border-color: #5f0f40;
}
.cid-vc9Aki9QnV .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vc9Aki9QnV .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vc9Aki9QnV .mbr-label {
  color: #004aad;
}
.cid-vc9Aki9QnV .mbr-desc {
  color: #004aad;
}
.cid-vc9Aki9QnV label {
  color: #004aad;
}
.cid-vc9Aki9QnV .mbr-label,
.cid-vc9Aki9QnV .label-wrapper {
  color: #4D2239;
}
.cid-vc9Aki9QnV .mbr-desc,
.cid-vc9Aki9QnV .desc-wrapper {
  color: #4D2239;
}
.cid-vc9Aki9QnV .form-control-label {
  color: #4D2239;
}
.cid-vc9Akidfpc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vc9Akidfpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9Akidfpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9Akidfpc .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vc9Akidfpc .card-wrapper {
    padding: 0;
  }
}
.cid-vc9Akidfpc .content-wrap .label-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vc9Akidfpc .content-wrap .label-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vc9Akidfpc .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vc9Akidfpc .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #5f0f40 0, transparent 100%);
}
.cid-vc9Akidfpc .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vc9Akidfpc .item .item-wrapper {
  margin-bottom: 24px;
}
.cid-vc9Akidfpc .item .item-wrapper:hover .item-content .iconfont-wrapper .mbr-iconfont,
.cid-vc9Akidfpc .item .item-wrapper:focus .item-content .iconfont-wrapper .mbr-iconfont {
  color: #b5651b;
}
.cid-vc9Akidfpc .item .item-wrapper:hover .item-content .item-title,
.cid-vc9Akidfpc .item .item-wrapper:focus .item-content .item-title {
  color: #b5651b;
}
.cid-vc9Akidfpc .item .item-wrapper .item-content {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.cid-vc9Akidfpc .item .item-wrapper .item-content .iconfont-wrapper {
  display: inline-flex;
}
.cid-vc9Akidfpc .item .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  transition: all 0.3s ease;
}
.cid-vc9Akidfpc .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-vc9Akidfpc .btn-wrapper {
  margin-top: -2.5rem;
}
.cid-vc9Akidfpc .mbr-label {
  color: #004aad;
}
.cid-vc9Akidfpc .item-title {
  color: #004aad;
}
.cid-vc9Akidfpc .card-icon {
  color: #4D2239;
}
.cid-vc9Akidfpc .item-title,
.cid-vc9Akidfpc .item-wrapper {
  color: #4D2239;
}
.cid-vc9Akidfpc .mbr-label,
.cid-vc9Akidfpc .label-wrapper {
  color: #4D2239;
}
.cid-vc9Akiipmx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5f0f40;
}
.cid-vc9Akiipmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc9Akiipmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc9Akiipmx .content-wrap {
  margin: 0 -14px;
}
.cid-vc9Akiipmx .content-wrap .card {
  padding: 0 14px;
}
.cid-vc9Akiipmx .content-wrap .card-wrap {
  padding: 48px;
  border: 1px solid #416ebb;
  margin-bottom: 40px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vc9Akiipmx .content-wrap .card-wrap {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cid-vc9Akiipmx .content-wrap .card-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vc9Akiipmx .content-wrap .card-wrap .mbr-section-btn {
  margin-top: 32px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vc9Akiipmx .content-wrap .card-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vc9Akiipmx .content-wrap .card-wrap .mbr-section-btn .btn .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vc9Akiipmx .content-wrap .card-wrap .mbr-section-btn .btn:hover .mbr-iconfont,
.cid-vc9Akiipmx .content-wrap .card-wrap .mbr-section-btn .btn:focus .mbr-iconfont {
  transform: rotate(0);
}
.cid-vc9Akiipmx .content-wrap .nav-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px 0;
}
.cid-vc9Akiipmx .content-wrap .nav-wrapper .nav-wrap {
  padding-left: 16px;
  width: 33%;
}
@media (max-width: 1440px) {
  .cid-vc9Akiipmx .content-wrap .nav-wrapper .nav-wrap {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vc9Akiipmx .content-wrap .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-vc9Akiipmx .content-wrap .nav-wrapper .nav-wrap:first-child {
  padding-left: 0;
}
.cid-vc9Akiipmx .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vc9Akiipmx .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-vc9Akiipmx .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vc9Akiipmx .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 8px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-vc9Akiipmx .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vc9Akiipmx .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  text-decoration-color: inherit;
}
.cid-vc9Akiipmx .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vc9Akiipmx .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-vc9Akiipmx .mbr-section-title {
  color: #f6f4f0;
}
.cid-vc9Akiipmx .mbr-list-title {
  color: #f6f4f0;
}
.cid-vc9Akiipmx .list {
  color: #f6f4f0;
}
