.btn {
  border: none !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fdf9fa;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 5.25rem;
  line-height: 1.2;
  font-weight: 500;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5625rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
  font-weight: 600;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.2rem;
  line-height: 1.25;
  font-weight: 500;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.675rem;
    font-size: calc( 2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.675rem;
    font-size: calc( 2.4875rem + (5.25 - 2.4875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (2.4875rem + (5.25 - 2.4875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.25 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.25 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.105rem + (1.3 - 1.105) * ((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: #d1b3c4 !important;
}
.bg-success {
  background-color: #6de4ad !important;
}
.bg-info {
  background-color: #5bdcf6 !important;
}
.bg-warning {
  background-color: #ffd452 !important;
}
.bg-danger {
  background-color: #e56c77 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d1b3c4 !important;
  border-color: #d1b3c4 !important;
  color: #331f2a !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e4d3dd !important;
  border-color: #e4d3dd !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #331f2a !important;
  background-color: #e4d3dd !important;
  border-color: #e4d3dd !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #735d78 !important;
  border-color: #735d78 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8e7494 !important;
  border-color: #8e7494 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8e7494 !important;
  border-color: #8e7494 !important;
}
.btn-info,
.btn-info:active {
  background-color: #5bdcf6 !important;
  border-color: #5bdcf6 !important;
  color: #02191d !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #8be6f9 !important;
  border-color: #8be6f9 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #02191d !important;
  background-color: #8be6f9 !important;
  border-color: #8be6f9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6de4ad !important;
  border-color: #6de4ad !important;
  color: #051a10 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #98ecc5 !important;
  border-color: #98ecc5 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #051a10 !important;
  background-color: #98ecc5 !important;
  border-color: #98ecc5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd452 !important;
  border-color: #ffd452 !important;
  color: #1f1700 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe185 !important;
  border-color: #ffe185 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f1700 !important;
  background-color: #ffe185 !important;
  border-color: #ffe185 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e56c77 !important;
  border-color: #e56c77 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ed979f !important;
  border-color: #ed979f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ed979f !important;
  border-color: #ed979f !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: #333336 !important;
  border-color: #333336 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #4c4c50 !important;
  border-color: #4c4c50 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #4c4c50 !important;
  border-color: #4c4c50 !important;
}
.btn-primary-outline {
  padding: 0 !important;
}
.btn-primary-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #d1b3c4;
  transition: all .3s ease;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d1b3c4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b07d9a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover::before,
.btn-primary-outline:focus::before,
.btn-primary-outline.focus::before,
.btn-primary-outline.active::before {
  width: 100%;
  background-color: #b07d9a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d1b3c4 !important;
  border-color: #d1b3c4 !important;
}
.btn-secondary-outline {
  padding: 0 !important;
}
.btn-secondary-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #735d78;
  transition: all .3s ease;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #735d78;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #443747 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover::before,
.btn-secondary-outline:focus::before,
.btn-secondary-outline.focus::before,
.btn-secondary-outline.active::before {
  width: 100%;
  background-color: #443747;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #735d78 !important;
  border-color: #735d78 !important;
}
.btn-info-outline {
  padding: 0 !important;
}
.btn-info-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #5bdcf6;
  transition: all .3s ease;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5bdcf6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0dc8ed !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline:hover::before,
.btn-info-outline:focus::before,
.btn-info-outline.focus::before,
.btn-info-outline.active::before {
  width: 100%;
  background-color: #0dc8ed;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #04414e !important;
  background-color: #5bdcf6 !important;
  border-color: #5bdcf6 !important;
}
.btn-success-outline {
  padding: 0 !important;
}
.btn-success-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #6de4ad;
  transition: all .3s ease;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6de4ad;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #27d384 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline:hover::before,
.btn-success-outline:focus::before,
.btn-success-outline.focus::before,
.btn-success-outline.active::before {
  width: 100%;
  background-color: #27d384;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0d452b !important;
  background-color: #6de4ad !important;
  border-color: #6de4ad !important;
}
.btn-warning-outline {
  padding: 0 !important;
}
.btn-warning-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #ffd452;
  transition: all .3s ease;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd452;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fabc00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover::before,
.btn-warning-outline:focus::before,
.btn-warning-outline.focus::before,
.btn-warning-outline.active::before {
  width: 100%;
  background-color: #fabc00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #523e00 !important;
  background-color: #ffd452 !important;
  border-color: #ffd452 !important;
}
.btn-danger-outline {
  padding: 0 !important;
}
.btn-danger-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #e56c77;
  transition: all .3s ease;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e56c77;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d52636 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover::before,
.btn-danger-outline:focus::before,
.btn-danger-outline.focus::before,
.btn-danger-outline.active::before {
  width: 100%;
  background-color: #d52636;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e56c77 !important;
  border-color: #e56c77 !important;
}
.btn-black-outline {
  padding: 0 !important;
}
.btn-black-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #333336;
  transition: all .3s ease;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #333336;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #090909 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline:hover::before,
.btn-black-outline:focus::before,
.btn-black-outline.focus::before,
.btn-black-outline.active::before {
  width: 100%;
  background-color: #090909;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333336 !important;
  border-color: #333336 !important;
}
.btn-white-outline {
  padding: 0 !important;
}
.btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline:hover::before,
.btn-white-outline:focus::before,
.btn-white-outline.focus::before,
.btn-white-outline.active::before {
  width: 100%;
  background-color: #d4d4d4;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #d1b3c4 !important;
}
.text-secondary {
  color: #735d78 !important;
}
.text-success {
  color: #6de4ad !important;
}
.text-info {
  color: #5bdcf6 !important;
}
.text-warning {
  color: #ffd452 !important;
}
.text-danger {
  color: #e56c77 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #333336 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ab7393 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3c303f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #25c67c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0cbbdf !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ebb100 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c82332 !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: #010102 !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: #d1b3c4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5bdcf6;
}
.alert-warning {
  background-color: #ffd452;
}
.alert-danger {
  background-color: #e56c77;
}
.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: #d1b3c4;
  border-color: #d1b3c4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav.nav-tabs {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  .nav.nav-tabs {
    border-radius: 1rem !important;
  }
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  .nav-tabs .nav-link {
    border-radius: 1rem !important;
  }
}
a,
a:hover {
  color: #d1b3c4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 0 !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #d1b3c4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #d1b3c4;
}
/* 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: #d1b3c4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d1b3c4;
}
.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: #d1b3c4;
  border-bottom-color: #d1b3c4;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d1b3c4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #735d78 !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='%23d1b3c4' %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 {
  position: relative;
  padding: 10px 16px;
  border-radius: 8px !important;
  font-weight: 500;
}
.mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline::before {
  background-color: #d1b3c4;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn .btn-white-outline.focus,
.mbr-section-btn .btn-white-outline.active {
  color: #d1b3c4 !important;
}
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn .btn-white-outline.focus::before,
.mbr-section-btn .btn-white-outline.active::before {
  background-color: #d1b3c4;
}
.mbr-section-btn .btn-black-outline {
  color: #333336 !important;
}
.mbr-section-btn .btn-black-outline::before {
  background-color: #d1b3c4;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-black-outline.focus,
.mbr-section-btn .btn-black-outline.active {
  color: #d1b3c4 !important;
}
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn .btn-black-outline.focus::before,
.mbr-section-btn .btn-black-outline.active::before {
  background-color: #d1b3c4;
}
.mbr-section-btn .btn-white {
  background-color: #ffffff !important;
  color: #333336 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  background-color: #d1b3c4 !important;
  color: #331f2a !important;
}
.mbr-section-btn .btn-black {
  background-color: #333336 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  background-color: #d1b3c4 !important;
  color: #331f2a !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.large-radius {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vkgdW5XGhp .navbar-dropdown {
  position: relative !important;
}
.cid-vkgdW5XGhp .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vkgdW5XGhp .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vkgdW5XGhp .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-vkgdW5XGhp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vkgdW5XGhp .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.cid-vkgdW5XGhp .dropdown-item:hover,
.cid-vkgdW5XGhp .dropdown-item:focus {
  background: #000000 !important;
  color: #ffe5f7 !important;
}
.cid-vkgdW5XGhp .dropdown-item:hover span {
  color: white;
}
.cid-vkgdW5XGhp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vkgdW5XGhp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vkgdW5XGhp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vkgdW5XGhp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vkgdW5XGhp .nav-link {
  position: relative;
}
.cid-vkgdW5XGhp .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vkgdW5XGhp .container {
    flex-wrap: nowrap;
  }
}
.cid-vkgdW5XGhp .iconfont-wrapper {
  color: #ff4400 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vkgdW5XGhp .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vkgdW5XGhp .dropdown-menu,
.cid-vkgdW5XGhp .navbar.opened {
  background: #000000 !important;
}
.cid-vkgdW5XGhp .nav-item:focus,
.cid-vkgdW5XGhp .nav-link:focus {
  outline: none;
}
.cid-vkgdW5XGhp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vkgdW5XGhp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vkgdW5XGhp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vkgdW5XGhp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vkgdW5XGhp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkgdW5XGhp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkgdW5XGhp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(6px);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkgdW5XGhp .navbar.opened {
  transition: all 0.3s;
}
.cid-vkgdW5XGhp .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vkgdW5XGhp .navbar .navbar-logo img {
  width: auto;
}
.cid-vkgdW5XGhp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vkgdW5XGhp .navbar.collapsed {
  justify-content: center;
}
.cid-vkgdW5XGhp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vkgdW5XGhp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vkgdW5XGhp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vkgdW5XGhp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vkgdW5XGhp .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-vkgdW5XGhp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vkgdW5XGhp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vkgdW5XGhp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vkgdW5XGhp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vkgdW5XGhp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vkgdW5XGhp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vkgdW5XGhp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vkgdW5XGhp .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-vkgdW5XGhp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vkgdW5XGhp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vkgdW5XGhp .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    margin-bottom: 0;
  }
  .cid-vkgdW5XGhp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vkgdW5XGhp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vkgdW5XGhp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vkgdW5XGhp .navbar.navbar-short {
  min-height: 70px;
}
.cid-vkgdW5XGhp .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vkgdW5XGhp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-vkgdW5XGhp .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.cid-vkgdW5XGhp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vkgdW5XGhp .navbar-brand .navbar-caption:hover,
.cid-vkgdW5XGhp .navbar-brand .navbar-caption:focus {
  color: #ffe5f7 !important;
}
.cid-vkgdW5XGhp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vkgdW5XGhp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vkgdW5XGhp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffe5f7 !important;
}
.cid-vkgdW5XGhp .dropdown-item.active,
.cid-vkgdW5XGhp .dropdown-item:active {
  background-color: transparent;
}
.cid-vkgdW5XGhp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vkgdW5XGhp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vkgdW5XGhp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vkgdW5XGhp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vkgdW5XGhp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vkgdW5XGhp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vkgdW5XGhp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkgdW5XGhp ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vkgdW5XGhp ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vkgdW5XGhp .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-vkgdW5XGhp .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .cid-vkgdW5XGhp .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.cid-vkgdW5XGhp .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-vkgdW5XGhp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vkgdW5XGhp 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: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vkgdW5XGhp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe5f7;
}
.cid-vkgdW5XGhp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vkgdW5XGhp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkgdW5XGhp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vkgdW5XGhp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vkgdW5XGhp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkgdW5XGhp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkgdW5XGhp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkgdW5XGhp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkgdW5XGhp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vkgdW5XGhp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vkgdW5XGhp .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-vkgdW5XGhp .navbar {
    height: 70px;
  }
  .cid-vkgdW5XGhp .navbar.opened {
    height: auto;
  }
  .cid-vkgdW5XGhp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vkgdW5XGhp .navbar-nav {
  margin: 0 auto;
}
.cid-vkgdW5XGhp .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vkgdW5XGhp .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vkgdW5XGhp .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vkgdW5XGhp .nav-item .nav-link:hover,
.cid-vkgdW5XGhp .nav-item .nav-link:focus {
  color: #ffe5f7 !important;
  text-decoration-color: inherit;
}
.cid-vkgdW5XGhp .nav-item .nav-link:hover::after,
.cid-vkgdW5XGhp .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vkgdW5XGhp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vkgdW5XGhp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vkgdW5XGhp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vkgdW5XGhp .navbar {
    justify-content: flex-start !important;
  }
  .cid-vkgdW5XGhp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vkgdW5XGhp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vkgdW5XGhp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vkgdW5XGhp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vkgdW5XGhp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vkgdW5XGhp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .cid-vkgdW5XGhp .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .cid-vkgdW5XGhp .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .cid-vkgdW5XGhp .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.cid-vkgdW5XGhp .content-wrap {
  min-height: 70px;
}
.cid-vkgdW5XGhp .navbar-caption {
  color: #FFE5F7;
}
.cid-vkgdW5XGhp .nav-link,
.cid-vkgdW5XGhp .dropdown-item {
  color: #FFE5F7;
}
.cid-vkgdW5YIvs {
  align-items: flex-start;
  padding-top: 9rem;
  padding-bottom: 3rem;
  flex-direction: column;
  justify-content: space-between;
  background-image: url("../images/FBy9lxpJr1VT.jpeg");
}
.cid-vkgdW5YIvs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW5YIvs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW5YIvs .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vkgdW5YIvs .content-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-vkgdW5YIvs .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 16px;
}
.cid-vkgdW5YIvs .content-wrapper .label-wrapper .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 6px solid #ffe5f7;
  border-radius: 100%;
}
.cid-vkgdW5YIvs .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkgdW5YIvs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW5YIvs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkgdW5YIvs .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkgdW5YIvs .content-wrapper .mbr-section-subtitle {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vkgdW5YIvs .mbr-brand-name {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 190px;
  width: 100%;
  padding: 0 48px;
  color: #FFE5F7;
  text-align: center;
}
@media (max-width: 1640px) {
  .cid-vkgdW5YIvs .mbr-brand-name {
    font-size: 150px;
  }
}
@media (max-width: 1440px) {
  .cid-vkgdW5YIvs .mbr-brand-name {
    font-size: 120px;
  }
}
@media (max-width: 1200px) {
  .cid-vkgdW5YIvs .mbr-brand-name {
    font-size: 100px;
  }
}
@media (max-width: 992px) {
  .cid-vkgdW5YIvs .mbr-brand-name {
    font-size: 84px;
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .cid-vkgdW5YIvs .mbr-brand-name {
    font-size: 48px;
  }
}
.cid-vkgdW5YIvs .mbr-section-title {
  color: #ffffff;
}
.cid-vkgdW5YIvs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vkgdW5YIvs .mbr-label {
  color: #ffffff;
}
.cid-vkgdW5YIvs .mbr-text {
  color: #ffffff;
}
.cid-vkgdW5YIvs .mbr-section-subtitle,
.cid-vkgdW5YIvs .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkgdW5YIvs .mbr-section-subtitle,
  .cid-vkgdW5YIvs .mbr-section-btn {
    text-align: left;
  }
}
.cid-vkgdW5YAtd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vkgdW5YAtd .item:focus,
.cid-vkgdW5YAtd span:focus {
  outline: none;
}
.cid-vkgdW5YAtd .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vkgdW5YAtd .content-head {
  max-width: 800px;
}
.cid-vkgdW5YAtd .item {
  color: #ffe5f7;
  padding: 10px 0;
}
.cid-vkgdW5Znsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW5Znsf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/ueyv16qw5eUZ.jpg");
}
.cid-vkgdW5Znsf .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vkgdW5Znsf .image-wrap {
    height: 300px;
  }
}
.cid-vkgdW5ZTDy {
  background-image: url("../images/0VOzTmXODjBj.jpeg");
}
.cid-vkgdW5ZTDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW5ZTDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW5ZTDy .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vkgdW5ZTDy .image-wrap {
    height: 300px;
  }
}
.cid-vkgdW5ZW1D {
  background-color: #000000;
}
.cid-vkgdW5ZW1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW5ZW1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW5ZW1D .items-wrapper {
  margin: 0 -20px;
}
.cid-vkgdW5ZW1D .items-wrapper .card {
  padding: 0 20px;
  justify-content: center;
}
.cid-vkgdW5ZW1D .content-wrapper {
  position: relative;
  padding: 100px 40px;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-vkgdW5ZW1D .content-wrapper {
    padding: 40px 24px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-vkgdW5ZW1D .content-wrapper {
    padding: 40px 12px;
  }
}
.cid-vkgdW5ZW1D .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkgdW5ZW1D .content-wrapper .overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  pointer-events: none;
}
.cid-vkgdW5ZW1D .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vkgdW5ZW1D .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vkgdW5ZW1D .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW5ZW1D .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkgdW5ZW1D .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkgdW5ZW1D .image-wrap img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vkgdW5ZW1D .image-wrap img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-vkgdW5ZW1D .image-wrap img {
    height: 300px;
  }
}
.cid-vkgdW5ZW1D .image_1 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vkgdW5ZW1D .image_1 {
    margin-bottom: 24px;
  }
}
.cid-vkgdW5ZW1D .image_2 {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-vkgdW5ZW1D .image_2 img {
  margin-bottom: -40px;
}
@media (max-width: 992px) {
  .cid-vkgdW5ZW1D .image_2 img {
    margin-top: 24px;
  }
}
.cid-vkgdW5ZW1D .mbr-section-title {
  color: #ffffff;
}
.cid-vkgdW5ZW1D .mbr-text,
.cid-vkgdW5ZW1D .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkgdW5ZW1D .mbr-section-title,
.cid-vkgdW5ZW1D .mbr-section-btn {
  text-align: center;
}
.cid-vkgdW60NGi {
  align-items: flex-start;
  padding-top: 100px;
  background-image: url("../images/Jp4PwOEtdUtD.jpeg");
}
.cid-vkgdW60NGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW60NGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW60NGi .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vkgdW60NGi .content-wrapper {
    display: block;
  }
}
.cid-vkgdW60NGi .content-wrapper .mbr-section-title {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vkgdW60NGi .content-wrapper .mbr-section-title {
    min-width: 100%;
    margin-bottom: 24px;
    white-space: inherit;
  }
}
.cid-vkgdW60NGi .content-wrapper .line-wrap {
  width: 100%;
  height: 1px;
  background-color: #c0c0c0;
}
.cid-vkgdW60NGi .content-wrapper .mbr-tag {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vkgdW60NGi .content-wrapper .mbr-tag {
    margin-top: 24px;
  }
}
.cid-vkgdW60NGi .mbr-label {
  margin-top: 12px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vkgdW60NGi .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkgdW60NGi .mbr-section-title {
  color: #ffffff;
}
.cid-vkgdW60NGi .mbr-tag {
  color: #ffffff;
}
.cid-vkgdW60M2B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgdW60M2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW60M2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW60M2B .label-wrapper {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkgdW60M2B .label-wrapper .label-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vkgdW60M2B .label-wrapper .label-content {
    display: block;
  }
}
.cid-vkgdW60M2B .label-wrapper .label-content .label-wrap {
  display: inline-flex;
  gap: 4px;
  padding-right: 24px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 992px) {
  .cid-vkgdW60M2B .label-wrapper .label-content .label-wrap {
    border-right: none;
    padding-right: 0;
  }
}
.cid-vkgdW60M2B .label-wrapper .label-content .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 4px solid #a08394;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vkgdW60M2B .label-wrapper .label-content .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW60M2B .label-wrapper .label-content .label-wrap .mbr-label {
    margin-bottom: 12px;
  }
}
.cid-vkgdW60M2B .label-wrapper .label-content .mbr-tag {
  margin-bottom: 0;
}
.cid-vkgdW60M2B .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkgdW60M2B .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkgdW60M2B .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vkgdW60M2B .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW60M2B .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkgdW60M2B .content-wrap {
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vkgdW60M2B .content-wrap {
    display: block;
  }
}
.cid-vkgdW60M2B .content-wrap .card-wrapper {
  display: flex;
  align-items: flex-end;
  width: 350px;
  min-width: 350px;
  min-height: 500px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkgdW60M2B .content-wrap .card-wrapper {
    width: 100%;
    min-width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cid-vkgdW60M2B .content-wrap .card-wrapper {
    min-height: 350px;
  }
}
.cid-vkgdW60M2B .content-wrap .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.cid-vkgdW60M2B .content-wrap .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-vkgdW60M2B .content-wrap .card-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 24px;
}
.cid-vkgdW60M2B .content-wrap .card-wrapper .card-box .mbr-name {
  margin-bottom: 0;
}
.cid-vkgdW60M2B .content-wrap .card-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-vkgdW60M2B .content-wrap .card-wrapper .card-box .mbr-section-btn {
  margin-top: 4px;
  margin-bottom: -9.6px;
}
.cid-vkgdW60M2B .slider-wrap {
  overflow: hidden;
}
.cid-vkgdW60M2B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 400px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .cid-vkgdW60M2B .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vkgdW60M2B .embla__slide .slide-content {
  width: 100%;
}
.cid-vkgdW60M2B .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-color: #f6f6f6;
  min-height: 500px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkgdW60M2B .embla__slide .slide-content .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-vkgdW60M2B .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper {
  margin-bottom: 12px;
}
.cid-vkgdW60M2B .embla__slide .slide-content .item-wrapper .item-content .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-vkgdW60M2B .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 24px;
}
.cid-vkgdW60M2B .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  gap: 16px;
}
.cid-vkgdW60M2B .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-top: 3px;
}
.cid-vkgdW60M2B .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vkgdW60M2B .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vkgdW60M2B .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vkgdW60M2B .embla__button--next,
.cid-vkgdW60M2B .embla__button--prev {
  display: flex;
}
.cid-vkgdW60M2B .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: transparent !important;
  color: #ff4400 !important;
  border: 1px solid #ff4400 !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vkgdW60M2B .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-vkgdW60M2B .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vkgdW60M2B .embla__button.embla__button--prev {
  right: 52px;
}
.cid-vkgdW60M2B .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vkgdW60M2B .embla__button.embla__button--next {
  right: 0;
}
.cid-vkgdW60M2B .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vkgdW60M2B .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vkgdW60M2B .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 7.5%, #000000 92.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 7.5%, #000000 92.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vkgdW60M2B .embla__viewport {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-vkgdW60M2B .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vkgdW60M2B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vkgdW60M2B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vkgdW60M2B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vkgdW60M2B .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vkgdW60M2B .mbr-label {
  color: #6f6f75;
}
.cid-vkgdW60M2B .mbr-tag {
  color: #333336;
}
.cid-vkgdW60M2B .mbr-section-title,
.cid-vkgdW60M2B .title-wrapper {
  color: #333336;
  text-align: center;
}
.cid-vkgdW60M2B .mbr-text,
.cid-vkgdW60M2B .text-wrapper {
  color: #6f6f75;
  text-align: center;
}
.cid-vkgdW60M2B .mbr-name {
  color: #ffffff;
}
.cid-vkgdW60M2B .mbr-role {
  color: #ffffff;
}
.cid-vkgdW60M2B .item-text {
  color: #333336;
}
.cid-vkgdW60M2B .item-name {
  color: #333336;
}
.cid-vkgdW60M2B .item-role {
  color: #6f6f75;
}
.cid-vkgdW60M2B .mbr-label,
.cid-vkgdW60M2B .label-wrapper,
.cid-vkgdW60M2B .mbr-tag {
  text-align: center;
}
.cid-vkgdW61fhP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgdW61fhP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW61fhP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW61fhP .items-wrapper {
  margin: 0 -8px;
}
.cid-vkgdW61fhP .items-wrapper .item {
  padding: 0 8px;
}
.cid-vkgdW61fhP .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vkgdW61fhP .item {
    margin-bottom: 24px;
  }
  .cid-vkgdW61fhP .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkgdW61fhP .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  overflow: hidden !important;
  min-height: 800px;
  padding: 60px 32px;
}
@media (max-width: 1440px) {
  .cid-vkgdW61fhP .item-wrapper {
    min-height: 650px;
  }
}
@media (max-width: 992px) {
  .cid-vkgdW61fhP .item-wrapper {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-vkgdW61fhP .item-wrapper:hover .item-img img,
.cid-vkgdW61fhP .item-wrapper:focus .item-img img {
  filter: blur(6px);
}
.cid-vkgdW61fhP .item-wrapper:hover::before,
.cid-vkgdW61fhP .item-wrapper:focus::before {
  opacity: 0.8 !important;
}
.cid-vkgdW61fhP .item-wrapper:hover .card-box,
.cid-vkgdW61fhP .item-wrapper:focus .card-box {
  padding: 0;
}
.cid-vkgdW61fhP .item-wrapper:hover .item-content .item-text,
.cid-vkgdW61fhP .item-wrapper:focus .item-content .item-text {
  opacity: 1;
}
.cid-vkgdW61fhP .item-wrapper:hover .item-content .item-btn,
.cid-vkgdW61fhP .item-wrapper:focus .item-content .item-btn {
  opacity: 1;
}
.cid-vkgdW61fhP .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vkgdW61fhP .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vkgdW61fhP .item-wrapper .item-img img {
    filter: blur(6px) !important;
  }
}
.cid-vkgdW61fhP .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
  transition: all 0.5s ease;
}
.cid-vkgdW61fhP .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vkgdW61fhP .item-wrapper .item-content {
    margin-bottom: 40px;
  }
}
.cid-vkgdW61fhP .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vkgdW61fhP .item-wrapper .item-content .item-text {
    opacity: 1 !important;
  }
}
.cid-vkgdW61fhP .item-wrapper .item-content .item-btn {
  opacity: 0;
  margin-top: 14px;
  margin-bottom: -9.6px;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vkgdW61fhP .item-wrapper .item-content .item-btn {
    opacity: 1 !important;
  }
}
.cid-vkgdW61fhP .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 0 24px;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vkgdW61fhP .item-wrapper .card-box {
    padding: 0 !important;
  }
}
.cid-vkgdW61fhP .item-wrapper .card-box .date-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vkgdW61fhP .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-vkgdW61fhP .item-wrapper .card-box .date-wrapper .item-label {
  margin-bottom: 12px;
}
.cid-vkgdW61fhP .item-wrapper .card-box .date-wrapper .item-date {
  margin-bottom: 12px;
}
.cid-vkgdW61fhP .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin-bottom: 16px;
}
.cid-vkgdW61fhP .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vkgdW61fhP .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-vkgdW61fhP .item-label {
  color: #f6f6f6;
}
.cid-vkgdW61fhP .item-date {
  color: #f6f6f6;
}
.cid-vkgdW61fhP .item-title {
  color: #ffffff;
}
.cid-vkgdW61fhP .item-desc {
  color: #f6f6f6;
}
.cid-vkgdW61fhP .item-text {
  color: #ffffff;
}
.cid-vkgdW61VfA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgdW61VfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW61VfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW61VfA .items-wrapper {
  margin: 0;
  align-items: center;
}
.cid-vkgdW61VfA .items-wrapper .card {
  padding: 0;
}
.cid-vkgdW61VfA .content-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vkgdW61VfA .content-wrapper {
    padding-right: 0;
  }
}
.cid-vkgdW61VfA .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW61VfA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vkgdW61VfA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vkgdW61VfA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkgdW61VfA .content-wrap {
  padding-left: 40px;
  border-left: 1px solid #c0c0c0;
}
@media (max-width: 992px) {
  .cid-vkgdW61VfA .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vkgdW61VfA .content-wrap {
    border: none;
  }
}
@media (max-width: 992px) {
  .cid-vkgdW61VfA .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vkgdW61VfA .mbr-section-title,
.cid-vkgdW61VfA .title-wrapper {
  color: #333336;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkgdW61VfA .mbr-section-title,
  .cid-vkgdW61VfA .title-wrapper {
    text-align: left;
  }
}
.cid-vkgdW61VfA .mbr-text,
.cid-vkgdW61VfA .text-wrapper {
  color: #6f6f75;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkgdW61VfA .mbr-text,
  .cid-vkgdW61VfA .text-wrapper {
    text-align: left;
  }
}
.cid-vkgdW62TI6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkgdW62TI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW62TI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW62TI6 .label-wrapper {
  margin-bottom: 60px;
  padding-bottom: 24px;
  border-bottom: 1px solid #333336;
}
@media (max-width: 992px) {
  .cid-vkgdW62TI6 .label-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkgdW62TI6 .label-wrapper .label-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vkgdW62TI6 .label-wrapper .label-content {
    display: block;
  }
}
.cid-vkgdW62TI6 .label-wrapper .label-content .label-wrap {
  display: inline-flex;
  gap: 4px;
  padding-right: 24px;
  border-right: 1px solid #333336;
}
@media (max-width: 992px) {
  .cid-vkgdW62TI6 .label-wrapper .label-content .label-wrap {
    border-right: none;
    padding-right: 0;
  }
}
.cid-vkgdW62TI6 .label-wrapper .label-content .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 4px solid #ffe5f7;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vkgdW62TI6 .label-wrapper .label-content .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW62TI6 .label-wrapper .label-content .label-wrap .mbr-label {
    margin-bottom: 12px;
  }
}
.cid-vkgdW62TI6 .label-wrapper .label-content .mbr-tag {
  margin-bottom: 0;
}
.cid-vkgdW62TI6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vkgdW62TI6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW62TI6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkgdW62TI6 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkgdW62TI6 .mbr-label {
  color: #c0c0c0;
}
.cid-vkgdW62TI6 .mbr-tag {
  color: #6f6f75;
}
.cid-vkgdW62TI6 .mbr-section-title {
  color: #f6f6f6;
}
.cid-vkgdW62TI6 .mbr-text {
  color: #c0c0c0;
}
.cid-vkgdW62LPJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkgdW62LPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW62LPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW62LPJ .items-wrap {
  margin: 0 -30px;
  align-items: center;
}
.cid-vkgdW62LPJ .items-wrap .card {
  padding: 0 30px;
}
.cid-vkgdW62LPJ .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkgdW62LPJ .image-wrapper img {
    height: 300px;
    margin-bottom: 40px;
  }
}
.cid-vkgdW62LPJ .content-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}
@media (max-width: 1640px) {
  .cid-vkgdW62LPJ .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vkgdW62LPJ .content-wrapper .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vkgdW62LPJ .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 4px;
}
.cid-vkgdW62LPJ .content-wrapper .content-wrap .label-wrapper .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border: 3px solid #ffe5f7;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vkgdW62LPJ .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkgdW62LPJ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vkgdW62LPJ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW62LPJ .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkgdW62LPJ .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkgdW62LPJ .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  border-left: 1px solid #333336;
  padding-left: 40px;
}
@media (max-width: 1640px) {
  .cid-vkgdW62LPJ .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vkgdW62LPJ .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vkgdW62LPJ .content-wrapper .items-wrapper {
    padding-left: 24px;
  }
}
.cid-vkgdW62LPJ .content-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vkgdW62LPJ .content-wrapper .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-vkgdW62LPJ .btn-wrapper {
  margin-top: -2.5rem;
}
.cid-vkgdW62LPJ .mbr-label {
  color: #c0c0c0;
}
.cid-vkgdW62LPJ .mbr-section-title {
  color: #f6f6f6;
}
.cid-vkgdW62LPJ .mbr-text {
  color: #c0c0c0;
}
.cid-vkgdW62LPJ .item-title {
  color: #c0c0c0;
}
.cid-vkgdW62LPJ .item-number {
  color: #c0c0c0;
}
.cid-vkgdW63z8d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgdW63z8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW63z8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW63z8d .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkgdW63z8d .content-wrapper .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vkgdW63z8d .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 4px;
}
.cid-vkgdW63z8d .content-wrapper .content-wrap .label-wrapper .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border: 3px solid #a08394;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vkgdW63z8d .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkgdW63z8d .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vkgdW63z8d .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW63z8d .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkgdW63z8d .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkgdW63z8d .mbr-label {
  color: #6f6f75;
}
.cid-vkgdW63z8d .mbr-section-title {
  color: #333336;
}
.cid-vkgdW63z8d .mbr-text {
  color: #6f6f75;
}
.cid-vkgdW63WVP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgdW63WVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW63WVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW63WVP .label-wrapper {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkgdW63WVP .label-wrapper .label-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vkgdW63WVP .label-wrapper .label-content {
    display: block;
  }
}
.cid-vkgdW63WVP .label-wrapper .label-content .label-wrap {
  display: inline-flex;
  gap: 4px;
  padding-right: 24px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 992px) {
  .cid-vkgdW63WVP .label-wrapper .label-content .label-wrap {
    border-right: none;
    padding-right: 0;
  }
}
.cid-vkgdW63WVP .label-wrapper .label-content .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border: 4px solid #a08394;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vkgdW63WVP .label-wrapper .label-content .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW63WVP .label-wrapper .label-content .label-wrap .mbr-label {
    margin-bottom: 12px;
  }
}
.cid-vkgdW63WVP .label-wrapper .label-content .mbr-tag {
  margin-bottom: 0;
}
.cid-vkgdW63WVP .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkgdW63WVP .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkgdW63WVP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vkgdW63WVP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW63WVP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkgdW63WVP .items-wrapper {
  margin: 0 -8px;
}
.cid-vkgdW63WVP .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vkgdW63WVP .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vkgdW63WVP .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkgdW63WVP .items-wrapper .item .item-wrapper {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-vkgdW63WVP .items-wrapper .item .item-wrapper .card-box .item-price_1,
.cid-vkgdW63WVP .items-wrapper .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 24px;
}
.cid-vkgdW63WVP .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-vkgdW63WVP .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 12px;
}
.cid-vkgdW63WVP .items-wrapper .item .item-wrapper .card-box .text-wrapper_1 .item-text_1,
.cid-vkgdW63WVP .items-wrapper .item .item-wrapper .card-box .text-wrapper_2 .item-text_1,
.cid-vkgdW63WVP .items-wrapper .item .item-wrapper .card-box .text-wrapper_1 .item-text_2,
.cid-vkgdW63WVP .items-wrapper .item .item-wrapper .card-box .text-wrapper_2 .item-text_2 {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW63WVP .items-wrapper .item .item-wrapper .card-box .text-wrapper_1 .item-text_1,
  .cid-vkgdW63WVP .items-wrapper .item .item-wrapper .card-box .text-wrapper_2 .item-text_1,
  .cid-vkgdW63WVP .items-wrapper .item .item-wrapper .card-box .text-wrapper_1 .item-text_2,
  .cid-vkgdW63WVP .items-wrapper .item .item-wrapper .card-box .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
.cid-vkgdW63WVP .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vkgdW63WVP .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vkgdW63WVP .items-wrapper .item .card_1 {
  background-color: #f6f6f6;
}
.cid-vkgdW63WVP .items-wrapper .item .card_2 {
  background-color: #000000;
}
.cid-vkgdW63WVP .mbr-label {
  color: #6f6f75;
}
.cid-vkgdW63WVP .mbr-tag {
  color: #333336;
}
.cid-vkgdW63WVP .mbr-section-title,
.cid-vkgdW63WVP .title-wrapper {
  color: #333336;
  text-align: center;
}
.cid-vkgdW63WVP .mbr-text,
.cid-vkgdW63WVP .text-wrapper {
  color: #6f6f75;
  text-align: center;
}
.cid-vkgdW63WVP .item-price_1 {
  color: #333336;
  text-align: center;
}
.cid-vkgdW63WVP .item-price_2 {
  color: #f6f6f6;
  text-align: center;
}
.cid-vkgdW63WVP .item-title_1 {
  color: #333336;
}
.cid-vkgdW63WVP .item-title_2 {
  color: #ffffff;
  text-align: center;
}
.cid-vkgdW63WVP .item-text_1,
.cid-vkgdW63WVP .text-wrapper_1 {
  color: #6f6f75;
  text-align: center;
}
.cid-vkgdW63WVP .item-text_2,
.cid-vkgdW63WVP .text-wrapper_2 {
  color: #f6f6f6;
  text-align: center;
}
.cid-vkgdW63WVP .mbr-label,
.cid-vkgdW63WVP .label-wrapper,
.cid-vkgdW63WVP .mbr-tag {
  text-align: center;
}
.cid-vkgdW63WVP .item-title_1,
.cid-vkgdW63WVP .mbr-section-btn {
  text-align: center;
}
.cid-vkgdW63o8P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkgdW63o8P .item:focus,
.cid-vkgdW63o8P span:focus {
  outline: none;
}
.cid-vkgdW63o8P .item {
  cursor: pointer;
}
.cid-vkgdW63o8P .grid-container {
  grid-row-gap: 1rem;
}
@media (max-width: 767px) {
  .cid-vkgdW63o8P .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vkgdW63o8P .grid-container-1,
.cid-vkgdW63o8P .grid-container-2 {
  gap: 0 1rem;
}
@media (max-width: 767px) {
  .cid-vkgdW63o8P .grid-container-1,
  .cid-vkgdW63o8P .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-vkgdW63o8P .mbr-section-title {
  margin-bottom: 40px;
  color: #f6f6f6;
  text-align: center;
}
.cid-vkgdW63o8P .content-head {
  max-width: 800px;
}
.cid-vkgdW63o8P .container,
.cid-vkgdW63o8P .container-fluid {
  overflow: hidden;
}
.cid-vkgdW63o8P .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vkgdW63o8P .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vkgdW63o8P .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vkgdW63o8P .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vkgdW63o8P .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-vkgdW63o8P .grid-item img {
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vkgdW63o8P .grid-item img {
    height: 140px;
  }
}
.cid-vkgdW63o8P .grid-container-1,
.cid-vkgdW63o8P .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vkgdW63o8P .grid-container-1 {
  align-items: flex-end;
}
.cid-vkgdW63o8P .grid-container-2 {
  align-items: flex-start;
}
.cid-vkgdW649T4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgdW649T4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW649T4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW649T4 .label-wrapper {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkgdW649T4 .label-wrapper .label-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vkgdW649T4 .label-wrapper .label-content {
    display: block;
  }
}
.cid-vkgdW649T4 .label-wrapper .label-content .label-wrap {
  display: inline-flex;
  gap: 4px;
  padding-right: 24px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 992px) {
  .cid-vkgdW649T4 .label-wrapper .label-content .label-wrap {
    border-right: none;
    padding-right: 0;
  }
}
.cid-vkgdW649T4 .label-wrapper .label-content .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border: 4px solid #a08394;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vkgdW649T4 .label-wrapper .label-content .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW649T4 .label-wrapper .label-content .label-wrap .mbr-label {
    margin-bottom: 12px;
  }
}
.cid-vkgdW649T4 .label-wrapper .label-content .mbr-tag {
  margin-bottom: 0;
}
.cid-vkgdW649T4 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkgdW649T4 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkgdW649T4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vkgdW649T4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW649T4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkgdW649T4 .items-wrapper {
  margin: 0 -70px;
}
.cid-vkgdW649T4 .items-wrapper .card {
  padding: 0 70px;
}
.cid-vkgdW649T4 .panel-group .card {
  position: relative;
  padding: 20px 24px 32px;
  border: none;
  background-color: transparent;
  border-radius: 0 !important;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 992px) {
  .cid-vkgdW649T4 .panel-group .card {
    padding: 24px 0;
  }
}
.cid-vkgdW649T4 .panel-group .card:first-child {
  border-top: 1px solid #e6e6e6;
}
.cid-vkgdW649T4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vkgdW649T4 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vkgdW649T4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vkgdW649T4 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-vkgdW649T4 .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }
}
.cid-vkgdW649T4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 35px;
  transition: all 0.3s ease-in-out;
  color: #a08394;
}
@media (max-width: 992px) {
  .cid-vkgdW649T4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-vkgdW649T4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vkgdW649T4 .panel-group .card .panel-collapse .panel-body {
  padding-top: 12px;
}
.cid-vkgdW649T4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW649T4 .content-wrap {
    margin-top: 40px;
  }
}
.cid-vkgdW649T4 .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vkgdW649T4 .content-wrap .image-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vkgdW649T4 .content-wrap .image-wrapper img {
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkgdW649T4 .content-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-vkgdW649T4 .content-wrap .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vkgdW649T4 .content-wrap .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
.cid-vkgdW649T4 .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vkgdW649T4 .mbr-label {
  color: #6f6f75;
}
.cid-vkgdW649T4 .mbr-tag {
  color: #333336;
}
.cid-vkgdW649T4 .mbr-section-title,
.cid-vkgdW649T4 .title-wrapper {
  color: #333336;
  text-align: center;
}
.cid-vkgdW649T4 .mbr-text,
.cid-vkgdW649T4 .text-wrapper {
  color: #6f6f75;
  text-align: center;
}
.cid-vkgdW649T4 .panel-title-edit {
  color: #333336;
}
.cid-vkgdW649T4 .panel-text {
  color: #6f6f75;
}
.cid-vkgdW649T4 .mbr-label,
.cid-vkgdW649T4 .label-wrapper,
.cid-vkgdW649T4 .mbr-tag {
  text-align: center;
}
.cid-vkgdW65cNb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgdW65cNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW65cNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW65cNb .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkgdW65cNb .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vkgdW65cNb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vkgdW65cNb .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW65cNb .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkgdW65cNb .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 52px 40px 40px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 992px) {
  .cid-vkgdW65cNb .items-wrapper .item .item-wrapper {
    padding: 24px 0;
    display: block;
  }
}
.cid-vkgdW65cNb .items-wrapper .item .item-wrapper .list-title {
  display: flex;
  gap: 12px;
  width: 40%;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vkgdW65cNb .items-wrapper .item .item-wrapper .list-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vkgdW65cNb .items-wrapper .item .item-wrapper .list-title .item-number {
  margin-bottom: 0;
}
.cid-vkgdW65cNb .items-wrapper .item .item-wrapper .list-title .item-title {
  margin-bottom: 0;
}
.cid-vkgdW65cNb .items-wrapper .item .item-wrapper .list-text {
  width: 35%;
  padding-right: 32px;
  height: fit-content;
  border-left: 1px solid #e6e6e6;
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-vkgdW65cNb .items-wrapper .item .item-wrapper .list-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vkgdW65cNb .items-wrapper .item .item-wrapper .list-text .item-text {
  margin-bottom: 0;
}
.cid-vkgdW65cNb .items-wrapper .item .item-wrapper .list-text .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkgdW65cNb .items-wrapper .item .item-wrapper .list-wrapper {
  width: 25%;
}
@media (max-width: 992px) {
  .cid-vkgdW65cNb .items-wrapper .item .item-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-vkgdW65cNb .items-wrapper .item .item-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vkgdW65cNb .items-wrapper .item .item-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
}
.cid-vkgdW65cNb .items-wrapper .item .item-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkgdW65cNb .mbr-section-title {
  color: #333336;
}
.cid-vkgdW65cNb .mbr-text {
  color: #6f6f75;
}
.cid-vkgdW65cNb .item-number {
  color: #A08394;
}
.cid-vkgdW65cNb .item-title {
  color: #333336;
}
.cid-vkgdW65cNb .item-text {
  color: #6f6f75;
}
.cid-vkgdW65cNb .list {
  color: #333336;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vkgdW65cNb .list {
    text-align: left;
  }
}
.cid-vkgdW65zyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgdW65zyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW65zyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW65zyf .items-wrapper {
  margin: 0 -8px;
}
.cid-vkgdW65zyf .items-wrapper .item {
  padding: 0 8px;
}
.cid-vkgdW65zyf .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vkgdW65zyf .item {
    margin-bottom: 24px;
  }
  .cid-vkgdW65zyf .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkgdW65zyf .card-wrapper {
  height: 100%;
}
.cid-vkgdW65zyf .card-wrapper .content-wrap {
  padding: 32px;
  background-color: #f6f6f6;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vkgdW65zyf .card-wrapper .content-wrap {
    padding: 24px;
  }
}
.cid-vkgdW65zyf .card-wrapper .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
.cid-vkgdW65zyf .card-wrapper .content-wrap .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 2px 16px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  margin-bottom: 0;
}
.cid-vkgdW65zyf .card-wrapper .content-wrap .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vkgdW65zyf .card-wrapper .content-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 35px;
  display: inline-flex;
}
.cid-vkgdW65zyf .card-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW65zyf .card-wrapper .content-wrap .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vkgdW65zyf .card-wrapper .content-wrapper {
  padding: 32px;
  background-color: #d1b3c4;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-vkgdW65zyf .card-wrapper .content-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-vkgdW65zyf .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-vkgdW65zyf .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW65zyf .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkgdW65zyf .card-wrapper .content-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-vkgdW65zyf .card-wrapper .content-wrapper .image-wrap img {
  height: 250px;
  margin-top: 40px;
  display: inline-flex;
  width: 70%;
  margin-bottom: -100px;
  object-fit: cover;
}
.cid-vkgdW65zyf .item-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden !important;
  min-height: 320px;
}
.cid-vkgdW65zyf .item-wrapper:hover .item-img img,
.cid-vkgdW65zyf .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-vkgdW65zyf .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.cid-vkgdW65zyf .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vkgdW65zyf .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-vkgdW65zyf .item-wrapper .card-box .item-title_1 {
  margin-bottom: 12px;
}
.cid-vkgdW65zyf .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vkgdW65zyf .item-wrapper .card-box .item-btn {
  margin-top: 4px;
  margin-bottom: -9.6px;
}
.cid-vkgdW65zyf .item-wrapper .card-box .title-wrap .card-title {
  display: inline-flex;
  gap: 4px;
}
.cid-vkgdW65zyf .item-wrapper .card-box .title-wrap .card-title .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 4px solid #a08394;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vkgdW65zyf .item-wrapper .card-box .title-wrap .card-title .item-title {
  margin-bottom: 0;
}
.cid-vkgdW65zyf .card_1 .card-box .item-text,
.cid-vkgdW65zyf .card_2 .card-box .item-text {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-vkgdW65zyf .card_1 .card-box .item-text,
  .cid-vkgdW65zyf .card_2 .card-box .item-text {
    padding-left: 0;
  }
}
.cid-vkgdW65zyf .card_1 .card-box .item-btn,
.cid-vkgdW65zyf .card_2 .card-box .item-btn {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-vkgdW65zyf .card_1 .card-box .item-btn,
  .cid-vkgdW65zyf .card_2 .card-box .item-btn {
    padding-left: 0;
  }
}
.cid-vkgdW65zyf .card_1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #f6f6f6 0, transparent 150%);
  pointer-events: none;
  z-index: 1;
}
.cid-vkgdW65zyf .card_2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vkgdW65zyf .card_2 {
    justify-content: flex-start;
  }
}
.cid-vkgdW65zyf .card_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #f6f6f6 0, transparent 150%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vkgdW65zyf .card_2::before {
    background-image: linear-gradient(135deg, #f6f6f6 0, transparent 150%);
  }
}
.cid-vkgdW65zyf .card_3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vkgdW65zyf .card_3 {
    justify-content: flex-start;
  }
}
.cid-vkgdW65zyf .card_3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}
.cid-vkgdW65zyf .mbr-label {
  color: #333336;
}
.cid-vkgdW65zyf .mbr-desc {
  color: #333336;
}
.cid-vkgdW65zyf .mbr-section-title {
  color: #000000;
}
.cid-vkgdW65zyf .mbr-text,
.cid-vkgdW65zyf .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vkgdW65zyf .item-title {
  color: #333336;
}
.cid-vkgdW65zyf .item-title_1 {
  color: #ff4400;
}
.cid-vkgdW65zyf .item-text,
.cid-vkgdW65zyf .text-wrap {
  color: #333336;
}
.cid-vkgdW65zyf .mbr-label,
.cid-vkgdW65zyf .label-wrapper {
  text-align: center;
}
.cid-vkgdW65zyf .mbr-desc,
.cid-vkgdW65zyf .desc-wrapper,
.cid-vkgdW65zyf .iconfont-wrapper {
  text-align: center;
}
.cid-vkgdW65zyf .mbr-section-title,
.cid-vkgdW65zyf .main-btn {
  text-align: center;
}
.cid-vkgdW65zyf .cards-icon {
  color: #A08394;
}
.cid-vkgdW65zyf .item-title_1,
.cid-vkgdW65zyf .item-btn {
  color: #A08394;
}
.cid-vkgdW66xZ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgdW66xZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW66xZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW66xZ3 .mbr-section-title {
  margin-bottom: 40px;
  color: #6f6f75;
}
.cid-vkgdW66xZ3 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 40px;
}
@media (max-width: 1440px) {
  .cid-vkgdW66xZ3 .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 60px 24px;
  }
}
@media (max-width: 768px) {
  .cid-vkgdW66xZ3 .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-vkgdW66xZ3 .item-wrapper:hover .item-img img,
.cid-vkgdW66xZ3 .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-vkgdW66xZ3 .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 24px;
}
.cid-vkgdW66xZ3 .item-wrapper .item-img img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vkgdW66xZ3 .item-wrapper .item-img img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-vkgdW66xZ3 .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vkgdW66xZ3 .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vkgdW66xZ3 .item-wrapper .card-box .item-name {
  margin-bottom: 4px;
}
.cid-vkgdW66xZ3 .item-wrapper .card-box .item-role {
  margin-bottom: 0;
}
.cid-vkgdW66xZ3 .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 12px;
}
.cid-vkgdW66xZ3 .item-wrapper .card-box .social-wrapper {
  height: 100%;
  margin-top: 16px;
}
.cid-vkgdW66xZ3 .item-wrapper .card-box .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.cid-vkgdW66xZ3 .item-wrapper .card-box .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
}
.cid-vkgdW66xZ3 .item-wrapper .card-box .social-wrapper .social-wrap .soc-item:hover .mbr-iconfont,
.cid-vkgdW66xZ3 .item-wrapper .card-box .social-wrapper .social-wrap .soc-item:hover .mbr-iconfont {
  text-decoration-color: inherit !important;
}
.cid-vkgdW66xZ3 .item-wrapper .card-box .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vkgdW66xZ3 .item-wrapper .card-box .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  text-decoration-color: inherit !important;
}
.cid-vkgdW66xZ3 .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vkgdW66xZ3 .item-wrapper .card-box .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-vkgdW66xZ3 .item-name {
  color: #333336;
}
.cid-vkgdW66xZ3 .item-role {
  color: #6f6f75;
}
.cid-vkgdW66xZ3 .card-icon {
  color: #A08394;
}
.cid-vkgdW67lhz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgdW67lhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW67lhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW67lhz .items-wrapper {
  margin: 0 -20px;
}
.cid-vkgdW67lhz .items-wrapper .item {
  padding: 0 20px;
}
.cid-vkgdW67lhz .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vkgdW67lhz .item {
    margin-bottom: 24px;
  }
  .cid-vkgdW67lhz .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkgdW67lhz .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  overflow: hidden !important;
  min-height: 800px;
  padding: 32px 32px 100px;
}
@media (max-width: 1920px) {
  .cid-vkgdW67lhz .item-wrapper {
    min-height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vkgdW67lhz .item-wrapper {
    padding: 24px;
    min-height: 400px;
  }
}
.cid-vkgdW67lhz .item-wrapper:hover .item-img img,
.cid-vkgdW67lhz .item-wrapper:focus .item-img img {
  filter: blur(6px);
}
.cid-vkgdW67lhz .item-wrapper:hover::before,
.cid-vkgdW67lhz .item-wrapper:focus::before {
  opacity: 0.8 !important;
}
.cid-vkgdW67lhz .item-wrapper:hover .card-box .item-date,
.cid-vkgdW67lhz .item-wrapper:focus .card-box .item-date {
  padding: 0 8px 16px 8px;
  opacity: 1;
}
.cid-vkgdW67lhz .item-wrapper:hover .card-box .border-wrap,
.cid-vkgdW67lhz .item-wrapper:focus .card-box .border-wrap {
  opacity: 1;
}
.cid-vkgdW67lhz .item-wrapper:hover .card-box .item-title,
.cid-vkgdW67lhz .item-wrapper:focus .card-box .item-title {
  padding: 0 4px 0 4px;
}
.cid-vkgdW67lhz .item-wrapper:hover .card-box .item-desc,
.cid-vkgdW67lhz .item-wrapper:focus .card-box .item-desc {
  padding: 0 4px 0 4px;
}
.cid-vkgdW67lhz .item-wrapper:hover .item-content .item-text,
.cid-vkgdW67lhz .item-wrapper:focus .item-content .item-text {
  opacity: 1;
}
.cid-vkgdW67lhz .item-wrapper:hover .item-content .item-btn,
.cid-vkgdW67lhz .item-wrapper:focus .item-content .item-btn {
  opacity: 1;
}
.cid-vkgdW67lhz .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vkgdW67lhz .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vkgdW67lhz .item-wrapper .item-img img {
    filter: blur(6px) !important;
  }
}
.cid-vkgdW67lhz .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
  transition: all 0.5s ease;
}
.cid-vkgdW67lhz .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vkgdW67lhz .item-wrapper .card-box .item-date {
  padding: 0 16px 16px 16px;
  margin-bottom: 0;
  transition: all 0.5s ease;
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW67lhz .item-wrapper .card-box .item-date {
    opacity: 1 !important;
    padding: 0 0 16px 0 !important;
  }
}
.cid-vkgdW67lhz .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  opacity: 0;
  transition: all 0.5s ease;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vkgdW67lhz .item-wrapper .card-box .border-wrap {
    opacity: 1 !important;
  }
}
.cid-vkgdW67lhz .item-wrapper .card-box .item-title {
  padding: 0 16px 0 16px;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vkgdW67lhz .item-wrapper .card-box .item-title {
    padding: 0 !important;
  }
}
.cid-vkgdW67lhz .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
  padding: 0 16px 0 16px;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vkgdW67lhz .item-wrapper .card-box .item-desc {
    padding: 0 !important;
  }
}
.cid-vkgdW67lhz .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-vkgdW67lhz .item-wrapper .item-content .item-text {
  margin-top: 24px;
  margin-bottom: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vkgdW67lhz .item-wrapper .item-content .item-text {
    opacity: 1 !important;
  }
}
.cid-vkgdW67lhz .item-wrapper .item-content .item-btn {
  opacity: 0;
  margin-top: 14px;
  margin-bottom: -9.6px;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .cid-vkgdW67lhz .item-wrapper .item-content .item-btn {
    opacity: 1 !important;
  }
}
.cid-vkgdW67lhz .item-date {
  color: #f6f6f6;
}
.cid-vkgdW67lhz .item-title {
  color: #ffffff;
}
.cid-vkgdW67lhz .item-desc {
  color: #f6f6f6;
}
.cid-vkgdW67lhz .item-text {
  color: #f6f6f6;
}
.cid-vkgdW67qAV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkgdW67qAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW67qAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW67qAV .label-wrapper {
  margin-bottom: 60px;
  padding-bottom: 24px;
  border-bottom: 1px solid #333336;
}
@media (max-width: 992px) {
  .cid-vkgdW67qAV .label-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkgdW67qAV .label-wrapper .label-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vkgdW67qAV .label-wrapper .label-content {
    display: block;
  }
}
.cid-vkgdW67qAV .label-wrapper .label-content .label-wrap {
  display: inline-flex;
  gap: 4px;
  padding-right: 24px;
  border-right: 1px solid #333336;
}
@media (max-width: 992px) {
  .cid-vkgdW67qAV .label-wrapper .label-content .label-wrap {
    border-right: none;
    padding-right: 0;
  }
}
.cid-vkgdW67qAV .label-wrapper .label-content .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 4px solid #ffe5f7;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vkgdW67qAV .label-wrapper .label-content .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW67qAV .label-wrapper .label-content .label-wrap .mbr-label {
    margin-bottom: 12px;
  }
}
.cid-vkgdW67qAV .label-wrapper .label-content .mbr-tag {
  margin-bottom: 0;
}
.cid-vkgdW67qAV .google-map iframe {
  height: 650px;
}
@media (max-width: 1440px) {
  .cid-vkgdW67qAV .google-map iframe {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vkgdW67qAV .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vkgdW67qAV .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vkgdW67qAV .google-map iframe {
    height: 300px;
  }
}
.cid-vkgdW67qAV .mbr-label {
  color: #c0c0c0;
}
.cid-vkgdW67qAV .mbr-tag {
  color: #6f6f75;
}
.cid-vkgdW68nu7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgdW68nu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW68nu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW68nu7 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkgdW68nu7 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkgdW68nu7 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vkgdW68nu7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkgdW68nu7 .image-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkgdW68nu7 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkgdW68nu7 .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vkgdW68nu7 .image-wrapper img {
    height: 300px;
  }
}
.cid-vkgdW68nu7 .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-vkgdW68nu7 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vkgdW68nu7 .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 8px;
}
.cid-vkgdW68nu7 .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vkgdW68nu7 .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 4px;
  margin-bottom: -9.6px;
}
.cid-vkgdW68nu7 .mbr-section-title {
  color: #c0c0c0;
}
.cid-vkgdW68nu7 .mbr-text {
  color: #333336;
}
.cid-vkgdW68nu7 .item-title {
  color: #333336;
}
.cid-vkgdW68nu7 .item-text {
  color: #6f6f75;
}
.cid-vkgdW686ae {
  background-image: url("../images/d7IFIQODpuOn.jpeg");
}
.cid-vkgdW686ae .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW686ae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW686ae .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  gap: 4px;
}
.cid-vkgdW686ae .content-wrapper .title-wrapper .title-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 4px solid #ffe5f7;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vkgdW686ae .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkgdW686ae .content-wrapper .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkgdW686ae .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkgdW686ae .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-top: 24px;
  }
}
.cid-vkgdW686ae .content-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vkgdW686ae .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vkgdW686ae .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-vkgdW686ae .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-top: 24px;
  }
}
.cid-vkgdW686ae .mbr-section-title {
  color: #ffffff;
}
.cid-vkgdW686ae .mbr-section-subtitle,
.cid-vkgdW686ae .subtitle-wrapper {
  color: #FFE5F7;
  text-align: center;
}
.cid-vkgdW686ae .mbr-text,
.cid-vkgdW686ae .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vkgdW686ae .mbr-desc,
.cid-vkgdW686ae .desc-wrapper {
  color: #f6f6f6;
  text-align: center;
}
.cid-vkgdW686ae .mbr-section-title,
.cid-vkgdW686ae .title-wrapper,
.cid-vkgdW686ae .mbr-section-btn {
  text-align: center;
}
.cid-vkgdW685qf {
  background-image: url("../images/FBy9lxpJr1VT.jpeg");
}
.cid-vkgdW685qf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW685qf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW685qf .content-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkgdW685qf .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vkgdW685qf .content-wrapper .mbr-name {
  margin-bottom: 4px;
}
.cid-vkgdW685qf .content-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-vkgdW685qf .content-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vkgdW685qf .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
@media (max-width: 992px) {
  .cid-vkgdW685qf .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vkgdW685qf .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vkgdW685qf .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vkgdW685qf .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-vkgdW685qf .image-wrapper img {
    height: 300px;
  }
}
.cid-vkgdW685qf .mbr-text {
  color: #ffffff;
}
.cid-vkgdW685qf .mbr-name {
  color: #000000;
}
.cid-vkgdW685qf .mbr-role {
  color: #000000;
}
.cid-vkgdW685qf .mbr-text,
.cid-vkgdW685qf .mbr-section-btn {
  color: #000000;
}
.cid-vkgdW69lj3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkgdW69lj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW69lj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW69lj3 .items-wrap {
  margin: 0 -30px;
  align-items: center;
}
.cid-vkgdW69lj3 .items-wrap .card {
  padding: 0 30px;
}
.cid-vkgdW69lj3 .mbr-section-title {
  margin-bottom: 40px;
  color: #c0c0c0;
  text-align: center;
}
.cid-vkgdW69lj3 .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vkgdW69lj3 .items-wrapper .item {
  width: 20%;
}
@media (max-width: 992px) {
  .cid-vkgdW69lj3 .items-wrapper .item {
    width: 100%;
  }
}
.cid-vkgdW69lj3 .items-wrapper .item .item-wrapper {
  border-right: 1px solid #333336;
}
@media (max-width: 992px) {
  .cid-vkgdW69lj3 .items-wrapper .item .item-wrapper {
    border-right: 0;
    border-bottom: 1px solid #333336;
  }
}
.cid-vkgdW69lj3 .items-wrapper .item:last-child .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vkgdW69lj3 .items-wrapper .item:last-child .item-wrapper {
    border-bottom: none;
  }
}
.cid-vkgdW69lj3 .items-wrapper .item .item-wrapper {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vkgdW69lj3 .items-wrapper .item .item-wrapper {
    padding: 16px;
  }
}
.cid-vkgdW69lj3 .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vkgdW69lj3 .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-vkgdW69lj3 .btn-wrapper {
  margin-top: -2.5rem;
}
.cid-vkgdW69lj3 .item-title {
  color: #c0c0c0;
  text-align: center;
}
.cid-vkgdW69lj3 .item-number {
  color: #c0c0c0;
  text-align: center;
}
.cid-vkgdW69cec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgdW69cec .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW69cec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW69cec .label-wrapper {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vkgdW69cec .label-wrapper .label-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vkgdW69cec .label-wrapper .label-content {
    display: block;
  }
}
.cid-vkgdW69cec .label-wrapper .label-content .label-wrap {
  display: inline-flex;
  gap: 4px;
  padding-right: 24px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 992px) {
  .cid-vkgdW69cec .label-wrapper .label-content .label-wrap {
    border-right: none;
    padding-right: 0;
  }
}
.cid-vkgdW69cec .label-wrapper .label-content .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border: 4px solid #a08394;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vkgdW69cec .label-wrapper .label-content .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW69cec .label-wrapper .label-content .label-wrap .mbr-label {
    margin-bottom: 12px;
  }
}
.cid-vkgdW69cec .label-wrapper .label-content .mbr-tag {
  margin-bottom: 0;
}
.cid-vkgdW69cec .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkgdW69cec .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkgdW69cec .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vkgdW69cec .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW69cec .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkgdW69cec .tabs-wrapper {
  margin-bottom: 40px;
}
.cid-vkgdW69cec .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #333336;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  gap: 0;
  flex-wrap: wrap;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vkgdW69cec .tabs-wrapper .nav.nav-tabs {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .cid-vkgdW69cec .tabs-wrapper .nav.nav-tabs {
    width: 100%;
  }
}
.cid-vkgdW69cec .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  will-change: transform;
}
.cid-vkgdW69cec .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #333336;
  padding: 10px 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  background-color: transparent;
  will-change: transform;
}
.cid-vkgdW69cec .tabs-wrapper .nav.nav-tabs .nav-item .nav-link span {
  line-height: 1.6;
}
.cid-vkgdW69cec .tabs-wrapper .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  line-height: 1;
  margin-right: 0;
  margin-left: 12px;
  font-size: inherit;
}
.cid-vkgdW69cec .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #333336;
  color: #ffffff;
  border: none;
}
.cid-vkgdW69cec .tab-content .tab-pane .item-content {
  margin: 0 -40px;
}
.cid-vkgdW69cec .tab-content .tab-pane .item-content .card {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vkgdW69cec .tab-content .tab-pane .image-wrap {
    margin-bottom: 24px;
  }
}
.cid-vkgdW69cec .tab-content .tab-pane .image-wrap img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vkgdW69cec .tab-content .tab-pane .image-wrap img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vkgdW69cec .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vkgdW69cec .tab-content .tab-pane .card-title {
    margin-bottom: 24px;
  }
}
.cid-vkgdW69cec .tab-content .tab-pane .card-title .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vkgdW69cec .tab-content .tab-pane .card-title .item-title {
    margin-bottom: 24px;
  }
}
.cid-vkgdW69cec .tab-content .tab-pane .card-title .item-price {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vkgdW69cec .tab-content .tab-pane .card-title .item-price {
    margin-bottom: 24px;
  }
}
.cid-vkgdW69cec .tab-content .tab-pane .card-title .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW69cec .tab-content .tab-pane .card-title .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkgdW69cec .tab-content .tab-pane .card-title .mbr-section-btn {
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vkgdW69cec .tab-content .tab-pane .card-title .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vkgdW69cec .tab-content .tab-pane .list-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vkgdW69cec .tab-content .tab-pane .list-wrapper .list {
  width: 75%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 1440px) {
  .cid-vkgdW69cec .tab-content .tab-pane .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkgdW69cec .tab-content .tab-pane .list-wrapper .list .item-wrap {
  padding: 16px 8px 16px 44px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vkgdW69cec .tab-content .tab-pane .list-wrapper .list .item-wrap {
    padding: 16px 0 16px 36px;
  }
}
.cid-vkgdW69cec .tab-content .tab-pane .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 23px;
  left: 8px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #a08394;
  border: 1px solid #a08394;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .cid-vkgdW69cec .tab-content .tab-pane .list-wrapper .list .item-wrap::before {
    left: 0;
  }
}
.cid-vkgdW69cec .mbr-label {
  color: #6f6f75;
}
.cid-vkgdW69cec .mbr-tag {
  color: #333336;
}
.cid-vkgdW69cec .mbr-section-title {
  color: #333336;
}
.cid-vkgdW69cec .mbr-text,
.cid-vkgdW69cec .text-wrapper {
  color: #6f6f75;
  text-align: center;
}
.cid-vkgdW69cec .item-title {
  color: #6f6f75;
}
.cid-vkgdW69cec .item-price {
  color: #333336;
  text-align: center;
}
.cid-vkgdW69cec .item-text,
.cid-vkgdW69cec .text-wrap {
  color: #6f6f75;
  text-align: center;
}
.cid-vkgdW69cec .list {
  color: #333336;
}
.cid-vkgdW69cec .mbr-label,
.cid-vkgdW69cec .label-wrapper,
.cid-vkgdW69cec .mbr-tag {
  text-align: center;
}
.cid-vkgdW69cec .mbr-section-title,
.cid-vkgdW69cec .title-wrapper,
.cid-vkgdW69cec .tabs-wrapper {
  text-align: center;
}
.cid-vkgdW69cec .item-title,
.cid-vkgdW69cec .mbr-section-btn {
  text-align: center;
}
.cid-vkgdW6arPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkgdW6arPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW6arPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW6arPq .content-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vkgdW6arPq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vkgdW6arPq .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 425px) {
  .cid-vkgdW6arPq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vkgdW6arPq .embla__slide .slide-content {
  width: 100%;
}
.cid-vkgdW6arPq .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vkgdW6arPq .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vkgdW6arPq .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  height: 80px;
  opacity: 0.5;
  filter: invert(1);
}
.cid-vkgdW6arPq .embla__button--next,
.cid-vkgdW6arPq .embla__button--prev {
  display: flex;
}
.cid-vkgdW6arPq .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: transparent !important;
  color: #ff4400 !important;
  border: 1px solid #ff4400 !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vkgdW6arPq .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-vkgdW6arPq .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vkgdW6arPq .embla__button.embla__button--prev {
  right: 52px;
}
.cid-vkgdW6arPq .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vkgdW6arPq .embla__button.embla__button--next {
  right: 0;
}
.cid-vkgdW6arPq .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vkgdW6arPq .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vkgdW6arPq .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vkgdW6arPq .embla__viewport {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-vkgdW6arPq .embla__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.cid-vkgdW6arPq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vkgdW6arPq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vkgdW6arPq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vkgdW6arPq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vkgdW6arPq .mbr-label {
  color: #c0c0c0;
  text-align: center;
}
.cid-vkgdW6b1fu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgdW6b1fu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW6b1fu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW6b1fu .content-wrapper {
  margin-bottom: 40px;
}
.cid-vkgdW6b1fu .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vkgdW6b1fu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkgdW6b1fu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkgdW6b1fu .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vkgdW6b1fu .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vkgdW6b1fu .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vkgdW6b1fu .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #e6e6e6 !important;
  box-shadow: none;
  margin-bottom: 32px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vkgdW6b1fu .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 24px;
  }
}
.cid-vkgdW6b1fu .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #333336;
}
.cid-vkgdW6b1fu .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vkgdW6b1fu .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #d1b3c4 !important;
}
.cid-vkgdW6b1fu .form-wrap .dragArea.row .form-group textarea {
  min-height: 80px;
}
.cid-vkgdW6b1fu .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vkgdW6b1fu .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #333336;
  border-color: #333336;
}
.cid-vkgdW6b1fu .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
}
.cid-vkgdW6b1fu .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
}
.cid-vkgdW6b1fu .mbr-section-title {
  color: #333336;
}
.cid-vkgdW6b1fu .mbr-text {
  color: #6f6f75;
}
.cid-vkgdW6b1fu label {
  color: #6f6f75;
}
.cid-vkgdW6bSlh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkgdW6bSlh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW6bSlh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW6bSlh .content-wrapper {
  padding: 100px 60px 60px;
  background-color: #f6f6f6;
}
@media (max-width: 1440px) {
  .cid-vkgdW6bSlh .content-wrapper {
    padding: 60px 40px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vkgdW6bSlh .content-wrapper {
    padding: 24px;
  }
}
.cid-vkgdW6bSlh .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vkgdW6bSlh .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkgdW6bSlh .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vkgdW6bSlh .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vkgdW6bSlh .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 35px;
  display: inline-flex;
}
.cid-vkgdW6bSlh .item .item-wrapper .item-title {
  margin-bottom: 12px;
}
.cid-vkgdW6bSlh .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vkgdW6bSlh .item .item-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vkgdW6bSlh .item .item-wrapper .mbr-section-btn {
    margin-top: 4px;
  }
}
.cid-vkgdW6bSlh .btn-wrapper {
  margin-top: -2.5rem;
}
.cid-vkgdW6bSlh .item-title {
  color: #333336;
  text-align: center;
}
.cid-vkgdW6bSlh .item-text {
  color: #6f6f75;
  text-align: center;
}
.cid-vkgdW6bSlh .item-title,
.cid-vkgdW6bSlh .iconfont-wrapper,
.cid-vkgdW6bSlh .mbr-section-btn {
  text-align: center;
}
.cid-vkgdW6bSlh .cards-icon {
  color: #A08394;
}
.cid-vkgdW6bjH9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkgdW6bjH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkgdW6bjH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkgdW6bjH9 .container-fluid {
  padding: 0;
}
.cid-vkgdW6bjH9 .items-wrapper {
  margin: 0;
}
.cid-vkgdW6bjH9 .items-wrapper .card {
  padding: 0;
}
.cid-vkgdW6bjH9 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
.cid-vkgdW6bjH9 .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  padding: 60px 40px 60px 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkgdW6bjH9 .nav-wrapper {
    padding: 24px;
    gap: 48px;
  }
}
.cid-vkgdW6bjH9 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: fit-content;
}
.cid-vkgdW6bjH9 .nav-wrapper .nav-wrap .list .item-wrap {
  width: fit-content;
  position: relative;
  transition: all 0.3s ease;
  margin-bottom: 16px;
}
.cid-vkgdW6bjH9 .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #ff4400;
  transition: all 0.3s ease;
}
.cid-vkgdW6bjH9 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vkgdW6bjH9 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vkgdW6bjH9 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ff4400;
}
.cid-vkgdW6bjH9 .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vkgdW6bjH9 .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vkgdW6bjH9 .content-wrapper {
  padding: 60px 40px 60px 40px;
  background-color: #f6f6f6;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkgdW6bjH9 .content-wrapper {
    padding: 24px;
  }
}
.cid-vkgdW6bjH9 .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vkgdW6bjH9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkgdW6bjH9 .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vkgdW6bjH9 .social-wrapper {
  height: 100%;
}
.cid-vkgdW6bjH9 .social-wrapper .soc-item {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  transition: all 0.3s ease;
}
.cid-vkgdW6bjH9 .social-wrapper .soc-item:hover,
.cid-vkgdW6bjH9 .social-wrapper .soc-item:hover {
  background-color: #ff4400;
}
.cid-vkgdW6bjH9 .social-wrapper .soc-item:hover .soc-item,
.cid-vkgdW6bjH9 .social-wrapper .soc-item:hover .soc-item {
  color: #ffffff;
}
.cid-vkgdW6bjH9 .social-wrapper .soc-item:hover .mbr-iconfont,
.cid-vkgdW6bjH9 .social-wrapper .soc-item:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vkgdW6bjH9 .social-wrapper .soc-item:hover a.mbr-iconfont,
.cid-vkgdW6bjH9 .social-wrapper .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vkgdW6bjH9 .social-wrapper .soc-item .mbr-soc {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-vkgdW6bjH9 .social-wrapper .soc-item a {
  display: block;
}
.cid-vkgdW6bjH9 .social-wrapper .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-vkgdW6bjH9 .mbr-copy {
  padding: 40px;
  margin-bottom: 0;
  color: #6f6f75;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vkgdW6bjH9 .mbr-copy {
    padding: 24px;
  }
}
.cid-vkgdW6bjH9 .list {
  color: #333336;
}
.cid-vkgdW6bjH9 .mbr-section-title {
  color: #333336;
}
.cid-vkgdW6bjH9 .mbr-text {
  color: #333336;
}
.cid-vkgdW6bjH9 .mbr-soc {
  color: #333336;
}
