.btn {
  border: none !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fefcef;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 300;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3.075rem;
  line-height: 1.21;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84375rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.44rem;
  line-height: 1.21;
}
.display-5 > .mbr-iconfont {
  font-size: 3.05rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.09375rem;
}
/* ---- 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.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.46rem;
    font-size: calc( 1.72625rem + (3.075 - 1.72625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.21 * (1.72625rem + (3.075 - 1.72625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.952rem;
    font-size: calc( 1.504rem + (2.44 - 1.504) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.21 * (1.504rem + (2.44 - 1.504) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.61rem + (5.6 - 2.61) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.46rem;
    font-size: calc( 1.72625rem + (3.075 - 1.72625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.21 * (1.72625rem + (3.075 - 1.72625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.952rem;
    font-size: calc( 1.504rem + (2.44 - 1.504) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.21 * (1.504rem + (2.44 - 1.504) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (0.95625rem + (0.875 - 0.95625) * ((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: #efbcd5 !important;
}
.bg-success {
  background-color: #8eeabf !important;
}
.bg-info {
  background-color: #80e4f8 !important;
}
.bg-warning {
  background-color: #ffde79 !important;
}
.bg-danger {
  background-color: #eb8d96 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #efbcd5 !important;
  border-color: #efbcd5 !important;
  color: #62173c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f9e5ef !important;
  border-color: #f9e5ef !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #62173c !important;
  background-color: #f9e5ef !important;
  border-color: #f9e5ef !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5f85dd !important;
  border-color: #5f85dd !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #89a5e6 !important;
  border-color: #89a5e6 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #89a5e6 !important;
  border-color: #89a5e6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #80e4f8 !important;
  border-color: #80e4f8 !important;
  color: #043842 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #b0eefb !important;
  border-color: #b0eefb !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #043842 !important;
  background-color: #b0eefb !important;
  border-color: #b0eefb !important;
}
.btn-success,
.btn-success:active {
  background-color: #8eeabf !important;
  border-color: #8eeabf !important;
  color: #0b3b25 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #b9f2d7 !important;
  border-color: #b9f2d7 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0b3b25 !important;
  background-color: #b9f2d7 !important;
  border-color: #b9f2d7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffde79 !important;
  border-color: #ffde79 !important;
  color: #463500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffebac !important;
  border-color: #ffebac !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #463500 !important;
  background-color: #ffebac !important;
  border-color: #ffebac !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #eb8d96 !important;
  border-color: #eb8d96 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f3b8be !important;
  border-color: #f3b8be !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f3b8be !important;
  border-color: #f3b8be !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffedd6 !important;
  border-color: #ffedd6 !important;
  color: #a35b00 !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: #a35b00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #0f0e0e !important;
  border-color: #0f0e0e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #292727 !important;
  border-color: #292727 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #292727 !important;
  border-color: #292727 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #efbcd5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #de76a9 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #efbcd5 !important;
  border-color: #efbcd5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5f85dd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2855bd !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5f85dd !important;
  border-color: #5f85dd !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #80e4f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2ed3f3 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #066173 !important;
  background-color: #80e4f8 !important;
  border-color: #80e4f8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8eeabf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #45dc96 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #13663f !important;
  background-color: #8eeabf !important;
  border-color: #8eeabf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffde79;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc922 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #795b00 !important;
  background-color: #ffde79 !important;
  border-color: #ffde79 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eb8d96;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #de4352 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #eb8d96 !important;
  border-color: #eb8d96 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f0e0e;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0f0e0e !important;
  border-color: #0f0e0e !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffedd6;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffc77f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #d67800 !important;
  background-color: #ffedd6 !important;
  border-color: #ffedd6 !important;
}
.text-primary {
  color: #efbcd5 !important;
}
.text-secondary {
  color: #5f85dd !important;
}
.text-success {
  color: #8eeabf !important;
}
.text-info {
  color: #80e4f8 !important;
}
.text-warning {
  color: #ffde79 !important;
}
.text-danger {
  color: #eb8d96 !important;
}
.text-white {
  color: #ffedd6 !important;
}
.text-black {
  color: #0f0e0e !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #db6aa1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #264fb0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #38da8e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1fcff3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc513 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #dc3646 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffc070 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #efbcd5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #80e4f8;
}
.alert-warning {
  background-color: #ffde79;
}
.alert-danger {
  background-color: #eb8d96;
}
.mbr-gallery-filter li.active .btn {
  background-color: #efbcd5;
  border-color: #efbcd5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #efbcd5;
}
.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: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #efbcd5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.09375rem;
}
blockquote {
  border-color: #efbcd5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #efbcd5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #efbcd5;
}
.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: #efbcd5;
  border-bottom-color: #efbcd5;
}
.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: #efbcd5 !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: #5f85dd !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='%23efbcd5' %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;
  z-index: 1;
  padding: 10px 13px;
  font-weight: 500;
  border-radius: 1rem !important;
  overflow: hidden;
  border-radius: 0 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 13px;
  transition: all .5s ease;
  font-size: inherit;
}
.mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: all .5s ease;
  z-index: -1;
  pointer-events: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn .btn.focus .mbr-iconfont,
.mbr-section-btn .btn.active .mbr-iconfont {
  transform: rotate(180deg);
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn .btn.focus::before,
.mbr-section-btn .btn.active::before {
  transform: translateX(0);
}
.mbr-section-btn .btn-primary::before {
  background-image: linear-gradient(90deg, #ffedd6 0%, #efbcd5 90%);
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-primary.focus,
.mbr-section-btn .btn-primary.active {
  color: #62173c !important;
}
.mbr-section-btn .btn-black {
  background-color: #0f0e0e !important;
  color: #ffedd6 !important;
}
.mbr-section-btn .btn-black::before {
  background-image: linear-gradient(90deg, #ffedd6 0%, #efbcd5 90%);
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  color: #62173c !important;
}
.mbr-section-btn .btn-white {
  background-color: #ffedd6 !important;
  color: #0f0e0e !important;
}
.mbr-section-btn .btn-white::before {
  background-image: linear-gradient(90deg, #ffedd6 0%, #efbcd5 90%);
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  color: #62173c;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.small-radius {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vr3dLaAueM .navbar-dropdown {
  position: relative !important;
}
.cid-vr3dLaAueM .container-fluid {
  padding-left: 182px;
  padding-right: 182px;
}
@media (max-width: 1840px) {
  .cid-vr3dLaAueM .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-vr3dLaAueM .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-vr3dLaAueM .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vr3dLaAueM .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-vr3dLaAueM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vr3dLaAueM .dropdown-item {
  border: none !important;
  background: #171200 !important;
  font-weight: 700;
}
.cid-vr3dLaAueM .dropdown-item:hover,
.cid-vr3dLaAueM .dropdown-item:focus {
  background: #171200 !important;
  color: #fefcef !important;
}
.cid-vr3dLaAueM .dropdown-item:hover span {
  color: white;
}
.cid-vr3dLaAueM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vr3dLaAueM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vr3dLaAueM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vr3dLaAueM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vr3dLaAueM .nav-link {
  position: relative;
}
.cid-vr3dLaAueM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1210px;
}
@media (min-width: 992px) {
  .cid-vr3dLaAueM .container {
    flex-wrap: nowrap;
  }
}
.cid-vr3dLaAueM .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vr3dLaAueM .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vr3dLaAueM .dropdown-menu,
.cid-vr3dLaAueM .navbar.opened {
  background: #171200 !important;
}
.cid-vr3dLaAueM .nav-item:focus,
.cid-vr3dLaAueM .nav-link:focus {
  outline: none;
}
.cid-vr3dLaAueM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vr3dLaAueM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vr3dLaAueM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vr3dLaAueM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vr3dLaAueM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vr3dLaAueM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vr3dLaAueM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #171200;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vr3dLaAueM .navbar.opened {
  transition: all 0.3s;
}
.cid-vr3dLaAueM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 20px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vr3dLaAueM .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vr3dLaAueM .navbar .navbar-logo img {
  width: auto;
}
.cid-vr3dLaAueM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vr3dLaAueM .navbar.collapsed {
  justify-content: center;
}
.cid-vr3dLaAueM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vr3dLaAueM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vr3dLaAueM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vr3dLaAueM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vr3dLaAueM .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-vr3dLaAueM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vr3dLaAueM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vr3dLaAueM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vr3dLaAueM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vr3dLaAueM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vr3dLaAueM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vr3dLaAueM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vr3dLaAueM .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-vr3dLaAueM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vr3dLaAueM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vr3dLaAueM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vr3dLaAueM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vr3dLaAueM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vr3dLaAueM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vr3dLaAueM .navbar.navbar-short {
  min-height: 70px;
}
.cid-vr3dLaAueM .navbar.navbar-short .navbar-brand {
  min-height: 70px;
}
.cid-vr3dLaAueM .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: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vr3dLaAueM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vr3dLaAueM .navbar-brand .navbar-caption:hover,
.cid-vr3dLaAueM .navbar-brand .navbar-caption:focus {
  color: #fefcef !important;
}
.cid-vr3dLaAueM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vr3dLaAueM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vr3dLaAueM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fefcef !important;
}
.cid-vr3dLaAueM .dropdown-item.active,
.cid-vr3dLaAueM .dropdown-item:active {
  background-color: transparent;
}
.cid-vr3dLaAueM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vr3dLaAueM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vr3dLaAueM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vr3dLaAueM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171200;
  top: 2.3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vr3dLaAueM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vr3dLaAueM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vr3dLaAueM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vr3dLaAueM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vr3dLaAueM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vr3dLaAueM .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vr3dLaAueM .navbar-buttons {
    text-align: left;
  }
}
.cid-vr3dLaAueM .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vr3dLaAueM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vr3dLaAueM 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: #171200 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vr3dLaAueM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fefcef;
}
.cid-vr3dLaAueM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vr3dLaAueM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vr3dLaAueM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vr3dLaAueM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vr3dLaAueM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vr3dLaAueM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vr3dLaAueM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vr3dLaAueM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vr3dLaAueM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vr3dLaAueM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vr3dLaAueM .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-vr3dLaAueM .navbar {
    height: 70px;
  }
  .cid-vr3dLaAueM .navbar.opened {
    height: auto;
  }
  .cid-vr3dLaAueM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vr3dLaAueM .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vr3dLaAueM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vr3dLaAueM .nav-item .nav-link {
  padding: 8px 20px !important;
  margin: 0 10px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vr3dLaAueM .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vr3dLaAueM .nav-item .nav-link:hover,
.cid-vr3dLaAueM .nav-item .nav-link:focus {
  transform: translateY(-3px);
  color: #fefcef !important;
}
.cid-vr3dLaAueM .nav-item .nav-link:hover::after,
.cid-vr3dLaAueM .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vr3dLaAueM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vr3dLaAueM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vr3dLaAueM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vr3dLaAueM .navbar {
    justify-content: flex-start !important;
  }
  .cid-vr3dLaAueM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vr3dLaAueM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vr3dLaAueM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vr3dLaAueM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vr3dLaAueM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vr3dLaAueM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vr3dLaAueM .content-wrap {
  min-height: 70px;
}
.cid-vr3dLaAueM .navbar-caption {
  color: #FEFCEF;
}
.cid-vr3dLaAueM .nav-link,
.cid-vr3dLaAueM .dropdown-item {
  color: #FEFCEF;
}
.cid-vr3dLbwZYz {
  align-items: flex-end;
  padding-bottom: 24px;
  background-image: url("../../../assets/images/photo-1544957992-20514f595d6f.jpeg");
}
.cid-vr3dLbwZYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLbwZYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLbwZYz .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 1400px) {
  .cid-vr3dLbwZYz .title-wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vr3dLbwZYz .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vr3dLbwZYz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vr3dLbwZYz .title-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vr3dLbwZYz .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vr3dLbwZYz .date-wrapper,
  .cid-vr3dLbwZYz .address-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vr3dLbwZYz .date-wrapper .mbr-label,
.cid-vr3dLbwZYz .address-wrapper .mbr-label {
  margin-bottom: 8px;
}
.cid-vr3dLbwZYz .date-wrapper .mbr-date,
.cid-vr3dLbwZYz .address-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-vr3dLbwZYz .date-wrapper .mbr-address,
.cid-vr3dLbwZYz .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vr3dLbwZYz .content-wrap {
  background-color: #171200;
  border: 1px solid #3d3200;
  padding: 16px;
  margin-left: 72px;
}
@media (max-width: 1640px) {
  .cid-vr3dLbwZYz .content-wrap {
    margin-left: 0;
  }
}
.cid-vr3dLbwZYz .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vr3dLbwZYz .content-wrap .person-wrapper {
  margin-top: 40px;
}
.cid-vr3dLbwZYz .content-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vr3dLbwZYz .content-wrap .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
}
.cid-vr3dLbwZYz .content-wrap .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vr3dLbwZYz .content-wrap .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vr3dLbwZYz .mbr-section-title {
  color: #ffedd6;
}
.cid-vr3dLbwZYz .mbr-label {
  color: #FEFCEF;
}
.cid-vr3dLbwZYz .mbr-date {
  color: #FEFCEF;
}
.cid-vr3dLbwZYz .mbr-address {
  color: #FEFCEF;
}
.cid-vr3dLbwZYz .mbr-text {
  color: #ffedd6;
}
.cid-vr3dLbwZYz .item-name {
  color: #ffedd6;
}
.cid-vr3dLbwZYz .item-role {
  color: #FFEFFF;
}
.cid-vr3dLbwZYz .mbr-section-title,
.cid-vr3dLbwZYz .mbr-section-btn {
  text-align: center;
  color: #FEFCEF;
}
.cid-vr3dLbwZYz .mbr-text,
.cid-vr3dLbwZYz .text-wrapper {
  color: #FEFCEF;
}
.cid-vr3dLbwZYz .item-name,
.cid-vr3dLbwZYz .person-wrapper {
  color: #FEFCEF;
}
.cid-vr3dLbTULn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLbTULn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLbTULn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLbTULn .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vr3dLbTULn .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vr3dLbTULn .items-wrap {
  margin: 0 -30px;
}
.cid-vr3dLbTULn .items-wrap .item {
  padding: 0 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vr3dLbTULn .items-wrap .item {
    margin-bottom: 40px;
  }
  .cid-vr3dLbTULn .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vr3dLbTULn .items-wrap .item .item-wrapper:hover .image-wrapper .blur-wrap,
.cid-vr3dLbTULn .items-wrap .item .item-wrapper:focus .image-wrapper .blur-wrap {
  opacity: 1;
}
.cid-vr3dLbTULn .items-wrap .item .item-wrapper:hover .image-wrapper .item-img,
.cid-vr3dLbTULn .items-wrap .item .item-wrapper:focus .image-wrapper .item-img {
  opacity: 1;
}
.cid-vr3dLbTULn .items-wrap .item .item-wrapper .image-wrapper {
  position: relative;
  height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vr3dLbTULn .items-wrap .item .item-wrapper .image-wrapper {
    height: 350px;
  }
}
.cid-vr3dLbTULn .items-wrap .item .item-wrapper .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  animation: none !important;
}
.cid-vr3dLbTULn .items-wrap .item .item-wrapper .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.cid-vr3dLbTULn .items-wrap .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 2;
  display: inline-flex;
  height: 240px;
  width: 190px;
  object-fit: cover;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-vr3dLbTULn .items-wrap .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vr3dLbTULn .items-wrap .item .item-wrapper .card-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vr3dLbTULn .items-wrap .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-vr3dLbTULn .items-wrap .item .item-wrapper .card-box .item-content {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vr3dLbTULn .items-wrap .item .item-wrapper .card-box .item-content {
    width: 100%;
  }
}
.cid-vr3dLbTULn .items-wrap .item .item-wrapper .card-box .item-content .item-date {
  margin-bottom: 8px;
}
.cid-vr3dLbTULn .items-wrap .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 0;
}
.cid-vr3dLbTULn .items-wrap .item .item-wrapper .card-box .item-content .item-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vr3dLbTULn .items-wrap .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: -9.6px;
}
@media (max-width: 992px) {
  .cid-vr3dLbTULn .items-wrap .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 14px;
    margin-bottom: -9.6px;
  }
}
.cid-vr3dLbTULn .mbr-section-title {
  color: #FEFCEF;
}
.cid-vr3dLbTULn .item-date {
  color: #FFEFFF;
}
.cid-vr3dLbTULn .item-title {
  color: #FEFCEF;
}
.cid-vr3dLbTULn .item-text {
  color: #ffedd6;
}
.cid-vr3dLc2feT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLc2feT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLc2feT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLc2feT .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vr3dLc2feT .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vr3dLc2feT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vr3dLc2feT .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vr3dLc2feT .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vr3dLc2feT .title-wrapper .label-wrapper .mbr-label {
    margin-bottom: 16px;
  }
}
.cid-vr3dLc2feT .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fefcef 20%, #bc8ca4);
  margin-bottom: 0;
}
.cid-vr3dLc2feT .items-wrap {
  margin: 0 -8px;
}
.cid-vr3dLc2feT .items-wrap .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vr3dLc2feT .items-wrap .item {
    margin-bottom: 24px;
  }
  .cid-vr3dLc2feT .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vr3dLc2feT .items-wrap .item .item-wrapper {
  position: relative;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #3d3200;
}
@media (max-width: 992px) {
  .cid-vr3dLc2feT .items-wrap .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .corner_1 {
  top: 8px;
  left: 8px;
}
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .corner_2 {
  bottom: 8px;
  right: 8px;
}
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .card-box .item-title_1,
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 8px;
}
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .card-box .item-text_1,
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .card-box .item-price_1,
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .card-box .item-price_2 {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .card-box .list-wrapper {
  margin-top: 24px;
}
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .card-box .list-wrapper .item-list-title_1 {
  margin-bottom: 24px;
}
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .card-box .list-wrapper .list_1,
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .card-box .list-wrapper .list_2 {
  margin: 0;
  padding-left: 20px;
}
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .card-box .list-wrapper .list_1 .item-wrap_1,
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap_1,
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .card-box .list-wrapper .list_1 .item-wrap_2,
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap_2 {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vr3dLc2feT .items-wrap .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-vr3dLc2feT .items-wrap .item .card_1 {
  background-color: #171200;
}
.cid-vr3dLc2feT .items-wrap .item .card_1 .corner_1 {
  border-top: 2px solid #fefcef;
  border-left: 2px solid #fefcef;
}
.cid-vr3dLc2feT .items-wrap .item .card_1 .corner_2 {
  border-right: 2px solid #fefcef;
  border-bottom: 2px solid #fefcef;
}
.cid-vr3dLc2feT .items-wrap .item .card_2 {
  background-image: linear-gradient(315deg, #bc8ca4, #fefcef);
}
.cid-vr3dLc2feT .items-wrap .item .card_2 .corner_1 {
  border-top: 2px solid #171200;
  border-left: 2px solid #171200;
}
.cid-vr3dLc2feT .items-wrap .item .card_2 .corner_2 {
  border-right: 2px solid #171200;
  border-bottom: 2px solid #171200;
}
.cid-vr3dLc2feT .mbr-section-title {
  color: #FEFCEF;
}
.cid-vr3dLc2feT .mbr-label {
  color: #FFEFFF;
}
.cid-vr3dLc2feT .mbr-text {
  color: #ffedd6;
}
.cid-vr3dLc2feT .item-title_1 {
  color: #FEFCEF;
}
.cid-vr3dLc2feT .item-title_2 {
  color: #171200;
}
.cid-vr3dLc2feT .item-text_1 {
  color: #FEFCEF;
}
.cid-vr3dLc2feT .item-text_2 {
  color: #171200;
}
.cid-vr3dLc2feT .item-price_1 {
  color: #FFEFFF;
}
.cid-vr3dLc2feT .item-price_2 {
  color: #171200;
}
.cid-vr3dLc2feT .item-list-title_1 {
  color: #ffedd6;
}
.cid-vr3dLc2feT .item-list-title_2 {
  color: #0f0e0e;
}
.cid-vr3dLc2feT .list_1 {
  color: #ffedd6;
}
.cid-vr3dLc2feT .list_2 {
  color: #0f0e0e;
}
.cid-vr3dLc2feT .item-list-title_1,
.cid-vr3dLc2feT .list_1 {
  color: #FEFCEF;
}
.cid-vr3dLc2feT .list_1,
.cid-vr3dLc2feT .item-wrap_1 {
  color: #FEFCEF;
}
.cid-vr3dLc2feT .item-list-title_2,
.cid-vr3dLc2feT .list_2 {
  color: #171200;
}
.cid-vr3dLc2feT .list_2,
.cid-vr3dLc2feT .item-wrap_2 {
  color: #171200;
}
.cid-vr3dLcmjlb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLcmjlb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLcmjlb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLcmjlb .content-wrapper {
  margin: 0 -20px;
}
.cid-vr3dLcmjlb .content-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vr3dLcmjlb .content-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vr3dLcmjlb .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vr3dLcmjlb .content-wrapper .item .item-wrapper .item-img img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vr3dLcmjlb .content-wrapper .item .item-wrapper .item-img img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vr3dLcmjlb .content-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vr3dLcy2oV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLcy2oV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLcy2oV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLcy2oV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vr3dLcy2oV .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vr3dLcy2oV .items-wrap {
  margin: 0 -30px;
}
.cid-vr3dLcy2oV .items-wrap .item {
  padding: 0 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vr3dLcy2oV .items-wrap .item {
    margin-bottom: 24px;
  }
  .cid-vr3dLcy2oV .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vr3dLcy2oV .items-wrap .item:hover .item-wrapper .image-wrapper::before,
.cid-vr3dLcy2oV .items-wrap .item:focus .item-wrapper .image-wrapper::before {
  opacity: 0.6;
}
.cid-vr3dLcy2oV .items-wrap .item:hover .item-wrapper .image-wrapper .mbr-section-btn,
.cid-vr3dLcy2oV .items-wrap .item:focus .item-wrapper .image-wrapper .mbr-section-btn {
  opacity: 1;
}
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper {
  position: relative;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #3d3200;
}
@media (max-width: 992px) {
  .cid-vr3dLcy2oV .items-wrap .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .corner_1 {
  top: 8px;
  left: 8px;
}
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .corner_2 {
  bottom: 8px;
  right: 8px;
}
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .image-wrapper {
  position: relative;
  overflow: hidden;
  will-change: transform;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vr3dLcy2oV .items-wrap .item .item-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171200;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .image-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .card-box .item-price_1,
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 16px;
}
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .card-box .item-title_1,
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 16px;
}
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .card-box .item-text_1,
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .card-box .list-wrapper {
  margin-top: 24px;
}
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .card-box .list-wrapper .item-list-title_1 {
  margin-bottom: 24px;
}
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .card-box .list-wrapper .list_1,
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .card-box .list-wrapper .list_2 {
  margin: 0;
  padding-left: 20px;
}
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .card-box .list-wrapper .list_1 .item-wrap_1,
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap_1,
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .card-box .list-wrapper .list_1 .item-wrap_2,
.cid-vr3dLcy2oV .items-wrap .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap_2 {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vr3dLcy2oV .items-wrap .item .card_1 {
  background-color: #171200;
}
.cid-vr3dLcy2oV .items-wrap .item .card_1 .corner_1 {
  border-top: 2px solid #fefcef;
  border-left: 2px solid #fefcef;
}
.cid-vr3dLcy2oV .items-wrap .item .card_1 .corner_2 {
  border-right: 2px solid #fefcef;
  border-bottom: 2px solid #fefcef;
}
.cid-vr3dLcy2oV .items-wrap .item .card_2 {
  background-image: linear-gradient(315deg, #bc8ca4, #fefcef);
}
.cid-vr3dLcy2oV .items-wrap .item .card_2 .corner_1 {
  border-top: 2px solid #171200;
  border-left: 2px solid #171200;
}
.cid-vr3dLcy2oV .items-wrap .item .card_2 .corner_2 {
  border-right: 2px solid #171200;
  border-bottom: 2px solid #171200;
}
.cid-vr3dLcy2oV .mbr-section-title {
  color: #FEFCEF;
}
.cid-vr3dLcy2oV .item-title_1 {
  color: #FEFCEF;
}
.cid-vr3dLcy2oV .item-title_2 {
  color: #171200;
}
.cid-vr3dLcy2oV .item-text_1 {
  color: #FEFCEF;
}
.cid-vr3dLcy2oV .item-text_2 {
  color: #171200;
}
.cid-vr3dLcy2oV .item-price_1 {
  color: #FFEFFF;
}
.cid-vr3dLcy2oV .item-price_2 {
  color: #171200;
}
.cid-vr3dLcHgNJ {
  padding-bottom: 3rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/photo-1441984904996-e0b6ba687e04.jpeg");
  position: relative;
}
.cid-vr3dLcHgNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLcHgNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLcHgNJ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  border: 8px solid #171200;
  background-image: linear-gradient(45deg, #171200 -10%, transparent 50%, #171200 110%);
}
.cid-vr3dLcHgNJ .desc-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vr3dLcHgNJ .desc-wrapper .desc-wrap {
  display: inline-block;
  width: 15%;
  margin-bottom: 24px;
  position: relative;
  padding: 16px;
}
@media (max-width: 1840px) {
  .cid-vr3dLcHgNJ .desc-wrapper .desc-wrap {
    width: 20%;
  }
}
@media (max-width: 1640px) {
  .cid-vr3dLcHgNJ .desc-wrapper .desc-wrap {
    width: 30%;
  }
}
@media (max-width: 1440px) {
  .cid-vr3dLcHgNJ .desc-wrapper .desc-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vr3dLcHgNJ .desc-wrapper .desc-wrap {
    width: auto;
  }
}
.cid-vr3dLcHgNJ .desc-wrapper .desc-wrap .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-vr3dLcHgNJ .desc-wrapper .desc-wrap .corner_1 {
  top: 0;
  left: 0;
  border-top: 2px solid #fefcef;
  border-left: 2px solid #fefcef;
}
.cid-vr3dLcHgNJ .desc-wrapper .desc-wrap .corner_2 {
  bottom: 0;
  right: 0;
  border-right: 2px solid #fefcef;
  border-bottom: 2px solid #fefcef;
}
.cid-vr3dLcHgNJ .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vr3dLcHgNJ .title-wrapper {
  position: relative;
  z-index: 3;
}
.cid-vr3dLcHgNJ .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vr3dLcHgNJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vr3dLcHgNJ .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vr3dLcHgNJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vr3dLcHgNJ .title-wrapper .mbr-section-btn {
  margin-top: 6px;
}
.cid-vr3dLcHgNJ .mbr-label {
  position: relative;
  z-index: 2;
  margin-bottom: 2px;
  font-size: 270px;
  line-height: 1;
  color: #FEFCEF;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-vr3dLcHgNJ .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-vr3dLcHgNJ .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-vr3dLcHgNJ .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-vr3dLcHgNJ .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vr3dLcHgNJ .mbr-label {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-vr3dLcHgNJ .mbr-label {
    font-size: 50px;
  }
}
.cid-vr3dLcHgNJ .mbr-section-title {
  color: #ffedd6;
}
.cid-vr3dLcHgNJ .mbr-text,
.cid-vr3dLcHgNJ .text-wrapper {
  color: #ffedd6;
  text-align: right;
}
.cid-vr3dLcHgNJ .mbr-desc {
  color: #ffedd6;
}
.cid-vr3dLcHgNJ .mbr-section-title,
.cid-vr3dLcHgNJ .mbr-section-btn {
  text-align: right;
  color: #FEFCEF;
}
.cid-vr3dLcHgNJ .mbr-desc,
.cid-vr3dLcHgNJ .desc-wrapper {
  color: #FEFCEF;
}
.cid-vr3dLcU38w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLcU38w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLcU38w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLcU38w .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vr3dLcU38w .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vr3dLcU38w .title-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fefcef 20%, #bc8ca4);
  margin-bottom: 0;
}
.cid-vr3dLcU38w .content-wrapper {
  margin: 0 -30px;
}
.cid-vr3dLcU38w .content-wrapper .card {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-vr3dLcU38w .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vr3dLcU38w .image-wrapper img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-vr3dLcU38w .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vr3dLcU38w .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vr3dLcU38w .mbr-section-btn {
  margin-top: 14px;
}
.cid-vr3dLcU38w .mbr-section-title {
  color: #ffedd6;
}
.cid-vr3dLcU38w .mbr-text {
  color: #ffedd6;
}
.cid-vr3dLcU38w .mbr-text,
.cid-vr3dLcU38w .text-wrapper,
.cid-vr3dLcU38w .mbr-section-btn {
  color: #FEFCEF;
}
.cid-vr3dLcWts4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLcWts4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLcWts4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLcWts4 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vr3dLcWts4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vr3dLcWts4 .title-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fefcef 20%, #bc8ca4);
  margin-bottom: 0;
}
.cid-vr3dLcWts4 .content-wrapper {
  margin: 0 -20px;
}
.cid-vr3dLcWts4 .content-wrapper .card {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vr3dLcWts4 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vr3dLcWts4 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vr3dLcWts4 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vr3dLcWts4 .image-wrapper img {
    height: 300px;
  }
}
.cid-vr3dLcWts4 .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vr3dLcWts4 .text-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-vr3dLcWts4 .text-wrapper .mbr-label_1 {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vr3dLcWts4 .text-wrapper .mbr-label_1 {
    margin-bottom: 16px;
  }
}
.cid-vr3dLcWts4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vr3dLcWts4 .items-wrapper .mbr-label_2 {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vr3dLcWts4 .items-wrapper .mbr-label_2 {
    margin-bottom: 40px;
  }
}
.cid-vr3dLcWts4 .items-wrapper .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vr3dLcWts4 .items-wrapper .items-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-vr3dLcWts4 .items-wrapper .items-wrap .item .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-radius: 0 !important;
  border-bottom: 1px solid #3d3200;
}
.cid-vr3dLcWts4 .items-wrapper .items-wrap .item .item-wrapper .item-number {
  white-space: nowrap;
  max-width: 100px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vr3dLcWts4 .items-wrapper .items-wrap .item .item-wrapper .item-number {
    max-width: 100%;
  }
}
.cid-vr3dLcWts4 .items-wrapper .items-wrap .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vr3dLcWts4 .items-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-vr3dLcWts4 .items-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vr3dLcWts4 .btn-wrapper {
  margin-top: -3rem;
}
.cid-vr3dLcWts4 .mbr-section-title {
  color: #ffedd6;
}
.cid-vr3dLcWts4 .mbr-label_1 {
  color: #FFEFFF;
}
.cid-vr3dLcWts4 .mbr-label_2 {
  color: #FFEFFF;
}
.cid-vr3dLcWts4 .mbr-text {
  color: #ffedd6;
}
.cid-vr3dLcWts4 .item-number {
  color: #FFEFFF;
}
.cid-vr3dLcWts4 .item-title {
  color: #FEFCEF;
}
.cid-vr3dLcWts4 .mbr-text,
.cid-vr3dLcWts4 .text-wrapper {
  color: #FEFCEF;
}
.cid-vr3dLd1WZk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLd1WZk .item:focus,
.cid-vr3dLd1WZk span:focus {
  outline: none;
}
.cid-vr3dLd1WZk .item {
  cursor: pointer;
}
.cid-vr3dLd1WZk .grid-container {
  grid-row-gap: 40px;
}
@media (max-width: 992px) {
  .cid-vr3dLd1WZk .grid-container {
    grid-row-gap: 24px;
  }
}
.cid-vr3dLd1WZk .grid-container-1,
.cid-vr3dLd1WZk .grid-container-2 {
  gap: 0 40px;
}
@media (max-width: 992px) {
  .cid-vr3dLd1WZk .grid-container-1,
  .cid-vr3dLd1WZk .grid-container-2 {
    gap: 0 24px;
  }
}
.cid-vr3dLd1WZk .mbr-section-title {
  margin-bottom: 40px;
  color: #ffedd6;
  text-align: center;
}
.cid-vr3dLd1WZk .content-head {
  max-width: 800px;
}
.cid-vr3dLd1WZk .container,
.cid-vr3dLd1WZk .container-fluid {
  overflow: hidden;
}
.cid-vr3dLd1WZk .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vr3dLd1WZk .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vr3dLd1WZk .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vr3dLd1WZk .grid-item img {
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-vr3dLd1WZk .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-vr3dLd1WZk .grid-item img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-vr3dLd1WZk .grid-item img {
    height: 140px;
  }
}
.cid-vr3dLd1WZk .grid-container-1,
.cid-vr3dLd1WZk .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vr3dLd1WZk .grid-container-1 {
  align-items: flex-end;
}
.cid-vr3dLd1WZk .grid-container-2 {
  align-items: flex-start;
}
.cid-vr3dLd4jZl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLd4jZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLd4jZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLd4jZl .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  margin-bottom: -40px;
}
@media (max-width: 992px) {
  .cid-vr3dLd4jZl .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vr3dLd4jZl .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vr3dLd4jZl .title-wrapper .label-wrapper .mbr-label {
    margin-bottom: 16px;
  }
}
.cid-vr3dLd4jZl .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fefcef 20%, #bc8ca4);
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vr3dLd4jZl .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vr3dLd4jZl .content-wrap {
  position: relative;
  padding: 200px 0;
  overflow: hidden;
  will-change: transform;
  padding: 260px 0 200px;
}
.cid-vr3dLd4jZl .content-wrap .over-wrap {
  display: none;
}
.cid-vr3dLd4jZl .content-wrap .image-wrap {
  display: none;
}
@media (max-width: 992px) {
  .cid-vr3dLd4jZl .content-wrap {
    padding: 40px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vr3dLd4jZl .content-wrap {
    padding: 80px 16px 40px;
  }
}
@media (max-width: 992px) {
  .cid-vr3dLd4jZl .content-wrap {
    padding: 80px 16px 40px;
  }
}
.cid-vr3dLd4jZl .content-wrap .over-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171200;
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}
.cid-vr3dLd4jZl .content-wrap .image-wrap {
  display: block;
}
.cid-vr3dLd4jZl .content-wrap .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vr3dLd4jZl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-vr3dLd4jZl .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vr3dLd4jZl .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  transform: rotate(-1.75deg);
}
@media (max-width: 992px) {
  .cid-vr3dLd4jZl .embla__slide:nth-child(2n) .slide-content .item-wrapper {
    transform: rotate(0deg);
  }
}
.cid-vr3dLd4jZl .embla__slide .slide-content {
  width: 100%;
}
.cid-vr3dLd4jZl .embla__slide .slide-content .item-wrapper {
  transform: rotate(1.75deg);
  background-color: #171200;
  border: 1px solid #3d3200;
  padding: 16px;
  height: 100%;
  min-height: 355px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vr3dLd4jZl .embla__slide .slide-content .item-wrapper {
    min-height: auto;
    transform: rotate(0deg);
  }
}
.cid-vr3dLd4jZl .embla__slide .slide-content .item-wrapper .item-text {
  margin-bottom: 24px;
}
.cid-vr3dLd4jZl .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.cid-vr3dLd4jZl .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 56px;
  height: 56px;
  min-width: 56px;
  object-fit: cover;
}
.cid-vr3dLd4jZl .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vr3dLd4jZl .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vr3dLd4jZl .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vr3dLd4jZl .embla__button--next,
.cid-vr3dLd4jZl .embla__button--prev {
  display: flex;
}
.cid-vr3dLd4jZl .embla__button {
  bottom: 0;
  width: 24px;
  height: 32px;
  font-size: 24px;
  background-color: transparent !important;
  color: #fefcef !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vr3dLd4jZl .embla__button:hover {
  transform: translateY(-4px);
}
.cid-vr3dLd4jZl .embla__button:disabled {
  opacity: 0.3 !important;
  transform: none;
}
.cid-vr3dLd4jZl .embla__button.embla__button--prev {
  margin-left: -32px;
}
.cid-vr3dLd4jZl .embla__button.embla__button--next {
  margin-right: -32px;
}
.cid-vr3dLd4jZl .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}
.cid-vr3dLd4jZl .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 6px 0;
}
@media (max-width: 768px) {
  .cid-vr3dLd4jZl .embla__viewport {
    padding: 0;
  }
}
.cid-vr3dLd4jZl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vr3dLd4jZl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vr3dLd4jZl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vr3dLd4jZl .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vr3dLd4jZl .mbr-label {
  color: #FFEFFF;
  text-align: center;
}
.cid-vr3dLd4jZl .mbr-section-title,
.cid-vr3dLd4jZl .title-wrap {
  color: #ffedd6;
  text-align: center;
}
.cid-vr3dLd4jZl .item-text {
  color: #FEFCEF;
}
.cid-vr3dLd4jZl .item-name {
  color: #ffedd6;
}
.cid-vr3dLd4jZl .item-role {
  color: #FFEFFF;
}
.cid-vr3dLd4jZl .item-name,
.cid-vr3dLd4jZl .person-wrapper {
  color: #FEFCEF;
}
.cid-vr3dLdj5zT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLdj5zT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLdj5zT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLdj5zT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vr3dLdj5zT .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vr3dLdj5zT .items-wrap {
  margin: 0 -20px;
}
.cid-vr3dLdj5zT .items-wrap .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vr3dLdj5zT .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vr3dLdj5zT .items-wrap .item .item-wrapper {
  border-radius: 0 !important;
  padding-bottom: 16px;
  border-bottom: 1px solid #3d3200;
}
.cid-vr3dLdj5zT .items-wrap .item .item-wrapper .item-label {
  margin-bottom: 16px;
}
.cid-vr3dLdj5zT .items-wrap .item .item-wrapper .item-number {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vr3dLdj5zT .items-wrap .item .item-wrapper .item-number {
    margin-bottom: 16px;
  }
}
.cid-vr3dLdj5zT .items-wrap .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vr3dLdj5zT .items-wrap .item .item-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vr3dLdj5zT .mbr-section-title {
  color: #ffedd6;
}
.cid-vr3dLdj5zT .item-label {
  color: #877e72;
}
.cid-vr3dLdj5zT .item-number {
  color: #FFEFFF;
}
.cid-vr3dLdj5zT .item-text {
  color: #ffedd6;
}
.cid-vr3dLdj5zT .item-text,
.cid-vr3dLdj5zT .mbr-section-btn {
  color: #FEFCEF;
}
.cid-vr3dLdj5zT .item-label,
.cid-vr3dLdj5zT .mbr-section-btn {
  color: #FEFCEF;
}
.cid-vr3dLe1jMx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLe1jMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLe1jMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLe1jMx .content-wrapper {
  margin: 0 -30px;
}
.cid-vr3dLe1jMx .content-wrapper .item {
  padding: 0 30px;
}
.cid-vr3dLe1jMx .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vr3dLe1jMx .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vr3dLe1jMx .title-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fefcef 20%, #bc8ca4);
  margin-bottom: 0;
}
.cid-vr3dLe1jMx .mbr-section-subtitle {
  margin-bottom: 0;
  color: #FEFCEF;
}
@media (max-width: 992px) {
  .cid-vr3dLe1jMx .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-vr3dLe1jMx .mbr-section-title {
  color: #ffedd6;
}
.cid-vr3dLefKEB {
  background-image: url("../../../assets/images/photo-1540221652346-e5dd6b50f3e7.jpeg");
}
.cid-vr3dLefKEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLefKEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLefKEB .image-wrapper {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vr3dLefKEB .image-wrapper {
    height: 300px;
  }
}
.cid-vr3dLehmIm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLehmIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLehmIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLehmIm .content-wrapper {
  margin: 0 -30px;
}
.cid-vr3dLehmIm .content-wrapper .card {
  padding: 0 30px;
}
.cid-vr3dLehmIm .mbr-label {
  margin-bottom: 16px;
  color: #FFEFFF;
}
.cid-vr3dLehmIm .title-wrap {
  margin-bottom: 16px;
}
.cid-vr3dLehmIm .title-wrap .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fefcef 20%, #bc8ca4);
  margin-bottom: 0;
}
.cid-vr3dLehmIm .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vr3dLehmIm .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vr3dLehmIm .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vr3dLehmIm .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vr3dLehmIm .image-wrapper img {
  height: 420px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vr3dLehmIm .image-wrapper img {
    height: 300px;
  }
}
.cid-vr3dLehmIm .mbr-section-title {
  color: #ffedd6;
}
.cid-vr3dLehmIm .mbr-text {
  color: #ffedd6;
}
.cid-vr3dLehmIm .mbr-text,
.cid-vr3dLehmIm .text-wrapper,
.cid-vr3dLehmIm .mbr-section-btn {
  color: #FEFCEF;
}
.cid-vr3dLeEqXh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLeEqXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLeEqXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLeEqXh .content-wrapper {
  margin: 0 -30px;
}
.cid-vr3dLeEqXh .content-wrapper .card {
  padding: 0 30px;
}
.cid-vr3dLeEqXh .card {
  justify-content: flex-end;
}
.cid-vr3dLeEqXh .mbr-section-title {
  color: #FEFCEF;
}
@media (max-width: 992px) {
  .cid-vr3dLeEqXh .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vr3dLeEqXh .mbr-label {
  margin-bottom: 16px;
  color: #FFEFFF;
}
@media (max-width: 992px) {
  .cid-vr3dLeEqXh .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vr3dLeEqXh .text-wrapper .mbr-text {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fefcef 20%, #bc8ca4);
  margin-bottom: 0;
}
.cid-vr3dLeEqXh .mbr-section-btn {
  margin-top: 14px;
}
.cid-vr3dLeEqXh .mbr-text {
  color: #ffedd6;
}
.cid-vr3dLeZoQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLeZoQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vr3dLeZoQE .image-wrapper {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vr3dLeZoQE .image-wrapper {
    height: 300px;
  }
}
.cid-vr3dLf21u6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLf21u6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLf21u6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLf21u6 .items-wrapper {
  margin: 0 -60px;
}
.cid-vr3dLf21u6 .items-wrapper .item {
  padding: 0 60px;
}
.cid-vr3dLf21u6 .title-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vr3dLf21u6 .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vr3dLf21u6 .title-wrap .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #eeebd3 20%, #bc8ca4);
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vr3dLf21u6 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vr3dLf21u6 .image-wrapper img {
  height: 370px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vr3dLf21u6 .image-wrapper img {
    height: 300px;
  }
}
.cid-vr3dLf21u6 .label-wrapper .mbr-label {
  margin-bottom: 24px;
}
.cid-vr3dLf21u6 .panel-group .card {
  position: relative;
  padding: 40px 0 40px;
  border: none;
  background-color: transparent;
  border-radius: 0 !important;
  border-bottom: 1px solid #3d3200;
}
@media (max-width: 992px) {
  .cid-vr3dLf21u6 .panel-group .card {
    padding: 24px 0 24px;
  }
}
.cid-vr3dLf21u6 .panel-group .card:first-child {
  padding-top: 0;
}
@media (max-width: 992px) {
  .cid-vr3dLf21u6 .panel-group .card:first-child {
    padding-top: 0;
  }
}
.cid-vr3dLf21u6 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vr3dLf21u6 .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-vr3dLf21u6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vr3dLf21u6 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-vr3dLf21u6 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #fefcef;
}
.cid-vr3dLf21u6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vr3dLf21u6 .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vr3dLf21u6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vr3dLf21u6 .mbr-section-title {
  color: #ffedd6;
}
.cid-vr3dLf21u6 .mbr-label {
  color: #FFEFFF;
}
.cid-vr3dLf21u6 .panel-title-edit {
  color: #FEFCEF;
}
.cid-vr3dLf21u6 .panel-text {
  color: #FEFCEF;
}
.cid-vr3dLfDeVz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLfDeVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLfDeVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLfDeVz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vr3dLfDeVz .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vr3dLfDeVz .items-wrap {
  margin: 0 -20px;
}
.cid-vr3dLfDeVz .items-wrap .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vr3dLfDeVz .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vr3dLfDeVz .items-wrap .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-vr3dLfDeVz .items-wrap .item .item-wrapper .item-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vr3dLfDeVz .items-wrap .item .item-wrapper .card-box .item-label {
  margin-bottom: 8px;
}
.cid-vr3dLfDeVz .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vr3dLfDeVz .items-wrap .item .item-wrapper .card-box .item-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-vr3dLfDeVz .items-wrap .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vr3dLfDeVz .items-wrap .item .card_2 .item-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vr3dLfDeVz .items-wrap .item .card_2 .item-img img {
    height: 300px;
  }
}
.cid-vr3dLfDeVz .mbr-section-title {
  color: #FEFCEF;
}
.cid-vr3dLfDeVz .item-label {
  color: #FFEFFF;
}
.cid-vr3dLfDeVz .item-title {
  color: #ffedd6;
}
.cid-vr3dLfDeVz .item-text {
  color: #FEFCEF;
}
.cid-vr3dLfDeVz .item-title,
.cid-vr3dLfDeVz .mbr-section-btn {
  color: #FEFCEF;
}
.cid-vr3dLgPrET {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLgPrET .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLgPrET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLgPrET .card {
  justify-content: flex-end;
}
.cid-vr3dLgPrET .mbr-section-title {
  color: #FEFCEF;
}
@media (max-width: 992px) {
  .cid-vr3dLgPrET .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vr3dLgPrET .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vr3dLgPrET .google-map iframe {
    height: 300px;
  }
}
.cid-vr3dLh7NBm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLh7NBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLh7NBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLh7NBm .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vr3dLh7NBm .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vr3dLh7NBm .items-wrap {
  margin: 0 -8px;
}
.cid-vr3dLh7NBm .items-wrap .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vr3dLh7NBm .items-wrap .item {
    margin-bottom: 24px;
  }
  .cid-vr3dLh7NBm .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vr3dLh7NBm .items-wrap .item:hover .item-wrapper .image-wrapper::before,
.cid-vr3dLh7NBm .items-wrap .item:focus .item-wrapper .image-wrapper::before {
  opacity: 0.6;
}
.cid-vr3dLh7NBm .items-wrap .item:hover .item-wrapper .image-wrapper .mbr-section-btn,
.cid-vr3dLh7NBm .items-wrap .item:focus .item-wrapper .image-wrapper .mbr-section-btn {
  opacity: 1;
}
.cid-vr3dLh7NBm .items-wrap .item .item-wrapper {
  position: relative;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #3d3200;
}
@media (max-width: 1440px) {
  .cid-vr3dLh7NBm .items-wrap .item .item-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vr3dLh7NBm .items-wrap .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vr3dLh7NBm .items-wrap .item .item-wrapper .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-vr3dLh7NBm .items-wrap .item .item-wrapper .corner_1 {
  top: 8px;
  left: 8px;
  border-top: 2px solid #fefcef;
  border-left: 2px solid #fefcef;
}
.cid-vr3dLh7NBm .items-wrap .item .item-wrapper .corner_2 {
  bottom: 8px;
  right: 8px;
  border-right: 2px solid #fefcef;
  border-bottom: 2px solid #fefcef;
}
.cid-vr3dLh7NBm .items-wrap .item .item-wrapper .card-box {
  margin-bottom: 24px;
}
.cid-vr3dLh7NBm .items-wrap .item .item-wrapper .card-box .item-role {
  margin-bottom: 8px;
}
.cid-vr3dLh7NBm .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vr3dLh7NBm .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vr3dLh7NBm .items-wrap .item .item-wrapper .image-wrapper {
  position: relative;
  overflow: hidden;
  will-change: transform;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}
@media (max-width: 1440px) {
  .cid-vr3dLh7NBm .items-wrap .item .item-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-vr3dLh7NBm .items-wrap .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171200;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.cid-vr3dLh7NBm .items-wrap .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vr3dLh7NBm .items-wrap .item .item-wrapper .image-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-vr3dLh7NBm .mbr-section-title {
  color: #FEFCEF;
}
.cid-vr3dLh7NBm .mbr-label {
  color: #877e72;
}
.cid-vr3dLh7NBm .mbr-text {
  color: #ffedd6;
}
.cid-vr3dLh7NBm .item-role {
  color: #FFEFFF;
}
.cid-vr3dLh7NBm .item-title {
  color: #FEFCEF;
}
.cid-vr3dLh7NBm .item-text {
  color: #FEFCEF;
}
.cid-vr3dLhlqeD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLhlqeD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLhlqeD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLhlqeD .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vr3dLhlqeD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vr3dLhlqeD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vr3dLhlqeD .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vr3dLhlqeD .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vr3dLhlqeD .title-wrapper .label-wrapper .mbr-label {
    margin-bottom: 16px;
  }
}
.cid-vr3dLhlqeD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fefcef 20%, #bc8ca4);
  margin-bottom: 0;
}
.cid-vr3dLhlqeD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 310px;
  max-width: 310px;
}
@media (max-width: 768px) {
  .cid-vr3dLhlqeD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vr3dLhlqeD .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-content .image-wrapper {
  height: 240px;
}
@media (max-width: 992px) {
  .cid-vr3dLhlqeD .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-content .image-wrapper {
    height: 300px;
  }
}
.cid-vr3dLhlqeD .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-content .image-wrapper {
  height: 230px;
}
@media (max-width: 992px) {
  .cid-vr3dLhlqeD .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-content .image-wrapper {
    height: 300px;
  }
}
.cid-vr3dLhlqeD .embla__slide:nth-child(4n) .slide-content .item-wrapper .item-content .image-wrapper {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-vr3dLhlqeD .embla__slide:nth-child(4n) .slide-content .item-wrapper .item-content .image-wrapper {
    height: 300px;
  }
}
.cid-vr3dLhlqeD .embla__slide .slide-content {
  width: 100%;
}
.cid-vr3dLhlqeD .embla__slide .slide-content:hover .item-wrapper .item-content .image-wrapper::before,
.cid-vr3dLhlqeD .embla__slide .slide-content:focus .item-wrapper .item-content .image-wrapper::before {
  opacity: 0.6;
}
.cid-vr3dLhlqeD .embla__slide .slide-content:hover .item-wrapper .item-content .image-wrapper .mbr-section-btn,
.cid-vr3dLhlqeD .embla__slide .slide-content:focus .item-wrapper .item-content .image-wrapper .mbr-section-btn {
  opacity: 1;
}
.cid-vr3dLhlqeD .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  height: 410px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-vr3dLhlqeD .embla__slide .slide-content .item-wrapper .item-content {
    height: 300px;
  }
}
.cid-vr3dLhlqeD .embla__slide .slide-content .item-wrapper .item-content .image-wrapper {
  width: 100%;
  height: 410px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vr3dLhlqeD .embla__slide .slide-content .item-wrapper .item-content .image-wrapper {
    height: 300px;
  }
}
.cid-vr3dLhlqeD .embla__slide .slide-content .item-wrapper .item-content .image-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cid-vr3dLhlqeD .embla__slide .slide-content .item-wrapper .item-content .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171200;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.cid-vr3dLhlqeD .embla__slide .slide-content .item-wrapper .item-content .image-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-vr3dLhlqeD .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 8px;
}
.cid-vr3dLhlqeD .embla__slide .slide-content .item-wrapper .card-box .item-label {
  margin-bottom: 8px;
}
.cid-vr3dLhlqeD .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vr3dLhlqeD .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 8px;
  margin-bottom: 0;
}
.cid-vr3dLhlqeD .embla__button--next,
.cid-vr3dLhlqeD .embla__button--prev {
  display: flex;
}
.cid-vr3dLhlqeD .embla__button {
  bottom: 0;
  width: 24px;
  height: 32px;
  font-size: 24px;
  background-color: transparent !important;
  color: #ffedd6 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vr3dLhlqeD .embla__button:hover {
  transform: translateY(-4px);
}
.cid-vr3dLhlqeD .embla__button:disabled {
  opacity: 0.3 !important;
  transform: none;
}
.cid-vr3dLhlqeD .embla__button.embla__button--prev {
  margin-left: -32px;
}
.cid-vr3dLhlqeD .embla__button.embla__button--next {
  margin-right: -32px;
}
.cid-vr3dLhlqeD .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vr3dLhlqeD .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vr3dLhlqeD .embla__viewport {
    padding: 0;
  }
}
.cid-vr3dLhlqeD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vr3dLhlqeD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vr3dLhlqeD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vr3dLhlqeD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vr3dLhlqeD .mbr-section-title {
  color: #FEFCEF;
}
.cid-vr3dLhlqeD .mbr-label {
  color: #FFEFFF;
}
.cid-vr3dLhlqeD .mbr-text {
  color: #ffedd6;
}
.cid-vr3dLhlqeD .item-label {
  color: #FFEFFF;
}
.cid-vr3dLhlqeD .item-title {
  color: #FEFCEF;
}
.cid-vr3dLhlqeD .item-text {
  color: #ffedd6;
}
.cid-vr3dLhBywE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLhBywE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLhBywE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLhBywE .items-wrap {
  margin: 0 -20px;
}
.cid-vr3dLhBywE .items-wrap .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vr3dLhBywE .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vr3dLhBywE .items-wrap .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 16px;
}
.cid-vr3dLhBywE .items-wrap .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 40px;
}
.cid-vr3dLhBywE .items-wrap .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vr3dLhBywE .items-wrap .item .item-wrapper .card-box {
  border-top: 1px solid #3d3200;
  padding-top: 16px;
}
.cid-vr3dLhBywE .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vr3dLhBywE .items-wrap .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vr3dLhBywE .item-title {
  color: #877e72;
}
.cid-vr3dLhBywE .item-text {
  color: #ffedd6;
}
.cid-vr3dLhBywE .cards-icon {
  color: #FFEFFF;
}
.cid-vr3dLhBywE .item-title,
.cid-vr3dLhBywE .iconfont-wrapper {
  color: #FEFCEF;
}
.cid-vr3dLhBywE .item-text,
.cid-vr3dLhBywE .mbr-section-btn {
  color: #FEFCEF;
}
.cid-vr3dLhGKMr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLhGKMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLhGKMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLhGKMr .mbr-label {
  margin-bottom: 16px;
  color: #FFEFFF;
}
.cid-vr3dLhGKMr .title-wrap {
  margin-bottom: 40px;
}
.cid-vr3dLhGKMr .title-wrap .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fefcef 20%, #bc8ca4);
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vr3dLhGKMr .tabs-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vr3dLhGKMr .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vr3dLhGKMr .tabs-wrapper .nav.nav-tabs {
    justify-content: center;
    gap: 24px;
  }
}
.cid-vr3dLhGKMr .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vr3dLhGKMr .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  color: #fefcef;
  padding: 3px 0;
  border: none;
  transition: all 0.3s ease;
  background-color: transparent;
  margin-bottom: 0;
  position: relative;
}
.cid-vr3dLhGKMr .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffefff;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-vr3dLhGKMr .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover,
.cid-vr3dLhGKMr .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:focus {
  transform: translateY(-3px);
}
.cid-vr3dLhGKMr .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #fefcef;
  background-color: transparent;
  transform: translateY(-3px);
}
.cid-vr3dLhGKMr .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}
.cid-vr3dLhGKMr .tab-content .tab-pane .item-content {
  position: relative;
  background-color: #171200;
  border: 1px solid #3d3200;
  padding: 40px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vr3dLhGKMr .tab-content .tab-pane .item-content {
    padding: 24px;
  }
}
.cid-vr3dLhGKMr .tab-content .tab-pane .item-content .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-vr3dLhGKMr .tab-content .tab-pane .item-content .corner_1 {
  top: 8px;
  left: 8px;
  border-top: 2px solid #fefcef;
  border-left: 2px solid #fefcef;
}
.cid-vr3dLhGKMr .tab-content .tab-pane .item-content .corner_2 {
  bottom: 8px;
  right: 8px;
  border-right: 2px solid #fefcef;
  border-bottom: 2px solid #fefcef;
}
.cid-vr3dLhGKMr .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 24px;
}
.cid-vr3dLhGKMr .tab-content .tab-pane .item-content .image-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vr3dLhGKMr .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-vr3dLhGKMr .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vr3dLhGKMr .tab-content .tab-pane .item-content .card-box .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vr3dLhGKMr .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vr3dLhGKMr .mbr-section-title {
  color: #ffedd6;
}
.cid-vr3dLhGKMr .item-title {
  color: #ffedd6;
}
.cid-vr3dLhGKMr .item-text {
  color: #ffedd6;
}
.cid-vr3dLhGKMr .item-title,
.cid-vr3dLhGKMr .mbr-section-btn {
  color: #FEFCEF;
}
.cid-vr3dLhGKMr .item-text,
.cid-vr3dLhGKMr .text-wrap {
  color: #FEFCEF;
}
.cid-vr3dLhOSBL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLhOSBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLhOSBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLhOSBL .content-wrap {
  margin: 0 -8px;
}
.cid-vr3dLhOSBL .content-wrap .card {
  padding: 0 8px;
  justify-content: flex-end;
}
.cid-vr3dLhOSBL .title-wrapper {
  height: 100%;
  padding-right: 16px;
  border-right: 1px solid #3d3200;
}
@media (max-width: 992px) {
  .cid-vr3dLhOSBL .title-wrapper {
    border-right: none;
  }
}
.cid-vr3dLhOSBL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vr3dLhOSBL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vr3dLhOSBL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 240px;
  max-width: 240px;
}
@media (max-width: 768px) {
  .cid-vr3dLhOSBL .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
}
@media (max-width: 425px) {
  .cid-vr3dLhOSBL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vr3dLhOSBL .embla__slide .slide-content {
  width: 100%;
}
.cid-vr3dLhOSBL .embla__slide .slide-content .item-wrapper {
  background-color: #fefcef;
  padding: 20px 12px;
}
@media (max-width: 768px) {
  .cid-vr3dLhOSBL .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-vr3dLhOSBL .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vr3dLhOSBL .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 45px;
  object-fit: cover;
}
.cid-vr3dLhOSBL .embla__button--next,
.cid-vr3dLhOSBL .embla__button--prev {
  display: flex;
}
.cid-vr3dLhOSBL .embla__button {
  bottom: 0;
  width: 24px;
  height: 32px;
  font-size: 24px;
  background-color: transparent !important;
  color: #ffedd6 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vr3dLhOSBL .embla__button:hover {
  transform: translateY(-4px);
}
.cid-vr3dLhOSBL .embla__button:disabled {
  opacity: 0.3 !important;
  transform: none;
}
.cid-vr3dLhOSBL .embla__button.embla__button--prev {
  margin-left: -32px;
}
.cid-vr3dLhOSBL .embla__button.embla__button--next {
  margin-right: -32px;
}
.cid-vr3dLhOSBL .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vr3dLhOSBL .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vr3dLhOSBL .embla__viewport {
    padding: 0;
  }
}
.cid-vr3dLhOSBL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vr3dLhOSBL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vr3dLhOSBL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vr3dLhOSBL .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vr3dLhOSBL .mbr-section-title {
  color: #FFEFFF;
}
.cid-vr3dLhUM2c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fefcef;
  background-image: linear-gradient(315deg, #bc8ca4, #fefcef);
}
.cid-vr3dLhUM2c .item:focus,
.cid-vr3dLhUM2c span:focus {
  outline: none;
}
.cid-vr3dLhUM2c .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vr3dLhUM2c .content-head {
  max-width: 800px;
}
.cid-vr3dLhUM2c .item {
  color: #171200;
  padding: 10px;
}
.cid-vr3dLhV2Sa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171200;
}
.cid-vr3dLhV2Sa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLhV2Sa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLhV2Sa .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vr3dLhV2Sa .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vr3dLhV2Sa .title-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fefcef 20%, #bc8ca4);
  margin-bottom: 0;
}
.cid-vr3dLhV2Sa .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #FEFCEF;
}
.cid-vr3dLhV2Sa .form-wrap .dragArea.row {
  margin: 0 -30px;
}
.cid-vr3dLhV2Sa .form-wrap .dragArea.row .form-group {
  padding: 0 30px;
  margin-bottom: 0 !important;
}
.cid-vr3dLhV2Sa .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 5px;
}
.cid-vr3dLhV2Sa .form-wrap .dragArea.row .form-group .form-control {
  padding: 0 0 8px;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #3d3200 !important;
  box-shadow: none;
  margin-bottom: 50px;
  border-radius: 0 !important;
  min-height: 38px;
}
@media (max-width: 992px) {
  .cid-vr3dLhV2Sa .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 24px;
  }
}
.cid-vr3dLhV2Sa .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-vr3dLhV2Sa .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vr3dLhV2Sa .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #ffefff !important;
}
.cid-vr3dLhV2Sa .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vr3dLhV2Sa .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vr3dLhV2Sa .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #3d3200;
  border-color: #3d3200;
}
.cid-vr3dLhV2Sa .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0 30px;
}
.cid-vr3dLhV2Sa .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
  width: 30%;
}
@media (max-width: 992px) {
  .cid-vr3dLhV2Sa .form-wrap .dragArea.row .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-vr3dLhV2Sa .mbr-section-title {
  color: #ffedd6;
}
.cid-vr3dLhV2Sa label {
  color: #ffedd6;
}
.cid-vr3dLhV2Sa .form-control-label {
  color: #FEFCEF;
}
.cid-vr3dLi1GLj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-start;
  background-image: url("../../../assets/images/photo-1441984904996-e0b6ba687e04.jpeg");
  position: relative;
}
.cid-vr3dLi1GLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLi1GLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLi1GLj::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(135deg, #171200 -5%, transparent 100%);
}
.cid-vr3dLi1GLj .content-wrapper {
  position: relative;
  z-index: 2;
  padding: 40px;
  background-color: #171200;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 640px;
  margin-left: 56px;
}
@media (max-width: 1440px) {
  .cid-vr3dLi1GLj .content-wrapper {
    min-height: 540px;
  }
}
@media (max-width: 992px) {
  .cid-vr3dLi1GLj .content-wrapper {
    margin-left: 0;
    padding: 24px;
    min-height: auto;
    margin: 0;
  }
}
.cid-vr3dLi1GLj .content-wrapper .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-vr3dLi1GLj .content-wrapper .corner_1 {
  top: 8px;
  left: 8px;
  border-top: 2px solid #fefcef;
  border-left: 2px solid #fefcef;
}
.cid-vr3dLi1GLj .content-wrapper .corner_2 {
  bottom: 8px;
  right: 8px;
  border-right: 2px solid #fefcef;
  border-bottom: 2px solid #fefcef;
}
.cid-vr3dLi1GLj .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vr3dLi1GLj .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 0;
}
.cid-vr3dLi1GLj .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #fefcef 20%, #bc8ca4);
  margin-bottom: 0;
}
.cid-vr3dLi1GLj .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 24px;
}
.cid-vr3dLi1GLj .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vr3dLi1GLj .content-wrapper .contacts-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .cid-vr3dLi1GLj .content-wrapper .contacts-wrapper {
    display: block;
  }
}
.cid-vr3dLi1GLj .content-wrapper .contacts-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-vr3dLi1GLj .content-wrapper .contacts-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-vr3dLi1GLj .content-wrapper .contacts-wrapper .list-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vr3dLi1GLj .content-wrapper .contacts-wrapper .list-wrapper .list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vr3dLi1GLj .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap {
  display: inline-flex;
  margin-top: 16px;
  margin-bottom: 0;
  position: relative;
  width: fit-content;
}
.cid-vr3dLi1GLj .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:first-child {
  margin-top: 0;
}
.cid-vr3dLi1GLj .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffefff;
  transition: all 0.3s ease;
}
.cid-vr3dLi1GLj .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:hover::before,
.cid-vr3dLi1GLj .content-wrapper .contacts-wrapper .list-wrapper .list .item-wrap:focus::before {
  transform: translateY(3px);
}
.cid-vr3dLi1GLj .content-wrapper .contacts-wrapper .image-wrapper {
  width: 34%;
}
@media (max-width: 1440px) {
  .cid-vr3dLi1GLj .content-wrapper .contacts-wrapper .image-wrapper {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-vr3dLi1GLj .content-wrapper .contacts-wrapper .image-wrapper img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vr3dLi1GLj .content-wrapper .contacts-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vr3dLi1GLj .mbr-section-title {
  color: #ffedd6;
}
.cid-vr3dLi1GLj .mbr-text {
  color: #ffedd6;
}
.cid-vr3dLi1GLj .mbr-label {
  color: #FFEFFF;
}
.cid-vr3dLi1GLj .list {
  color: #ffedd6;
}
.cid-vr3dLi1GLj .list,
.cid-vr3dLi1GLj .item-wrap {
  color: #FEFCEF;
}
.cid-vr3dLik3eL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171200;
}
.cid-vr3dLik3eL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vr3dLik3eL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vr3dLik3eL .mbr-copy {
  margin-bottom: 0;
  color: #FEFCEF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vr3dLik3eL .mbr-copy {
    text-align: center;
  }
}
.cid-vr3dLik3eL .nav-wrapper {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 120px;
}
@media (max-width: 992px) {
  .cid-vr3dLik3eL .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vr3dLik3eL .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 8px;
}
.cid-vr3dLik3eL .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vr3dLik3eL .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vr3dLik3eL .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vr3dLik3eL .nav-wrapper .nav-wrap .list .item-wrap:focus {
  transform: translateY(-3px);
}
.cid-vr3dLik3eL .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vr3dLik3eL .mbr-label {
  margin-top: 200px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-size: 300px;
  line-height: 1;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-vr3dLik3eL .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-vr3dLik3eL .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-vr3dLik3eL .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-vr3dLik3eL .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vr3dLik3eL .mbr-label {
    font-size: 80px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vr3dLik3eL .mbr-label {
    font-size: 50px;
  }
}
.cid-vr3dLik3eL .mbr-list-title {
  color: #877e72;
  text-align: left;
}
.cid-vr3dLik3eL .list {
  color: #ffedd6;
  text-align: left;
}
.cid-vr3dLik3eL .content-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vr3dLik3eL .content-wrapper {
    text-align: center;
  }
}
