body {
  background-color: #fbfbfa;
}
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: #a3b18a !important;
}
.bg-success {
  background-color: #2fd98a !important;
}
.bg-info {
  background-color: #16cdf2 !important;
}
.bg-warning {
  background-color: #ffc209 !important;
}
.bg-danger {
  background-color: #db2d3e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a3b18a !important;
  border-color: #a3b18a !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: #79895b !important;
  border-color: #79895b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #79895b !important;
  border-color: #79895b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #588157 !important;
  border-color: #588157 !important;
  color: #ffffff !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: #354d34 !important;
  border-color: #354d34 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #354d34 !important;
  border-color: #354d34 !important;
}
.btn-info,
.btn-info:active {
  background-color: #16cdf2 !important;
  border-color: #16cdf2 !important;
  color: #ffffff !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: #098da8 !important;
  border-color: #098da8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #098da8 !important;
  border-color: #098da8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2fd98a !important;
  border-color: #2fd98a !important;
  color: #ffffff !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: #1b965d !important;
  border-color: #1b965d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b965d !important;
  border-color: #1b965d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc209 !important;
  border-color: #ffc209 !important;
  color: #ffffff !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: #b18500 !important;
  border-color: #b18500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b18500 !important;
  border-color: #b18500 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #db2d3e !important;
  border-color: #db2d3e !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: #971a26 !important;
  border-color: #971a26 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #971a26 !important;
  border-color: #971a26 !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: #a3b18a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #79895b !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: #a3b18a !important;
  border-color: #a3b18a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #588157;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #354d34 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #588157 !important;
  border-color: #588157 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #16cdf2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #098da8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #16cdf2 !important;
  border-color: #16cdf2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2fd98a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b965d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2fd98a !important;
  border-color: #2fd98a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc209;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b18500 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc209 !important;
  border-color: #ffc209 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #db2d3e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #971a26 !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: #db2d3e !important;
  border-color: #db2d3e !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: #a3b18a !important;
}
.text-secondary {
  color: #588157 !important;
}
.text-success {
  color: #2fd98a !important;
}
.text-info {
  color: #16cdf2 !important;
}
.text-warning {
  color: #ffc209 !important;
}
.text-danger {
  color: #db2d3e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #718055 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2e442e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #198955 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #098199 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a27a00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8a1823 !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: #a3b18a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #16cdf2;
}
.alert-warning {
  background-color: #ffc209;
}
.alert-danger {
  background-color: #db2d3e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a3b18a;
  border-color: #a3b18a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a3b18a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dfe4d7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dbf9eb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d7f6fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9dbde;
}
/* 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: #a3b18a !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: #a3b18a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a3b18a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a3b18a;
}
.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: #a3b18a;
  border-bottom-color: #a3b18a;
}
.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: #a3b18a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #588157 !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='%23a3b18a' %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: #a3b18a;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #588157;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #2fd98a;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #16cdf2;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #ffc209;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #db2d3e;
}
.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-uVfwy299kl {
  background-color: transparent;
}
.cid-uVfwy299kl .navbar-dropdown {
  background-color: #f1f2f4 !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uVfwy299kl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f1f2f4 !important;
  background-color: transparent !important;
  background: #f1f2f4;
}
.cid-uVfwy299kl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uVfwy299kl .menu_box .navbar.opened,
  .cid-uVfwy299kl .menu_box .navbar-collapse {
    background-color: #f1f2f4 !important;
    transition: all 0s ease 0s;
    background-color: transparent !important;
  }
}
.cid-uVfwy299kl .navbar-dropdown {
  position: relative !important;
}
.cid-uVfwy299kl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVfwy299kl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uVfwy299kl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uVfwy299kl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVfwy299kl .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-uVfwy299kl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uVfwy299kl 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-uVfwy299kl .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uVfwy299kl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVfwy299kl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVfwy299kl .nav-item {
    margin: 0 !important;
  }
}
.cid-uVfwy299kl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVfwy299kl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVfwy299kl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVfwy299kl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVfwy299kl .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-uVfwy299kl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVfwy299kl .offcanvas_box {
    display: none;
  }
}
.cid-uVfwy299kl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVfwy299kl .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVfwy299kl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVfwy299kl .container {
  display: flex;
  margin: auto;
}
.cid-uVfwy299kl .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-uVfwy299kl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVfwy299kl .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uVfwy299kl .navbar-caption {
  color: #403100;
}
.cid-uVfwy299kl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVfwy299kl .navbar-nav {
    margin: 0;
  }
}
.cid-uVfwy299kl .dropdown-menu,
.cid-uVfwy299kl .navbar.opened {
  background-color: false !important;
}
.cid-uVfwy299kl .nav-item:focus,
.cid-uVfwy299kl .nav-link:focus {
  outline: none;
}
.cid-uVfwy299kl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVfwy299kl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVfwy299kl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVfwy299kl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVfwy299kl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVfwy299kl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVfwy299kl .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVfwy299kl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVfwy299kl .navbar.opened {
  transition: all 0.3s;
}
.cid-uVfwy299kl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVfwy299kl .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uVfwy299kl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uVfwy299kl .navbar.collapsed {
  justify-content: center;
}
.cid-uVfwy299kl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVfwy299kl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVfwy299kl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVfwy299kl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVfwy299kl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVfwy299kl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVfwy299kl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVfwy299kl .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uVfwy299kl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uVfwy299kl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVfwy299kl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVfwy299kl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVfwy299kl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVfwy299kl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVfwy299kl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVfwy299kl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVfwy299kl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVfwy299kl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVfwy299kl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVfwy299kl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVfwy299kl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVfwy299kl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVfwy299kl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVfwy299kl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVfwy299kl .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-uVfwy299kl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 300;
}
.cid-uVfwy299kl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVfwy299kl .dropdown-item.active,
.cid-uVfwy299kl .dropdown-item:active {
  background-color: transparent;
}
.cid-uVfwy299kl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVfwy299kl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVfwy299kl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVfwy299kl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVfwy299kl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVfwy299kl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVfwy299kl 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-uVfwy299kl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fbfbfa;
}
.cid-uVfwy299kl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVfwy299kl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVfwy299kl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVfwy299kl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVfwy299kl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVfwy299kl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVfwy299kl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVfwy299kl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVfwy299kl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVfwy299kl .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-uVfwy299kl .navbar {
    height: 70px;
  }
  .cid-uVfwy299kl .navbar.opened {
    height: auto;
  }
  .cid-uVfwy299kl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVfwy299kl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uVfwy299kl .container-fluid {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.cid-uVfwy299kl .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uVfwy299kl .mbr-section-btn-main .btn {
  width: fit-content;
  white-space: nowrap;
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uVfwy299kl .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uVfwy299kl .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uVfwy299kl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVfwy299kl .nav-link {
  opacity: 0.7;
}
.cid-uVfwy299kl .nav-link:hover,
.cid-uVfwy299kl .nav-link:focus {
  opacity: 1;
}
.cid-uVfwy299kl .icons-menu-main {
  display: flex;
}
.cid-uVfwy299kl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVfwy299kl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uVfwy299kl .text_widget {
  color: #ffffff;
}
.cid-uVfwy299kl .mbr-section-subtitle,
.cid-uVfwy299kl .text_widget,
.cid-uVfwy299kl .mbr-section-btn {
  text-align: center;
}
.cid-uVfwy299kl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVfwy299kl .nav-link,
.cid-uVfwy299kl .dropdown-item {
  color: #403100;
}
.cid-uVfwy2bC4X {
  background-image: url("../../../assets/images/photo-1511511450040-677116ff389e.jpeg");
}
.cid-uVfwy2bC4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2bC4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2bC4X .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVfwy2bC4X .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2bC4X .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2bC4X .container {
  overflow: hidden;
}
.cid-uVfwy2bC4X .title-wrapper {
  margin: 0 auto;
}
.cid-uVfwy2bC4X .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uVfwy2bC4X .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uVfwy2bC4X .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVfwy2bC4X .mbr-section-title {
  color: #ffffff;
}
.cid-uVfwy2bC4X .mbr-text {
  color: #FFFFFF;
}
.cid-uVfwy2bC4X .mbr-section-title,
.cid-uVfwy2bC4X .mbr-section-btn {
  color: #000000;
}
.cid-uVfwy2bC4X .mbr-text,
.cid-uVfwy2bC4X .text-wrapper {
  color: #000000;
}
.cid-uVfwy2bXae {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVfwy2bXae .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2bXae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2bXae .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uVfwy2bXae .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2bXae .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2bXae .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVfwy2bXae .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uVfwy2bXae .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-uVfwy2bXae .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #403100;
}
@media (max-width: 992px) {
  .cid-uVfwy2bXae .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-uVfwy2bXae .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uVfwy2bXae .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-uVfwy2bXae .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uVfwy2bXae .mbr-section-title {
  color: #495DFF;
}
.cid-uVfwy2bXae .mbr-text {
  color: #403100;
}
.cid-uVfwy2bXae .mbr-section-title,
.cid-uVfwy2bXae .mbr-section-btn {
  color: #403100;
}
.cid-uVfwy2clGH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVfwy2clGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2clGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2clGH .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVfwy2clGH .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2clGH .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2clGH .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20% 0;
}
@media (max-width: 992px) {
  .cid-uVfwy2clGH .image-wrapper {
    padding: 80px 0;
    justify-content: flex-end;
  }
}
.cid-uVfwy2clGH .image-wrapper img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-uVfwy2clGH .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .cid-uVfwy2clGH .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
.cid-uVfwy2clGH .image-wrapper .image-overlay {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(60deg, #dad7cd 30%, #fbfbfa 50%);
  filter: blur(75px);
  pointer-events: none;
}
@media (min-width: 1500px) {
  .cid-uVfwy2clGH .image-wrapper .image-overlay {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1300px) {
  .cid-uVfwy2clGH .image-wrapper .image-overlay {
    width: 350px;
    height: 350px;
  }
}
.cid-uVfwy2clGH .title-wrapper {
  padding: 15% 0;
}
@media (max-width: 992px) {
  .cid-uVfwy2clGH .title-wrapper {
    padding: 32px 0 64px;
  }
}
.cid-uVfwy2clGH .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-uVfwy2clGH .date-wrapper .mbr-date {
  margin-bottom: 22px;
}
.cid-uVfwy2clGH .link-wrapper .mbr-link {
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
.cid-uVfwy2clGH .link-wrapper .mbr-link:hover {
  opacity: 0.5;
}
.cid-uVfwy2clGH .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uVfwy2clGH .mbr-section-title {
  color: #403100;
}
.cid-uVfwy2clGH .mbr-link {
  color: #495DFF;
}
.cid-uVfwy2clGH .mbr-date {
  color: #403100;
}
.cid-uVfwy2clGH .mbr-link,
.cid-uVfwy2clGH .mbr-section-btn {
  color: #403100;
}
.cid-uVfwy2coDm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVfwy2coDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2coDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2coDm .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVfwy2coDm .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2coDm .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2coDm .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uVfwy2coDm .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVfwy2coDm .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVfwy2coDm .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #403100;
}
.cid-uVfwy2coDm .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uVfwy2coDm .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f1ead2;
  opacity: 0.3;
}
.cid-uVfwy2coDm .mbr-section-title {
  color: #495DFF;
}
.cid-uVfwy2coDm .mbr-text {
  color: #495DFF;
}
.cid-uVfwy2coDm .mbr-section-title,
.cid-uVfwy2coDm .list-wrapper {
  color: #403100;
}
.cid-uVfwy2coDm .mbr-text,
.cid-uVfwy2coDm .text-wrapper {
  color: #403100;
}
.cid-uVfwy2dcZn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dad7cd;
}
.cid-uVfwy2dcZn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2dcZn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2dcZn .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uVfwy2dcZn .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2dcZn .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2dcZn .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uVfwy2dcZn .title-wrapper {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .cid-uVfwy2dcZn .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVfwy2dcZn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVfwy2dcZn .nav.nav-tabs {
  display: block;
  border: none;
}
.cid-uVfwy2dcZn .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-uVfwy2dcZn .nav.nav-tabs .nav-item .nav-link span {
  position: absolute;
  left: 0;
  font-size: 20%;
}
.cid-uVfwy2dcZn .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  opacity: 1;
}
.cid-uVfwy2dcZn .tab-content {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uVfwy2dcZn .tab-content {
    padding: 0;
  }
}
.cid-uVfwy2dcZn .tab-content .tab-pane {
  padding-top: 22px;
}
.cid-uVfwy2dcZn .tab-content .tab-pane .mbr-desc {
  margin-bottom: 22px;
}
.cid-uVfwy2dcZn .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uVfwy2dcZn .tab-content .tab-pane img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
  margin: 32px auto 0;
}
@media (min-width: 1500px) {
  .cid-uVfwy2dcZn .tab-content .tab-pane img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-uVfwy2dcZn .tab-content .tab-pane img {
    width: 290px;
    height: 290px;
  }
}
@media (max-width: 768px) {
  .cid-uVfwy2dcZn .tab-content .tab-pane img {
    width: 250px;
    height: 250px;
  }
}
.cid-uVfwy2dcZn .mbr-section-title {
  color: #ffffff;
}
.cid-uVfwy2dcZn .mbr-number {
  color: #ffffff;
}
.cid-uVfwy2dcZn .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uVfwy2dcZn .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVfwy2dcZn .mbr-section-title,
.cid-uVfwy2dcZn .nav-item {
  color: #000000;
}
.cid-uVfwy2es88 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVfwy2es88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2es88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2es88 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uVfwy2es88 .container-fluid {
    padding: 0 12px;
  }
}
.cid-uVfwy2es88 .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2es88 .row {
  justify-content: center;
}
.cid-uVfwy2es88 .card {
  padding: 0 22px;
  border-radius: 0;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVfwy2es88 .card {
    padding: 0 16px;
  }
}
.cid-uVfwy2es88 .card:last-child {
  background-color: #dad7cd;
  justify-content: center;
  padding: 22px;
}
@media (max-width: 992px) {
  .cid-uVfwy2es88 .card:last-child {
    padding: 0 16px;
  }
}
.cid-uVfwy2es88 .title-wrapper {
  padding-top: 25%;
  padding-right: 26px;
}
@media (max-width: 992px) {
  .cid-uVfwy2es88 .title-wrapper {
    padding: 0;
  }
}
.cid-uVfwy2es88 .title-wrapper .mbr-section-title {
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .cid-uVfwy2es88 .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uVfwy2es88 .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .cid-uVfwy2es88 .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-uVfwy2es88 .title-wrapper .text-wrapper .mbr-text {
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVfwy2es88 .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uVfwy2es88 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVfwy2es88 .card-wrapper {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-flex: none;
  padding: 42px 0;
}
@media (max-width: 992px) {
  .cid-uVfwy2es88 .card-wrapper {
    padding: 36px 0;
    border: none;
  }
}
.cid-uVfwy2es88 .card-wrapper .card-title {
  margin-bottom: 24px;
}
.cid-uVfwy2es88 .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-uVfwy2es88 .card-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uVfwy2es88 .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
  text-decoration: underline;
}
.cid-uVfwy2es88 .mbr-section-title {
  color: #403100;
}
.cid-uVfwy2es88 .mbr-text {
  color: #495DFF;
}
.cid-uVfwy2es88 .card-title {
  color: #000000;
}
.cid-uVfwy2es88 .card-text {
  color: #000000;
}
.cid-uVfwy2es88 .list {
  color: #000000;
}
.cid-uVfwy2emWn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVfwy2emWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2emWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2emWn .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uVfwy2emWn .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2emWn .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2emWn .row {
  justify-content: center;
}
.cid-uVfwy2emWn .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVfwy2emWn .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uVfwy2emWn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVfwy2emWn .item {
  margin-bottom: 64px;
}
.cid-uVfwy2emWn .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1190px) {
  .cid-uVfwy2emWn .item .item-wrapper {
    display: block;
  }
}
.cid-uVfwy2emWn .item .item-wrapper .item-img {
  margin-right: 46px;
}
@media (max-width: 1190px) {
  .cid-uVfwy2emWn .item .item-wrapper .item-img {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uVfwy2emWn .item .item-wrapper .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1190px) {
  .cid-uVfwy2emWn .item .item-wrapper .item-img img {
    margin: 0 auto;
  }
}
.cid-uVfwy2emWn .item .item-wrapper .item-content .mbr-title {
  margin-bottom: 22px;
}
.cid-uVfwy2emWn .item .item-wrapper .item-content .mbr-text {
  margin: 0;
}
.cid-uVfwy2emWn .mbr-section-title {
  color: #403100;
}
.cid-uVfwy2emWn .mbr-title {
  color: #403100;
}
.cid-uVfwy2emWn .mbr-text {
  color: #403100;
}
.cid-uVfwy2fuqM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dad7cd;
}
.cid-uVfwy2fuqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2fuqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2fuqM .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uVfwy2fuqM .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2fuqM .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2fuqM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVfwy2fuqM .card:first-child .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-uVfwy2fuqM .desc-wrapper {
  padding: 22px 0;
}
@media (max-width: 992px) {
  .cid-uVfwy2fuqM .desc-wrapper {
    margin-bottom: 22px;
    padding: 0;
  }
}
.cid-uVfwy2fuqM .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVfwy2fuqM .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uVfwy2f75S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVfwy2f75S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2f75S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2f75S .container-fluid {
  padding: 0 38px 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVfwy2f75S .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2f75S .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2f75S .card {
  border-radius: 0;
  background-color: #dad7cd;
}
.cid-uVfwy2f75S .card .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uVfwy2f75S .card .image-wrapper {
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uVfwy2f75S .card .image-wrapper {
    padding: 32px 0;
  }
}
.cid-uVfwy2f75S .card .image-wrapper img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uVfwy2f75S .card .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uVfwy2f75S .card .title-wrapper {
  padding: 115px 32px;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uVfwy2f75S .card .title-wrapper {
    padding: 115px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uVfwy2f75S .card .title-wrapper {
    padding: 16px;
  }
}
.cid-uVfwy2f75S .card .title-wrapper .mbr-section-subtitle {
  margin-bottom: 115px;
}
@media (max-width: 992px) {
  .cid-uVfwy2f75S .card .title-wrapper .mbr-section-subtitle {
    margin-bottom: 64px;
  }
}
.cid-uVfwy2f75S .card .title-wrapper .title .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVfwy2f75S .card .title-wrapper .title .mbr-text {
  margin: 22px 0 0;
}
.cid-uVfwy2f75S .mbr-section-subtitle {
  color: #000000;
}
.cid-uVfwy2f75S .mbr-section-title {
  color: #000000;
}
.cid-uVfwy2f75S .mbr-text {
  color: #000000;
}
.cid-uVfwy2gqFT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dad7cd;
}
.cid-uVfwy2gqFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2gqFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2gqFT .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVfwy2gqFT .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2gqFT .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2gqFT .container {
  overflow: hidden;
}
.cid-uVfwy2gqFT .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uVfwy2gqFT .title-wrapper {
    padding-right: 0;
  }
}
.cid-uVfwy2gqFT .title-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVfwy2gqFT .title-wrapper .mbr-text {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .cid-uVfwy2gqFT .title-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-uVfwy2gqFT .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uVfwy2gqFT .title-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uVfwy2gqFT .mbr-text {
  color: #000000;
}
.cid-uVfwy2gqFT .mbr-desc {
  color: #000000;
}
.cid-uVfwy2gqFT .mbr-name {
  color: #000000;
}
.cid-uVfwy2g2nh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dad7cd;
}
.cid-uVfwy2g2nh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2g2nh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2g2nh .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uVfwy2g2nh .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2g2nh .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2g2nh .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVfwy2g2nh .title-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uVfwy2g2nh .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uVfwy2g2nh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVfwy2g2nh .title-wrapper .link-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uVfwy2g2nh .title-wrapper .link-wrapper .link {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.cid-uVfwy2g2nh .title-wrapper .link-wrapper .link:hover {
  opacity: 0.5;
}
.cid-uVfwy2g2nh .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-uVfwy2g2nh .title-wrapper .link-wrapper .link .mbr-link {
  margin: 0;
  text-decoration: underline;
}
.cid-uVfwy2g2nh .text {
  display: flex;
  justify-content: flex-end;
}
.cid-uVfwy2g2nh .text .text-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 32px;
}
@media (min-width: 1500px) {
  .cid-uVfwy2g2nh .text .text-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uVfwy2g2nh .text .text-wrapper img {
    margin: 0 auto 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVfwy2g2nh .text .text-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uVfwy2g2nh .text .text-wrapper .mbr-text {
  width: 350px;
  margin-bottom: 0;
}
@media (min-width: 1500px) {
  .cid-uVfwy2g2nh .text .text-wrapper .mbr-text {
    width: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uVfwy2g2nh .text .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVfwy2g2nh .mbr-section-title {
  color: #000000;
}
.cid-uVfwy2g2nh .mbr-number {
  color: #495DFF;
}
.cid-uVfwy2g2nh .mbr-link {
  color: #ffffff;
}
.cid-uVfwy2g2nh .mbr-text {
  color: #000000;
}
.cid-uVfwy2g2nh .mbr-number,
.cid-uVfwy2g2nh .link-wrapper {
  color: #DAD7CD;
}
.cid-uVfwy2g2nh .mbr-link,
.cid-uVfwy2g2nh .link-wrapper {
  color: #000000;
}
.cid-uVfwy2h0je {
  background-image: url("../../../assets/images/photo-1666358069501-a12536762bf0.jpeg");
}
.cid-uVfwy2h0je .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2h0je .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2h0je .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVfwy2h0je .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2h0je .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2h0je .container {
  overflow: hidden;
}
.cid-uVfwy2h0je .row {
  justify-content: center;
}
.cid-uVfwy2h0je .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVfwy2h0je .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-uVfwy2hF4i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVfwy2hF4i .item:focus,
.cid-uVfwy2hF4i span:focus {
  outline: none;
}
.cid-uVfwy2hF4i .item {
  cursor: pointer;
}
.cid-uVfwy2hF4i .grid-container {
  grid-row-gap: 42px;
}
@media (max-width: 767px) {
  .cid-uVfwy2hF4i .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uVfwy2hF4i .grid-container-1,
.cid-uVfwy2hF4i .grid-container-2,
.cid-uVfwy2hF4i .grid-container-3 {
  gap: 0 42px;
}
@media (max-width: 767px) {
  .cid-uVfwy2hF4i .grid-container-1,
  .cid-uVfwy2hF4i .grid-container-2,
  .cid-uVfwy2hF4i .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uVfwy2hF4i .mbr-section-title {
  margin-bottom: 80px;
  text-align: center;
  color: #495DFF;
}
.cid-uVfwy2hF4i .mbr-section-title .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-uVfwy2hF4i .content-head {
  max-width: 800px;
}
.cid-uVfwy2hF4i .container,
.cid-uVfwy2hF4i .container-fluid {
  overflow: hidden;
}
.cid-uVfwy2hF4i .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uVfwy2hF4i .grid-item {
  position: relative;
  min-width: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uVfwy2hF4i .grid-item {
    min-width: 35vw;
  }
}
.cid-uVfwy2hF4i .grid-item::before {
  content: '';
  width: 500px;
  height: 500px;
  position: absolute;
  background-color: #dad7cd;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0.3;
}
@media (max-width: 1500px) {
  .cid-uVfwy2hF4i .grid-item::before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-uVfwy2hF4i .grid-item::before {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uVfwy2hF4i .grid-item::before {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 500px) {
  .cid-uVfwy2hF4i .grid-item::before {
    width: 130px;
    height: 130px;
  }
}
.cid-uVfwy2hF4i .grid-item img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1500px) {
  .cid-uVfwy2hF4i .grid-item img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-uVfwy2hF4i .grid-item img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uVfwy2hF4i .grid-item img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 500px) {
  .cid-uVfwy2hF4i .grid-item img {
    width: 130px;
    height: 130px;
  }
}
.cid-uVfwy2hF4i .grid-container-1,
.cid-uVfwy2hF4i .grid-container-2,
.cid-uVfwy2hF4i .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uVfwy2hF4i .grid-container-1 {
  align-items: flex-end;
}
.cid-uVfwy2hF4i .grid-container-2 {
  align-items: flex-start;
}
.cid-uVfwy2h2Ql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dad7cd;
}
.cid-uVfwy2h2Ql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2h2Ql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2h2Ql .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uVfwy2h2Ql .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2h2Ql .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2h2Ql .row {
  justify-content: center;
}
.cid-uVfwy2h2Ql .item .item-wrapper .card-box {
  display: flex;
  justify-content: center;
  margin: 128px 0;
}
@media (max-width: 992px) {
  .cid-uVfwy2h2Ql .item .item-wrapper .card-box {
    margin: 64px 0;
  }
}
@media (max-width: 768px) {
  .cid-uVfwy2h2Ql .item .item-wrapper .card-box {
    margin: 48px 0;
  }
}
@media (max-width: 425px) {
  .cid-uVfwy2h2Ql .item .item-wrapper .card-box {
    margin: 16px 0;
  }
}
.cid-uVfwy2h2Ql .item .item-wrapper .card-box a:hover .mbr-section-title {
  opacity: 0.5;
}
.cid-uVfwy2h2Ql .item .item-wrapper .card-box a .mbr-section-title {
  position: relative;
  margin-bottom: 22px;
  padding-left: 32px;
  transition: all 0.3s ease;
}
.cid-uVfwy2h2Ql .item .item-wrapper .card-box a .mbr-text {
  margin-bottom: 0;
}
.cid-uVfwy2h2Ql .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVfwy2h2Ql .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVfwy2i38Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVfwy2i38Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2i38Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2i38Q .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uVfwy2i38Q .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2i38Q .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2i38Q .panel-group .card {
  border-radius: 0;
}
.cid-uVfwy2i38Q .panel-group .card .card-header {
  padding: 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uVfwy2i38Q .panel-group .card .card-header .panel-title {
  display: block;
  position: relative;
  padding: 22px 0;
}
.cid-uVfwy2i38Q .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #403100;
  opacity: 0.3;
}
.cid-uVfwy2i38Q .panel-group .card .card-header .panel-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #403100;
  transition: all 0.5s ease;
}
.cid-uVfwy2i38Q .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVfwy2i38Q .panel-group .card .card-header .panel-title:not(.collapsed)::after {
  width: 100%;
}
.cid-uVfwy2i38Q .panel-group .card .card-header .panel-title:hover::after {
  width: 100%;
}
.cid-uVfwy2i38Q .panel-group .card .panel-collapse .panel-body {
  padding: 38px 0 16px;
}
.cid-uVfwy2i38Q .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVfwy2i38Q .panel-title-edit {
  color: #403100;
}
.cid-uVfwy2i38Q .panel-text {
  color: #403100;
}
.cid-uVfwy2jOd3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVfwy2jOd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2jOd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2jOd3 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uVfwy2jOd3 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2jOd3 .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2jOd3 .card .title-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVfwy2jOd3 .card .title-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-uVfwy2jOd3 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVfwy2jOd3 .card .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uVfwy2jOd3 .card .text-wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 100%;
}
.cid-uVfwy2jOd3 .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVfwy2jOd3 .card .text-wrapper {
    display: none;
  }
}
.cid-uVfwy2jOd3 .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-uVfwy2jOd3 .card .icon-wrapper {
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cid-uVfwy2jOd3 .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: #dad7cd;
  border-radius: 100%;
}
.cid-uVfwy2jOd3 .mbr-section-title {
  color: #403100;
}
.cid-uVfwy2jOd3 .mbr-text {
  color: #403100;
}
.cid-uVfwy2j1e3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dad7cd;
}
.cid-uVfwy2j1e3 .item:focus,
.cid-uVfwy2j1e3 span:focus {
  outline: none;
}
.cid-uVfwy2j1e3 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uVfwy2j1e3 .content-head {
  max-width: 800px;
}
.cid-uVfwy2j1e3 .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uVfwy2j1e3 .item {
    min-height: 45px;
  }
}
.cid-uVfwy2jtcl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVfwy2jtcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2jtcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2jtcl .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVfwy2jtcl .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2jtcl .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2jtcl .container {
  overflow: hidden;
}
.cid-uVfwy2jtcl .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-uVfwy2jtcl .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-uVfwy2jtcl .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-uVfwy2jtcl .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-uVfwy2jtcl .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-uVfwy2jtcl .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-uVfwy2jtcl .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-uVfwy2jtcl .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uVfwy2jtcl .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-uVfwy2jtcl .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-uVfwy2k4W0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVfwy2k4W0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2k4W0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2k4W0 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVfwy2k4W0 .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2k4W0 .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2k4W0 .container {
  overflow: hidden;
}
.cid-uVfwy2k4W0 .title-wrapper {
  margin-bottom: 102px;
}
@media (max-width: 992px) {
  .cid-uVfwy2k4W0 .title-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uVfwy2k4W0 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVfwy2k4W0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVfwy2k4W0 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVfwy2k4W0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVfwy2k4W0 .cards-wrapper {
  display: inline-grid;
  grid-template-columns: repeat(3, 190px);
  grid-column-gap: 24px;
  grid-row-gap: 64px;
}
@media (max-width: 768px) {
  .cid-uVfwy2k4W0 .cards-wrapper {
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }
}
.cid-uVfwy2k4W0 .cards-wrapper .card .mbr-number {
  margin-bottom: 4px;
}
.cid-uVfwy2k4W0 .cards-wrapper .card .mbr-title {
  margin-bottom: 4px;
}
.cid-uVfwy2k4W0 .cards-wrapper .card .mbr-desc {
  margin-bottom: 0;
}
.cid-uVfwy2k4W0 .mbr-section-title {
  color: #495DFF;
}
.cid-uVfwy2k4W0 .mbr-text {
  color: #403100;
}
.cid-uVfwy2k4W0 .mbr-number {
  color: #403100;
}
.cid-uVfwy2k4W0 .mbr-title {
  color: #403100;
}
.cid-uVfwy2k4W0 .mbr-desc {
  color: #495DFF;
}
.cid-uVfwy2k4W0 .mbr-section-title,
.cid-uVfwy2k4W0 .cards {
  color: #403100;
}
.cid-uVfwy2kS8a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dad7cd;
}
.cid-uVfwy2kS8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2kS8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2kS8a .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVfwy2kS8a .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2kS8a .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2kS8a .subtitle-wrapper .mbr-section-subtitle {
  padding: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVfwy2kS8a .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 64px;
  }
}
.cid-uVfwy2kS8a .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uVfwy2kS8a .image-wrapper {
    padding: 0;
  }
}
.cid-uVfwy2kS8a .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVfwy2kS8a .image-wrapper img {
    height: 300px;
  }
}
.cid-uVfwy2kS8a .title {
  display: inline-flex;
  align-items: center;
}
.cid-uVfwy2kS8a .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-uVfwy2kS8a .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uVfwy2kS8a .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVfwy2kS8a .mbr-section-subtitle {
  color: #000000;
}
.cid-uVfwy2kS8a .mbr-number {
  color: #DAD7CD;
}
.cid-uVfwy2kS8a .mbr-section-title {
  color: #ffffff;
}
.cid-uVfwy2kS8a .mbr-text {
  color: #000000;
}
.cid-uVfwy2kS8a .mbr-section-title,
.cid-uVfwy2kS8a .number-wrapper {
  color: #000000;
}
.cid-uVfwy2lPOF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dad7cd;
}
.cid-uVfwy2lPOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2lPOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2lPOF .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uVfwy2lPOF .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2lPOF .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2lPOF .card-wrap {
  margin-bottom: 100px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uVfwy2lPOF .card-wrap {
    opacity: 1;
    margin-bottom: 40px;
  }
}
.cid-uVfwy2lPOF .card-wrap:hover,
.cid-uVfwy2lPOF .card-wrap:focus {
  opacity: 1;
}
.cid-uVfwy2lPOF .card-wrap:hover .icon-wrapper .mbr-iconfont,
.cid-uVfwy2lPOF .card-wrap:focus .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uVfwy2lPOF .text-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-uVfwy2lPOF .text-wrapper {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uVfwy2lPOF .text-wrapper {
    padding-right: 60px;
  }
}
.cid-uVfwy2lPOF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVfwy2lPOF .title-wrap {
  display: flex;
  align-items: center;
}
.cid-uVfwy2lPOF .title-wrap .title-wrapper {
  width: 100%;
}
.cid-uVfwy2lPOF .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  position: relative;
}
.cid-uVfwy2lPOF .title-wrap .title-wrapper .mbr-section-title span {
  display: none;
}
@media (max-width: 992px) {
  .cid-uVfwy2lPOF .title-wrap .title-wrapper .mbr-section-title span {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: -1.2rem;
    font-size: 35%;
  }
}
.cid-uVfwy2lPOF .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVfwy2lPOF .icon-wrapper {
    display: none;
  }
}
.cid-uVfwy2lPOF .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  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-uVfwy2lPOF .mbr-section-title,
.cid-uVfwy2lPOF .mbr-iconfont {
  color: #ffffff;
}
.cid-uVfwy2lPOF .mbr-text {
  color: #000000;
}
.cid-uVfwy2lPOF .mbr-section-title,
.cid-uVfwy2lPOF .mbr-iconfont,
.cid-uVfwy2lPOF .mbr-number {
  color: #000000;
}
.cid-uVfwy2lPOF .mbr-section-title,
.cid-uVfwy2lPOF .mbr-iconfont,
.cid-uVfwy2lPOF .mbr-number {
  color: #000000;
}
.cid-uVfwy2mRsI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  background-color: transparent;
}
.cid-uVfwy2mRsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2mRsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2mRsI .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uVfwy2mRsI .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2mRsI .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2mRsI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 710px;
  max-width: 710px;
}
@media (max-width: 768px) {
  .cid-uVfwy2mRsI .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVfwy2mRsI .embla__slide .card-wrap {
  width: 100%;
}
.cid-uVfwy2mRsI .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 80px;
  background-color: #dad7cd;
}
@media (max-width: 992px) {
  .cid-uVfwy2mRsI .embla__slide .card-wrap .item-wrapper .image-wrap {
    padding: 20px;
  }
}
.cid-uVfwy2mRsI .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1500px) {
  .cid-uVfwy2mRsI .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-uVfwy2mRsI .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uVfwy2mRsI .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 500px) {
  .cid-uVfwy2mRsI .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 130px;
    height: 130px;
  }
}
.cid-uVfwy2mRsI .embla__button--next,
.cid-uVfwy2mRsI .embla__button--prev {
  display: flex;
}
.cid-uVfwy2mRsI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #16cdf2;
  border: 2px solid #a3b18a;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uVfwy2mRsI .embla__button {
    display: none;
  }
}
.cid-uVfwy2mRsI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVfwy2mRsI .embla__button:hover {
  background: transparent;
  color: #16cdf2;
  opacity: 0.5;
}
.cid-uVfwy2mRsI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVfwy2mRsI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVfwy2mRsI .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uVfwy2mRsI .embla {
  position: relative;
  width: 100%;
}
.cid-uVfwy2mRsI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVfwy2mRsI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVfwy2mRsI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVfwy2mRsI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVfwy2m5HQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2m5HQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uVfwy2m5HQ .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVfwy2m5HQ .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2m5HQ .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2m5HQ .container {
  overflow: hidden;
}
.cid-uVfwy2m5HQ .row {
  justify-content: center;
}
.cid-uVfwy2m5HQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVfwy2m5HQ .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-uVfwy2nmCm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVfwy2nmCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2nmCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2nmCm .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uVfwy2nmCm .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2nmCm .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2nmCm .row {
  justify-content: center;
}
.cid-uVfwy2nmCm .title-wrapper {
  padding-top: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVfwy2nmCm .title-wrapper {
    margin-bottom: 64px;
  }
}
.cid-uVfwy2nmCm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVfwy2nmCm .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVfwy2nmCm .item {
    margin-bottom: 64px;
  }
}
.cid-uVfwy2nmCm .item .item-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-uVfwy2nmCm .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uVfwy2nmCm .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-uVfwy2nmCm .item .item-wrapper .item-img img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-uVfwy2nmCm .item .item-wrapper .item-img img {
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 768px) {
  .cid-uVfwy2nmCm .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
    margin-bottom: 16px;
  }
}
.cid-uVfwy2nmCm .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 16px;
}
.cid-uVfwy2nmCm .item .item-wrapper .item-content .mbr-title {
  margin-bottom: 16px;
}
.cid-uVfwy2nmCm .item .item-wrapper .item-content .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVfwy2nmCm .mbr-desc {
  color: #403100;
}
.cid-uVfwy2nmCm .mbr-price {
  color: #403100;
}
.cid-uVfwy2nmCm .mbr-section-title {
  color: #403100;
}
.cid-uVfwy2nmCm .mbr-title {
  color: #495DFF;
}
.cid-uVfwy2nmCm .mbr-title,
.cid-uVfwy2nmCm .mbr-section-btn {
  color: #403100;
}
.cid-uVfwy2nFyx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVfwy2nFyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2nFyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2nFyx .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVfwy2nFyx .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2nFyx .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2nFyx .container {
  overflow: hidden;
}
.cid-uVfwy2nFyx .row {
  justify-content: center;
}
.cid-uVfwy2nFyx .title-wrapper {
  margin-bottom: 80px;
}
.cid-uVfwy2nFyx .title-wrapper .mbr-section-title {
  padding-top: 22px;
  margin-bottom: 0;
}
.cid-uVfwy2nFyx .video-block {
  width: 62%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uVfwy2nFyx .video-block {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .cid-uVfwy2nFyx .video-block {
    width: 100%;
  }
}
.cid-uVfwy2nFyx .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVfwy2nFyx .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uVfwy2nFyx .app-video-wrapper::before {
  color: #dad7cd;
  text-shadow: none;
}
.cid-uVfwy2nFyx .mbr-section-title {
  color: #403100;
}
.cid-uVfwy2ok9H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVfwy2ok9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2ok9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2ok9H .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uVfwy2ok9H .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2ok9H .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2ok9H .row {
  justify-content: center;
}
.cid-uVfwy2ok9H .title-wrapper {
  padding-top: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVfwy2ok9H .title-wrapper {
    margin-bottom: 64px;
  }
}
.cid-uVfwy2ok9H .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVfwy2ok9H .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVfwy2ok9H .item {
    margin-bottom: 64px;
  }
}
.cid-uVfwy2ok9H .item .item-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-uVfwy2ok9H .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-uVfwy2ok9H .item .item-wrapper .item-img img {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1500px) {
  .cid-uVfwy2ok9H .item .item-wrapper .item-img img {
    width: 330px;
    height: 330px;
  }
}
@media (min-width: 1800px) {
  .cid-uVfwy2ok9H .item .item-wrapper .item-img img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-uVfwy2ok9H .item .item-wrapper .item-img img {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .cid-uVfwy2ok9H .item .item-wrapper .item-img img {
    margin-bottom: 16px;
  }
}
.cid-uVfwy2ok9H .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 4px;
}
.cid-uVfwy2ok9H .item .item-wrapper .item-content a {
  display: block;
  transition: all 0.3s ease;
}
.cid-uVfwy2ok9H .item .item-wrapper .item-content a:hover {
  opacity: 0.5;
}
.cid-uVfwy2ok9H .item .item-wrapper .item-content a .mbr-link {
  margin-bottom: 0;
}
.cid-uVfwy2ok9H .mbr-section-title {
  color: #403100;
}
.cid-uVfwy2ok9H .mbr-number {
  color: #495DFF;
}
.cid-uVfwy2ok9H .mbr-name {
  color: #403100;
}
.cid-uVfwy2ok9H .mbr-link {
  color: #403100;
}
.cid-uVfwy2ok9H .mbr-number,
.cid-uVfwy2ok9H .item-img {
  color: #403100;
}
.cid-uVfwy2oSJs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dad7cd;
}
.cid-uVfwy2oSJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2oSJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2oSJs .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uVfwy2oSJs .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2oSJs .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2oSJs .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVfwy2oSJs .item {
    margin-bottom: 80px;
  }
}
.cid-uVfwy2oSJs .item .item-wrapper {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.cid-uVfwy2oSJs .item .item-wrapper .card-box {
  padding: 0 22px;
}
@media (max-width: 768px) {
  .cid-uVfwy2oSJs .item .item-wrapper .card-box {
    padding: 0;
  }
}
.cid-uVfwy2oSJs .item .item-wrapper .card-box .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVfwy2oSJs .item .item-wrapper .card-box .mbr-price {
  margin: 0 auto 42px;
}
.cid-uVfwy2oSJs .item .item-wrapper .card-box .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uVfwy2oSJs .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 32px;
}
.cid-uVfwy2oSJs .item .item-wrapper .mbr-section-btn {
  padding: 0 22px;
}
@media (max-width: 768px) {
  .cid-uVfwy2oSJs .item .item-wrapper .mbr-section-btn {
    padding: 0;
  }
}
.cid-uVfwy2oSJs .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uVfwy2oSJs .mbr-price {
  color: #000000;
  text-align: center;
}
.cid-uVfwy2oSJs .mbr-section-title {
  color: #ffffff;
}
.cid-uVfwy2oSJs .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVfwy2oSJs .mbr-section-title,
.cid-uVfwy2oSJs .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVfwy2pYCx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #dad7cd;
}
.cid-uVfwy2pYCx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2pYCx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2pYCx .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uVfwy2pYCx .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2pYCx .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2pYCx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .cid-uVfwy2pYCx .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uVfwy2pYCx .embla__slide .card-wrap .item-wrapper .image-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVfwy2pYCx .embla__slide .card-wrap .item-wrapper .image-wrap .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #dad7cd;
  opacity: 0.5;
}
.cid-uVfwy2pYCx .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-uVfwy2pYCx .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 568px) {
  .cid-uVfwy2pYCx .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uVfwy2pYCx .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 180px;
    height: 180px;
  }
}
.cid-uVfwy2pYCx .embla__slide .card-wrap .content-wrap {
  max-width: 66%;
  margin: -7rem auto 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uVfwy2pYCx .embla__slide .card-wrap .content-wrap {
    margin: -7rem 0 0;
    max-width: 100%;
  }
}
.cid-uVfwy2pYCx .embla__slide .card-wrap .content-wrap .mbr-number {
  margin-bottom: 16px;
}
.cid-uVfwy2pYCx .embla__slide .card-wrap .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVfwy2pYCx .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uVfwy2pYCx .embla__button--next,
.cid-uVfwy2pYCx .embla__button--prev {
  display: flex;
}
.cid-uVfwy2pYCx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #16cdf2;
  border: 2px solid #16cdf2;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uVfwy2pYCx .embla__button {
    display: none;
  }
}
.cid-uVfwy2pYCx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVfwy2pYCx .embla__button:hover {
  background: transparent;
  color: #16cdf2;
  opacity: 0.5;
}
.cid-uVfwy2pYCx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVfwy2pYCx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVfwy2pYCx .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uVfwy2pYCx .embla {
  position: relative;
  width: 100%;
  padding: 110px 0;
}
.cid-uVfwy2pYCx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVfwy2pYCx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVfwy2pYCx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVfwy2pYCx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVfwy2pYCx .mbr-desc {
  padding: 20px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uVfwy2pYCx .mbr-desc {
    padding: 0 16px;
  }
}
.cid-uVfwy2pYCx .mbr-number {
  color: #000000;
}
.cid-uVfwy2pYCx .mbr-section-title {
  color: #ffffff;
}
.cid-uVfwy2pYCx .mbr-text {
  color: #000000;
}
.cid-uVfwy2pYCx .mbr-section-title,
.cid-uVfwy2pYCx .mbr-section-btn {
  color: #000000;
}
.cid-uVfwy2rgSY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dad7cd;
}
.cid-uVfwy2rgSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2rgSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2rgSY .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVfwy2rgSY .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2rgSY .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2rgSY .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uVfwy2rgSY .title-wrapper .mbr-text {
  margin-bottom: 64px;
}
.cid-uVfwy2rgSY .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  color: #000000;
}
.cid-uVfwy2rgSY .list .item-wrap {
  display: inline;
  padding: 16px 0;
  position: relative;
  width: fit-content;
}
.cid-uVfwy2rgSY .list .item-wrap:hover::before,
.cid-uVfwy2rgSY .list .item-wrap:focus::before {
  opacity: 1;
}
.cid-uVfwy2rgSY .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-uVfwy2rgSY .mbr-section-title {
  color: #495DFF;
}
.cid-uVfwy2rgSY .mbr-text {
  color: #495DFF;
}
.cid-uVfwy2rgSY .mbr-section-title,
.cid-uVfwy2rgSY .list-wrapper {
  color: #000000;
}
.cid-uVfwy2rBFQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f2f4;
  background-color: transparent;
}
.cid-uVfwy2rBFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVfwy2rBFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVfwy2rBFQ .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVfwy2rBFQ .container-fluid {
    padding: 0 16px;
  }
}
.cid-uVfwy2rBFQ .container-fluid .row {
  padding: 0;
}
.cid-uVfwy2rBFQ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVfwy2rBFQ .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #495DFF;
}
.cid-uVfwy2rBFQ .list .item-wrap {
  padding: 12px 0;
  transition: all 0.3s ease;
}
.cid-uVfwy2rBFQ .list .item-wrap:hover {
  opacity: 0.5;
}
.cid-uVfwy2rBFQ .mbr-section-btn {
  width: 100%;
}
.cid-uVfwy2rBFQ .mbr-section-btn .btn {
  width: 100%;
}
.cid-uVfwy2rBFQ .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #403100;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVfwy2rBFQ .copyright {
    padding: 32px 0;
  }
}
.cid-uVfwy2rBFQ .mbr-section-title {
  color: #495DFF;
}
