.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Cal Sans;
}
.display-1 {
  font-family: 'Prompt', sans-serif;
  font-size: 6.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.375rem;
}
.display-2 {
  font-family: 'Prompt', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Prompt', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Prompt', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Prompt', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 5.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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: #d5af7e !important;
}
.bg-success {
  background-color: #2a5b38 !important;
}
.bg-info {
  background-color: #d1e0be !important;
}
.bg-warning {
  background-color: #dcde2d !important;
}
.bg-danger {
  background-color: #910000 !important;
}
.btn-primary .mbr-iconfont {
  color: #b37e3a;
  background-color: #fbf7f1;
}
.btn-primary,
.btn-primary:active {
  background-color: #d5af7e !important;
  border-color: #d5af7e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e2c7a4 !important;
  border-color: #e2c7a4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e2c7a4 !important;
  border-color: #e2c7a4 !important;
}
.btn-secondary .mbr-iconfont {
  color: #904216;
  background-color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #df6d2d !important;
  border-color: #df6d2d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e68c59 !important;
  border-color: #e68c59 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e68c59 !important;
  border-color: #e68c59 !important;
}
.btn-info .mbr-iconfont {
  color: #a0bf79;
  background-color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #d1e0be !important;
  border-color: #d1e0be !important;
  color: #536c33 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e9f0e1 !important;
  border-color: #e9f0e1 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #536c33 !important;
  background-color: #e9f0e1 !important;
  border-color: #e9f0e1 !important;
}
.btn-success .mbr-iconfont {
  color: #0a150d;
  background-color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #2a5b38 !important;
  border-color: #2a5b38 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3a7e4d !important;
  border-color: #3a7e4d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3a7e4d !important;
  border-color: #3a7e4d !important;
}
.btn-warning .mbr-iconfont {
  color: #8d8f16;
  background-color: #f2f3b1;
}
.btn-warning,
.btn-warning:active {
  background-color: #dcde2d !important;
  border-color: #dcde2d !important;
  color: #0a0a02 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e3e559 !important;
  border-color: #e3e559 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0a0a02 !important;
  background-color: #e3e559 !important;
  border-color: #e3e559 !important;
}
.btn-danger .mbr-iconfont {
  color: #2b0000;
  background-color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #910000 !important;
  border-color: #910000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c40000 !important;
  border-color: #c40000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c40000 !important;
  border-color: #c40000 !important;
}
.btn-white .mbr-iconfont {
  color: #bfc3b3;
  background-color: #ffffff;
}
.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 .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.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 .mbr-iconfont {
  border: 2px solid #d5af7e;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d5af7e;
  color: #d5af7e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #be863e !important;
  background-color: transparent !important;
  border-color: #be863e !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 2px solid #be863e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d5af7e !important;
  border-color: #d5af7e !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 2px solid #df6d2d;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #df6d2d;
  color: #df6d2d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9d4818 !important;
  background-color: transparent !important;
  border-color: #9d4818 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 2px solid #9d4818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #df6d2d !important;
  border-color: #df6d2d !important;
}
.btn-info-outline .mbr-iconfont {
  border: 2px solid #d1e0be;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d1e0be;
  color: #d1e0be;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a7c483 !important;
  background-color: transparent !important;
  border-color: #a7c483 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 2px solid #a7c483;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #536c33 !important;
  background-color: #d1e0be !important;
  border-color: #d1e0be !important;
}
.btn-success-outline .mbr-iconfont {
  border: 2px solid #2a5b38;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2a5b38;
  color: #2a5b38;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0f2013 !important;
  background-color: transparent !important;
  border-color: #0f2013 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 2px solid #0f2013;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2a5b38 !important;
  border-color: #2a5b38 !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 2px solid #dcde2d;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dcde2d;
  color: #dcde2d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9a9c18 !important;
  background-color: transparent !important;
  border-color: #9a9c18 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 2px solid #9a9c18;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0a0a02 !important;
  background-color: #dcde2d !important;
  border-color: #dcde2d !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 2px solid #910000;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #910000;
  color: #910000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3a0000 !important;
  background-color: transparent !important;
  border-color: #3a0000 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 2px solid #3a0000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #910000 !important;
  border-color: #910000 !important;
}
.btn-black-outline .mbr-iconfont {
  border: 2px solid #232323;
}
.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:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 2px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 2px solid #fafafa;
}
.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:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 2px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d5af7e !important;
}
.text-secondary {
  color: #df6d2d !important;
}
.text-success {
  color: #2a5b38 !important;
}
.text-info {
  color: #d1e0be !important;
}
.text-warning {
  color: #dcde2d !important;
}
.text-danger {
  color: #910000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b37e3a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #904216 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0a150d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a0bf79 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8d8f16 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2b0000 !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: #d5af7e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d1e0be;
}
.alert-warning {
  background-color: #dcde2d;
}
.alert-danger {
  background-color: #910000;
}
.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: #d5af7e;
  border-color: #d5af7e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d5af7e;
}
.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: #54b06f;
}
.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: #f9fadd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff1212;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Prompt', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #d5af7e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Prompt', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #d5af7e;
}
/* 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: #d5af7e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d5af7e;
}
.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: #d5af7e;
  border-bottom-color: #d5af7e;
}
.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: #d5af7e !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: #df6d2d !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='%23d5af7e' %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 {
  padding: 4px 30px;
  min-height: 73px;
  font-weight: 400;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 14px;
  margin-right: -17px;
  transition: all .3s ease;
  font-size: 18px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.large-radius {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .large-radius {
    border-radius: 20px !important;
  }
}
.icon-radius .mbr-iconfont {
  border-radius: 10px !important;
}
.cid-v0ZKEqqdTH {
  background-color: transparent;
}
.cid-v0ZKEqqdTH .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v0ZKEqqdTH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v0ZKEqqdTH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0ZKEqqdTH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v0ZKEqqdTH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v0ZKEqqdTH .menu_box .navbar.opened,
  .cid-v0ZKEqqdTH .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v0ZKEqqdTH .navbar-dropdown {
  position: relative !important;
}
.cid-v0ZKEqqdTH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v0ZKEqqdTH .btn:hover {
  box-shadow: none;
}
.cid-v0ZKEqqdTH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v0ZKEqqdTH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v0ZKEqqdTH .nav-item {
    margin: 0 !important;
  }
}
.cid-v0ZKEqqdTH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v0ZKEqqdTH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0ZKEqqdTH .nav-item .nav-link:hover::before,
.cid-v0ZKEqqdTH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v0ZKEqqdTH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v0ZKEqqdTH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v0ZKEqqdTH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v0ZKEqqdTH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v0ZKEqqdTH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v0ZKEqqdTH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v0ZKEqqdTH .offcanvas_box {
    display: none;
  }
}
.cid-v0ZKEqqdTH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v0ZKEqqdTH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v0ZKEqqdTH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v0ZKEqqdTH .container {
  display: flex;
  margin: auto;
}
.cid-v0ZKEqqdTH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v0ZKEqqdTH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v0ZKEqqdTH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0ZKEqqdTH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v0ZKEqqdTH .navbar-nav {
    margin: 0;
  }
}
.cid-v0ZKEqqdTH .dropdown-menu,
.cid-v0ZKEqqdTH .navbar.opened {
  background-color: false !important;
}
.cid-v0ZKEqqdTH .nav-item:focus,
.cid-v0ZKEqqdTH .nav-link:focus {
  outline: none;
}
.cid-v0ZKEqqdTH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0ZKEqqdTH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0ZKEqqdTH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0ZKEqqdTH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0ZKEqqdTH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0ZKEqqdTH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0ZKEqqdTH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v0ZKEqqdTH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v0ZKEqqdTH .navbar.opened {
  transition: all 0.3s;
}
.cid-v0ZKEqqdTH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v0ZKEqqdTH .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v0ZKEqqdTH .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-v0ZKEqqdTH .navbar.collapsed {
  justify-content: center;
}
.cid-v0ZKEqqdTH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0ZKEqqdTH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0ZKEqqdTH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0ZKEqqdTH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0ZKEqqdTH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0ZKEqqdTH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v0ZKEqqdTH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0ZKEqqdTH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v0ZKEqqdTH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v0ZKEqqdTH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0ZKEqqdTH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0ZKEqqdTH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v0ZKEqqdTH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0ZKEqqdTH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v0ZKEqqdTH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0ZKEqqdTH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v0ZKEqqdTH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v0ZKEqqdTH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v0ZKEqqdTH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v0ZKEqqdTH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0ZKEqqdTH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v0ZKEqqdTH .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0ZKEqqdTH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0ZKEqqdTH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0ZKEqqdTH .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;
  z-index: 1;
}
.cid-v0ZKEqqdTH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v0ZKEqqdTH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0ZKEqqdTH .dropdown-item.active,
.cid-v0ZKEqqdTH .dropdown-item:active {
  background-color: transparent;
}
.cid-v0ZKEqqdTH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-v0ZKEqqdTH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0ZKEqqdTH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0ZKEqqdTH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0ZKEqqdTH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v0ZKEqqdTH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0ZKEqqdTH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-v0ZKEqqdTH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0ZKEqqdTH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0ZKEqqdTH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0ZKEqqdTH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0ZKEqqdTH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0ZKEqqdTH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0ZKEqqdTH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0ZKEqqdTH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0ZKEqqdTH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0ZKEqqdTH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v0ZKEqqdTH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0ZKEqqdTH .navbar {
    height: 70px;
  }
  .cid-v0ZKEqqdTH .navbar.opened {
    height: auto;
  }
  .cid-v0ZKEqqdTH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0ZKEqqdTH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v0ZKEqqdTH .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-v0ZKEqqdTH .mbr-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .cid-v0ZKEqqdTH .mbr-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.cid-v0ZKEqqdTH .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-v0ZKEqqdTH .navbar-caption:hover {
  color: #d5af7e;
}
@media (min-width: 992px) {
  .cid-v0ZKEqqdTH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v0ZKEqqdTH .text_widget {
  margin-bottom: 32px;
}
.cid-v0ZKEqqdTH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v0ZKEqqdTH .text_widget a:hover,
.cid-v0ZKEqqdTH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-v0ZKEqqdTH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-v0ZKEqqdTH .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
}
.cid-v0ZKEqqdTH .icons-menu-main {
  display: flex;
}
.cid-v0ZKEqqdTH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0ZKEqqdTH .navbar-caption {
  color: #000000;
}
.cid-v0ZKEqqdTH .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-v0ZKEqqdTH .mbr-section-subtitle,
.cid-v0ZKEqqdTH .text_widget,
.cid-v0ZKEqqdTH .mbr-section-btn {
  text-align: center;
}
.cid-v0ZKEqqdTH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZSTZZsSWt {
  background-image: url("../../../assets/images/banner-18-1920x1080.webp");
}
.cid-uZSTZZsSWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSTZZsSWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSTZZsSWt .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZSTZZsSWt .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uZSTZZsSWt .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uZSTZZsSWt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uZSTZZsSWt .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uZSTZZsSWt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZSTZZsSWt .mbr-label {
  color: #ffffff;
}
.cid-uZSTZZsSWt .mbr-section-title {
  color: #ffffff;
}
.cid-uZSTZZsSWt .mbr-text {
  color: #ffffff;
}
.cid-uXefpEBddg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/105094847-m-2000x1500.webp");
}
.cid-uXefpEBddg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXefpEBddg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXefpEBddg .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uXefpEBddg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uXefpEBddg .container {
    padding: 0 20px;
  }
}
.cid-uXefpEBddg .row {
  justify-content: center;
}
.cid-uXefpEBddg .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-uXefpEBddg .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uXefpEBddg .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uXefpEBddg .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-uXefpEBddg .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-uXefpEBddg .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uXefpEBddg .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uXefpEBddg .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-uXefpEBddg .mbr-desc {
  color: #ffffff;
}
.cid-uXefpEBddg .mbr-section-title {
  color: #534741;
  text-align: center;
}
.cid-uXefpEBddg .mbr-text {
  color: #ffffff;
}
.cid-uW0En4Rrtz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-uW0En4Rrtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0En4Rrtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uW0En4Rrtz .container {
    padding: 0 20px;
  }
}
.cid-uW0En4Rrtz .card {
  padding: 0;
}
.cid-uW0En4Rrtz .card:first-child .image-wrap {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uW0En4Rrtz .card:first-child .image-wrap {
    min-height: 250px;
  }
}
.cid-uW0En4Rrtz .card:first-child .image-wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-uW0En4Rrtz .card:nth-child(2) .image-wrap {
  height: 100%;
}
.cid-uW0En4Rrtz .card:nth-child(2) .image-wrap img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-uW0En4Rrtz .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uW0En4Rrtz .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uW0En4Rrtz .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uW0En4Rrtz .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uW0En4Rrtz .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uW0En4Rrtz .mbr-section-title {
  color: #1d1d1d;
}
.cid-uW0En4Rrtz .mbr-text {
  color: #534741;
}
.cid-uW0En4Rrtz .mbr-section-title,
.cid-uW0En4Rrtz .mbr-section-btn {
  color: #534741;
}
.cid-uXensu9xtK {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: flex-end;
  background-image: url("../../../assets/images/banner-new-2-1920x1080.webp");
}
.cid-uXensu9xtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXensu9xtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXensu9xtK .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uXensu9xtK .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXensu9xtK .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXensu9xtK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXensu9xtK .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uXensu9xtK .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uXensu9xtK .text-wrapper {
    padding-left: 0;
  }
}
.cid-uXensu9xtK .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXensu9xtK .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uXensu9xtK .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uXensu9xtK .mbr-label {
  color: #ffffff;
}
.cid-uXensu9xtK .mbr-section-title {
  color: #ffffff;
}
.cid-uXensu9xtK .mbr-text {
  color: #ffffff;
}
.cid-uXeh1GvTCz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uXeh1GvTCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXeh1GvTCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXeh1GvTCz .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uXeh1GvTCz .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXeh1GvTCz .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uXeh1GvTCz .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uXeh1GvTCz .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uXeh1GvTCz .title-wrapper .title-wrap .mbr-section-title span {
  color: #c10b02;
}
.cid-uXeh1GvTCz .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uXeh1GvTCz .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uXeh1GvTCz .item:hover .item-wrapper .item-img,
.cid-uXeh1GvTCz .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uXeh1GvTCz .item:hover .item-wrapper .item-img,
  .cid-uXeh1GvTCz .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uXeh1GvTCz .item:hover .item-wrapper .item-img img,
.cid-uXeh1GvTCz .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-uXeh1GvTCz .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uXeh1GvTCz .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXeh1GvTCz .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uXeh1GvTCz .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXeh1GvTCz .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-uXeh1GvTCz .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-uXeh1GvTCz .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-uXeh1GvTCz .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uXeh1GvTCz .mbr-section-title {
  color: #404349;
}
.cid-uXeh1GvTCz .mbr-desc {
  color: #b19a7c;
}
.cid-uXeh1GvTCz .item-title {
  color: #534741;
}
.cid-uXeh1GvTCz .item-desc {
  color: #b19a7c;
}
.cid-uXeh1GvTCz .mbr-desc,
.cid-uXeh1GvTCz .desc-wrapper {
  color: #b19a7c;
}
.cid-uXehNu0val {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uXehNu0val .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXehNu0val .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXehNu0val .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uXehNu0val .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXehNu0val .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uXehNu0val .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uXehNu0val .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uXehNu0val .title-wrapper .title-wrap .mbr-section-title span {
  color: #c10b02;
}
.cid-uXehNu0val .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uXehNu0val .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uXehNu0val .item:hover .item-wrapper .item-img,
.cid-uXehNu0val .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uXehNu0val .item:hover .item-wrapper .item-img,
  .cid-uXehNu0val .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uXehNu0val .item:hover .item-wrapper .item-img img,
.cid-uXehNu0val .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-uXehNu0val .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uXehNu0val .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXehNu0val .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uXehNu0val .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXehNu0val .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-uXehNu0val .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-uXehNu0val .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-uXehNu0val .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uXehNu0val .mbr-section-title {
  color: #404349;
}
.cid-uXehNu0val .mbr-desc {
  color: #b19a7c;
}
.cid-uXehNu0val .item-title {
  color: #534741;
}
.cid-uXehNu0val .item-desc {
  color: #b19a7c;
}
.cid-uXejmIdXTv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-uXejmIdXTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXejmIdXTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXejmIdXTv .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uXejmIdXTv .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXejmIdXTv .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uXejmIdXTv .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uXejmIdXTv .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uXejmIdXTv .title-wrapper .title-wrap .mbr-section-title span {
  color: #c10b02;
}
.cid-uXejmIdXTv .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uXejmIdXTv .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uXejmIdXTv .item:hover .item-wrapper .item-img,
.cid-uXejmIdXTv .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uXejmIdXTv .item:hover .item-wrapper .item-img,
  .cid-uXejmIdXTv .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uXejmIdXTv .item:hover .item-wrapper .item-img img,
.cid-uXejmIdXTv .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-uXejmIdXTv .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uXejmIdXTv .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXejmIdXTv .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uXejmIdXTv .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXejmIdXTv .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-uXejmIdXTv .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-uXejmIdXTv .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-uXejmIdXTv .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uXejmIdXTv .mbr-section-title {
  color: #404349;
}
.cid-uXejmIdXTv .mbr-desc {
  color: #b19a7c;
}
.cid-uXejmIdXTv .item-title {
  color: #534741;
}
.cid-uXejmIdXTv .item-desc {
  color: #b19a7c;
}
.cid-uXj6TVPdJq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ebebeb;
}
.cid-uXj6TVPdJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXj6TVPdJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXj6TVPdJq .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uXj6TVPdJq .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXj6TVPdJq .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uXj6TVPdJq .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uXj6TVPdJq .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uXj6TVPdJq .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uXj6TVPdJq .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uXj6TVPdJq .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uXj6TVPdJq .item:hover .item-wrapper .item-content,
.cid-uXj6TVPdJq .item:focus .item-wrapper .item-content {
  background-color: #f8e7d2;
  margin: 10px;
}
.cid-uXj6TVPdJq .item:hover .item-wrapper .item-content .item-title,
.cid-uXj6TVPdJq .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-uXj6TVPdJq .item:hover .item-wrapper .item-content .item-text,
.cid-uXj6TVPdJq .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-uXj6TVPdJq .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-uXj6TVPdJq .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uXj6TVPdJq .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uXj6TVPdJq .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-uXj6TVPdJq .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXj6TVPdJq .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #f8e7d2;
    margin: 10px;
  }
}
.cid-uXj6TVPdJq .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-uXj6TVPdJq .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #ff951b;
}
.cid-uXj6TVPdJq .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #ed453f;
}
.cid-uXj6TVPdJq .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #45cb20;
}
.cid-uXj6TVPdJq .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXj6TVPdJq .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-uXj6TVPdJq .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXj6TVPdJq .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-uXj6TVPdJq .mbr-section-title {
  color: #404349;
}
.cid-uXj6TVPdJq .mbr-desc {
  color: #b19a7c;
}
.cid-uXj6TVPdJq .item-title {
  color: #ffffff;
}
.cid-uXj6TVPdJq .item-desc {
  color: #ffffff;
}
.cid-uXj6TVPdJq .item-text {
  color: #ffffff;
}
.cid-uXj6TVPdJq .mbr-section-title,
.cid-uXj6TVPdJq .title-wrap {
  text-align: center;
}
.cid-uXfaYPvqy3 {
  position: relative;
  background-color: #ffffff;
}
.cid-uXfaYPvqy3 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uXfaYPvqy3 .image-wrap {
    padding: 16px;
  }
}
.cid-uXfaYPvqy3 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uXfaYPvqy3 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uXfaYPvqy3 .image-overlay {
    padding: 16px;
  }
}
.cid-uXfaYPvqy3 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uXfaYPvqy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfaYPvqy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfaYPvqy3 .row {
  justify-content: center;
}
.cid-uXfaYPvqy3 .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uXfaYPvqy3 .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-uXfaYPvqy3 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uXfaYPvqy3 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uXfaYPvqy3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uXfaYPvqy3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXfaYPvqy3 .mbr-section-title {
  color: #fff7ee;
}
.cid-uXfaYPvqy3 .mbr-text,
.cid-uXfaYPvqy3 .text-wrapper {
  text-align: center;
  color: #fff7ee;
}
.cid-uXfaYPvqy3 .mbr-section-title,
.cid-uXfaYPvqy3 .mbr-section-btn {
  text-align: center;
}
.cid-v03p5brKBq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v03p5brKBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v03p5brKBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v03p5brKBq .container {
    padding: 0 25px;
  }
}
.cid-v03p5brKBq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v03p5brKBq .row {
    padding-top: 45px;
  }
}
.cid-v03p5brKBq .item:hover .item-wrapper .item-img img,
.cid-v03p5brKBq .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-v03p5brKBq .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v03p5brKBq .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-v03p5brKBq .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-v03p5brKBq .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-v03p5brKBq .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-v03p5brKBq .border-wrap {
    margin-top: 45px;
  }
}
.cid-uZXy7yf84U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdf8f1;
}
.cid-uZXy7yf84U .mbr-text {
  color: #534741;
}
.cid-uZXy7yf84U .mbr-section-subtitle {
  color: #838383;
}
.cid-uZXy7yf84U .mbr-section-title {
  color: #534741;
  text-align: right;
}
.cid-uZXy7yf84U .mbr-card-title {
  color: #ffffff;
}
.cid-uZXy7yf84U .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 1rem;
}
.cid-uZXy7yf84U .mbr-card-title,
.cid-uZXy7yf84U .line {
  color: #838383;
}
.cid-uZXy7yf84U p {
  line-height: 1.2;
}
.cid-uZXyp8IFtk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdf8f1;
}
.cid-uZXyp8IFtk .mbr-text {
  color: #534741;
}
.cid-uZXyp8IFtk .mbr-section-subtitle {
  color: #838383;
}
.cid-uZXyp8IFtk .mbr-section-title {
  color: #ffffff;
}
.cid-uZXyp8IFtk .mbr-card-title {
  color: #ffffff;
}
.cid-uZXyp8IFtk .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 1rem;
}
.cid-uZXyp8IFtk .mbr-card-title,
.cid-uZXyp8IFtk .line {
  color: #838383;
}
.cid-uZXyp8IFtk p {
  line-height: 1.2;
}
.cid-uXf5UcYQJ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uXf5UcYQJ6 .content {
  gap: 40px;
}
@media (max-width: 767px) {
  .cid-uXf5UcYQJ6 .content {
    text-align: center;
  }
  .cid-uXf5UcYQJ6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXf5UcYQJ6 .google-map {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uXf5UcYQJ6 .google-map {
    height: 30rem;
  }
}
@media (max-width: 576px) {
  .cid-uXf5UcYQJ6 .google-map {
    height: 25rem;
  }
}
.cid-uXf5UcYQJ6 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.cid-uXf5UcYQJ6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uXf5UcYQJ6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uXf5UcYQJ6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uXf5UcYQJ6 .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXf5UcYQJ6 .mbr-text-adress {
  font-weight: 300;
  color: #555555;
}
.cid-uXf5UcYQJ6 .mbr-text-work {
  font-weight: 300;
  color: #555555;
}
.cid-uXf5UcYQJ6 .mbr-section-title {
  color: #534741;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .cid-uXf5UcYQJ6 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uXf5UcYQJ6 .adress-subtitle {
  color: #534741;
}
.cid-uXf5UcYQJ6 .working-subtitle {
  color: #534741;
}
.cid-uXf5UcYQJ6 .map-contacts {
  white-space: nowrap;
  padding: 1rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-uXf5UcYQJ6 .map-contacts {
    margin-top: 40px;
  }
}
.cid-uXf5UcYQJ6 .contact-title {
  color: #534741;
}
.cid-uXf5UcYQJ6 .contact-info {
  color: #555555;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .cid-uXf5UcYQJ6 .contact-info {
    margin-bottom: 0;
  }
}
.cid-uW0G6IbaEE {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-uW0G6IbaEE .mbr-text {
  color: #b3b3b3;
}
.cid-uW0G6IbaEE .container {
  max-width: 1000px;
}
.cid-uW0G6IbaEE h4 {
  text-align: center;
}
.cid-uW0G6IbaEE p {
  text-align: center;
}
.cid-uW0G6IbaEE .row {
  justify-content: center;
}
.cid-uW0G6IbaEE .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uW0G6IbaEE .mbr-iconfont {
  font-size: 1.5rem;
  color: #b3b3b3;
  display: block;
}
.cid-uW0G6IbaEE .card-title,
.cid-uW0G6IbaEE .card-img {
  color: #555555;
}
.cid-uW0G6IbaEE .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uW0G6IbaEE .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b3b3b3;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uW0G6IbaEE img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uW0G6IbaEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW0G6IbaEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ZKEqqdTH {
  background-color: transparent;
}
.cid-v0ZKEqqdTH .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v0ZKEqqdTH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v0ZKEqqdTH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0ZKEqqdTH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v0ZKEqqdTH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v0ZKEqqdTH .menu_box .navbar.opened,
  .cid-v0ZKEqqdTH .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v0ZKEqqdTH .navbar-dropdown {
  position: relative !important;
}
.cid-v0ZKEqqdTH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v0ZKEqqdTH .btn:hover {
  box-shadow: none;
}
.cid-v0ZKEqqdTH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v0ZKEqqdTH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v0ZKEqqdTH .nav-item {
    margin: 0 !important;
  }
}
.cid-v0ZKEqqdTH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v0ZKEqqdTH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0ZKEqqdTH .nav-item .nav-link:hover::before,
.cid-v0ZKEqqdTH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v0ZKEqqdTH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v0ZKEqqdTH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v0ZKEqqdTH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v0ZKEqqdTH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v0ZKEqqdTH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v0ZKEqqdTH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v0ZKEqqdTH .offcanvas_box {
    display: none;
  }
}
.cid-v0ZKEqqdTH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v0ZKEqqdTH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v0ZKEqqdTH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v0ZKEqqdTH .container {
  display: flex;
  margin: auto;
}
.cid-v0ZKEqqdTH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v0ZKEqqdTH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v0ZKEqqdTH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0ZKEqqdTH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v0ZKEqqdTH .navbar-nav {
    margin: 0;
  }
}
.cid-v0ZKEqqdTH .dropdown-menu,
.cid-v0ZKEqqdTH .navbar.opened {
  background-color: false !important;
}
.cid-v0ZKEqqdTH .nav-item:focus,
.cid-v0ZKEqqdTH .nav-link:focus {
  outline: none;
}
.cid-v0ZKEqqdTH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0ZKEqqdTH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0ZKEqqdTH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0ZKEqqdTH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0ZKEqqdTH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0ZKEqqdTH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0ZKEqqdTH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v0ZKEqqdTH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v0ZKEqqdTH .navbar.opened {
  transition: all 0.3s;
}
.cid-v0ZKEqqdTH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v0ZKEqqdTH .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v0ZKEqqdTH .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-v0ZKEqqdTH .navbar.collapsed {
  justify-content: center;
}
.cid-v0ZKEqqdTH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0ZKEqqdTH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0ZKEqqdTH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0ZKEqqdTH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0ZKEqqdTH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0ZKEqqdTH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v0ZKEqqdTH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0ZKEqqdTH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v0ZKEqqdTH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v0ZKEqqdTH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0ZKEqqdTH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0ZKEqqdTH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v0ZKEqqdTH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0ZKEqqdTH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v0ZKEqqdTH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0ZKEqqdTH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v0ZKEqqdTH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v0ZKEqqdTH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v0ZKEqqdTH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v0ZKEqqdTH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0ZKEqqdTH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v0ZKEqqdTH .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0ZKEqqdTH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0ZKEqqdTH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0ZKEqqdTH .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;
  z-index: 1;
}
.cid-v0ZKEqqdTH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v0ZKEqqdTH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0ZKEqqdTH .dropdown-item.active,
.cid-v0ZKEqqdTH .dropdown-item:active {
  background-color: transparent;
}
.cid-v0ZKEqqdTH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-v0ZKEqqdTH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0ZKEqqdTH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0ZKEqqdTH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0ZKEqqdTH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v0ZKEqqdTH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0ZKEqqdTH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-v0ZKEqqdTH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0ZKEqqdTH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0ZKEqqdTH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0ZKEqqdTH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0ZKEqqdTH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0ZKEqqdTH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0ZKEqqdTH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0ZKEqqdTH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0ZKEqqdTH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0ZKEqqdTH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v0ZKEqqdTH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0ZKEqqdTH .navbar {
    height: 70px;
  }
  .cid-v0ZKEqqdTH .navbar.opened {
    height: auto;
  }
  .cid-v0ZKEqqdTH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0ZKEqqdTH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v0ZKEqqdTH .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-v0ZKEqqdTH .mbr-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .cid-v0ZKEqqdTH .mbr-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.cid-v0ZKEqqdTH .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-v0ZKEqqdTH .navbar-caption:hover {
  color: #d5af7e;
}
@media (min-width: 992px) {
  .cid-v0ZKEqqdTH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v0ZKEqqdTH .text_widget {
  margin-bottom: 32px;
}
.cid-v0ZKEqqdTH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v0ZKEqqdTH .text_widget a:hover,
.cid-v0ZKEqqdTH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-v0ZKEqqdTH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-v0ZKEqqdTH .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
}
.cid-v0ZKEqqdTH .icons-menu-main {
  display: flex;
}
.cid-v0ZKEqqdTH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0ZKEqqdTH .navbar-caption {
  color: #000000;
}
.cid-v0ZKEqqdTH .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-v0ZKEqqdTH .mbr-section-subtitle,
.cid-v0ZKEqqdTH .text_widget,
.cid-v0ZKEqqdTH .mbr-section-btn {
  text-align: center;
}
.cid-v0ZKEqqdTH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWEIlJV9sp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWEIlJV9sp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWEIlJV9sp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWEIlJV9sp .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uWEIlJV9sp .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uWEIlJV9sp .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uWEIlJV9sp .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uWEIlJV9sp .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uWEIlJV9sp .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uWEIlJV9sp .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uWEIlJV9sp .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uWEIlJV9sp .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWEIlJV9sp .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWEIlJV9sp .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uWEIlJV9sp .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uWEIlJV9sp .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWEIlJV9sp .mbr-label,
.cid-uWEIlJV9sp .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uWEIlJV9sp .mbr-section-title {
  color: #f5f8ff;
}
.cid-uWEIlJV9sp .mbr-text,
.cid-uWEIlJV9sp .text-wrapper {
  color: #534741;
  text-align: left;
}
.cid-uWEIlJV9sp .mbr-section-title,
.cid-uWEIlJV9sp .mbr-section-btn {
  text-align: center;
}
.cid-uWEIlJV9sp .mbr-section-title,
.cid-uWEIlJV9sp .mbr-section-btn,
.cid-uWEIlJV9sp .title-wrapper {
  color: #534741;
}
.cid-uXiUHVJyKr {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uXiUHVJyKr .mbr-text {
  color: #b3b3b3;
}
.cid-uXiUHVJyKr .container {
  max-width: 1000px;
}
.cid-uXiUHVJyKr h4 {
  text-align: center;
}
.cid-uXiUHVJyKr p {
  text-align: center;
}
.cid-uXiUHVJyKr .row {
  justify-content: center;
}
.cid-uXiUHVJyKr .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uXiUHVJyKr .mbr-iconfont {
  font-size: 1.5rem;
  color: #b3b3b3;
  display: block;
}
.cid-uXiUHVJyKr .card-title,
.cid-uXiUHVJyKr .card-img {
  color: #555555;
}
.cid-uXiUHVJyKr .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-uXiUHVJyKr .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b3b3b3;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-uXiUHVJyKr img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-uXiUHVJyKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXiUHVJyKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ZKEqqdTH {
  background-color: transparent;
}
.cid-v0ZKEqqdTH .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v0ZKEqqdTH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v0ZKEqqdTH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0ZKEqqdTH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v0ZKEqqdTH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v0ZKEqqdTH .menu_box .navbar.opened,
  .cid-v0ZKEqqdTH .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v0ZKEqqdTH .navbar-dropdown {
  position: relative !important;
}
.cid-v0ZKEqqdTH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v0ZKEqqdTH .btn:hover {
  box-shadow: none;
}
.cid-v0ZKEqqdTH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v0ZKEqqdTH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v0ZKEqqdTH .nav-item {
    margin: 0 !important;
  }
}
.cid-v0ZKEqqdTH .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-v0ZKEqqdTH .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0ZKEqqdTH .nav-item .nav-link:hover::before,
.cid-v0ZKEqqdTH .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-v0ZKEqqdTH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v0ZKEqqdTH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v0ZKEqqdTH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v0ZKEqqdTH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v0ZKEqqdTH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v0ZKEqqdTH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v0ZKEqqdTH .offcanvas_box {
    display: none;
  }
}
.cid-v0ZKEqqdTH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v0ZKEqqdTH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v0ZKEqqdTH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v0ZKEqqdTH .container {
  display: flex;
  margin: auto;
}
.cid-v0ZKEqqdTH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v0ZKEqqdTH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v0ZKEqqdTH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v0ZKEqqdTH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v0ZKEqqdTH .navbar-nav {
    margin: 0;
  }
}
.cid-v0ZKEqqdTH .dropdown-menu,
.cid-v0ZKEqqdTH .navbar.opened {
  background-color: false !important;
}
.cid-v0ZKEqqdTH .nav-item:focus,
.cid-v0ZKEqqdTH .nav-link:focus {
  outline: none;
}
.cid-v0ZKEqqdTH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0ZKEqqdTH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0ZKEqqdTH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0ZKEqqdTH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0ZKEqqdTH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0ZKEqqdTH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0ZKEqqdTH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v0ZKEqqdTH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v0ZKEqqdTH .navbar.opened {
  transition: all 0.3s;
}
.cid-v0ZKEqqdTH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v0ZKEqqdTH .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v0ZKEqqdTH .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-v0ZKEqqdTH .navbar.collapsed {
  justify-content: center;
}
.cid-v0ZKEqqdTH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0ZKEqqdTH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v0ZKEqqdTH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0ZKEqqdTH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0ZKEqqdTH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0ZKEqqdTH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v0ZKEqqdTH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0ZKEqqdTH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v0ZKEqqdTH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v0ZKEqqdTH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0ZKEqqdTH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0ZKEqqdTH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v0ZKEqqdTH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0ZKEqqdTH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v0ZKEqqdTH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0ZKEqqdTH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v0ZKEqqdTH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v0ZKEqqdTH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v0ZKEqqdTH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v0ZKEqqdTH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0ZKEqqdTH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v0ZKEqqdTH .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0ZKEqqdTH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0ZKEqqdTH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0ZKEqqdTH .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;
  z-index: 1;
}
.cid-v0ZKEqqdTH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v0ZKEqqdTH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0ZKEqqdTH .dropdown-item.active,
.cid-v0ZKEqqdTH .dropdown-item:active {
  background-color: transparent;
}
.cid-v0ZKEqqdTH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-v0ZKEqqdTH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0ZKEqqdTH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0ZKEqqdTH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0ZKEqqdTH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v0ZKEqqdTH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0ZKEqqdTH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-v0ZKEqqdTH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0ZKEqqdTH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0ZKEqqdTH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0ZKEqqdTH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0ZKEqqdTH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0ZKEqqdTH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0ZKEqqdTH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0ZKEqqdTH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0ZKEqqdTH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0ZKEqqdTH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v0ZKEqqdTH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0ZKEqqdTH .navbar {
    height: 70px;
  }
  .cid-v0ZKEqqdTH .navbar.opened {
    height: auto;
  }
  .cid-v0ZKEqqdTH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0ZKEqqdTH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v0ZKEqqdTH .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-v0ZKEqqdTH .mbr-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .cid-v0ZKEqqdTH .mbr-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.cid-v0ZKEqqdTH .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-v0ZKEqqdTH .navbar-caption:hover {
  color: #d5af7e;
}
@media (min-width: 992px) {
  .cid-v0ZKEqqdTH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v0ZKEqqdTH .text_widget {
  margin-bottom: 32px;
}
.cid-v0ZKEqqdTH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v0ZKEqqdTH .text_widget a:hover,
.cid-v0ZKEqqdTH .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-v0ZKEqqdTH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-v0ZKEqqdTH .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
}
.cid-v0ZKEqqdTH .icons-menu-main {
  display: flex;
}
.cid-v0ZKEqqdTH .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v0ZKEqqdTH .navbar-caption {
  color: #000000;
}
.cid-v0ZKEqqdTH .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-v0ZKEqqdTH .mbr-section-subtitle,
.cid-v0ZKEqqdTH .text_widget,
.cid-v0ZKEqqdTH .mbr-section-btn {
  text-align: center;
}
.cid-v0ZKEqqdTH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v0YUUyZAs8 {
  background-image: url("../../../assets/images/banner-enn-1920x1080.webp");
}
.cid-v0YUUyZAs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YUUyZAs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0YUUyZAs8 .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0YUUyZAs8 .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-v0YUUyZAs8 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v0YUUyZAs8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-v0YUUyZAs8 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v0YUUyZAs8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0YUUyZAs8 .mbr-label {
  color: #ffffff;
}
.cid-v0YUUyZAs8 .mbr-section-title {
  color: #ffffff;
}
.cid-v0YUUyZAs8 .mbr-text {
  color: #ffffff;
}
.cid-v0YUUzhstB {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/105094847-m-2000x1500.webp");
}
.cid-v0YUUzhstB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YUUzhstB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0YUUzhstB .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v0YUUzhstB .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v0YUUzhstB .container {
    padding: 0 20px;
  }
}
.cid-v0YUUzhstB .row {
  justify-content: center;
}
.cid-v0YUUzhstB .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-v0YUUzhstB .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0YUUzhstB .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0YUUzhstB .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-v0YUUzhstB .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-v0YUUzhstB .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0YUUzhstB .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-v0YUUzhstB .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-v0YUUzhstB .mbr-desc {
  color: #ffffff;
}
.cid-v0YUUzhstB .mbr-section-title {
  color: #534741;
  text-align: center;
}
.cid-v0YUUzhstB .mbr-text {
  color: #ffffff;
}
.cid-v0YUUzySMj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-v0YUUzySMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YUUzySMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0YUUzySMj .container {
    padding: 0 20px;
  }
}
.cid-v0YUUzySMj .card {
  padding: 0;
}
.cid-v0YUUzySMj .card:first-child .image-wrap {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-v0YUUzySMj .card:first-child .image-wrap {
    min-height: 250px;
  }
}
.cid-v0YUUzySMj .card:first-child .image-wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-v0YUUzySMj .card:nth-child(2) .image-wrap {
  height: 100%;
}
.cid-v0YUUzySMj .card:nth-child(2) .image-wrap img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-v0YUUzySMj .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0YUUzySMj .card:last-child {
    padding: 50px 20px;
  }
}
.cid-v0YUUzySMj .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v0YUUzySMj .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0YUUzySMj .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-v0YUUzySMj .mbr-section-title {
  color: #1d1d1d;
}
.cid-v0YUUzySMj .mbr-text {
  color: #534741;
}
.cid-v0YUUzySMj .mbr-section-title,
.cid-v0YUUzySMj .mbr-section-btn {
  color: #534741;
}
.cid-v0YUUzRWBy {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: flex-end;
  background-image: url("../../../assets/images/banner-en-1920x1080.webp");
}
.cid-v0YUUzRWBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YUUzRWBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0YUUzRWBy .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v0YUUzRWBy .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0YUUzRWBy .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v0YUUzRWBy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0YUUzRWBy .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-v0YUUzRWBy .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-v0YUUzRWBy .text-wrapper {
    padding-left: 0;
  }
}
.cid-v0YUUzRWBy .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0YUUzRWBy .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v0YUUzRWBy .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v0YUUzRWBy .mbr-label {
  color: #ffffff;
}
.cid-v0YUUzRWBy .mbr-section-title {
  color: #ffffff;
}
.cid-v0YUUzRWBy .mbr-text {
  color: #ffffff;
}
.cid-v0YUUAbJMt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v0YUUAbJMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YUUAbJMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0YUUAbJMt .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v0YUUAbJMt .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0YUUAbJMt .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v0YUUAbJMt .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v0YUUAbJMt .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v0YUUAbJMt .title-wrapper .title-wrap .mbr-section-title span {
  color: #c10b02;
}
.cid-v0YUUAbJMt .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v0YUUAbJMt .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v0YUUAbJMt .item:hover .item-wrapper .item-img,
.cid-v0YUUAbJMt .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v0YUUAbJMt .item:hover .item-wrapper .item-img,
  .cid-v0YUUAbJMt .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v0YUUAbJMt .item:hover .item-wrapper .item-img img,
.cid-v0YUUAbJMt .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v0YUUAbJMt .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v0YUUAbJMt .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0YUUAbJMt .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v0YUUAbJMt .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0YUUAbJMt .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v0YUUAbJMt .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v0YUUAbJMt .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v0YUUAbJMt .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v0YUUAbJMt .mbr-section-title {
  color: #404349;
}
.cid-v0YUUAbJMt .mbr-desc {
  color: #b19a7c;
}
.cid-v0YUUAbJMt .item-title {
  color: #534741;
}
.cid-v0YUUAbJMt .item-desc {
  color: #b19a7c;
}
.cid-v0YUUAbJMt .mbr-desc,
.cid-v0YUUAbJMt .desc-wrapper {
  color: #b19a7c;
}
.cid-v0YUUAFAoc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v0YUUAFAoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YUUAFAoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0YUUAFAoc .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v0YUUAFAoc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0YUUAFAoc .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v0YUUAFAoc .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v0YUUAFAoc .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v0YUUAFAoc .title-wrapper .title-wrap .mbr-section-title span {
  color: #c10b02;
}
.cid-v0YUUAFAoc .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v0YUUAFAoc .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v0YUUAFAoc .item:hover .item-wrapper .item-img,
.cid-v0YUUAFAoc .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v0YUUAFAoc .item:hover .item-wrapper .item-img,
  .cid-v0YUUAFAoc .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v0YUUAFAoc .item:hover .item-wrapper .item-img img,
.cid-v0YUUAFAoc .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v0YUUAFAoc .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v0YUUAFAoc .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0YUUAFAoc .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v0YUUAFAoc .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0YUUAFAoc .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v0YUUAFAoc .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v0YUUAFAoc .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v0YUUAFAoc .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v0YUUAFAoc .mbr-section-title {
  color: #404349;
}
.cid-v0YUUAFAoc .mbr-desc {
  color: #b19a7c;
}
.cid-v0YUUAFAoc .item-title {
  color: #534741;
}
.cid-v0YUUAFAoc .item-desc {
  color: #b19a7c;
}
.cid-v0YUUB8WNS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v0YUUB8WNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YUUB8WNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0YUUB8WNS .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v0YUUB8WNS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0YUUB8WNS .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v0YUUB8WNS .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v0YUUB8WNS .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v0YUUB8WNS .title-wrapper .title-wrap .mbr-section-title span {
  color: #c10b02;
}
.cid-v0YUUB8WNS .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v0YUUB8WNS .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v0YUUB8WNS .item:hover .item-wrapper .item-img,
.cid-v0YUUB8WNS .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v0YUUB8WNS .item:hover .item-wrapper .item-img,
  .cid-v0YUUB8WNS .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v0YUUB8WNS .item:hover .item-wrapper .item-img img,
.cid-v0YUUB8WNS .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v0YUUB8WNS .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v0YUUB8WNS .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0YUUB8WNS .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v0YUUB8WNS .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0YUUB8WNS .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v0YUUB8WNS .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v0YUUB8WNS .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #ffffff;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v0YUUB8WNS .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v0YUUB8WNS .mbr-section-title {
  color: #404349;
}
.cid-v0YUUB8WNS .mbr-desc {
  color: #b19a7c;
}
.cid-v0YUUB8WNS .item-title {
  color: #534741;
}
.cid-v0YUUB8WNS .item-desc {
  color: #b19a7c;
}
.cid-v0YUUBQnOP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ebebeb;
}
.cid-v0YUUBQnOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YUUBQnOP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0YUUBQnOP .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v0YUUBQnOP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v0YUUBQnOP .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v0YUUBQnOP .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v0YUUBQnOP .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v0YUUBQnOP .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-v0YUUBQnOP .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v0YUUBQnOP .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v0YUUBQnOP .item:hover .item-wrapper .item-content,
.cid-v0YUUBQnOP .item:focus .item-wrapper .item-content {
  background-color: #f8e7d2;
  margin: 10px;
}
.cid-v0YUUBQnOP .item:hover .item-wrapper .item-content .item-title,
.cid-v0YUUBQnOP .item:focus .item-wrapper .item-content .item-title {
  color: #404349;
}
.cid-v0YUUBQnOP .item:hover .item-wrapper .item-content .item-text,
.cid-v0YUUBQnOP .item:focus .item-wrapper .item-content .item-text {
  color: #404349;
}
.cid-v0YUUBQnOP .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
}
.cid-v0YUUBQnOP .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v0YUUBQnOP .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0YUUBQnOP .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, transparent, #404349);
  pointer-events: none;
  z-index: 1;
}
.cid-v0YUUBQnOP .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v0YUUBQnOP .item .item-wrapper .item-content {
    padding: 20px;
    background-color: #f8e7d2;
    margin: 10px;
  }
}
.cid-v0YUUBQnOP .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
}
.cid-v0YUUBQnOP .item .item-wrapper .item-content .desc-wrap .desc_1 {
  background-color: #ff951b;
}
.cid-v0YUUBQnOP .item .item-wrapper .item-content .desc-wrap .desc_2 {
  background-color: #ed453f;
}
.cid-v0YUUBQnOP .item .item-wrapper .item-content .desc-wrap .desc_3 {
  background-color: #45cb20;
}
.cid-v0YUUBQnOP .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0YUUBQnOP .item .item-wrapper .item-content .item-title {
    color: #404349;
  }
}
.cid-v0YUUBQnOP .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0YUUBQnOP .item .item-wrapper .item-content .item-text {
    color: #404349;
  }
}
.cid-v0YUUBQnOP .mbr-section-title {
  color: #404349;
}
.cid-v0YUUBQnOP .mbr-desc {
  color: #b19a7c;
}
.cid-v0YUUBQnOP .item-title {
  color: #ffffff;
}
.cid-v0YUUBQnOP .item-desc {
  color: #ffffff;
}
.cid-v0YUUBQnOP .item-text {
  color: #ffffff;
}
.cid-v0YUUBQnOP .mbr-section-title,
.cid-v0YUUBQnOP .title-wrap {
  text-align: center;
}
.cid-v0YUUClp8M {
  position: relative;
  background-color: #ffffff;
}
.cid-v0YUUClp8M .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-v0YUUClp8M .image-wrap {
    padding: 16px;
  }
}
.cid-v0YUUClp8M .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0YUUClp8M .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-v0YUUClp8M .image-overlay {
    padding: 16px;
  }
}
.cid-v0YUUClp8M .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-v0YUUClp8M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YUUClp8M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0YUUClp8M .row {
  justify-content: center;
}
.cid-v0YUUClp8M .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-v0YUUClp8M .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-v0YUUClp8M .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0YUUClp8M .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0YUUClp8M .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0YUUClp8M .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0YUUClp8M .mbr-section-title {
  color: #fff7ee;
}
.cid-v0YUUClp8M .mbr-text,
.cid-v0YUUClp8M .text-wrapper {
  text-align: center;
  color: #fff7ee;
}
.cid-v0YUUClp8M .mbr-section-title,
.cid-v0YUUClp8M .mbr-section-btn {
  text-align: center;
}
.cid-v0YUUCNMEW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0YUUCNMEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YUUCNMEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0YUUCNMEW .container {
    padding: 0 25px;
  }
}
.cid-v0YUUCNMEW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0YUUCNMEW .row {
    padding-top: 45px;
  }
}
.cid-v0YUUCNMEW .item:hover .item-wrapper .item-img img,
.cid-v0YUUCNMEW .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-v0YUUCNMEW .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0YUUCNMEW .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-v0YUUCNMEW .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-v0YUUCNMEW .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-v0YUUCNMEW .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-v0YUUCNMEW .border-wrap {
    margin-top: 45px;
  }
}
.cid-v0YUUDbDik {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdf8f1;
}
.cid-v0YUUDbDik .mbr-text {
  color: #534741;
}
.cid-v0YUUDbDik .mbr-section-subtitle {
  color: #838383;
}
.cid-v0YUUDbDik .mbr-section-title {
  color: #534741;
  text-align: right;
}
.cid-v0YUUDbDik .mbr-card-title {
  color: #ffffff;
}
.cid-v0YUUDbDik .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 1rem;
}
.cid-v0YUUDbDik .mbr-card-title,
.cid-v0YUUDbDik .line {
  color: #838383;
}
.cid-v0YUUDbDik p {
  line-height: 1.2;
}
.cid-v0YUUDzQq4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdf8f1;
}
.cid-v0YUUDzQq4 .mbr-text {
  color: #534741;
}
.cid-v0YUUDzQq4 .mbr-section-subtitle {
  color: #838383;
}
.cid-v0YUUDzQq4 .mbr-section-title {
  color: #ffffff;
}
.cid-v0YUUDzQq4 .mbr-card-title {
  color: #ffffff;
}
.cid-v0YUUDzQq4 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 1rem;
}
.cid-v0YUUDzQq4 .mbr-card-title,
.cid-v0YUUDzQq4 .line {
  color: #838383;
}
.cid-v0YUUDzQq4 p {
  line-height: 1.2;
}
.cid-v0YUUDY2lj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-v0YUUDY2lj .content {
  gap: 40px;
}
@media (max-width: 767px) {
  .cid-v0YUUDY2lj .content {
    text-align: center;
  }
  .cid-v0YUUDY2lj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v0YUUDY2lj .google-map {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v0YUUDY2lj .google-map {
    height: 30rem;
  }
}
@media (max-width: 576px) {
  .cid-v0YUUDY2lj .google-map {
    height: 25rem;
  }
}
.cid-v0YUUDY2lj .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.cid-v0YUUDY2lj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0YUUDY2lj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0YUUDY2lj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0YUUDY2lj .list {
  list-style-type: none;
  padding: 0;
}
.cid-v0YUUDY2lj .mbr-text-adress {
  font-weight: 300;
  color: #555555;
}
.cid-v0YUUDY2lj .mbr-text-work {
  font-weight: 300;
  color: #555555;
}
.cid-v0YUUDY2lj .mbr-section-title {
  color: #534741;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .cid-v0YUUDY2lj .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0YUUDY2lj .adress-subtitle {
  color: #534741;
}
.cid-v0YUUDY2lj .working-subtitle {
  color: #534741;
}
.cid-v0YUUDY2lj .map-contacts {
  white-space: nowrap;
  padding: 1rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v0YUUDY2lj .map-contacts {
    margin-top: 40px;
  }
}
.cid-v0YUUDY2lj .contact-title {
  color: #534741;
}
.cid-v0YUUDY2lj .contact-info {
  color: #555555;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .cid-v0YUUDY2lj .contact-info {
    margin-bottom: 0;
  }
}
.cid-v0YUUEtda0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-v0YUUEtda0 .mbr-text {
  color: #b3b3b3;
}
.cid-v0YUUEtda0 .container {
  max-width: 1000px;
}
.cid-v0YUUEtda0 h4 {
  text-align: center;
}
.cid-v0YUUEtda0 p {
  text-align: center;
}
.cid-v0YUUEtda0 .row {
  justify-content: center;
}
.cid-v0YUUEtda0 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-v0YUUEtda0 .mbr-iconfont {
  font-size: 1.5rem;
  color: #b3b3b3;
  display: block;
}
.cid-v0YUUEtda0 .card-title,
.cid-v0YUUEtda0 .card-img {
  color: #555555;
}
.cid-v0YUUEtda0 .icon-wrap {
  padding-bottom: 7.6rem;
}
.cid-v0YUUEtda0 .icon-wrap:before {
  content: '';
  position: absolute;
  background: #b3b3b3;
  bottom: 0rem;
  left: 50%;
  width: 2px;
  height: 90px;
}
.cid-v0YUUEtda0 img {
  margin-bottom: 5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0YUUEtda0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0YUUEtda0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
