.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'accid___(Ru)';
  font-size: 6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f92c50 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f92c50 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ba0525 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f92c50;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f92c50;
  border-color: #f92c50;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f92c50;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #f92c50 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f92c50;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f92c50;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f92c50;
}
.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: #f92c50;
  border-bottom-color: #f92c50;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23f92c50' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vcjU2gVBtv {
  display: flex;
  background-image: url("../../../assets/images/0.jpg");
}
.cid-vcjU2gVBtv .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vcjU2gVBtv {
    align-items: flex-end;
  }
  .cid-vcjU2gVBtv .row {
    justify-content: flex-end;
  }
  .cid-vcjU2gVBtv .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcjU2gVBtv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcjU2gVBtv {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vcjU2gVBtv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcjU2gVBtv .content-wrap {
    width: 100%;
  }
}
.cid-vcjU2gVBtv .mbr-section-title,
.cid-vcjU2gVBtv .mbr-section-subtitle {
  text-align: center;
}
.cid-vcjU2gVBtv .mbr-text,
.cid-vcjU2gVBtv .mbr-section-btn {
  text-align: center;
}
.cid-vcpESDzmVL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #392203;
}
.cid-vcpESDzmVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpESDzmVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpESDzmVL .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vcpESDzmVL [class^="socicon-"]:before,
.cid-vcpESDzmVL [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vcjYJ1RAoo {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #eee9d5;
}
@media (max-width: 991px) {
  .cid-vcjYJ1RAoo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcjYJ1RAoo img {
  max-width: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .cid-vcjYJ1RAoo .text-wrapper {
    padding: 2rem;
    padding-top: 0;
  }
}
.cid-vcjYJ1RAoo .mbr-description {
  margin-top: 0.94rem;
  color: #1d1e22;
}
.cid-vcjYJ1RAoo .list-group-item {
  padding: .25rem 0;
  background: transparent;
  position: relative;
  color: #ffd7ef;
  white-space: nowrap;
}
.cid-vcjYJ1RAoo .list-group-item span {
  font-size: 1.2em;
  color: #3a341c;
  vertical-align: bottom;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-vcjYJ1RAoo .list-group-item {
    font-size: 0.9rem;
  }
}
.cid-vcjYJ1RAoo .mbr-text {
  color: #232323;
}
.cid-vcH04Ungxd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eee9d5;
}
.cid-vcH04Ungxd hr {
  border: none;
  color: #000000;
  background-color: #000000;
  border-radius: 0.5em;
  height: 5px;
}
.cid-vck1jv0QSC {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #eee9d5;
}
.cid-vck1jv0QSC .line {
  background-color: #eee9d5;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vck1jv0QSC .mbr-text {
  color: #232323;
}
.cid-vcGZXHhUpm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #392203;
}
.cid-vcGZXHhUpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcGZXHhUpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcGZXHhUpm .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vcGZXHhUpm [class^="socicon-"]:before,
.cid-vcGZXHhUpm [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vck3TE7WYI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/02-6022-1-78-2000x1299.jpg");
}
.cid-vck3TE7WYI .mbr-section-title {
  color: #392203;
}
.cid-vck3TE7WYI .mbr-text,
.cid-vck3TE7WYI .mbr-section-btn {
  color: #ffffff;
}
.cid-vck3TE7WYI .mbr-iconfont {
  font-size: 8rem;
  color: #000000;
}
.cid-vck3TE7WYI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vck3TE7WYI h1 {
  line-height: 1.3;
}
.cid-vcpEVCc2R1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #392203;
}
.cid-vcpEVCc2R1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpEVCc2R1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpEVCc2R1 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vcpEVCc2R1 [class^="socicon-"]:before,
.cid-vcpEVCc2R1 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vcpxZYFPFz {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #eee9d5;
}
.cid-vcpxZYFPFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpxZYFPFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vcpxZYFPFz .image-wrapper {
    flex-direction: column;
  }
  .cid-vcpxZYFPFz .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-vcpxZYFPFz .card-box {
  max-width: 750px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-vcpxZYFPFz img,
.cid-vcpxZYFPFz .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vcpxZYFPFz .card-wrapper {
  background: #ffffff;
}
.cid-vcpxZYFPFz .mbr-text,
.cid-vcpxZYFPFz .mbr-section-btn {
  color: #232323;
}
.cid-vcpxZYFPFz .card-title,
.cid-vcpxZYFPFz .card-box {
  color: #fa4529;
}
@media (max-width: 767px) {
  .cid-vcpxZYFPFz .card-content-text {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcpxZYFPFz .card-content-text {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcpxZYFPFz .card-content-text {
    padding: 4rem;
  }
}
.cid-vcpC1XdMxr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eee9d5;
}
.cid-vcpC1XdMxr hr {
  border: none;
  color: #000000;
  background-color: #000000;
  border-radius: 0.5em;
  height: 5px;
}
.cid-vcpBxFZfuv {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #eee9d5;
}
.cid-vcpBxFZfuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpBxFZfuv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpBxFZfuv .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcpBxFZfuv .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcpBxFZfuv .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcpBxFZfuv .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcpBxFZfuv .mbr-text,
.cid-vcpBxFZfuv .mbr-section-btn {
  color: #232323;
}
.cid-vcpBxFZfuv .card-title,
.cid-vcpBxFZfuv .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-vcGUWcwWLJ {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #eee9d5;
}
.cid-vcGUWcwWLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcGUWcwWLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcGUWcwWLJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcGUWcwWLJ .row {
  flex-direction: row-reverse;
}
.cid-vcGUWcwWLJ img {
  width: 100%;
}
.cid-vcpHBztiys {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eee9d5;
}
.cid-vcpHBztiys hr {
  border: none;
  color: #000000;
  background-color: #000000;
  border-radius: 0.5em;
  height: 5px;
}
.cid-vcpHICCu1T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/white-and-black-halftone-background-2000x1000.jpg");
}
.cid-vcpHICCu1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpHICCu1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcpHICCu1T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcpHICCu1T .row {
  flex-direction: row-reverse;
}
.cid-vcpHICCu1T img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcpHICCu1T .text-wrapper {
    padding: 2rem;
  }
}
.cid-vcpRCcRC2b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eee9d5;
}
.cid-vcpRCcRC2b hr {
  border: none;
  color: #000000;
  background-color: #000000;
  border-radius: 0.5em;
  height: 5px;
}
.cid-vcHkAzhNq1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eee9d5;
}
@media (min-width: 992px) {
  .cid-vcHkAzhNq1 .carousel {
    min-height: 800px;
  }
  .cid-vcHkAzhNq1 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcHkAzhNq1 .carousel {
    min-height: 520px;
  }
  .cid-vcHkAzhNq1 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vcHkAzhNq1 .carousel {
    min-height: 440px;
  }
  .cid-vcHkAzhNq1 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vcHkAzhNq1 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vcHkAzhNq1 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vcHkAzhNq1 .carousel,
.cid-vcHkAzhNq1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcHkAzhNq1 .item-wrapper {
  width: 100%;
}
.cid-vcHkAzhNq1 .carousel-caption {
  bottom: 40px;
}
.cid-vcHkAzhNq1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vcHkAzhNq1 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vcHkAzhNq1 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vcHkAzhNq1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vcHkAzhNq1 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcHkAzhNq1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcHkAzhNq1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcHkAzhNq1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcHkAzhNq1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vcHkAzhNq1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcHkAzhNq1 .carousel-indicators li.active,
.cid-vcHkAzhNq1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcHkAzhNq1 .carousel-indicators li::after,
.cid-vcHkAzhNq1 .carousel-indicators li::before {
  content: none;
}
.cid-vcHkAzhNq1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcHkAzhNq1 .carousel-indicators {
    display: none !important;
  }
}
.cid-vcMTx1Gx3x {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #eee9d5;
}
.cid-vcMTx1Gx3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcMTx1Gx3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcMSQmE1IW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eee9d5;
}
.cid-vcMSQmE1IW hr {
  border: none;
  color: #000000;
  background-color: #000000;
  border-radius: 0.5em;
  height: 5px;
}
.cid-vcpQVqzQ8v {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #eee9d5;
}
.cid-vcpQVqzQ8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpQVqzQ8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpQVqzQ8v .item {
  padding-bottom: 2rem;
}
.cid-vcpQVqzQ8v .item-wrapper {
  position: relative;
}
.cid-vcpQVqzQ8v .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcpQVqzQ8v .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcpQVqzQ8v .carousel-control,
.cid-vcpQVqzQ8v .close {
  background: #1b1b1b;
}
.cid-vcpQVqzQ8v .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcpQVqzQ8v .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcpQVqzQ8v .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcpQVqzQ8v .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcpQVqzQ8v .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcpQVqzQ8v .close::before {
  content: '\e91a';
}
.cid-vcpQVqzQ8v .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcpQVqzQ8v .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcpQVqzQ8v .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcpQVqzQ8v .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcpQVqzQ8v .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcpQVqzQ8v .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcpQVqzQ8v .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcpQVqzQ8v .carousel-indicators li.active,
.cid-vcpQVqzQ8v .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcpQVqzQ8v .carousel-indicators li::after,
.cid-vcpQVqzQ8v .carousel-indicators li::before {
  content: none;
}
.cid-vcpQVqzQ8v .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcpQVqzQ8v .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcpQVqzQ8v .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcpQVqzQ8v .carousel-indicators {
    display: none;
  }
}
.cid-vcpQVqzQ8v .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcpQVqzQ8v .carousel-inner > .active {
  display: block;
}
.cid-vcpQVqzQ8v .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcpQVqzQ8v .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcpQVqzQ8v .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcpQVqzQ8v .carousel-control,
  .cid-vcpQVqzQ8v .carousel-indicators,
  .cid-vcpQVqzQ8v .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcpQVqzQ8v .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcpQVqzQ8v .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcpQVqzQ8v .carousel-indicators .active,
.cid-vcpQVqzQ8v .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcpQVqzQ8v .carousel-indicators .active {
  background: #fff;
}
.cid-vcpQVqzQ8v .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcpQVqzQ8v .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcpQVqzQ8v .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcpQVqzQ8v .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcpQVqzQ8v .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcpQVqzQ8v .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcpQVqzQ8v .carousel {
  width: 100%;
}
.cid-vcpQVqzQ8v .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcpQVqzQ8v .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcpQVqzQ8v .modal.fade .modal-dialog,
.cid-vcpQVqzQ8v .modal.in .modal-dialog {
  transform: none;
}
.cid-vcpQVqzQ8v .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcpQVqzQ8v H6 {
  text-align: center;
}
.cid-vcpEukqfP9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #392203;
}
.cid-vcpEukqfP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpEukqfP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpEukqfP9 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vcpEukqfP9 [class^="socicon-"]:before,
.cid-vcpEukqfP9 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vcpEHXJmjr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/02-1473-004-634-2000x1285.jpg");
}
.cid-vcpEHXJmjr .mbr-section-title {
  color: #392203;
}
.cid-vcpEHXJmjr .mbr-text,
.cid-vcpEHXJmjr .mbr-section-btn {
  color: #ffffff;
}
.cid-vcpEHXJmjr .mbr-iconfont {
  font-size: 8rem;
  color: #000000;
}
.cid-vcpEHXJmjr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vcpEHXJmjr h1 {
  line-height: 1.3;
}
.cid-vcpEO9AxoF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #392203;
}
.cid-vcpEO9AxoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpEO9AxoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpEO9AxoF .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vcpEO9AxoF [class^="socicon-"]:before,
.cid-vcpEO9AxoF [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vcpP9dmaFA {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #eee9d5;
}
.cid-vcpP9dmaFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpP9dmaFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpP9dmaFA .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcpP9dmaFA .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcpP9dmaFA .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcpP9dmaFA .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcpP9dmaFA .mbr-text,
.cid-vcpP9dmaFA .mbr-section-btn {
  color: #232323;
}
.cid-vcpP9dmaFA .card-title,
.cid-vcpP9dmaFA .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-vcGWFIWSWt {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #eee9d5;
}
.cid-vcGWFIWSWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcGWFIWSWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcGWFIWSWt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcGWFIWSWt .row {
  flex-direction: row-reverse;
}
.cid-vcGWFIWSWt img {
  width: 100%;
}
.cid-vcpURmsIEd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eee9d5;
}
.cid-vcpURmsIEd hr {
  border: none;
  color: #000000;
  background-color: #000000;
  border-radius: 0.5em;
  height: 5px;
}
.cid-vcpTkFMTBs {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #eee9d5;
}
.cid-vcpTkFMTBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpTkFMTBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpTkFMTBs .item {
  padding-bottom: 2rem;
}
.cid-vcpTkFMTBs .item-wrapper {
  position: relative;
}
.cid-vcpTkFMTBs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcpTkFMTBs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcpTkFMTBs .carousel-control,
.cid-vcpTkFMTBs .close {
  background: #1b1b1b;
}
.cid-vcpTkFMTBs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcpTkFMTBs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcpTkFMTBs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcpTkFMTBs .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcpTkFMTBs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcpTkFMTBs .close::before {
  content: '\e91a';
}
.cid-vcpTkFMTBs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcpTkFMTBs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcpTkFMTBs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcpTkFMTBs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcpTkFMTBs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcpTkFMTBs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcpTkFMTBs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcpTkFMTBs .carousel-indicators li.active,
.cid-vcpTkFMTBs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcpTkFMTBs .carousel-indicators li::after,
.cid-vcpTkFMTBs .carousel-indicators li::before {
  content: none;
}
.cid-vcpTkFMTBs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcpTkFMTBs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcpTkFMTBs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcpTkFMTBs .carousel-indicators {
    display: none;
  }
}
.cid-vcpTkFMTBs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcpTkFMTBs .carousel-inner > .active {
  display: block;
}
.cid-vcpTkFMTBs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcpTkFMTBs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcpTkFMTBs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcpTkFMTBs .carousel-control,
  .cid-vcpTkFMTBs .carousel-indicators,
  .cid-vcpTkFMTBs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcpTkFMTBs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcpTkFMTBs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcpTkFMTBs .carousel-indicators .active,
.cid-vcpTkFMTBs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcpTkFMTBs .carousel-indicators .active {
  background: #fff;
}
.cid-vcpTkFMTBs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcpTkFMTBs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcpTkFMTBs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcpTkFMTBs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcpTkFMTBs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcpTkFMTBs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcpTkFMTBs .carousel {
  width: 100%;
}
.cid-vcpTkFMTBs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcpTkFMTBs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcpTkFMTBs .modal.fade .modal-dialog,
.cid-vcpTkFMTBs .modal.in .modal-dialog {
  transform: none;
}
.cid-vcpTkFMTBs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcpTkFMTBs H6 {
  text-align: center;
}
.cid-vcGyOwFd6L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eee9d5;
}
.cid-vcGyOwFd6L hr {
  border: none;
  color: #000000;
  background-color: #000000;
  border-radius: 0.5em;
  height: 5px;
}
.cid-vcGx6MRDSS {
  padding-top: 6rem;
  padding-bottom: 9rem;
  background-color: #eee9d5;
}
.cid-vcGx6MRDSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcGx6MRDSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcGx6MRDSS .item {
  padding-bottom: 2rem;
}
.cid-vcGx6MRDSS .item-wrapper {
  position: relative;
}
.cid-vcGx6MRDSS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcGx6MRDSS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcGx6MRDSS .carousel-control,
.cid-vcGx6MRDSS .close {
  background: #1b1b1b;
}
.cid-vcGx6MRDSS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcGx6MRDSS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcGx6MRDSS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcGx6MRDSS .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcGx6MRDSS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcGx6MRDSS .close::before {
  content: '\e91a';
}
.cid-vcGx6MRDSS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcGx6MRDSS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcGx6MRDSS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcGx6MRDSS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcGx6MRDSS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcGx6MRDSS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcGx6MRDSS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcGx6MRDSS .carousel-indicators li.active,
.cid-vcGx6MRDSS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcGx6MRDSS .carousel-indicators li::after,
.cid-vcGx6MRDSS .carousel-indicators li::before {
  content: none;
}
.cid-vcGx6MRDSS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcGx6MRDSS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcGx6MRDSS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcGx6MRDSS .carousel-indicators {
    display: none;
  }
}
.cid-vcGx6MRDSS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcGx6MRDSS .carousel-inner > .active {
  display: block;
}
.cid-vcGx6MRDSS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcGx6MRDSS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcGx6MRDSS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcGx6MRDSS .carousel-control,
  .cid-vcGx6MRDSS .carousel-indicators,
  .cid-vcGx6MRDSS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcGx6MRDSS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcGx6MRDSS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcGx6MRDSS .carousel-indicators .active,
.cid-vcGx6MRDSS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcGx6MRDSS .carousel-indicators .active {
  background: #fff;
}
.cid-vcGx6MRDSS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcGx6MRDSS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcGx6MRDSS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcGx6MRDSS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcGx6MRDSS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcGx6MRDSS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcGx6MRDSS .carousel {
  width: 100%;
}
.cid-vcGx6MRDSS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcGx6MRDSS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcGx6MRDSS .modal.fade .modal-dialog,
.cid-vcGx6MRDSS .modal.in .modal-dialog {
  transform: none;
}
.cid-vcGx6MRDSS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcGx6MRDSS H6 {
  text-align: center;
}
.cid-vcpEBM5FGD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #392203;
}
.cid-vcpEBM5FGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpEBM5FGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpEBM5FGD .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vcpEBM5FGD [class^="socicon-"]:before,
.cid-vcpEBM5FGD [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vcpEAl7YTG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/02-1473-004-1174-2000x1226.jpg");
}
.cid-vcpEAl7YTG .mbr-section-title {
  color: #392203;
}
.cid-vcpEAl7YTG .mbr-text,
.cid-vcpEAl7YTG .mbr-section-btn {
  color: #ffffff;
}
.cid-vcpEAl7YTG .mbr-iconfont {
  font-size: 8rem;
  color: #000000;
}
.cid-vcpEAl7YTG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vcpEAl7YTG h1 {
  line-height: 1.3;
}
.cid-vcH2wFrkvs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #392203;
}
.cid-vcH2wFrkvs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcH2wFrkvs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcH2wFrkvs .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vcH2wFrkvs [class^="socicon-"]:before,
.cid-vcH2wFrkvs [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vcGzvkeOJV {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #eee9d5;
}
.cid-vcGzvkeOJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcGzvkeOJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcGzvkeOJV .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcGzvkeOJV .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcGzvkeOJV .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcGzvkeOJV .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcGzvkeOJV .mbr-text,
.cid-vcGzvkeOJV .mbr-section-btn {
  color: #232323;
}
.cid-vcGzvkeOJV .card-title,
.cid-vcGzvkeOJV .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-vcGA1TrZUl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eee9d5;
}
.cid-vcGA1TrZUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcGA1TrZUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vcGA1TrZUl .image-wrapper {
    flex-direction: column;
  }
  .cid-vcGA1TrZUl .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-vcGA1TrZUl .card-box {
  max-width: 750px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-vcGA1TrZUl img,
.cid-vcGA1TrZUl .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vcGA1TrZUl .card-wrapper {
  background: #ffffff;
}
.cid-vcGA1TrZUl .mbr-text,
.cid-vcGA1TrZUl .mbr-section-btn {
  color: #232323;
}
.cid-vcGA1TrZUl .card-title,
.cid-vcGA1TrZUl .card-box {
  color: #fa4529;
}
@media (max-width: 767px) {
  .cid-vcGA1TrZUl .card-content-text {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcGA1TrZUl .card-content-text {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcGA1TrZUl .card-content-text {
    padding: 4rem;
  }
}
.cid-vcHssskNIz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eee9d5;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-vcHssskNIz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-vcHssskNIz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcHssskNIz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcHssskNIz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-vcHssskNIz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-vcHssskNIz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-vcHssskNIz .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-vcHssskNIz .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-vcHssskNIz .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-vcHssskNIz .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-vcHssskNIz .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-vcHssskNIz .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-vcHssskNIz .mbr-gallery-filter ul {
  display: block;
}
.cid-vcHssskNIz .mbr-gallery-filter ul li {
  position: relative;
}
.cid-vcHssskNIz .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-vcHssskNIz .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-vcHssskNIz .mbr-gallery-filter li.active::after,
.cid-vcHssskNIz .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-vcHssskNIz .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-vcHssskNIz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-vcHssskNIz .icon-focus:before {
  content: '\e95e';
}
.cid-vcHssskNIz .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-vcHssskNIz .mbr-section-title {
  margin: 0;
}
.cid-vcHssskNIz .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-vcHssskNIz .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-vcH1PbhA4i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eee9d5;
}
.cid-vcH1PbhA4i hr {
  border: none;
  color: #000000;
  background-color: #000000;
  border-radius: 0.5em;
  height: 5px;
}
.cid-vcGU9pJZl8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eee9d5;
}
.cid-vcGU9pJZl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcGU9pJZl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcGU9pJZl8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcGU9pJZl8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcGU9pJZl8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vcH9UNrdpZ {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #eee9d5;
}
.cid-vcH9UNrdpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcH9UNrdpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcH9UNrdpZ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcH9UNrdpZ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcH9UNrdpZ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcH9UNrdpZ .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcH9UNrdpZ .mbr-text,
.cid-vcH9UNrdpZ .mbr-section-btn {
  color: #232323;
}
.cid-vcH9UNrdpZ .card-title,
.cid-vcH9UNrdpZ .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-vcH52BxJj6 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #eee9d5;
}
@media (min-width: 992px) {
  .cid-vcH52BxJj6 .carousel {
    max-height: 600px;
  }
  .cid-vcH52BxJj6 .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcH52BxJj6 .carousel {
    min-height: 390px;
  }
  .cid-vcH52BxJj6 .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-vcH52BxJj6 .carousel {
    min-height: 330px;
  }
  .cid-vcH52BxJj6 .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-vcH52BxJj6 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vcH52BxJj6 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vcH52BxJj6 .carousel,
.cid-vcH52BxJj6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcH52BxJj6 .item-wrapper {
  width: 100%;
}
.cid-vcH52BxJj6 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vcH52BxJj6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vcH52BxJj6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vcH52BxJj6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vcH52BxJj6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vcH52BxJj6 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcH52BxJj6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcH52BxJj6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcH52BxJj6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcH52BxJj6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vcH52BxJj6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcH52BxJj6 .carousel-indicators li.active,
.cid-vcH52BxJj6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcH52BxJj6 .carousel-indicators li::after,
.cid-vcH52BxJj6 .carousel-indicators li::before {
  content: none;
}
.cid-vcH52BxJj6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcH52BxJj6 .carousel-indicators {
    display: none !important;
  }
}
.cid-vcH5VkbgxQ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eee9d5;
}
.cid-vcH5VkbgxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcH5VkbgxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcH5VkbgxQ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcH5VkbgxQ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcH5VkbgxQ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcH5VkbgxQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcH5VkbgxQ .mbr-text,
.cid-vcH5VkbgxQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vcH5VkbgxQ .card-title,
.cid-vcH5VkbgxQ .card-box {
  text-align: center;
  color: #000000;
}
.cid-vcH5VkbgxQ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vcH5VkbgxQ .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vcH5VkbgxQ .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #392203;
  background-color: #392203;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vcH5VkbgxQ .mbr-text UL {
  text-align: left;
}
.cid-vcMX3aAZ3I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eee9d5;
}
.cid-vcMX3aAZ3I hr {
  border: none;
  color: #000000;
  background-color: #000000;
  border-radius: 0.5em;
  height: 5px;
}
.cid-vcMWPxJohe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eee9d5;
}
.cid-vcMWPxJohe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcMWPxJohe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcMWPxJohe .row {
  flex-direction: row-reverse;
}
.cid-vcMVicmZhx {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #eee9d5;
}
.cid-vcMVicmZhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcMVicmZhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcMVicmZhx .item {
  padding-bottom: 2rem;
}
.cid-vcMVicmZhx .item-wrapper {
  position: relative;
}
.cid-vcMVicmZhx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcMVicmZhx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcMVicmZhx .carousel-control,
.cid-vcMVicmZhx .close {
  background: #1b1b1b;
}
.cid-vcMVicmZhx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcMVicmZhx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcMVicmZhx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcMVicmZhx .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcMVicmZhx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcMVicmZhx .close::before {
  content: '\e91a';
}
.cid-vcMVicmZhx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcMVicmZhx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcMVicmZhx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcMVicmZhx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcMVicmZhx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcMVicmZhx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcMVicmZhx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcMVicmZhx .carousel-indicators li.active,
.cid-vcMVicmZhx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcMVicmZhx .carousel-indicators li::after,
.cid-vcMVicmZhx .carousel-indicators li::before {
  content: none;
}
.cid-vcMVicmZhx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcMVicmZhx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcMVicmZhx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcMVicmZhx .carousel-indicators {
    display: none;
  }
}
.cid-vcMVicmZhx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcMVicmZhx .carousel-inner > .active {
  display: block;
}
.cid-vcMVicmZhx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcMVicmZhx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcMVicmZhx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcMVicmZhx .carousel-control,
  .cid-vcMVicmZhx .carousel-indicators,
  .cid-vcMVicmZhx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcMVicmZhx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcMVicmZhx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcMVicmZhx .carousel-indicators .active,
.cid-vcMVicmZhx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcMVicmZhx .carousel-indicators .active {
  background: #fff;
}
.cid-vcMVicmZhx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcMVicmZhx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcMVicmZhx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcMVicmZhx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcMVicmZhx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcMVicmZhx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcMVicmZhx .carousel {
  width: 100%;
}
.cid-vcMVicmZhx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcMVicmZhx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcMVicmZhx .modal.fade .modal-dialog,
.cid-vcMVicmZhx .modal.in .modal-dialog {
  transform: none;
}
.cid-vcMVicmZhx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcMVicmZhx H6 {
  text-align: center;
}
.cid-vcMXtmELiU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eee9d5;
}
.cid-vcMXtmELiU hr {
  border: none;
  color: #000000;
  background-color: #000000;
  border-radius: 0.5em;
  height: 5px;
}
.cid-vcMXeN1LNS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #eee9d5;
}
.cid-vcMXeN1LNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcMXeN1LNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcMXeN1LNS .item {
  padding-bottom: 2rem;
}
.cid-vcMXeN1LNS .item-wrapper {
  position: relative;
}
.cid-vcMXeN1LNS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcMXeN1LNS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcMXeN1LNS .carousel-control,
.cid-vcMXeN1LNS .close {
  background: #1b1b1b;
}
.cid-vcMXeN1LNS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcMXeN1LNS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcMXeN1LNS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcMXeN1LNS .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcMXeN1LNS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcMXeN1LNS .close::before {
  content: '\e91a';
}
.cid-vcMXeN1LNS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcMXeN1LNS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcMXeN1LNS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcMXeN1LNS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcMXeN1LNS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcMXeN1LNS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcMXeN1LNS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcMXeN1LNS .carousel-indicators li.active,
.cid-vcMXeN1LNS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcMXeN1LNS .carousel-indicators li::after,
.cid-vcMXeN1LNS .carousel-indicators li::before {
  content: none;
}
.cid-vcMXeN1LNS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcMXeN1LNS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcMXeN1LNS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcMXeN1LNS .carousel-indicators {
    display: none;
  }
}
.cid-vcMXeN1LNS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcMXeN1LNS .carousel-inner > .active {
  display: block;
}
.cid-vcMXeN1LNS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcMXeN1LNS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcMXeN1LNS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcMXeN1LNS .carousel-control,
  .cid-vcMXeN1LNS .carousel-indicators,
  .cid-vcMXeN1LNS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcMXeN1LNS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcMXeN1LNS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcMXeN1LNS .carousel-indicators .active,
.cid-vcMXeN1LNS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcMXeN1LNS .carousel-indicators .active {
  background: #fff;
}
.cid-vcMXeN1LNS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcMXeN1LNS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcMXeN1LNS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcMXeN1LNS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcMXeN1LNS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcMXeN1LNS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcMXeN1LNS .carousel {
  width: 100%;
}
.cid-vcMXeN1LNS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcMXeN1LNS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcMXeN1LNS .modal.fade .modal-dialog,
.cid-vcMXeN1LNS .modal.in .modal-dialog {
  transform: none;
}
.cid-vcMXeN1LNS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcMXeN1LNS H6 {
  text-align: center;
}
.cid-vcMXywh3cQ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eee9d5;
}
.cid-vcMXywh3cQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcMXywh3cQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcMXywh3cQ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcMXywh3cQ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcMXywh3cQ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcMXywh3cQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcMXywh3cQ .mbr-text,
.cid-vcMXywh3cQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vcMXywh3cQ .card-title,
.cid-vcMXywh3cQ .card-box {
  text-align: center;
  color: #000000;
}
.cid-vcMXywh3cQ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vcMXywh3cQ .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vcMXywh3cQ .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #392203;
  background-color: #392203;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vcMXywh3cQ .mbr-text UL {
  text-align: left;
}
.cid-vcH77b4m9v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eee9d5;
}
.cid-vcH77b4m9v hr {
  border: none;
  color: #000000;
  background-color: #000000;
  border-radius: 0.5em;
  height: 5px;
}
.cid-vcH6IMXRJV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eee9d5;
}
.cid-vcH6IMXRJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcH6IMXRJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcH6IMXRJV .item {
  padding-bottom: 2rem;
}
.cid-vcH6IMXRJV .item-wrapper {
  position: relative;
}
.cid-vcH6IMXRJV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vcH6IMXRJV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vcH6IMXRJV .carousel-control,
.cid-vcH6IMXRJV .close {
  background: #1b1b1b;
}
.cid-vcH6IMXRJV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcH6IMXRJV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcH6IMXRJV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcH6IMXRJV .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcH6IMXRJV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcH6IMXRJV .close::before {
  content: '\e91a';
}
.cid-vcH6IMXRJV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcH6IMXRJV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcH6IMXRJV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcH6IMXRJV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcH6IMXRJV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcH6IMXRJV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcH6IMXRJV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcH6IMXRJV .carousel-indicators li.active,
.cid-vcH6IMXRJV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcH6IMXRJV .carousel-indicators li::after,
.cid-vcH6IMXRJV .carousel-indicators li::before {
  content: none;
}
.cid-vcH6IMXRJV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcH6IMXRJV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcH6IMXRJV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcH6IMXRJV .carousel-indicators {
    display: none;
  }
}
.cid-vcH6IMXRJV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcH6IMXRJV .carousel-inner > .active {
  display: block;
}
.cid-vcH6IMXRJV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcH6IMXRJV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcH6IMXRJV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcH6IMXRJV .carousel-control,
  .cid-vcH6IMXRJV .carousel-indicators,
  .cid-vcH6IMXRJV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcH6IMXRJV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcH6IMXRJV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcH6IMXRJV .carousel-indicators .active,
.cid-vcH6IMXRJV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcH6IMXRJV .carousel-indicators .active {
  background: #fff;
}
.cid-vcH6IMXRJV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcH6IMXRJV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcH6IMXRJV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcH6IMXRJV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcH6IMXRJV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcH6IMXRJV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcH6IMXRJV .carousel {
  width: 100%;
}
.cid-vcH6IMXRJV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcH6IMXRJV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcH6IMXRJV .modal.fade .modal-dialog,
.cid-vcH6IMXRJV .modal.in .modal-dialog {
  transform: none;
}
.cid-vcH6IMXRJV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcH6IMXRJV H6 {
  text-align: center;
}
.cid-vcHf1ScU8i {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #392203;
}
.cid-vcHf1ScU8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcHf1ScU8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcHf1ScU8i .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vcHf1ScU8i [class^="socicon-"]:before,
.cid-vcHf1ScU8i [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vcGGWYMUee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/02-1473-004-546-2000x1312.jpg");
}
.cid-vcGGWYMUee .mbr-section-title {
  color: #392203;
}
.cid-vcGGWYMUee .mbr-text,
.cid-vcGGWYMUee .mbr-section-btn {
  color: #ffffff;
}
.cid-vcGGWYMUee .mbr-iconfont {
  font-size: 8rem;
  color: #000000;
}
.cid-vcGGWYMUee .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vcGGWYMUee h1 {
  line-height: 1.3;
}
.cid-vcHepBcD3k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #392203;
}
.cid-vcHepBcD3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcHepBcD3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcHepBcD3k .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vcHepBcD3k [class^="socicon-"]:before,
.cid-vcHepBcD3k [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vcHgKPMaHb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #eee9d5;
}
.cid-vcHgKPMaHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcHgKPMaHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcHgKPMaHb .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-vcHgKPMaHb .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcHgKPMaHb .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vcHgKPMaHb .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vcHgKPMaHb .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vcHgKPMaHb .row {
  flex-direction: row-reverse;
}
.cid-vcHgKPMaHb .image-wrapper {
  padding: 0 1rem;
}
.cid-vcHgKPMaHb img,
.cid-vcHgKPMaHb .image-wrapper {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vcHgKPMaHb img,
  .cid-vcHgKPMaHb .image-wrapper {
    max-height: 350px;
  }
}
.cid-vcHgKPMaHb .mbr-section-title {
  color: #000000;
}
.cid-vcHgKPMaHb .mbr-text {
  color: #000000;
}
.cid-vcH2T8DtuM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #392203;
}
.cid-vcH2T8DtuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcH2T8DtuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcH2T8DtuM .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vcH2T8DtuM [class^="socicon-"]:before,
.cid-vcH2T8DtuM [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vcHen8HkPH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pastel-yellow-vignette-concrete-textured-background-2000x1339.jpg");
}
.cid-vcHen8HkPH .mbr-section-title {
  color: #392203;
}
.cid-vcHen8HkPH .mbr-text,
.cid-vcHen8HkPH .mbr-section-btn {
  color: #ffffff;
}
.cid-vcHen8HkPH .mbr-iconfont {
  font-size: 8rem;
  color: #000000;
}
.cid-vcHen8HkPH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vcHen8HkPH h1 {
  line-height: 1.3;
}
.cid-vcpWzGuhDF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #392203;
}
.cid-vcpWzGuhDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcpWzGuhDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcpWzGuhDF .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vcpWzGuhDF [class^="socicon-"]:before,
.cid-vcpWzGuhDF [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vcHhBiTSAr {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #eee9d5;
}
.cid-vcHhBiTSAr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcHhBiTSAr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcHhBiTSAr .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vcHhBiTSAr .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcHhBiTSAr .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcHhBiTSAr .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcHhBiTSAr .mbr-text,
.cid-vcHhBiTSAr .mbr-section-btn {
  color: #232323;
}
.cid-vcHhBiTSAr .card-title,
.cid-vcHhBiTSAr .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-vcpEcC4WrX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eee9d5;
  overflow: hidden;
}
.cid-vcpEcC4WrX .media-container-row .mbr-text {
  color: #392203;
}

.cid-vcNyDHR3DF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eee9d5;
}
.cid-vcNyDHR3DF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNyDHR3DF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNyDHR3DF .card-wrapper {
  background: #eee9d5;
}
@media (max-width: 767px) {
  .cid-vcNyDHR3DF .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcNyDHR3DF .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vcNyDHR3DF .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcNyDHR3DF .mbr-text,
.cid-vcNyDHR3DF .mbr-section-btn {
  color: #392203;
}
.cid-vcNyDHR3DF .card-title,
.cid-vcNyDHR3DF .card-box {
  text-align: left;
  color: #ffd7ef;
}