body {
  background-color: #fbfaf9;
}
body {
  font-family: Liter;
}
.display-1 {
  font-family: 'Liter', sans-serif;
  font-size: 7.5rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Liter', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Liter', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Liter', sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 300;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Liter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.33;
  font-weight: 300;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((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: 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))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #d5bdaf !important;
}
.bg-success {
  background-color: #6de4ad !important;
}
.bg-info {
  background-color: #5bdcf6 !important;
}
.bg-warning {
  background-color: #ffd452 !important;
}
.bg-danger {
  background-color: #e56c77 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d5bdaf !important;
  border-color: #d5bdaf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b78e76 !important;
  border-color: #b78e76 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b78e76 !important;
  border-color: #b78e76 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e3d5ca !important;
  border-color: #e3d5ca !important;
  color: #72543c !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c5a891 !important;
  border-color: #c5a891 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #72543c !important;
  background-color: #c5a891 !important;
  border-color: #c5a891 !important;
}
.btn-info,
.btn-info:active {
  background-color: #5bdcf6 !important;
  border-color: #5bdcf6 !important;
  color: #04414e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0dc8ed !important;
  border-color: #0dc8ed !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #04414e !important;
  background-color: #0dc8ed !important;
  border-color: #0dc8ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #6de4ad !important;
  border-color: #6de4ad !important;
  color: #0d452b !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #27d384 !important;
  border-color: #27d384 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0d452b !important;
  background-color: #27d384 !important;
  border-color: #27d384 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd452 !important;
  border-color: #ffd452 !important;
  color: #523e00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fabc00 !important;
  border-color: #fabc00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #523e00 !important;
  background-color: #fabc00 !important;
  border-color: #fabc00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e56c77 !important;
  border-color: #e56c77 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d52636 !important;
  border-color: #d52636 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d52636 !important;
  border-color: #d52636 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d5bdaf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b78e76 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d5bdaf !important;
  border-color: #d5bdaf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e3d5ca;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c5a891 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #72543c !important;
  background-color: #e3d5ca !important;
  border-color: #e3d5ca !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5bdcf6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0dc8ed !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #04414e !important;
  background-color: #5bdcf6 !important;
  border-color: #5bdcf6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6de4ad;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #27d384 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0d452b !important;
  background-color: #6de4ad !important;
  border-color: #6de4ad !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd452;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fabc00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #523e00 !important;
  background-color: #ffd452 !important;
  border-color: #ffd452 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e56c77;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d52636 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e56c77 !important;
  border-color: #e56c77 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #d5bdaf !important;
}
.text-secondary {
  color: #e3d5ca !important;
}
.text-success {
  color: #6de4ad !important;
}
.text-info {
  color: #5bdcf6 !important;
}
.text-warning {
  color: #ffd452 !important;
}
.text-danger {
  color: #e56c77 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b2866c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c0a087 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #25c67c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0cbbdf !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ebb100 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c82332 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #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: #d5bdaf;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5bdcf6;
}
.alert-warning {
  background-color: #ffd452;
}
.alert-danger {
  background-color: #e56c77;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d5bdaf;
  border-color: #d5bdaf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d5bdaf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Liter', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #d5bdaf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Liter', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #d5bdaf;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d5bdaf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d5bdaf;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d5bdaf;
  border-bottom-color: #d5bdaf;
}
.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: #d5bdaf !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: #e3d5ca !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='%23d5bdaf' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 21px 28px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  position: relative;
  padding: 0 !important;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #d5bdaf;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #e3d5ca;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #6de4ad;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #5bdcf6;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #ffd452;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #e56c77;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
.cid-uOv0UFmuRl {
  background-color: transparent;
}
.cid-uOv0UFmuRl .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uOv0UFmuRl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background-color: transparent !important;
  background: #f1f2f4;
}
.cid-uOv0UFmuRl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOv0UFmuRl .menu_box .navbar.opened,
  .cid-uOv0UFmuRl .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
    background-color: transparent !important;
  }
}
.cid-uOv0UFmuRl .navbar-dropdown {
  position: relative !important;
}
.cid-uOv0UFmuRl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOv0UFmuRl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOv0UFmuRl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOv0UFmuRl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOv0UFmuRl .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);
  }
  .cid-uOv0UFmuRl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOv0UFmuRl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uOv0UFmuRl .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOv0UFmuRl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOv0UFmuRl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOv0UFmuRl .nav-item {
    margin: 0 !important;
  }
}
.cid-uOv0UFmuRl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOv0UFmuRl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOv0UFmuRl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOv0UFmuRl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOv0UFmuRl .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-uOv0UFmuRl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOv0UFmuRl .offcanvas_box {
    display: none;
  }
}
.cid-uOv0UFmuRl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOv0UFmuRl .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOv0UFmuRl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOv0UFmuRl .container {
  display: flex;
  margin: auto;
}
.cid-uOv0UFmuRl .iconfont-wrapper {
  color: #495dff;
  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-uOv0UFmuRl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOv0UFmuRl .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uOv0UFmuRl .navbar-caption {
  color: #4B2A00;
}
.cid-uOv0UFmuRl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOv0UFmuRl .navbar-nav {
    margin: 0;
  }
}
.cid-uOv0UFmuRl .dropdown-menu,
.cid-uOv0UFmuRl .navbar.opened {
  background-color: false !important;
}
.cid-uOv0UFmuRl .nav-item:focus,
.cid-uOv0UFmuRl .nav-link:focus {
  outline: none;
}
.cid-uOv0UFmuRl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOv0UFmuRl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOv0UFmuRl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOv0UFmuRl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOv0UFmuRl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOv0UFmuRl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOv0UFmuRl .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOv0UFmuRl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOv0UFmuRl .navbar.opened {
  transition: all 0.3s;
}
.cid-uOv0UFmuRl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOv0UFmuRl .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uOv0UFmuRl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOv0UFmuRl .navbar.collapsed {
  justify-content: center;
}
.cid-uOv0UFmuRl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOv0UFmuRl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOv0UFmuRl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOv0UFmuRl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOv0UFmuRl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOv0UFmuRl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOv0UFmuRl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOv0UFmuRl .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uOv0UFmuRl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOv0UFmuRl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOv0UFmuRl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOv0UFmuRl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOv0UFmuRl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOv0UFmuRl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOv0UFmuRl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOv0UFmuRl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOv0UFmuRl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOv0UFmuRl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOv0UFmuRl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOv0UFmuRl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOv0UFmuRl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOv0UFmuRl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOv0UFmuRl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOv0UFmuRl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOv0UFmuRl .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-uOv0UFmuRl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uOv0UFmuRl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOv0UFmuRl .dropdown-item.active,
.cid-uOv0UFmuRl .dropdown-item:active {
  background-color: transparent;
}
.cid-uOv0UFmuRl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOv0UFmuRl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOv0UFmuRl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOv0UFmuRl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOv0UFmuRl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOv0UFmuRl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOv0UFmuRl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f1f2f4;
  background: #000000;
}
.cid-uOv0UFmuRl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbfaf9;
}
.cid-uOv0UFmuRl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOv0UFmuRl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOv0UFmuRl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOv0UFmuRl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOv0UFmuRl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOv0UFmuRl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOv0UFmuRl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOv0UFmuRl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOv0UFmuRl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOv0UFmuRl .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-uOv0UFmuRl .navbar {
    height: 70px;
  }
  .cid-uOv0UFmuRl .navbar.opened {
    height: auto;
  }
  .cid-uOv0UFmuRl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOv0UFmuRl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOv0UFmuRl .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uOv0UFmuRl .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uOv0UFmuRl .mbr-section-btn-main .btn {
  width: fit-content;
  white-space: nowrap;
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uOv0UFmuRl .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uOv0UFmuRl .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uOv0UFmuRl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOv0UFmuRl .nav-link {
  opacity: 0.7;
}
.cid-uOv0UFmuRl .nav-link:hover,
.cid-uOv0UFmuRl .nav-link:focus {
  opacity: 1;
}
.cid-uOv0UFmuRl .icons-menu-main {
  display: flex;
}
.cid-uOv0UFmuRl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOv0UFmuRl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOv0UFmuRl .text_widget {
  color: #ffffff;
}
.cid-uOv0UFmuRl .mbr-section-subtitle,
.cid-uOv0UFmuRl .text_widget,
.cid-uOv0UFmuRl .mbr-section-btn {
  text-align: center;
}
.cid-uOv0UFmuRl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOv0UFmuRl .nav-link,
.cid-uOv0UFmuRl .dropdown-item {
  color: #4B2A00;
}
.cid-uOv0UFoLsI {
  background-image: url("../images/XENVl4l8SJp7.jpeg");
}
.cid-uOv0UFoLsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFoLsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFoLsI .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOv0UFoLsI .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFoLsI .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFoLsI .container {
  overflow: hidden;
}
.cid-uOv0UFoLsI .title-wrapper {
  margin: 0 auto;
}
.cid-uOv0UFoLsI .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOv0UFoLsI .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uOv0UFoLsI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOv0UFoLsI .mbr-section-title {
  color: #ffffff;
}
.cid-uOv0UFoLsI .mbr-text {
  color: #FFFFFF;
}
.cid-uOv0UFoLsI .mbr-section-title,
.cid-uOv0UFoLsI .mbr-section-btn {
  color: #000000;
}
.cid-uOv0UFoLsI .mbr-text,
.cid-uOv0UFoLsI .text-wrapper {
  color: #000000;
}
.cid-uOv0UFoHJq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOv0UFoHJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFoHJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFoHJq .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uOv0UFoHJq .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFoHJq .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFoHJq .row {
  justify-content: center;
}
.cid-uOv0UFoHJq .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOv0UFoHJq .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uOv0UFoHJq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOv0UFoHJq .item {
  margin-bottom: 64px;
}
.cid-uOv0UFoHJq .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1190px) {
  .cid-uOv0UFoHJq .item .item-wrapper {
    display: block;
  }
}
.cid-uOv0UFoHJq .item .item-wrapper .item-img {
  margin-right: 46px;
}
@media (max-width: 1190px) {
  .cid-uOv0UFoHJq .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uOv0UFoHJq .item .item-wrapper .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1190px) {
  .cid-uOv0UFoHJq .item .item-wrapper .item-img img {
    margin: 0 auto;
  }
}
.cid-uOv0UFoHJq .item .item-wrapper .item-content .mbr-title {
  margin-bottom: 22px;
}
.cid-uOv0UFoHJq .item .item-wrapper .item-content .mbr-text {
  margin: 0;
}
.cid-uOv0UFoHJq .mbr-section-title {
  color: #4B2A00;
}
.cid-uOv0UFoHJq .mbr-title {
  color: #4B2A00;
}
.cid-uOv0UFoHJq .mbr-text {
  color: #4B2A00;
}
.cid-uOv0UFpV9i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOv0UFpV9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFpV9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFpV9i .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOv0UFpV9i .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFpV9i .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFpV9i .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20% 0;
}
@media (max-width: 992px) {
  .cid-uOv0UFpV9i .image-wrapper {
    padding: 80px 0;
    justify-content: flex-end;
  }
}
.cid-uOv0UFpV9i .image-wrapper img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-uOv0UFpV9i .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .cid-uOv0UFpV9i .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-uOv0UFpV9i .image-wrapper .image-overlay {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(60deg, #d6ccc2 30%, #fbfaf9 50%);
  filter: blur(75px);
  pointer-events: none;
}
@media (min-width: 1500px) {
  .cid-uOv0UFpV9i .image-wrapper .image-overlay {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .cid-uOv0UFpV9i .image-wrapper .image-overlay {
    width: 350px;
    height: 350px;
  }
}
.cid-uOv0UFpV9i .title-wrapper {
  padding: 15% 0;
}
@media (max-width: 992px) {
  .cid-uOv0UFpV9i .title-wrapper {
    padding: 32px 0 64px;
  }
}
.cid-uOv0UFpV9i .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-uOv0UFpV9i .date-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uOv0UFpV9i .link-wrapper .mbr-link {
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
.cid-uOv0UFpV9i .link-wrapper .mbr-link:hover {
  opacity: 0.5;
}
.cid-uOv0UFpV9i .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uOv0UFpV9i .mbr-section-title {
  color: #4B2A00;
}
.cid-uOv0UFpV9i .mbr-link {
  color: #495DFF;
}
.cid-uOv0UFpV9i .mbr-date {
  color: #4B2A00;
}
.cid-uOv0UFpV9i .mbr-link,
.cid-uOv0UFpV9i .mbr-section-btn {
  color: #4B2A00;
}
.cid-uOv0UFp71i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOv0UFp71i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFp71i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFp71i .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOv0UFp71i .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFp71i .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFp71i .container {
  overflow: hidden;
}
.cid-uOv0UFp71i .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-uOv0UFp71i .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uOv0UFp71i .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOv0UFp71i .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uOv0UFp71i .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOv0UFp71i .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOv0UFp71i .cards-wrapper {
  display: inline-grid;
  grid-template-columns: repeat(3, 190px);
  grid-column-gap: 24px;
  grid-row-gap: 64px;
}
@media (max-width: 768px) {
  .cid-uOv0UFp71i .cards-wrapper {
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
}
.cid-uOv0UFp71i .cards-wrapper .card .mbr-number {
  margin-bottom: 4px;
}
.cid-uOv0UFp71i .cards-wrapper .card .mbr-title {
  margin-bottom: 4px;
}
.cid-uOv0UFp71i .cards-wrapper .card .mbr-desc {
  margin-bottom: 0;
}
.cid-uOv0UFp71i .mbr-section-title {
  color: #495DFF;
}
.cid-uOv0UFp71i .mbr-text {
  color: #4B2A00;
}
.cid-uOv0UFp71i .mbr-number {
  color: #4B2A00;
}
.cid-uOv0UFp71i .mbr-title {
  color: #4B2A00;
}
.cid-uOv0UFp71i .mbr-desc {
  color: #495DFF;
}
.cid-uOv0UFp71i .mbr-section-title,
.cid-uOv0UFp71i .cards {
  color: #4B2A00;
}
.cid-uOv0UFqwDo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6ccc2;
}
.cid-uOv0UFqwDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFqwDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFqwDo .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOv0UFqwDo .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFqwDo .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFqwDo .subtitle-wrapper .mbr-section-subtitle {
  padding: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOv0UFqwDo .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 64px;
  }
}
.cid-uOv0UFqwDo .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uOv0UFqwDo .image-wrapper {
    padding: 0;
  }
}
.cid-uOv0UFqwDo .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOv0UFqwDo .image-wrapper img {
    height: 300px;
  }
}
.cid-uOv0UFqwDo .title {
  display: inline-flex;
  align-items: center;
}
.cid-uOv0UFqwDo .title-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  background-color: #000000;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.cid-uOv0UFqwDo .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOv0UFqwDo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOv0UFqwDo .mbr-section-subtitle {
  color: #000000;
}
.cid-uOv0UFqwDo .mbr-number {
  color: #D6CCC2;
}
.cid-uOv0UFqwDo .mbr-section-title {
  color: #ffffff;
}
.cid-uOv0UFqwDo .mbr-text {
  color: #000000;
}
.cid-uOv0UFqwDo .mbr-section-title,
.cid-uOv0UFqwDo .number-wrapper {
  color: #000000;
}
.cid-uOv0UFqbWU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6ccc2;
}
.cid-uOv0UFqbWU .item:focus,
.cid-uOv0UFqbWU span:focus {
  outline: none;
}
.cid-uOv0UFqbWU .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uOv0UFqbWU .content-head {
  max-width: 800px;
}
.cid-uOv0UFqbWU .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOv0UFqbWU .item {
    min-height: 45px;
  }
}
.cid-uOv0UFqK5N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOv0UFqK5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFqK5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFqK5N .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uOv0UFqK5N .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFqK5N .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFqK5N .row {
  justify-content: center;
}
.cid-uOv0UFqK5N .title-wrapper {
  padding-top: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOv0UFqK5N .title-wrapper {
    margin-bottom: 64px;
  }
}
.cid-uOv0UFqK5N .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOv0UFqK5N .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOv0UFqK5N .item {
    margin-bottom: 64px;
  }
}
.cid-uOv0UFqK5N .item .item-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-uOv0UFqK5N .item .item-wrapper .item-img img {
  display: inline;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 22px;
}
@media (min-width: 1400px) {
  .cid-uOv0UFqK5N .item .item-wrapper .item-img img {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1500px) {
  .cid-uOv0UFqK5N .item .item-wrapper .item-img img {
    width: 330px;
    height: 330px;
  }
}
@media (min-width: 1800px) {
  .cid-uOv0UFqK5N .item .item-wrapper .item-img img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-uOv0UFqK5N .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .cid-uOv0UFqK5N .item .item-wrapper .item-img img {
    margin-bottom: 16px;
  }
}
.cid-uOv0UFqK5N .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 4px;
}
.cid-uOv0UFqK5N .item .item-wrapper .item-content a {
  display: block;
  transition: all 0.3s ease;
}
.cid-uOv0UFqK5N .item .item-wrapper .item-content a:hover {
  opacity: 0.5;
}
.cid-uOv0UFqK5N .item .item-wrapper .item-content a .mbr-link {
  margin-bottom: 0;
}
.cid-uOv0UFqK5N .mbr-section-title {
  color: #4B2A00;
}
.cid-uOv0UFqK5N .mbr-number {
  color: #495DFF;
}
.cid-uOv0UFqK5N .mbr-name {
  color: #4B2A00;
}
.cid-uOv0UFqK5N .mbr-link {
  color: #4B2A00;
}
.cid-uOv0UFqK5N .mbr-number,
.cid-uOv0UFqK5N .item-img {
  color: #4B2A00;
}
.cid-uOv0UFrBpF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6ccc2;
}
.cid-uOv0UFrBpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFrBpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFrBpF .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uOv0UFrBpF .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFrBpF .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFrBpF .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOv0UFrBpF .title-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uOv0UFrBpF .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uOv0UFrBpF .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOv0UFrBpF .title-wrapper .link-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uOv0UFrBpF .title-wrapper .link-wrapper .link {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.cid-uOv0UFrBpF .title-wrapper .link-wrapper .link:hover {
  opacity: 0.5;
}
.cid-uOv0UFrBpF .title-wrapper .link-wrapper .link .mbr-number {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  background-color: #000000;
  border-radius: 100%;
  margin-bottom: 0;
}
.cid-uOv0UFrBpF .title-wrapper .link-wrapper .link .mbr-link {
  margin: 0;
  text-decoration: underline;
}
.cid-uOv0UFrBpF .text {
  display: flex;
  justify-content: flex-end;
}
.cid-uOv0UFrBpF .text .text-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 32px;
}
@media (min-width: 1500px) {
  .cid-uOv0UFrBpF .text .text-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uOv0UFrBpF .text .text-wrapper img {
    margin: 0 auto 32px;
  }
}
@media (max-width: 768px) {
  .cid-uOv0UFrBpF .text .text-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uOv0UFrBpF .text .text-wrapper .mbr-text {
  width: 350px;
  margin-bottom: 0;
}
@media (min-width: 1500px) {
  .cid-uOv0UFrBpF .text .text-wrapper .mbr-text {
    width: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uOv0UFrBpF .text .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOv0UFrBpF .mbr-section-title {
  color: #000000;
}
.cid-uOv0UFrBpF .mbr-number {
  color: #495DFF;
}
.cid-uOv0UFrBpF .mbr-link {
  color: #ffffff;
}
.cid-uOv0UFrBpF .mbr-text {
  color: #000000;
}
.cid-uOv0UFrBpF .mbr-number,
.cid-uOv0UFrBpF .link-wrapper {
  color: #D6CCC2;
}
.cid-uOv0UFrBpF .mbr-link,
.cid-uOv0UFrBpF .link-wrapper {
  color: #000000;
}
.cid-uOv0UFr9FK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOv0UFr9FK .item:focus,
.cid-uOv0UFr9FK span:focus {
  outline: none;
}
.cid-uOv0UFr9FK .item {
  cursor: pointer;
}
.cid-uOv0UFr9FK .grid-container {
  grid-row-gap: 42px;
}
@media (max-width: 767px) {
  .cid-uOv0UFr9FK .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uOv0UFr9FK .grid-container-1,
.cid-uOv0UFr9FK .grid-container-2,
.cid-uOv0UFr9FK .grid-container-3 {
  gap: 0 42px;
}
@media (max-width: 767px) {
  .cid-uOv0UFr9FK .grid-container-1,
  .cid-uOv0UFr9FK .grid-container-2,
  .cid-uOv0UFr9FK .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uOv0UFr9FK .mbr-section-title {
  margin-bottom: 80px;
  text-align: center;
  color: #495DFF;
}
.cid-uOv0UFr9FK .mbr-section-title .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-uOv0UFr9FK .content-head {
  max-width: 800px;
}
.cid-uOv0UFr9FK .container,
.cid-uOv0UFr9FK .container-fluid {
  overflow: hidden;
}
.cid-uOv0UFr9FK .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uOv0UFr9FK .grid-item {
  position: relative;
  min-width: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOv0UFr9FK .grid-item {
    min-width: 35vw;
  }
}
.cid-uOv0UFr9FK .grid-item::before {
  content: '';
  width: 500px;
  height: 500px;
  position: absolute;
  background-color: #d6ccc2;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0.3;
}
@media (max-width: 1500px) {
  .cid-uOv0UFr9FK .grid-item::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-uOv0UFr9FK .grid-item::before {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uOv0UFr9FK .grid-item::before {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 500px) {
  .cid-uOv0UFr9FK .grid-item::before {
    width: 130px;
    height: 130px;
  }
}
.cid-uOv0UFr9FK .grid-item img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1500px) {
  .cid-uOv0UFr9FK .grid-item img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-uOv0UFr9FK .grid-item img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uOv0UFr9FK .grid-item img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 500px) {
  .cid-uOv0UFr9FK .grid-item img {
    width: 130px;
    height: 130px;
  }
}
.cid-uOv0UFr9FK .grid-container-1,
.cid-uOv0UFr9FK .grid-container-2,
.cid-uOv0UFr9FK .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uOv0UFr9FK .grid-container-1 {
  align-items: flex-end;
}
.cid-uOv0UFr9FK .grid-container-2 {
  align-items: flex-start;
}
.cid-uOv0UFtmgU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOv0UFtmgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFtmgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFtmgU .container-fluid {
  padding: 0 38px 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOv0UFtmgU .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFtmgU .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFtmgU .card {
  border-radius: 0;
  background-color: #d6ccc2;
}
.cid-uOv0UFtmgU .card .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uOv0UFtmgU .card .image-wrapper {
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOv0UFtmgU .card .image-wrapper {
    padding: 32px 0;
  }
}
.cid-uOv0UFtmgU .card .image-wrapper img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uOv0UFtmgU .card .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uOv0UFtmgU .card .title-wrapper {
  padding: 115px 32px;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uOv0UFtmgU .card .title-wrapper {
    padding: 115px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uOv0UFtmgU .card .title-wrapper {
    padding: 16px;
  }
}
.cid-uOv0UFtmgU .card .title-wrapper .mbr-section-subtitle {
  margin-bottom: 115px;
}
@media (max-width: 992px) {
  .cid-uOv0UFtmgU .card .title-wrapper .mbr-section-subtitle {
    margin-bottom: 64px;
  }
}
.cid-uOv0UFtmgU .card .title-wrapper .title .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOv0UFtmgU .card .title-wrapper .title .mbr-text {
  margin: 22px 0 0;
}
.cid-uOv0UFtmgU .mbr-section-subtitle {
  color: #000000;
}
.cid-uOv0UFtmgU .mbr-section-title {
  color: #000000;
}
.cid-uOv0UFtmgU .mbr-text {
  color: #000000;
}
.cid-uOv0UFu3PB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6ccc2;
}
.cid-uOv0UFu3PB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFu3PB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFu3PB .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uOv0UFu3PB .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFu3PB .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFu3PB .row {
  justify-content: center;
}
.cid-uOv0UFu3PB .item .item-wrapper .card-box {
  display: flex;
  justify-content: center;
  margin: 128px 0;
}
@media (max-width: 992px) {
  .cid-uOv0UFu3PB .item .item-wrapper .card-box {
    margin: 64px 0;
  }
}
@media (max-width: 768px) {
  .cid-uOv0UFu3PB .item .item-wrapper .card-box {
    margin: 48px 0;
  }
}
@media (max-width: 425px) {
  .cid-uOv0UFu3PB .item .item-wrapper .card-box {
    margin: 16px 0;
  }
}
.cid-uOv0UFu3PB .item .item-wrapper .card-box a:hover .mbr-section-title {
  opacity: 0.5;
}
.cid-uOv0UFu3PB .item .item-wrapper .card-box a .mbr-section-title {
  position: relative;
  margin-bottom: 22px;
  padding-left: 32px;
  transition: all 0.3s ease;
}
.cid-uOv0UFu3PB .item .item-wrapper .card-box a .mbr-text {
  margin-bottom: 0;
}
.cid-uOv0UFu3PB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOv0UFu3PB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOv0UFus9g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #d6ccc2;
}
.cid-uOv0UFus9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFus9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFus9g .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uOv0UFus9g .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFus9g .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFus9g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .cid-uOv0UFus9g .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOv0UFus9g .embla__slide .card-wrap .item-wrapper .image-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOv0UFus9g .embla__slide .card-wrap .item-wrapper .image-wrap .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #d6ccc2;
  opacity: 0.5;
}
.cid-uOv0UFus9g .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uOv0UFus9g .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 568px) {
  .cid-uOv0UFus9g .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uOv0UFus9g .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 180px;
    height: 180px;
  }
}
.cid-uOv0UFus9g .embla__slide .card-wrap .content-wrap {
  max-width: 66%;
  margin: -7rem auto 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uOv0UFus9g .embla__slide .card-wrap .content-wrap {
    margin: -7rem 0 0;
    max-width: 100%;
  }
}
.cid-uOv0UFus9g .embla__slide .card-wrap .content-wrap .mbr-number {
  margin-bottom: 16px;
}
.cid-uOv0UFus9g .embla__slide .card-wrap .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uOv0UFus9g .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uOv0UFus9g .embla__button--next,
.cid-uOv0UFus9g .embla__button--prev {
  display: flex;
}
.cid-uOv0UFus9g .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #5bdcf6;
  border: 2px solid #5bdcf6;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uOv0UFus9g .embla__button {
    display: none;
  }
}
.cid-uOv0UFus9g .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOv0UFus9g .embla__button:hover {
  background: transparent;
  color: #5bdcf6;
  opacity: 0.5;
}
.cid-uOv0UFus9g .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOv0UFus9g .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOv0UFus9g .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uOv0UFus9g .embla {
  position: relative;
  width: 100%;
  padding: 110px 0;
}
.cid-uOv0UFus9g .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uOv0UFus9g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOv0UFus9g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOv0UFus9g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOv0UFus9g .mbr-desc {
  padding: 20px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uOv0UFus9g .mbr-desc {
    padding: 0 16px;
  }
}
.cid-uOv0UFus9g .mbr-number {
  color: #000000;
}
.cid-uOv0UFus9g .mbr-section-title {
  color: #ffffff;
}
.cid-uOv0UFus9g .mbr-text {
  color: #000000;
}
.cid-uOv0UFus9g .mbr-section-title,
.cid-uOv0UFus9g .mbr-section-btn {
  color: #000000;
}
.cid-uOv0UFvrpw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  background-color: transparent;
}
.cid-uOv0UFvrpw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFvrpw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFvrpw .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uOv0UFvrpw .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFvrpw .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFvrpw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 710px;
  max-width: 710px;
}
@media (max-width: 768px) {
  .cid-uOv0UFvrpw .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOv0UFvrpw .embla__slide .card-wrap {
  width: 100%;
}
.cid-uOv0UFvrpw .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 80px;
  background-color: #d6ccc2;
}
@media (max-width: 992px) {
  .cid-uOv0UFvrpw .embla__slide .card-wrap .item-wrapper .image-wrap {
    padding: 20px;
  }
}
.cid-uOv0UFvrpw .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1500px) {
  .cid-uOv0UFvrpw .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-uOv0UFvrpw .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uOv0UFvrpw .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 500px) {
  .cid-uOv0UFvrpw .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 130px;
    height: 130px;
  }
}
.cid-uOv0UFvrpw .embla__button--next,
.cid-uOv0UFvrpw .embla__button--prev {
  display: flex;
}
.cid-uOv0UFvrpw .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #5bdcf6;
  border: 2px solid #d5bdaf;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uOv0UFvrpw .embla__button {
    display: none;
  }
}
.cid-uOv0UFvrpw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOv0UFvrpw .embla__button:hover {
  background: transparent;
  color: #5bdcf6;
  opacity: 0.5;
}
.cid-uOv0UFvrpw .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOv0UFvrpw .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOv0UFvrpw .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uOv0UFvrpw .embla {
  position: relative;
  width: 100%;
}
.cid-uOv0UFvrpw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uOv0UFvrpw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOv0UFvrpw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOv0UFvrpw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOv0UFwlor {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOv0UFwlor .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFwlor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFwlor .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uOv0UFwlor .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFwlor .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFwlor .row {
  justify-content: center;
}
.cid-uOv0UFwlor .title-wrapper {
  padding-top: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOv0UFwlor .title-wrapper {
    margin-bottom: 64px;
  }
}
.cid-uOv0UFwlor .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOv0UFwlor .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOv0UFwlor .item {
    margin-bottom: 64px;
  }
}
.cid-uOv0UFwlor .item .item-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-uOv0UFwlor .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uOv0UFwlor .item .item-wrapper .item-img img {
  display: inline;
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 22px;
}
@media (min-width: 1500px) {
  .cid-uOv0UFwlor .item .item-wrapper .item-img img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-uOv0UFwlor .item .item-wrapper .item-img img {
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 768px) {
  .cid-uOv0UFwlor .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
    margin-bottom: 16px;
  }
}
.cid-uOv0UFwlor .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 16px;
}
.cid-uOv0UFwlor .item .item-wrapper .item-content .mbr-title {
  margin-bottom: 16px;
}
.cid-uOv0UFwlor .item .item-wrapper .item-content .mbr-desc {
  margin-bottom: 16px;
}
.cid-uOv0UFwlor .mbr-desc {
  color: #4B2A00;
}
.cid-uOv0UFwlor .mbr-price {
  color: #4B2A00;
}
.cid-uOv0UFwlor .mbr-section-title {
  color: #4B2A00;
}
.cid-uOv0UFwlor .mbr-title {
  color: #495DFF;
}
.cid-uOv0UFwlor .mbr-title,
.cid-uOv0UFwlor .mbr-section-btn {
  color: #4B2A00;
}
.cid-uOv0UFwsBx {
  background-image: url("../images/4BhoOVc2UXoS.jpeg");
}
.cid-uOv0UFwsBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFwsBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFwsBx .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOv0UFwsBx .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFwsBx .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFwsBx .container {
  overflow: hidden;
}
.cid-uOv0UFwsBx .row {
  justify-content: center;
}
.cid-uOv0UFwsBx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOv0UFwsBx .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-uOv0UFwJNJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOv0UFwJNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFwJNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFwJNJ .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uOv0UFwJNJ .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFwJNJ .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFwJNJ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOv0UFwJNJ .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uOv0UFwJNJ .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-uOv0UFwJNJ .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #4b2a00;
}
@media (max-width: 992px) {
  .cid-uOv0UFwJNJ .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-uOv0UFwJNJ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uOv0UFwJNJ .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uOv0UFwJNJ .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uOv0UFwJNJ .mbr-section-title {
  color: #495DFF;
}
.cid-uOv0UFwJNJ .mbr-text {
  color: #4B2A00;
}
.cid-uOv0UFwJNJ .mbr-section-title,
.cid-uOv0UFwJNJ .mbr-section-btn {
  color: #4B2A00;
}
.cid-uOv0UFxRN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6ccc2;
}
.cid-uOv0UFxRN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFxRN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFxRN5 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uOv0UFxRN5 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFxRN5 .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFxRN5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOv0UFxRN5 .item {
    margin-bottom: 80px;
  }
}
.cid-uOv0UFxRN5 .item .item-wrapper {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.cid-uOv0UFxRN5 .item .item-wrapper .card-box {
  padding: 0 22px;
}
@media (max-width: 768px) {
  .cid-uOv0UFxRN5 .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-uOv0UFxRN5 .item .item-wrapper .card-box .mbr-desc {
  margin-bottom: 16px;
}
.cid-uOv0UFxRN5 .item .item-wrapper .card-box .mbr-price {
  margin: 0 auto 42px;
}
.cid-uOv0UFxRN5 .item .item-wrapper .card-box .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOv0UFxRN5 .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 32px;
}
.cid-uOv0UFxRN5 .item .item-wrapper .mbr-section-btn {
  padding: 0 22px;
}
@media (max-width: 768px) {
  .cid-uOv0UFxRN5 .item .item-wrapper .mbr-section-btn {
    padding: 0;
  }
}
.cid-uOv0UFxRN5 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uOv0UFxRN5 .mbr-price {
  color: #000000;
  text-align: center;
}
.cid-uOv0UFxRN5 .mbr-section-title {
  color: #ffffff;
}
.cid-uOv0UFxRN5 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOv0UFxRN5 .mbr-section-title,
.cid-uOv0UFxRN5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOv0UFx95F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOv0UFx95F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFx95F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFx95F .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uOv0UFx95F .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFx95F .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFx95F .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOv0UFx95F .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-uOv0UFx95F .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOv0UFx95F .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uOv0UFx95F .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-uOv0UFx95F .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOv0UFx95F .card .text-wrapper {
    display: none;
  }
}
.cid-uOv0UFx95F .card .icon-wrapper {
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOv0UFx95F .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-uOv0UFx95F .card .icon-wrapper .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 35px;
  transform: rotate(45deg);
  color: #000000;
  background-color: #d6ccc2;
  border-radius: 100%;
}
.cid-uOv0UFx95F .mbr-section-title {
  color: #4B2A00;
}
.cid-uOv0UFx95F .mbr-text {
  color: #4B2A00;
}
.cid-uOv0UFyFyv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOv0UFyFyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFyFyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFyFyv .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOv0UFyFyv .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFyFyv .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFyFyv .container {
  overflow: hidden;
}
.cid-uOv0UFyFyv .row {
  justify-content: center;
}
.cid-uOv0UFyFyv .title-wrapper {
  margin-bottom: 80px;
}
.cid-uOv0UFyFyv .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-uOv0UFyFyv .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uOv0UFyFyv .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-uOv0UFyFyv .video-block {
    width: 100%;
  }
}
.cid-uOv0UFyFyv .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOv0UFyFyv .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uOv0UFyFyv .app-video-wrapper::before {
  color: #d6ccc2;
  text-shadow: none;
}
.cid-uOv0UFyFyv .mbr-section-title {
  color: #4B2A00;
}
.cid-uOv0UFys7l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOv0UFys7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFys7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFys7l .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uOv0UFys7l .container-fluid {
    padding: 0 12px;
  }
}
.cid-uOv0UFys7l .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFys7l .row {
  justify-content: center;
}
.cid-uOv0UFys7l .card {
  padding: 0 22px;
  border-radius: 0;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOv0UFys7l .card {
    padding: 0 16px;
  }
}
.cid-uOv0UFys7l .card:last-child {
  background-color: #d6ccc2;
  justify-content: center;
  padding: 22px;
}
@media (max-width: 992px) {
  .cid-uOv0UFys7l .card:last-child {
    padding: 0 16px;
  }
}
.cid-uOv0UFys7l .title-wrapper {
  padding-top: 25%;
  padding-right: 26px;
}
@media (max-width: 992px) {
  .cid-uOv0UFys7l .title-wrapper {
    padding: 0;
  }
}
.cid-uOv0UFys7l .title-wrapper .mbr-section-title {
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .cid-uOv0UFys7l .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uOv0UFys7l .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .cid-uOv0UFys7l .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-uOv0UFys7l .title-wrapper .text-wrapper .mbr-text {
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOv0UFys7l .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uOv0UFys7l .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOv0UFys7l .card-wrapper {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-flex: none;
  padding: 42px 0;
}
@media (max-width: 992px) {
  .cid-uOv0UFys7l .card-wrapper {
    padding: 36px 0;
    border: none;
  }
}
.cid-uOv0UFys7l .card-wrapper .card-title {
  margin-bottom: 24px;
}
.cid-uOv0UFys7l .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-uOv0UFys7l .card-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uOv0UFys7l .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
  text-decoration: underline;
}
.cid-uOv0UFys7l .mbr-section-title {
  color: #4B2A00;
}
.cid-uOv0UFys7l .mbr-text {
  color: #495DFF;
}
.cid-uOv0UFys7l .card-title {
  color: #000000;
}
.cid-uOv0UFys7l .card-text {
  color: #000000;
}
.cid-uOv0UFys7l .list {
  color: #000000;
}
.cid-uOv0UFyM43 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6ccc2;
}
.cid-uOv0UFyM43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFyM43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFyM43 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOv0UFyM43 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFyM43 .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFyM43 .container {
  overflow: hidden;
}
.cid-uOv0UFyM43 .title-wrapper {
  margin-bottom: 80px;
}
.cid-uOv0UFyM43 .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-uOv0UFyM43 .google-map iframe {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uOv0UFyM43 .google-map iframe {
    height: 300px;
  }
}
.cid-uOv0UFyM43 .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uOv0UFzGGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFzGGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/QyEQbbpDg5OU.jpg");
}
.cid-uOv0UFzGGE .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOv0UFzGGE .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFzGGE .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFzGGE .container {
  overflow: hidden;
}
.cid-uOv0UFzGGE .row {
  justify-content: center;
}
.cid-uOv0UFzGGE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOv0UFzGGE .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-uOv0UFzaX3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6ccc2;
}
.cid-uOv0UFzaX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFzaX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFzaX3 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOv0UFzaX3 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFzaX3 .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFzaX3 .container {
  overflow: hidden;
}
.cid-uOv0UFzaX3 .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uOv0UFzaX3 .title-wrapper {
    padding-right: 0;
  }
}
.cid-uOv0UFzaX3 .title-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOv0UFzaX3 .title-wrapper .mbr-text {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .cid-uOv0UFzaX3 .title-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-uOv0UFzaX3 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uOv0UFzaX3 .title-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uOv0UFzaX3 .mbr-text {
  color: #000000;
}
.cid-uOv0UFzaX3 .mbr-desc {
  color: #000000;
}
.cid-uOv0UFzaX3 .mbr-name {
  color: #000000;
}
.cid-uOv0UFzfhh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6ccc2;
}
.cid-uOv0UFzfhh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFzfhh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFzfhh .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uOv0UFzfhh .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFzfhh .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFzfhh .card-wrap {
  margin-bottom: 100px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uOv0UFzfhh .card-wrap {
    opacity: 1;
    margin-bottom: 40px;
  }
}
.cid-uOv0UFzfhh .card-wrap:hover,
.cid-uOv0UFzfhh .card-wrap:focus {
  opacity: 1;
}
.cid-uOv0UFzfhh .card-wrap:hover .icon-wrapper .mbr-iconfont,
.cid-uOv0UFzfhh .card-wrap:focus .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uOv0UFzfhh .text-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-uOv0UFzfhh .text-wrapper {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uOv0UFzfhh .text-wrapper {
    padding-right: 60px;
  }
}
.cid-uOv0UFzfhh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOv0UFzfhh .title-wrap {
  display: flex;
  align-items: center;
}
.cid-uOv0UFzfhh .title-wrap .title-wrapper {
  width: 100%;
}
.cid-uOv0UFzfhh .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  position: relative;
}
.cid-uOv0UFzfhh .title-wrap .title-wrapper .mbr-section-title span {
  display: none;
}
@media (max-width: 992px) {
  .cid-uOv0UFzfhh .title-wrap .title-wrapper .mbr-section-title span {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: -1.2rem;
    font-size: 35%;
  }
}
.cid-uOv0UFzfhh .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOv0UFzfhh .icon-wrapper {
    display: none;
  }
}
.cid-uOv0UFzfhh .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  background-color: #fffff5;
  border-radius: 100%;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-uOv0UFzfhh .mbr-section-title,
.cid-uOv0UFzfhh .mbr-iconfont {
  color: #ffffff;
}
.cid-uOv0UFzfhh .mbr-text {
  color: #000000;
}
.cid-uOv0UFzfhh .mbr-section-title,
.cid-uOv0UFzfhh .mbr-iconfont,
.cid-uOv0UFzfhh .mbr-number {
  color: #000000;
}
.cid-uOv0UFzfhh .mbr-section-title,
.cid-uOv0UFzfhh .mbr-iconfont,
.cid-uOv0UFzfhh .mbr-number {
  color: #000000;
}
.cid-uOv0UFAtWE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOv0UFAtWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFAtWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFAtWE .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOv0UFAtWE .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFAtWE .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFAtWE .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOv0UFAtWE .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOv0UFAtWE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOv0UFAtWE .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #4B2A00;
}
.cid-uOv0UFAtWE .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uOv0UFAtWE .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f9e6d4;
  opacity: 0.3;
}
.cid-uOv0UFAtWE .mbr-section-title {
  color: #495DFF;
}
.cid-uOv0UFAtWE .mbr-text {
  color: #495DFF;
}
.cid-uOv0UFAtWE .mbr-section-title,
.cid-uOv0UFAtWE .list-wrapper {
  color: #4B2A00;
}
.cid-uOv0UFAtWE .mbr-text,
.cid-uOv0UFAtWE .text-wrapper {
  color: #4B2A00;
}
.cid-uOv0UFAy7n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOv0UFAy7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFAy7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFAy7n .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uOv0UFAy7n .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFAy7n .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFAy7n .panel-group .card {
  border-radius: 0;
}
.cid-uOv0UFAy7n .panel-group .card .card-header {
  padding: 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uOv0UFAy7n .panel-group .card .card-header .panel-title {
  display: block;
  position: relative;
  padding: 22px 0;
}
.cid-uOv0UFAy7n .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4b2a00;
  opacity: 0.3;
}
.cid-uOv0UFAy7n .panel-group .card .card-header .panel-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #4b2a00;
  transition: all 0.5s ease;
}
.cid-uOv0UFAy7n .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOv0UFAy7n .panel-group .card .card-header .panel-title:not(.collapsed)::after {
  width: 100%;
}
.cid-uOv0UFAy7n .panel-group .card .card-header .panel-title:hover::after {
  width: 100%;
}
.cid-uOv0UFAy7n .panel-group .card .panel-collapse .panel-body {
  padding: 38px 0 16px;
}
.cid-uOv0UFAy7n .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOv0UFAy7n .panel-title-edit {
  color: #4B2A00;
}
.cid-uOv0UFAy7n .panel-text {
  color: #4B2A00;
}
.cid-uOv0UFBj0q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6ccc2;
}
.cid-uOv0UFBj0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFBj0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFBj0q .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uOv0UFBj0q .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFBj0q .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFBj0q .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uOv0UFBj0q .title-wrapper {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .cid-uOv0UFBj0q .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uOv0UFBj0q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOv0UFBj0q .nav.nav-tabs {
  display: block;
  border: none;
}
.cid-uOv0UFBj0q .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  opacity: 0.5;
  padding: 16px 0 16px 46px;
  position: relative;
  border-radius: 0;
  border: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  animation: none;
}
.cid-uOv0UFBj0q .nav.nav-tabs .nav-item .nav-link span {
  position: absolute;
  left: 0;
  font-size: 20%;
}
.cid-uOv0UFBj0q .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  opacity: 1;
}
.cid-uOv0UFBj0q .tab-content {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uOv0UFBj0q .tab-content {
    padding: 0;
  }
}
.cid-uOv0UFBj0q .tab-content .tab-pane {
  padding-top: 22px;
}
.cid-uOv0UFBj0q .tab-content .tab-pane .mbr-desc {
  margin-bottom: 22px;
}
.cid-uOv0UFBj0q .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uOv0UFBj0q .tab-content .tab-pane img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
  margin: 32px auto 0;
}
@media (min-width: 1500px) {
  .cid-uOv0UFBj0q .tab-content .tab-pane img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-uOv0UFBj0q .tab-content .tab-pane img {
    width: 290px;
    height: 290px;
  }
}
@media (max-width: 768px) {
  .cid-uOv0UFBj0q .tab-content .tab-pane img {
    width: 250px;
    height: 250px;
  }
}
.cid-uOv0UFBj0q .mbr-section-title {
  color: #ffffff;
}
.cid-uOv0UFBj0q .mbr-number {
  color: #ffffff;
}
.cid-uOv0UFBj0q .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uOv0UFBj0q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uOv0UFBj0q .mbr-section-title,
.cid-uOv0UFBj0q .nav-item {
  color: #000000;
}
.cid-uOv0UFCLce {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOv0UFCLce .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFCLce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFCLce .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOv0UFCLce .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFCLce .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFCLce .container {
  overflow: hidden;
}
.cid-uOv0UFCLce .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-uOv0UFCLce .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-uOv0UFCLce .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-uOv0UFCLce .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-uOv0UFCLce .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-uOv0UFCLce .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-uOv0UFCLce .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-uOv0UFCLce .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uOv0UFCLce .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-uOv0UFCLce .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-uOv0UFCnxF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6ccc2;
}
.cid-uOv0UFCnxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFCnxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFCnxF .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uOv0UFCnxF .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFCnxF .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFCnxF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOv0UFCnxF .card:first-child .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-uOv0UFCnxF .desc-wrapper {
  padding: 22px 0;
}
@media (max-width: 992px) {
  .cid-uOv0UFCnxF .desc-wrapper {
    margin-bottom: 22px;
    padding: 0;
  }
}
.cid-uOv0UFCnxF .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uOv0UFCnxF .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uOv0UFCTxp {
  background-color: transparent;
}
.cid-uOv0UFCTxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFCTxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFCTxp .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uOv0UFCTxp .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFCTxp .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFCTxp .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-uOv0UFCTxp .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uOv0UFCTxp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOv0UFCTxp .contacts-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uOv0UFCTxp .contacts-wrapper .contact-wrap {
  margin-bottom: 32px;
}
.cid-uOv0UFCTxp .contacts-wrapper .contact-wrap .mbr-label {
  margin-bottom: 4px;
}
.cid-uOv0UFCTxp .contacts-wrapper .contact-wrap .mbr-contact {
  margin-bottom: 0;
}
.cid-uOv0UFCTxp .dragArea.row .form-group {
  margin-bottom: 32px !important;
  padding: 0 16px;
}
.cid-uOv0UFCTxp .dragArea.row .form-group .form-control {
  font-weight: 300;
  padding: 8px 0;
  border-radius: 0;
  border: none !important;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #4b2a00 !important;
}
.cid-uOv0UFCTxp .dragArea.row .form-group .form-control::placeholder {
  color: #4b2a00;
}
.cid-uOv0UFCTxp .dragArea.row .form-group .form-control:hover,
.cid-uOv0UFCTxp .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #4b2a00 !important;
}
.cid-uOv0UFCTxp .dragArea.row .form-group textarea {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-uOv0UFCTxp .dragArea.row .form-group textarea {
    min-height: 145px;
  }
}
.cid-uOv0UFCTxp .dragArea.row .form-group .form-check .form-check-input {
  background-color: #4b2a00;
  border-color: #4b2a00;
}
.cid-uOv0UFCTxp .dragArea.row .mbr-section-btn {
  width: 100% !important;
}
.cid-uOv0UFCTxp .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uOv0UFCTxp .mbr-section-title {
  color: #4B2A00;
  text-align: center;
}
.cid-uOv0UFCTxp .mbr-label {
  color: #495DFF;
}
.cid-uOv0UFCTxp .mbr-contact {
  color: #4B2A00;
}
.cid-uOv0UFCTxp label {
  color: #495DFF;
}
.cid-uOv0UFDpK3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6ccc2;
}
.cid-uOv0UFDpK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFDpK3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFDpK3 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOv0UFDpK3 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFDpK3 .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFDpK3 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOv0UFDpK3 .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uOv0UFDpK3 .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #000000;
}
.cid-uOv0UFDpK3 .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uOv0UFDpK3 .list .item-wrap:hover::before,
.cid-uOv0UFDpK3 .list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uOv0UFDpK3 .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.cid-uOv0UFDpK3 .mbr-section-title {
  color: #495DFF;
}
.cid-uOv0UFDpK3 .mbr-text {
  color: #495DFF;
}
.cid-uOv0UFDpK3 .mbr-section-title,
.cid-uOv0UFDpK3 .list-wrapper {
  color: #000000;
}
.cid-uOv0UFDEG5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f2f4;
  background-color: transparent;
}
.cid-uOv0UFDEG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv0UFDEG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv0UFDEG5 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOv0UFDEG5 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uOv0UFDEG5 .container-fluid .row {
  padding: 0;
}
.cid-uOv0UFDEG5 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOv0UFDEG5 .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #495DFF;
}
.cid-uOv0UFDEG5 .list .item-wrap {
  padding: 12px 0;
  transition: all 0.3s ease;
}
.cid-uOv0UFDEG5 .list .item-wrap:hover {
  opacity: 0.5;
}
.cid-uOv0UFDEG5 .mbr-section-btn {
  width: 100%;
}
.cid-uOv0UFDEG5 .mbr-section-btn .btn {
  width: 100%;
}
.cid-uOv0UFDEG5 .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #4B2A00;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOv0UFDEG5 .copyright {
    padding: 32px 0;
  }
}
.cid-uOv0UFDEG5 .mbr-section-title {
  color: #495DFF;
}
