.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f0e6e7;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 6.63rem;
  line-height: .8;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 8.2875rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5.63rem;
  line-height: 1.1em;
}
.display-2 > .mbr-iconfont {
  font-size: 7.0375rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.125rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.8125rem;
}
/* ---- 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.304rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.641rem;
    font-size: calc( 2.9705rem + (6.63 - 2.9705) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.9705rem + (6.63 - 2.9705) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.504rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #faa307 !important;
}
.bg-success {
  background-color: #20ae6c !important;
}
.bg-info {
  background-color: #0ba4c3 !important;
}
.bg-warning {
  background-color: #ce9b00 !important;
}
.bg-danger {
  background-color: #b01e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #faa307 !important;
  border-color: #faa307 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fbb639 !important;
  border-color: #fbb639 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fbb639 !important;
  border-color: #fbb639 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f7bc4a !important;
  border-color: #f7bc4a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f9ce7b !important;
  border-color: #f9ce7b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f9ce7b !important;
  border-color: #f9ce7b !important;
}
.btn-info,
.btn-info:active {
  background-color: #0ba4c3 !important;
  border-color: #0ba4c3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #10cbf1 !important;
  border-color: #10cbf1 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #10cbf1 !important;
  border-color: #10cbf1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ae6c !important;
  border-color: #20ae6c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #29d887 !important;
  border-color: #29d887 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #29d887 !important;
  border-color: #29d887 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ce9b00 !important;
  border-color: #ce9b00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc002 !important;
  border-color: #ffc002 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc002 !important;
  border-color: #ffc002 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b01e2c !important;
  border-color: #b01e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2738 !important;
  border-color: #da2738 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2738 !important;
  border-color: #da2738 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #faa307;
  color: #faa307;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a76c03 !important;
  background-color: transparent !important;
  border-color: #a76c03 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #faa307 !important;
  border-color: #faa307 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f7bc4a;
  color: #f7bc4a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e0970a !important;
  background-color: transparent !important;
  border-color: #e0970a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f7bc4a !important;
  border-color: #f7bc4a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0ba4c3;
  color: #0ba4c3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065f71 !important;
  background-color: transparent !important;
  border-color: #065f71 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0ba4c3 !important;
  border-color: #0ba4c3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ae6c;
  color: #20ae6c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #13653f !important;
  background-color: transparent !important;
  border-color: #13653f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ae6c !important;
  border-color: #20ae6c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ce9b00;
  color: #ce9b00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #775a00 !important;
  background-color: transparent !important;
  border-color: #775a00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ce9b00 !important;
  border-color: #ce9b00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #b01e2c;
  color: #b01e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #661119 !important;
  background-color: transparent !important;
  border-color: #661119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b01e2c !important;
  border-color: #b01e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #faa307 !important;
}
.text-secondary {
  color: #f7bc4a !important;
}
.text-success {
  color: #20ae6c !important;
}
.text-info {
  color: #0ba4c3 !important;
}
.text-warning {
  color: #ce9b00 !important;
}
.text-danger {
  color: #b01e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #986303 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d28d09 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105837 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #065362 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #684e00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #590f16 !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: #faa307;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0ba4c3;
}
.alert-warning {
  background-color: #ce9b00;
}
.alert-danger {
  background-color: #b01e2c;
}
.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: #faa307;
  border-color: #faa307;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #faa307;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #feedcf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6ae4ab;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #58dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe69b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56874;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.8125rem;
}
.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: #faa307 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.8125rem;
}
blockquote {
  border-color: #faa307;
}
/* 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: #faa307;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #faa307;
}
.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: #faa307;
  border-bottom-color: #faa307;
}
.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: #faa307 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f7bc4a !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='%23faa307' %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,
.mbr-section-btn-main {
  width: 100%;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 8px 50px;
  border-radius: 5px !important;
  font-weight: 400;
  border-width: 1px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 15px;
    width: 100%;
  }
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #faa307 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #f7bc4a !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #20ae6c !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #0ba4c3 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #ce9b00 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #b01e2c !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #faa307 !important;
  color: #0ba4c3 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #f7bc4a !important;
  color: #faa307 !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #20ae6c !important;
  color: #faa307 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #0ba4c3 !important;
  color: #faa307 !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #ce9b00 !important;
  color: #faa307 !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #b01e2c !important;
  color: #faa307 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 20px !important;
}
.cid-uLUmOskC3u {
  background-color: transparent;
}
.cid-uLUmOskC3u .navbar-dropdown {
  background-color: #f0e6e7 !important;
  padding: 0;
}
.cid-uLUmOskC3u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f0e6e7 !important;
  background: #f0e6e7;
}
.cid-uLUmOskC3u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLUmOskC3u .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLUmOskC3u .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLUmOskC3u .menu_box .navbar.opened,
  .cid-uLUmOskC3u .menu_box .navbar-collapse {
    background-color: #f0e6e7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLUmOskC3u .navbar-dropdown {
  position: relative !important;
}
.cid-uLUmOskC3u .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLUmOskC3u .btn:hover {
  box-shadow: none;
}
.cid-uLUmOskC3u .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLUmOskC3u .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uLUmOskC3u .nav-item {
    margin: 0 !important;
  }
}
.cid-uLUmOskC3u .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uLUmOskC3u .nav-item .nav-link:hover,
.cid-uLUmOskC3u .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-uLUmOskC3u .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLUmOskC3u .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLUmOskC3u .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLUmOskC3u .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLUmOskC3u .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uLUmOskC3u .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLUmOskC3u .offcanvas_box {
    display: none;
  }
}
.cid-uLUmOskC3u .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uLUmOskC3u .dropdown-item:hover,
.cid-uLUmOskC3u .dropdown-item:focus {
  color: #000000 !important;
}
.cid-uLUmOskC3u .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLUmOskC3u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uLUmOskC3u .container {
  display: flex;
  margin: auto;
}
.cid-uLUmOskC3u .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-uLUmOskC3u .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLUmOskC3u .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uLUmOskC3u .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLUmOskC3u .navbar-nav {
    margin: 0;
  }
}
.cid-uLUmOskC3u .dropdown-menu,
.cid-uLUmOskC3u .navbar.opened {
  background-color: false !important;
}
.cid-uLUmOskC3u .nav-item:focus,
.cid-uLUmOskC3u .nav-link:focus {
  outline: none;
}
.cid-uLUmOskC3u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLUmOskC3u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLUmOskC3u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLUmOskC3u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLUmOskC3u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLUmOskC3u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLUmOskC3u .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLUmOskC3u .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLUmOskC3u .navbar.opened {
  transition: all 0.3s;
}
.cid-uLUmOskC3u .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLUmOskC3u .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uLUmOskC3u .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLUmOskC3u .navbar.collapsed {
  justify-content: center;
}
.cid-uLUmOskC3u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLUmOskC3u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLUmOskC3u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLUmOskC3u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLUmOskC3u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLUmOskC3u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLUmOskC3u .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLUmOskC3u .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uLUmOskC3u .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLUmOskC3u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLUmOskC3u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLUmOskC3u .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLUmOskC3u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLUmOskC3u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLUmOskC3u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLUmOskC3u .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uLUmOskC3u .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLUmOskC3u .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLUmOskC3u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLUmOskC3u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLUmOskC3u .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLUmOskC3u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLUmOskC3u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLUmOskC3u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLUmOskC3u .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-uLUmOskC3u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uLUmOskC3u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLUmOskC3u .dropdown-item.active,
.cid-uLUmOskC3u .dropdown-item:active {
  background-color: transparent;
}
.cid-uLUmOskC3u .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uLUmOskC3u .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uLUmOskC3u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLUmOskC3u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLUmOskC3u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLUmOskC3u ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLUmOskC3u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLUmOskC3u button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f0e6e7;
  background: #f0e6e7;
}
.cid-uLUmOskC3u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLUmOskC3u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLUmOskC3u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLUmOskC3u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLUmOskC3u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLUmOskC3u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLUmOskC3u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLUmOskC3u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLUmOskC3u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLUmOskC3u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLUmOskC3u .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-uLUmOskC3u .navbar {
    height: 70px;
  }
  .cid-uLUmOskC3u .navbar.opened {
    height: auto;
  }
  .cid-uLUmOskC3u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLUmOskC3u .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uLUmOskC3u .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uLUmOskC3u .mbr-section-btn-main {
  width: fit-content;
}
.cid-uLUmOskC3u .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uLUmOskC3u .navbar-caption:hover {
  color: #faa307;
}
@media (min-width: 992px) {
  .cid-uLUmOskC3u .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLUmOskC3u .text_widget {
  margin-bottom: 32px;
}
.cid-uLUmOskC3u .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLUmOskC3u .text_widget a:hover,
.cid-uLUmOskC3u .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uLUmOskC3u .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uLUmOskC3u .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uLUmOskC3u .navbar-caption {
  color: #000000;
}
.cid-uLUmOskC3u .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uLUmOskC3u .icons-menu-main {
  display: flex;
}
.cid-uLUmOskC3u .mbr-section-subtitle,
.cid-uLUmOskC3u .text_widget,
.cid-uLUmOskC3u .mbr-section-btn {
  text-align: center;
}
.cid-uLUmOskC3u a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLUmOskC3u .nav-link,
.cid-uLUmOskC3u .dropdown-item {
  color: #000000;
}
.cid-uLUmOskC3u .nav-link,
.cid-uLUmOskC3u .dropdown-item {
  color: #000000;
}
.cid-uLUmOslA3u {
  background-color: #ffffff;
}
.cid-uLUmOslA3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOslA3u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOslA3u .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOslA3u .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOslA3u .container {
    padding: 0 26px;
  }
}
.cid-uLUmOslA3u .row {
  justify-content: center;
}
.cid-uLUmOslA3u .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 100px;
}
@media (max-width: 1440px) {
  .cid-uLUmOslA3u .content-wrapper {
    height: 800px;
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOslA3u .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uLUmOslA3u .content-wrapper {
    height: auto;
  }
}
.cid-uLUmOslA3u .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uLUmOslA3u .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
  background-color: #faa307;
  opacity: 0.8;
}
.cid-uLUmOslA3u .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uLUmOslA3u .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uLUmOslA3u .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLUmOslA3u .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLUmOslA3u .mbr-section-title {
  color: #ffffff;
}
.cid-uLUmOslA3u .mbr-text,
.cid-uLUmOslA3u .text-wrapper {
  color: #000000;
}
.cid-uLUmOslA3u .mbr-section-title,
.cid-uLUmOslA3u .mbr-section-btn {
  color: #000000;
}
.cid-uLUmOsmgTc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLUmOsmgTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsmgTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOsmgTc .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsmgTc .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsmgTc .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsmgTc .row {
  justify-content: center;
}
.cid-uLUmOsmgTc .tabs-wrapper {
  text-align: center;
}
.cid-uLUmOsmgTc .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLUmOsmgTc .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 40px;
  }
}
.cid-uLUmOsmgTc .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin: 10px;
}
.cid-uLUmOsmgTc .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 8px 20px;
  margin-bottom: 0;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uLUmOsmgTc .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #f0e6e7;
  background-color: #000000;
}
.cid-uLUmOsmgTc .tab-content .tab-pane .content-wrap {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #ebcfcb;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uLUmOsmgTc .tab-content .tab-pane .content-wrap {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uLUmOsmgTc .tab-content .tab-pane .text-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uLUmOsmgTc .tab-content .tab-pane .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsmgTc .tab-content .tab-pane .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uLUmOsmgTc .tab-content .tab-pane .text-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLUmOsmgTc .tab-content .tab-pane .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLUmOsmgTc .tab-content .tab-pane .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLUmOsmgTc .tab-content .tab-pane .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uLUmOsmgTc .tab-content .tab-pane .image-wrapper img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLUmOsmgTc .tab-content .tab-pane .image-wrapper img {
    height: 350px;
  }
}
.cid-uLUmOsmgTc .item-title {
  color: #000000;
}
.cid-uLUmOsmgTc .item-text {
  color: #000000;
}
.cid-uLUmOsmgTc .item-title,
.cid-uLUmOsmgTc .tabs-wrapper {
  color: #000000;
}
.cid-uLUmOsn09D {
  background-color: #ffffff;
}
.cid-uLUmOsn09D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsn09D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOsn09D .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsn09D .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsn09D .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsn09D .row {
  justify-content: center;
}
.cid-uLUmOsn09D .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uLUmOsn09D .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uLUmOsn09D .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uLUmOsn09D .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uLUmOsn09D .mbr-text,
.cid-uLUmOsn09D .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uLUmOsoiIx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLUmOsoiIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsoiIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOsoiIx .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsoiIx .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsoiIx .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsoiIx .row {
  justify-content: center;
}
.cid-uLUmOsoiIx .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLUmOsoiIx .google-map iframe {
    height: 400px;
  }
}
.cid-uLUmOsoU4Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLUmOsoU4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsoU4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOsoU4Z .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsoU4Z .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsoU4Z .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsoU4Z .row {
  justify-content: center;
}
.cid-uLUmOsoU4Z .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-uLUmOsoU4Z .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsoU4Z .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uLUmOsoU4Z .items-wrapper .item:focus .item-wrapper .item-img img,
.cid-uLUmOsoU4Z .items-wrapper .item:hover .item-wrapper .item-img img {
  transform: scale(1);
}
.cid-uLUmOsoU4Z .items-wrapper .item .item-wrapper .item-img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uLUmOsoU4Z .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLUmOsoU4Z .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uLUmOsoU4Z .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uLUmOsoU4Z .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}
.cid-uLUmOsoU4Z .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uLUmOsoU4Z .item-title {
  color: #000000;
}
.cid-uLUmOsoU4Z .item-price {
  color: #000000;
}
.cid-uLUmOsoU4Z .item-text {
  color: #000000;
}
.cid-uLUmOsoU4Z .item-title,
.cid-uLUmOsoU4Z .mbr-section-btn {
  color: #000000;
}
.cid-uLUmOspTEf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLUmOspTEf .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOspTEf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOspTEf .container {
    padding: 0 26px;
  }
}
.cid-uLUmOspTEf .row {
  justify-content: center;
}
.cid-uLUmOspTEf .content-wrapper .content-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uLUmOspTEf .content-wrapper .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLUmOspTEf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLUmOspTEf .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uLUmOspTEf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLUmOspTEf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLUmOspTEf .embla__slide .slide-content {
  width: 100%;
}
.cid-uLUmOspTEf .embla__slide .slide-content .item-wrapper {
  padding: 0 150px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .cid-uLUmOspTEf .embla__slide .slide-content .item-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOspTEf .embla__slide .slide-content .item-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uLUmOspTEf .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-uLUmOspTEf .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 40%;
  padding: 50px 50px 0 0;
}
@media (max-width: 768px) {
  .cid-uLUmOspTEf .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uLUmOspTEf .embla__slide .slide-content .item-wrapper .item-content .item-number {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLUmOspTEf .embla__slide .slide-content .item-wrapper .item-content .item-number {
    margin-bottom: 40px;
  }
}
.cid-uLUmOspTEf .embla__slide .slide-content .item-wrapper .item-content .text-wrapper {
  border-top: 1px solid #000000;
  padding-top: 10px;
}
.cid-uLUmOspTEf .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-uLUmOspTEf .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uLUmOspTEf .embla__slide .slide-content .item-wrapper .item-img {
  width: 60%;
}
@media (max-width: 768px) {
  .cid-uLUmOspTEf .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uLUmOspTEf .embla__slide .slide-content .item-wrapper .item-img img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLUmOspTEf .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLUmOspTEf .embla__button--next,
.cid-uLUmOspTEf .embla__button--prev {
  display: flex;
}
.cid-uLUmOspTEf .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLUmOspTEf .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uLUmOspTEf .embla__button.embla__button--prev {
  left: 0;
}
.cid-uLUmOspTEf .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uLUmOspTEf .embla__button {
    top: 0;
  }
}
.cid-uLUmOspTEf .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLUmOspTEf .embla {
    padding-top: 25px;
  }
}
.cid-uLUmOspTEf .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLUmOspTEf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLUmOspTEf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLUmOspTEf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLUmOspTEf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLUmOspTEf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLUmOspTEf .item-number {
  color: #000000;
  text-align: center;
}
.cid-uLUmOspTEf .item-title {
  color: #000000;
}
.cid-uLUmOspTEf .item-text {
  color: #000000;
}
.cid-uLUmOspTEf .mbr-section-title,
.cid-uLUmOspTEf .mbr-section-btn {
  color: #000000;
}
.cid-uLUmOsyZaN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLUmOsyZaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsyZaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOsyZaN .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsyZaN .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsyZaN .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsyZaN .row {
  justify-content: center;
}
.cid-uLUmOsyZaN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
@media (max-width: 992px) {
  .cid-uLUmOsyZaN .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsyZaN .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uLUmOsyZaN .items-wrapper .item:focus .item-wrapper .item-img img,
.cid-uLUmOsyZaN .items-wrapper .item:hover .item-wrapper .item-img img {
  transform: scale(1);
}
.cid-uLUmOsyZaN .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLUmOsyZaN .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uLUmOsyZaN .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uLUmOsyZaN .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-uLUmOsyZaN .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 5px;
}
.cid-uLUmOsyZaN .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}
.cid-uLUmOsyZaN .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLUmOsyZaN .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uLUmOsyZaN .items-wrapper .item .item-wrapper .item-img img {
  height: 340px;
  width: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
.cid-uLUmOsyZaN .mbr-section-btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLUmOsyZaN .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uLUmOsyZaN .item-title {
  color: #000000;
}
.cid-uLUmOsyZaN .item-desc {
  color: #000000;
}
.cid-uLUmOsyZaN .item-title,
.cid-uLUmOsyZaN .mbr-section-btn {
  color: #000000;
}
.cid-uLUmOszKn8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLUmOszKn8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOszKn8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOszKn8 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOszKn8 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOszKn8 .container {
    padding: 0 26px;
  }
}
.cid-uLUmOszKn8 .row {
  justify-content: center;
}
.cid-uLUmOszKn8 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #ebcfcb;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uLUmOszKn8 .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOszKn8 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uLUmOszKn8 .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uLUmOszKn8 .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uLUmOszKn8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLUmOszKn8 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uLUmOszKn8 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLUmOszKn8 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uLUmOszKn8 .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLUmOszKn8 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uLUmOszKn8 .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uLUmOszKn8 .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #faa307;
}
.cid-uLUmOszKn8 .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLUmOszKn8 .mbr-section-title {
  color: #000000;
}
.cid-uLUmOszKn8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uLUmOszKn8 .mbr-desc {
  color: #000000;
}
.cid-uLUmOszKn8 .mbr-text {
  color: #000000;
}
.cid-uLUmOszKn8 .mbr-link {
  color: #000000;
}
.cid-uLUmOsAKPR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLUmOsAKPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsAKPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOsAKPR .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsAKPR .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsAKPR .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsAKPR .row {
  justify-content: center;
}
.cid-uLUmOsAKPR .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #e2d9c2;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uLUmOsAKPR .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uLUmOsAKPR .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uLUmOsAKPR .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uLUmOsAKPR .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLUmOsAKPR .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uLUmOsAKPR .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uLUmOsAKPR .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uLUmOsAKPR .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uLUmOsAKPR .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uLUmOsAKPR .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLUmOsAKPR .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uLUmOsAKPR .content-wrapper .image-wrapper img {
  height: 685px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLUmOsAKPR .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uLUmOsAKPR .mbr-section-title {
  color: #000000;
}
.cid-uLUmOsAKPR .mbr-section-subtitle {
  color: #000000;
}
.cid-uLUmOsAKPR .mbr-text {
  color: #000000;
}
.cid-uLUmOsAKPR .mbr-section-title,
.cid-uLUmOsAKPR .mbr-section-btn {
  color: #000000;
}
.cid-uLUmOsBjR3 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLUmOsBjR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsBjR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOsBjR3 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsBjR3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsBjR3 .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsBjR3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLUmOsBjR3 .item {
    margin-bottom: 20px;
  }
  .cid-uLUmOsBjR3 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uLUmOsBjR3 .item:nth-child(2n) .item-wrapper .item-img img {
  transform: rotate(0);
}
.cid-uLUmOsBjR3 .item:nth-child(3n) .item-wrapper .item-img img {
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uLUmOsBjR3 .item:nth-child(3n) .item-wrapper .item-img img {
    transform: rotate(0);
  }
}
.cid-uLUmOsBjR3 .item .item-wrapper .item-img {
  padding: 0 35px;
}
@media (max-width: 992px) {
  .cid-uLUmOsBjR3 .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uLUmOsBjR3 .item .item-wrapper .item-img img {
  transform: rotate(-15deg);
  height: 740px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLUmOsBjR3 .item .item-wrapper .item-img img {
    transform: rotate(0);
    height: 350px;
  }
}
.cid-uLUmOsB1X9 {
  background-color: #ffffff;
}
.cid-uLUmOsB1X9 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsB1X9 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsB1X9 .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsB1X9 .row {
  justify-content: center;
}
.cid-uLUmOsB1X9 .content-wrapper {
  padding: 100px 60px;
  background-color: #e2d9c2;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uLUmOsB1X9 .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-uLUmOsB1X9 .content-wrapper .content-wrap {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uLUmOsB1X9 .content-wrapper .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLUmOsB1X9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLUmOsB1X9 .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uLUmOsB1X9 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLUmOsB1X9 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLUmOsB1X9 .content-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uLUmOsB1X9 .content-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uLUmOsB1X9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .cid-uLUmOsB1X9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLUmOsB1X9 .embla__slide .slide-content {
  width: 100%;
}
.cid-uLUmOsB1X9 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uLUmOsB1X9 .embla__slide .slide-content .item-wrapper .item-img:hover .item-title,
.cid-uLUmOsB1X9 .embla__slide .slide-content .item-wrapper .item-img:focus .item-title {
  opacity: 1;
  transform: translateY(0);
}
.cid-uLUmOsB1X9 .embla__slide .slide-content .item-wrapper .item-img:hover:before,
.cid-uLUmOsB1X9 .embla__slide .slide-content .item-wrapper .item-img:focus:before {
  opacity: 0.5;
}
.cid-uLUmOsB1X9 .embla__slide .slide-content .item-wrapper .item-img:hover img,
.cid-uLUmOsB1X9 .embla__slide .slide-content .item-wrapper .item-img:focus img {
  transform: scale(1);
}
.cid-uLUmOsB1X9 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
.cid-uLUmOsB1X9 .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLUmOsB1X9 .embla__slide .slide-content .item-wrapper .item-img .item-title {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(16px);
  padding: 0 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uLUmOsB1X9 .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: #e2d9c2;
}
.cid-uLUmOsB1X9 .embla__button--next,
.cid-uLUmOsB1X9 .embla__button--prev {
  display: flex;
}
.cid-uLUmOsB1X9 .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #faa307 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uLUmOsB1X9 .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uLUmOsB1X9 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uLUmOsB1X9 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-uLUmOsB1X9 .embla__button {
    top: 0;
  }
}
.cid-uLUmOsB1X9 .embla {
  position: relative;
  width: 100%;
}
.cid-uLUmOsB1X9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLUmOsB1X9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLUmOsB1X9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLUmOsB1X9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLUmOsB1X9 .mbr-section-title {
  color: #000000;
}
.cid-uLUmOsB1X9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLUmOsB1X9 .mbr-text,
.cid-uLUmOsB1X9 .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uLUmOsB1X9 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uLUmOsB1X9 .mbr-section-title,
.cid-uLUmOsB1X9 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uLUmOsLn3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsLn3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1508769/assets/images/background4.jpg?rnd=1747898595392");
}
.cid-uLUmOsLn3S .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsLn3S .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsLn3S .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsLAEh {
  background-color: #ffffff;
}
.cid-uLUmOsLAEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsLAEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOsLAEh .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsLAEh .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsLAEh .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsLAEh .row {
  justify-content: center;
}
.cid-uLUmOsLAEh .content-wrapper {
  display: flex;
  padding: 200px 60px;
  background-color: #ebcfcb;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uLUmOsLAEh .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-uLUmOsLAEh .content-wrapper .mbr-section-title {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLUmOsLAEh .content-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uLUmOsLAEh .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 150px;
}
@media (max-width: 1440px) {
  .cid-uLUmOsLAEh .content-wrapper .text-wrapper {
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsLAEh .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uLUmOsLAEh .content-wrapper .text-wrapper .text-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLUmOsLAEh .content-wrapper .text-wrapper .text-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLUmOsLAEh .content-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uLUmOsLAEh .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uLUmOsLAEh .mbr-section-title {
  color: #000000;
}
.cid-uLUmOsLAEh .mbr-section-subtitle {
  color: #000000;
}
.cid-uLUmOsLAEh .mbr-text {
  color: #000000;
}
.cid-uLUmOsLAEh .mbr-text,
.cid-uLUmOsLAEh .mbr-section-btn {
  color: #000000;
}
.cid-uLUmOsMxv3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLUmOsMxv3 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsMxv3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsMxv3 .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsMxv3 .row {
  justify-content: center;
}
.cid-uLUmOsMxv3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 49.3%;
  max-width: 49.3%;
}
@media (max-width: 767px) {
  .cid-uLUmOsMxv3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLUmOsMxv3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uLUmOsMxv3 .embla__slide .slide-content .item-wrapper {
  padding: 240px 75px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #ebcfcb;
  border-radius: 20px !important;
}
@media (max-width: 768px) {
  .cid-uLUmOsMxv3 .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uLUmOsMxv3 .embla__slide .slide-content .item-wrapper .item-content {
  width: 100%;
}
.cid-uLUmOsMxv3 .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uLUmOsMxv3 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 30px;
}
.cid-uLUmOsMxv3 .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uLUmOsMxv3 .embla__button--next,
.cid-uLUmOsMxv3 .embla__button--prev {
  display: flex;
}
.cid-uLUmOsMxv3 .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #faa307 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLUmOsMxv3 .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uLUmOsMxv3 .embla__button.embla__button--prev {
  left: -3rem;
}
@media (max-width: 992px) {
  .cid-uLUmOsMxv3 .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uLUmOsMxv3 .embla__button.embla__button--next {
  right: -3rem;
}
@media (max-width: 992px) {
  .cid-uLUmOsMxv3 .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsMxv3 .embla__button {
    top: 0;
  }
}
.cid-uLUmOsMxv3 .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uLUmOsMxv3 .embla {
    padding-top: 25px;
  }
}
.cid-uLUmOsMxv3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLUmOsMxv3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLUmOsMxv3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLUmOsMxv3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLUmOsMxv3 .item-title {
  color: #000000;
}
.cid-uLUmOsMxv3 .item-text {
  color: #000000;
}
.cid-uLUmOsMxv3 .item-name {
  color: #000000;
}
.cid-uLUmOsNgZA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a040f;
}
.cid-uLUmOsNgZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsNgZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOsNgZA .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsNgZA .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsNgZA .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsNgZA .row {
  justify-content: center;
}
.cid-uLUmOsNgZA .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uLUmOsNgZA .text-wrapper .mbr-section-btn .btn {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uLUmOsNgZA .text-wrapper .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uLUmOsNgZA .mbr-text,
.cid-uLUmOsNgZA .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uLUmOsNgZA .mbr-text,
.cid-uLUmOsNgZA .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uLUmOsNABz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLUmOsNABz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsNABz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOsNABz .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsNABz .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsNABz .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsNABz .row {
  justify-content: center;
}
.cid-uLUmOsNABz .content-wrapper {
  display: flex;
  padding: 100px 60px;
  background-color: #ebcfcb;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uLUmOsNABz .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-uLUmOsNABz .content-wrapper .image-wrapper {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLUmOsNABz .content-wrapper .image-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uLUmOsNABz .content-wrapper .image-wrapper .image-wrap {
  margin-right: 80px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLUmOsNABz .content-wrapper .image-wrapper .image-wrap {
    margin-right: 0;
  }
}
.cid-uLUmOsNABz .content-wrapper .image-wrapper .image-wrap:nth-child(2n) {
  margin-right: 0;
  margin-left: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLUmOsNABz .content-wrapper .image-wrapper .image-wrap:nth-child(2n) {
    margin-left: 0;
  }
}
.cid-uLUmOsNABz .content-wrapper .image-wrapper .image-wrap img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLUmOsNABz .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uLUmOsNABz .content-wrapper .content-wrap {
  width: 50%;
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-uLUmOsNABz .content-wrapper .content-wrap {
    width: 100%;
    padding-top: 0;
  }
}
.cid-uLUmOsNABz .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLUmOsNABz .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLUmOsNABz .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLUmOsNABz .content-wrapper .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLUmOsNABz .content-wrapper .content-wrap .panel-group .card {
  border-radius: 0 !important;
  background-color: transparent;
  margin-bottom: 50px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLUmOsNABz .content-wrapper .content-wrap .panel-group .card {
    margin-bottom: 40px;
  }
}
.cid-uLUmOsNABz .content-wrapper .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 10px;
}
.cid-uLUmOsNABz .content-wrapper .content-wrap .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uLUmOsNABz .content-wrapper .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLUmOsNABz .content-wrapper .content-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 10px;
}
.cid-uLUmOsNABz .content-wrapper .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uLUmOsNABz .content-wrapper .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uLUmOsNABz .content-wrapper .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 10px;
}
.cid-uLUmOsNABz .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uLUmOsNABz .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uLUmOsNABz .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uLUmOsNABz .mbr-section-title {
  color: #000000;
}
.cid-uLUmOsNABz .mbr-text {
  color: #000000;
}
.cid-uLUmOsNABz .panel-title-edit {
  color: #000000;
}
.cid-uLUmOsNABz .panel-text {
  color: #000000;
}
.cid-uLUmOsNABz .mbr-section-title,
.cid-uLUmOsNABz .mbr-section-btn {
  color: #000000;
}
.cid-uLUmOsNABz .panel-title-edit,
.cid-uLUmOsNABz .card-header {
  color: #000000;
}
.cid-uLUmOsOptD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLUmOsOptD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsOptD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOsOptD .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsOptD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsOptD .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsOptD .image-wrapper {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLUmOsOptD .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uLUmOsOptD .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLUmOsOptD .image-wrapper img {
    height: 400px;
  }
}
.cid-uLUmOsOptD .image-wrap {
  height: 900px;
  background-color: #ebcfcb;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uLUmOsOptD .image-wrap {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsOptD .image-wrap {
    height: 400px;
  }
}
.cid-uLUmOsOptD .image-wrap img {
  width: 390px;
  height: 280px;
  object-fit: cover;
  box-shadow: 25px 25px 20px #3e0000;
}
@media (max-width: 1440px) {
  .cid-uLUmOsOptD .image-wrap img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uLUmOsOptD .image-wrap img {
    width: 200px;
    height: 150px;
    box-shadow: 10px 10px 10px #3e0000;
  }
}
.cid-uLUmOsPSd3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6a040f;
}
.cid-uLUmOsPSd3 .item:focus,
.cid-uLUmOsPSd3 span:focus {
  outline: none;
}
.cid-uLUmOsPSd3 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uLUmOsPSd3 .item {
  font-family: "Instrument Serif", sans-serif;
  font-style: italic;
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uLUmOsPSd3 .item {
    min-height: 45px;
  }
}
.cid-uLUmOsP2uu {
  background-color: #ffffff;
}
.cid-uLUmOsP2uu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsP2uu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOsP2uu .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsP2uu .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsP2uu .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsP2uu .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 45px;
}
@media (max-width: 1440px) {
  .cid-uLUmOsP2uu .content-wrapper {
    height: 800px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsP2uu .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uLUmOsP2uu .content-wrapper {
    height: auto;
  }
}
.cid-uLUmOsP2uu .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uLUmOsP2uu .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
  background-color: #6a040f;
}
.cid-uLUmOsP2uu .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uLUmOsP2uu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uLUmOsP2uu .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLUmOsP2uu .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLUmOsP2uu .mbr-section-title {
  color: #000000;
}
.cid-uLUmOsP2uu .mbr-text,
.cid-uLUmOsP2uu .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-uLUmOsP2uu .mbr-section-title,
.cid-uLUmOsP2uu .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uLUmOsQm9J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLUmOsQm9J .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsQm9J .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsQm9J .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsQm9J .row {
  justify-content: center;
}
.cid-uLUmOsQm9J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-uLUmOsQm9J .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLUmOsQm9J .embla__slide .slide-content {
  width: 100%;
}
.cid-uLUmOsQm9J .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLUmOsQm9J .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-uLUmOsQm9J .embla__button--next,
.cid-uLUmOsQm9J .embla__button--prev {
  display: flex;
}
.cid-uLUmOsQm9J .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #faa307 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uLUmOsQm9J .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLUmOsQm9J .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uLUmOsQm9J .embla__button.embla__button--prev {
  left: 0;
}
.cid-uLUmOsQm9J .embla__button.embla__button--next {
  right: 0;
}
.cid-uLUmOsQm9J .embla {
  position: relative;
  width: 100%;
}
.cid-uLUmOsQm9J .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLUmOsQm9J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLUmOsQm9J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLUmOsQm9J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLUmOsR9XT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLUmOsR9XT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsR9XT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOsR9XT .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsR9XT .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsR9XT .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsR9XT .row {
  justify-content: center;
}
.cid-uLUmOsR9XT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLUmOsR9XT .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uLUmOsR9XT .content-wrapper {
  padding: 150px;
  background-color: #ebcfcb;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uLUmOsR9XT .content-wrapper {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsR9XT .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-uLUmOsR9XT .mbr-figure iframe {
  border-radius: 20px !important;
}
.cid-uLUmOsR9XT .mbr-figure .app-video-wrapper img {
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uLUmOsR9XT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLUmOsRKta {
  background-color: #dcd2d0;
}
.cid-uLUmOsRKta .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsRKta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOsRKta .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsRKta .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsRKta .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsRKta .row {
  justify-content: center;
}
.cid-uLUmOsRKta .title-wrapper {
  margin-bottom: 40px;
}
.cid-uLUmOsRKta .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLUmOsRKta .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uLUmOsRKta .items-wrapper {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-uLUmOsRKta .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsRKta .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uLUmOsRKta .items-wrapper .item:focus .item-wrapper .item-img::before,
.cid-uLUmOsRKta .items-wrapper .item:hover .item-wrapper .item-img::before {
  opacity: 0.2;
}
.cid-uLUmOsRKta .items-wrapper .item .item-wrapper .item-img {
  position: relative;
}
.cid-uLUmOsRKta .items-wrapper .item .item-wrapper .item-img img {
  height: 470px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLUmOsRKta .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLUmOsRKta .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  background-color: #6a040f;
}
.cid-uLUmOsRKta .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLUmOsRKta .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLUmOsRKta .mbr-section-title,
.cid-uLUmOsRKta .mbr-section-btn {
  color: #000000;
}
.cid-uLUmOsSZlc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLUmOsSZlc .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsSZlc .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsSZlc .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsSZlc .row {
  justify-content: center;
}
.cid-uLUmOsSZlc .content-wrapper {
  padding: 200px 0 200px 60px;
  background-color: #ebcfcb;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLUmOsSZlc .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uLUmOsSZlc .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 45px;
}
@media (max-width: 1440px) {
  .cid-uLUmOsSZlc .content-wrapper .content-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsSZlc .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uLUmOsSZlc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uLUmOsSZlc .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uLUmOsSZlc .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uLUmOsSZlc .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uLUmOsSZlc .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  padding-top: 20px;
}
.cid-uLUmOsSZlc .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uLUmOsSZlc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 767px) {
  .cid-uLUmOsSZlc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLUmOsSZlc .embla__slide .slide-content {
  width: 100%;
}
.cid-uLUmOsSZlc .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uLUmOsSZlc .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLUmOsSZlc .embla__button--next,
.cid-uLUmOsSZlc .embla__button--prev {
  display: flex;
}
.cid-uLUmOsSZlc .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #faa307 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uLUmOsSZlc .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uLUmOsSZlc .embla__button.embla__button--prev {
  left: 0;
}
.cid-uLUmOsSZlc .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uLUmOsSZlc .embla__button {
    top: 0;
  }
}
.cid-uLUmOsSZlc .embla {
  position: relative;
  width: 55%;
}
@media (max-width: 1440px) {
  .cid-uLUmOsSZlc .embla {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsSZlc .embla {
    width: 100%;
  }
}
.cid-uLUmOsSZlc .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLUmOsSZlc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLUmOsSZlc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLUmOsSZlc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLUmOsSZlc .mbr-section-title {
  color: #000000;
}
.cid-uLUmOsSZlc .mbr-section-subtitle {
  color: #000000;
}
.cid-uLUmOsSZlc .mbr-text {
  color: #000000;
}
.cid-uLUmOsSZlc .icon-wrapper {
  text-align: center;
}
.cid-uLUmOsSZlc .mbr-section-title,
.cid-uLUmOsSZlc .icon-wrapper {
  color: #000000;
}
.cid-uLUmOsSZlc .mbr-text,
.cid-uLUmOsSZlc .text-wrapper {
  color: #000000;
}
.cid-uLUmOsYpC6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLUmOsYpC6 .item:focus,
.cid-uLUmOsYpC6 span:focus {
  outline: none;
}
.cid-uLUmOsYpC6 .item {
  cursor: pointer;
}
.cid-uLUmOsYpC6 .grid-container {
  grid-row-gap: 20px;
}
.cid-uLUmOsYpC6 .grid-container-1,
.cid-uLUmOsYpC6 .grid-container-2,
.cid-uLUmOsYpC6 .grid-container-3 {
  gap: 0 20px;
}
.cid-uLUmOsYpC6 .mbr-section-title {
  margin-bottom: 60px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLUmOsYpC6 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uLUmOsYpC6 .content-head {
  max-width: 800px;
}
.cid-uLUmOsYpC6 .container,
.cid-uLUmOsYpC6 .container-fluid {
  overflow: hidden;
}
.cid-uLUmOsYpC6 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uLUmOsYpC6 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLUmOsYpC6 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 440px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uLUmOsYpC6 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uLUmOsYpC6 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uLUmOsYpC6 .grid-container-1,
.cid-uLUmOsYpC6 .grid-container-2,
.cid-uLUmOsYpC6 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uLUmOsYpC6 .grid-container-1 {
  align-items: flex-end;
}
.cid-uLUmOsYpC6 .grid-container-2 {
  align-items: flex-start;
}
.cid-uLUmOsZFcc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLUmOsZFcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsZFcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOsZFcc .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsZFcc .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsZFcc .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsZFcc .row {
  justify-content: center;
}
.cid-uLUmOsZFcc .list {
  padding: 0;
  margin-bottom: 40px;
  list-style-type: none;
  color: #000000;
}
.cid-uLUmOsZFcc .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uLUmOsZFcc .list .item-wrap:hover,
.cid-uLUmOsZFcc .list .item-wrap:focus {
  color: #6a040f;
}
.cid-uLUmOsZFcc .list,
.cid-uLUmOsZFcc .mbr-section-btn {
  text-align: center;
}
.cid-uLUmOsZFcc .list,
.cid-uLUmOsZFcc .item-wrap,
.cid-uLUmOsZFcc .mbr-section-btn {
  color: #000000;
}
.cid-uLUmOsZuEf {
  background-image: url("https://r.mobirisesite.com/1508769/assets/images/photo-1477281765962-ef34e8bb0967.jpeg");
}
.cid-uLUmOsZuEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsZuEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOsZuEf .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsZuEf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsZuEf .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsZecK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLUmOsZecK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOsZecK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOsZecK .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOsZecK .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOsZecK .container {
    padding: 0 26px;
  }
}
.cid-uLUmOsZecK .row {
  justify-content: center;
}
.cid-uLUmOsZecK .content-wrapper {
  padding: 200px 60px;
  background-color: #e2d9c2;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uLUmOsZecK .content-wrapper {
    padding: 100px 20px;
  }
}
.cid-uLUmOsZecK .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uLUmOsZecK .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLUmOsZecK .content-wrapper .title-wrapper .mbr-title {
  margin-bottom: 30px;
}
.cid-uLUmOsZecK .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLUmOsZecK .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLUmOsZecK .content-wrapper .content-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLUmOsZecK .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uLUmOsZecK .content-wrapper .content-wrap .contacts-wrapper {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLUmOsZecK .content-wrapper .content-wrap .contacts-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uLUmOsZecK .content-wrapper .content-wrap .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLUmOsZecK .content-wrapper .content-wrap .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLUmOsZecK .content-wrapper .content-wrap .contacts-wrapper .list .item-wrap {
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
  cursor: pointer;
}
.cid-uLUmOsZecK .content-wrapper .content-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uLUmOsZecK .content-wrapper .content-wrap .contacts-wrapper .list .item-wrap:focus {
  opacity: 0.6;
}
.cid-uLUmOsZecK .content-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLUmOsZecK .content-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uLUmOsZecK .content-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uLUmOsZecK .content-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px !important;
}
.cid-uLUmOsZecK .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
  padding: 0 8px;
}
.cid-uLUmOsZecK .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uLUmOsZecK .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 8px 16px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: 3px !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.cid-uLUmOsZecK .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uLUmOsZecK .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-uLUmOsZecK .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 18px;
  opacity: 0.5;
}
.cid-uLUmOsZecK .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 50px;
}
.cid-uLUmOsZecK .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uLUmOsZecK .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #000000;
  border-radius: 3px;
  margin-top: 2px;
}
.cid-uLUmOsZecK .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-uLUmOsZecK .mbr-title {
  color: #000000;
  text-align: center;
}
.cid-uLUmOsZecK .mbr-section-title {
  color: #000000;
}
.cid-uLUmOsZecK .mbr-section-subtitle {
  color: #000000;
}
.cid-uLUmOsZecK .mbr-text,
.cid-uLUmOsZecK .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uLUmOsZecK .list {
  color: #000000;
}
.cid-uLUmOsZecK label {
  color: #000000;
}
.cid-uLUmOsZecK .mbr-section-btn {
  text-align: center;
}
.cid-uLUmOsZecK .mbr-title,
.cid-uLUmOsZecK .mbr-section-btn {
  color: #000000;
}
.cid-uLUmOsZecK .list,
.cid-uLUmOsZecK .item-wrap {
  color: #000000;
}
.cid-uLUmOt0wUS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLUmOt0wUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOt0wUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOt0wUS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOt0wUS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOt0wUS .container {
    padding: 0 26px;
  }
}
.cid-uLUmOt0wUS .row {
  justify-content: center;
}
.cid-uLUmOt0wUS .content-wrapper {
  display: flex;
  padding: 200px 60px;
  background-color: #ebcfcb;
  align-items: center;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uLUmOt0wUS .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-uLUmOt0wUS .content-wrapper .mbr-section-title {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uLUmOt0wUS .content-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uLUmOt0wUS .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uLUmOt0wUS .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uLUmOt0wUS .content-wrapper .text-wrapper .text-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLUmOt0wUS .content-wrapper .text-wrapper .text-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uLUmOt0wUS .mbr-section-title {
  color: #000000;
}
.cid-uLUmOt0wUS .list {
  color: #000000;
}
.cid-uLUmOt0wUS .list,
.cid-uLUmOt0wUS .item-wrap {
  color: #000000;
}
.cid-uLUmOt1cyZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090e;
}
.cid-uLUmOt1cyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUmOt1cyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUmOt1cyZ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uLUmOt1cyZ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uLUmOt1cyZ .container {
    padding: 0 26px;
  }
}
.cid-uLUmOt1cyZ .row {
  justify-content: center;
}
.cid-uLUmOt1cyZ .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLUmOt1cyZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLUmOt1cyZ .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLUmOt1cyZ .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLUmOt1cyZ .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uLUmOt1cyZ .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLUmOt1cyZ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uLUmOt1cyZ .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLUmOt1cyZ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLUmOt1cyZ .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLUmOt1cyZ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLUmOt1cyZ .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLUmOt1cyZ .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uLUmOt1cyZ .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLUmOt1cyZ .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uLUmOt1cyZ .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uLUmOt1cyZ .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uLUmOt1cyZ .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uLUmOt1cyZ .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uLUmOt1cyZ .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uLUmOt1cyZ .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLUmOt1cyZ .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLUmOt1cyZ .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uLUmOt1cyZ .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uLUmOt1cyZ .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uLUmOt1cyZ .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uLUmOt1cyZ .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLUmOt1cyZ .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uLUmOt1cyZ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLUmOt1cyZ .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uLUmOt1cyZ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLUmOt1cyZ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLUmOt1cyZ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uLUmOt1cyZ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uLUmOt1cyZ .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uLUmOt1cyZ .mbr-section-title {
  color: #ffffff;
}
.cid-uLUmOt1cyZ .mbr-text {
  color: #ffffff;
}
.cid-uLUmOt1cyZ .list {
  color: #ffffff;
}
.cid-uLUmOt1cyZ .list,
.cid-uLUmOt1cyZ .nav-wrapper,
.cid-uLUmOt1cyZ .social-wrapper {
  text-align: right;
}
