body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.2rem;
  line-height: .89;
  letter-spacing: -0.05em;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.06em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  line-height: 1.56;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.53;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 200px;
}
.bg-primary {
  background-color: #454545 !important;
}
.bg-success {
  background-color: #656460 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #838b9c !important;
}
.bg-danger {
  background-color: #454545 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #454545 !important;
  border-color: #454545 !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: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #454545 !important;
  border-color: #454545 !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: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #656460 !important;
  border-color: #656460 !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: #393836 !important;
  border-color: #393836 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #393836 !important;
  border-color: #393836 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #838b9c !important;
  border-color: #838b9c !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: #59606f !important;
  border-color: #59606f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #59606f !important;
  border-color: #59606f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #454545 !important;
  border-color: #454545 !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: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !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: #454545;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1a1a1a !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: #454545 !important;
  border-color: #454545 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #454545;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1a1a1a !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: #454545 !important;
  border-color: #454545 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #656460;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #393836 !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: #656460 !important;
  border-color: #656460 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #838b9c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #59606f !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: #838b9c !important;
  border-color: #838b9c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #454545;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1a1a1a !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: #454545 !important;
  border-color: #454545 !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: #454545 !important;
}
.text-secondary {
  color: #454545 !important;
}
.text-success {
  color: #656460 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #838b9c !important;
}
.text-danger {
  color: #454545 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #121212 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #121212 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #31302e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #525967 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #121212 !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: #454545;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #838b9c;
}
.alert-danger {
  background-color: #454545;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #454545;
  border-color: #454545;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #454545;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b8b8b8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a5a4a0;
}
.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: #cacdd5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b8b8b8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #454545 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #454545;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #454545;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #454545;
}
.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: #454545;
  border-bottom-color: #454545;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #454545 !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: #454545 !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='%23454545' %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 {
  min-width: 148px;
  max-height: 55px;
  font-weight: 400;
  box-shadow: none;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  box-shadow: none;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #454545 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border-color: #454545;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border-color: #454545;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border-color: #656460;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border-color: #838b9c;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border-color: #454545;
}
.cid-timlJmIb8j {
  z-index: 1000;
  width: 100%;
}
.cid-timlJmIb8j .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
  position: fixed;
}
.cid-timlJmIb8j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-timlJmIb8j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-timlJmIb8j .menu_box .navbar.opened,
  .cid-timlJmIb8j .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-timlJmIb8j nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-timlJmIb8j .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-timlJmIb8j .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-timlJmIb8j .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-timlJmIb8j .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-timlJmIb8j .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-timlJmIb8j .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #454545;
  }
  .cid-timlJmIb8j .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-timlJmIb8j .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-timlJmIb8j .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-timlJmIb8j .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-timlJmIb8j .offcanvas-body .mbr-text,
  .cid-timlJmIb8j .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-timlJmIb8j .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-timlJmIb8j .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-timlJmIb8j .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #181818;
  }
  .cid-timlJmIb8j .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-timlJmIb8j .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-timlJmIb8j .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-timlJmIb8j .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-timlJmIb8j ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-timlJmIb8j .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-timlJmIb8j .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-timlJmIb8j .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-timlJmIb8j 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;
  }
  .cid-timlJmIb8j li.nav-item:hover {
    opacity: .8;
  }
  .cid-timlJmIb8j .lg_brand {
    margin: 0 1rem;
  }
}
.cid-timlJmIb8j .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-timlJmIb8j .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-timlJmIb8j .nav-item {
    margin: 0 !important;
  }
}
.cid-timlJmIb8j .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-timlJmIb8j .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-timlJmIb8j .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-timlJmIb8j .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-timlJmIb8j .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-timlJmIb8j .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-timlJmIb8j .offcanvas_box {
    display: none;
  }
}
.cid-timlJmIb8j .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-timlJmIb8j .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-timlJmIb8j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-timlJmIb8j .container {
  display: flex;
  margin: auto;
}
.cid-timlJmIb8j .iconfont-wrapper {
  color: #181818;
  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-timlJmIb8j .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-timlJmIb8j .iconfont-wrapper:hover {
  color: #454545;
}
.cid-timlJmIb8j .navbar-caption {
  color: #181818;
}
.cid-timlJmIb8j .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-timlJmIb8j .navbar-nav {
    margin: 0;
  }
}
.cid-timlJmIb8j .dropdown-menu,
.cid-timlJmIb8j .navbar.opened {
  background-color: false !important;
}
.cid-timlJmIb8j .nav-item:focus,
.cid-timlJmIb8j .nav-link:focus {
  outline: none;
}
.cid-timlJmIb8j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-timlJmIb8j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-timlJmIb8j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-timlJmIb8j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-timlJmIb8j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-timlJmIb8j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-timlJmIb8j .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-timlJmIb8j .navbar.opened {
  transition: all 0.3s;
}
.cid-timlJmIb8j .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-timlJmIb8j .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-timlJmIb8j .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-timlJmIb8j .navbar.collapsed {
  justify-content: center;
}
.cid-timlJmIb8j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-timlJmIb8j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-timlJmIb8j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-timlJmIb8j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-timlJmIb8j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-timlJmIb8j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-timlJmIb8j .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-timlJmIb8j .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-timlJmIb8j .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-timlJmIb8j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-timlJmIb8j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-timlJmIb8j .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-timlJmIb8j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-timlJmIb8j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-timlJmIb8j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-timlJmIb8j .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-timlJmIb8j .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-timlJmIb8j .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-timlJmIb8j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-timlJmIb8j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-timlJmIb8j .navbar .icons-menu {
    padding: 0;
  }
}
.cid-timlJmIb8j .navbar.navbar-short {
  min-height: 60px;
}
.cid-timlJmIb8j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-timlJmIb8j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-timlJmIb8j .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-timlJmIb8j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-timlJmIb8j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-timlJmIb8j .dropdown-item.active,
.cid-timlJmIb8j .dropdown-item:active {
  background-color: transparent;
}
.cid-timlJmIb8j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-timlJmIb8j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-timlJmIb8j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-timlJmIb8j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-timlJmIb8j ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-timlJmIb8j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-timlJmIb8j button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-timlJmIb8j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #181818;
}
.cid-timlJmIb8j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-timlJmIb8j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-timlJmIb8j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-timlJmIb8j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-timlJmIb8j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-timlJmIb8j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-timlJmIb8j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-timlJmIb8j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-timlJmIb8j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-timlJmIb8j .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-timlJmIb8j .navbar {
    height: 70px;
  }
  .cid-timlJmIb8j .navbar.opened {
    height: auto;
  }
  .cid-timlJmIb8j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-timlJmIb8j .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-timlJmIb8j .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-timlJmIb8j .navbar-caption:hover {
  color: #454545;
}
.cid-timlJmIb8j .mbr-section-subtitle {
  color: #ffffff;
}
.cid-timlJmIb8j .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-timlJmIb8j .text_widget {
  color: #ffffff;
}
.cid-timlJmIb8j .mbr-section-subtitle,
.cid-timlJmIb8j .text_widget {
  text-align: left;
}
.cid-timlJmIb8j a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uANVCNSHCJ {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zh-studio-expanded-logo-dark-1640x856.webp");
}
.cid-uANVCNSHCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANVCNSHCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uANVCNSHCJ .container {
    padding: 0 22px;
  }
}
.cid-uANVCNSHCJ .content-wrapper {
  padding-bottom: 60%;
}
.cid-uANVCNSHCJ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uANVCNSHCJ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uANVCNSHCJ .mbr-section-title {
  color: #ffffff;
}
.cid-uANVCNSHCJ .mbr-text {
  color: #ffffff;
}
.cid-timbJNUiNA {
  background-image: url("../../../assets/images/zh-studio-seating-area-2000x2000.webp");
}
.cid-timbJNUiNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-timbJNUiNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-timbJNUiNA .title-wrapper {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-timbJNUiNA .title-wrapper {
    padding: 0 12px;
  }
}
.cid-timbJNUiNA .person-container {
  margin-bottom: 64px;
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-timbJNUiNA .person-container {
    margin-bottom: 32px;
  }
}
.cid-timbJNUiNA .person-container .person-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-timbJNUiNA .person-container .person-wrapper img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-timbJNUiNA .person-container .person-wrapper .mbr-person {
  margin-bottom: 0;
}
.cid-timbJNUiNA .person-container .person-wrapper .mbr-person:hover {
  opacity: .7;
}
.cid-timbJNUiNA .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-timbJNUiNA .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-timbJNUiNA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-timbJNUiNA .title-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-timbJNUiNA .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-timbJNUiNA .links-container {
  padding: 0 1rem;
}
.cid-timbJNUiNA .links-container .links-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-timbJNUiNA .links-container .links-wrapper .mbr-links {
  margin-bottom: 0;
}
.cid-timbJNUiNA .links-container .links-wrapper .mbr-dot {
  margin: 0 10px;
}
.cid-timbJNUiNA .links-container .links-wrapper .mbr-iconfont {
  display: flex;
  width: 13px;
  font-size: 11px;
  margin-right: 5px;
}
.cid-timbJNUiNA .links-container .links-wrapper .mbr-iconfont:hover {
  opacity: .7;
}
.cid-timbJNUiNA .mbr-section-title {
  color: #181818;
}
.cid-timbJNUiNA .mbr-person {
  color: #181818;
}
.cid-timbJNUiNA .mbr-links,
.cid-timbJNUiNA .mbr-dot,
.cid-timbJNUiNA .mbr-iconfont {
  color: #181818;
}
.cid-timbJNUiNA .mbr-section-title,
.cid-timbJNUiNA .mbr-section-btn,
.cid-timbJNUiNA .person-container,
.cid-timbJNUiNA .links-container {
  text-align: center;
  color: #ffffff;
}
.cid-uANYkk0P81 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeebe4;
}
.cid-uANYkk0P81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANYkk0P81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANYkk0P81 .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uANYkk0P81 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uANYkk0P81 .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uANYkk0P81 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uANYkk0P81 .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8f8f8;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uANYkk0P81 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uANYkk0P81 .content-wrapper .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uANYkk0P81 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uANYkk0P81 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uANYkk0P81 .image-wrapper img {
    height: 350px;
  }
}
.cid-uANYkk0P81 .mbr-section-title {
  color: #454545;
}
.cid-uANYkk0P81 .mbr-desc {
  color: #b19a7c;
}
.cid-uANYkk0P81 .mbr-text {
  color: #141414;
}
.cid-uANYkk0P81 .mbr-desc,
.cid-uANYkk0P81 .desc-wrapper {
  color: #656460;
}
.cid-uFii0bI4DG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uFii0bI4DG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFii0bI4DG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFii0bI4DG .row {
  justify-content: center;
}
.cid-uFii0bI4DG .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFii0bI4DG .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFii0bI4DG .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uFii0bI4DG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFii0bI4DG .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFii0bI4DG .item {
    margin-bottom: 35px;
  }
}
.cid-uFii0bI4DG .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFii0bI4DG .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uFii0bI4DG .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eeebe4;
  color: #454545;
  font-size: 60px;
}
.cid-uFii0bI4DG .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uFii0bI4DG .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uFii0bI4DG .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-uFii0bI4DG .mbr-section-title {
  color: #000000;
}
.cid-uFii0bI4DG .mbr-text {
  color: #000000;
}
.cid-uFii0bI4DG .item-title {
  color: #000000;
}
.cid-uFii0bI4DG .item-text {
  color: #000000;
}
.cid-uACpWXuA8S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d2cec5;
}
.cid-uACpWXuA8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uACpWXuA8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uACpWXuA8S .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uACpWXuA8S .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uACpWXuA8S .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uACpWXuA8S .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uACpWXuA8S .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uACpWXuA8S .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uACpWXuA8S .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uACpWXuA8S .item {
    margin-bottom: 28px;
  }
}
.cid-uACpWXuA8S .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uACpWXuA8S .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uACpWXuA8S .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uACpWXuA8S .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uACpWXuA8S .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uACpWXuA8S .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uACpWXuA8S .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uACpWXuA8S .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uACpWXuA8S .mbr-text,
.cid-uACpWXuA8S .text-wrapper {
  color: #141414;
  text-align: center;
}
.cid-uACpWXuA8S .item-title {
  color: #ffffff;
}
.cid-uACpWXuA8S .item-title,
.cid-uACpWXuA8S .mbr-section-btn {
  color: #141414;
  text-align: center;
}
.cid-uAO4IbnZ7H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uAO4IbnZ7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAO4IbnZ7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAO4IbnZ7H .row {
  position: relative;
  z-index: 2;
}
.cid-uAO4IbnZ7H .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uAO4IbnZ7H .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uAO4IbnZ7H .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uAO4IbnZ7H .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uAO4IbnZ7H .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAO4IbnZ7H .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uAO4IbnZ7H .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uAO4IbnZ7H .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uAO4IbnZ7H .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uAO4IbnZ7H .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAO4IbnZ7H .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uAO4IbnZ7H .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAO4IbnZ7H .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAO4IbnZ7H .mbr-section-title {
  color: #212529;
}
.cid-uAO4IbnZ7H .mbr-text {
  color: #51565c;
}
.cid-uAO4IbnZ7H .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uAO59CsvIc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #656460;
}
.cid-uAO59CsvIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAO59CsvIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAO59CsvIc .row {
  position: relative;
  z-index: 2;
}
.cid-uAO59CsvIc .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
  padding-right: 0;
  padding-left: 76px;
}
@media (max-width: 992px) {
  .cid-uAO59CsvIc .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-uAO59CsvIc .image-wrapper {
    padding-left: 0;
  }
}
.cid-uAO59CsvIc .image-wrapper .image-wrap {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uAO59CsvIc .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAO59CsvIc .image-wrapper .image-wrap {
    padding-left: 0;
  }
}
.cid-uAO59CsvIc .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAO59CsvIc .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uAO59CsvIc .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uAO59CsvIc .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uAO59CsvIc .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uAO59CsvIc .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uAO59CsvIc .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uAO59CsvIc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAO59CsvIc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAO59CsvIc .mbr-section-title {
  color: #212529;
}
.cid-uAO59CsvIc .mbr-text {
  color: #51565c;
}
.cid-uAO59CsvIc .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uAO59CsvIc .mbr-text,
.cid-uAO59CsvIc .text-wrapper {
  color: #f8f8f8;
}
.cid-uBo17bWBj1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #656460;
}
.cid-uBo17bWBj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBo17bWBj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBo17bWBj1 .row {
  justify-content: center;
}
.cid-uBo17bWBj1 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uBo17bWBj1 .row {
    padding: 0 12px;
  }
}
.cid-uBo17bWBj1 .item-wrap {
  z-index: 1;
}
.cid-uBo17bWBj1 .image-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uBo17bWBj1 .image-wrapper {
    margin-bottom: 19.5px;
  }
}
.cid-uBo17bWBj1 .image-wrapper img {
  display: inline-block;
  width: 70px;
  object-fit: cover;
}
.cid-uBo17bWBj1 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uBo17bWBj1 .title-wrapper {
    margin-bottom: 19.5px;
  }
}
.cid-uBo17bWBj1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBo17bWBj1 .text-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uBo17bWBj1 .text-wrapper {
    margin-bottom: 65px;
  }
}
.cid-uBo17bWBj1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBo17bWBj1 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #454545;
}
.cid-uBo17bWBj1 .mbr-section-title {
  color: #ffffff;
}
.cid-uBo17bWBj1 .mbr-text {
  color: #ffffff;
}
.cid-uC3sukiv9O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uC3sukiv9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3sukiv9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC3sukiv9O .row {
  position: relative;
  z-index: 2;
}
.cid-uC3sukiv9O .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uC3sukiv9O .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uC3sukiv9O .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uC3sukiv9O .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uC3sukiv9O .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uC3sukiv9O .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uC3sukiv9O .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uC3sukiv9O .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uC3sukiv9O .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uC3sukiv9O .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uC3sukiv9O .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uC3sukiv9O .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uC3sukiv9O .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uC3sukiv9O .mbr-section-title {
  color: #212529;
}
.cid-uC3sukiv9O .mbr-text {
  color: #51565c;
}
.cid-uC3sukiv9O .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uC3t9TubTM {
  background-color: #ffffff;
}
.cid-uC3t9TubTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3t9TubTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC3t9TubTM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uC3t9TubTM .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC3t9TubTM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uC3t9TubTM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC3t9TubTM .container {
    padding: 0 24px;
  }
}
.cid-uC3t9TubTM .row {
  justify-content: center;
}
.cid-uC3t9TubTM .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uC3t9TubTM .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uC3t9TubTM .title-wrapper {
    padding-right: 0;
  }
}
.cid-uC3t9TubTM .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uC3t9TubTM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uC3t9TubTM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uC3t9TubTM .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uC3t9TubTM .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uC3t9TubTM .text-wrapper {
    padding-left: 0;
  }
}
.cid-uC3t9TubTM .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC3t9TubTM .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uC3t9TubTM .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uC3t9TubTM .mbr-section-title {
  color: #18212d;
}
.cid-uC3t9TubTM .mbr-desc {
  color: #18212d;
}
.cid-uC3t9TubTM .mbr-text {
  color: #000000;
}
.cid-uAOd3Lx2QF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d2cec5;
}
.cid-uAOd3Lx2QF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOd3Lx2QF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOd3Lx2QF .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uAOd3Lx2QF .mbr-section-title {
  color: #24262b;
}
.cid-uAOd3Lx2QF .mbr-section-subtitle {
  color: #24262b;
}
.cid-uAOd3Lx2QF .items-row {
  row-gap: 32px;
}
.cid-uAOd3Lx2QF .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uAOd3Lx2QF .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uAOd3Lx2QF .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uAOd3Lx2QF .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uAOd3Lx2QF .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uAOd3Lx2QF .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uAOd3Lx2QF .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uAOd3Lx2QF .mbr-item-subtitle {
  color: #24262b;
}
.cid-uAOd3Lx2QF .carousel-control,
.cid-uAOd3Lx2QF .close {
  background: #1b1b1b;
}
.cid-uAOd3Lx2QF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uAOd3Lx2QF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uAOd3Lx2QF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uAOd3Lx2QF .carousel-control-next span {
  margin-left: 5px;
}
.cid-uAOd3Lx2QF .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uAOd3Lx2QF .close::before {
  content: '\e91a';
}
.cid-uAOd3Lx2QF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uAOd3Lx2QF .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uAOd3Lx2QF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAOd3Lx2QF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAOd3Lx2QF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uAOd3Lx2QF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uAOd3Lx2QF .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uAOd3Lx2QF .carousel-indicators li.active,
.cid-uAOd3Lx2QF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uAOd3Lx2QF .carousel-indicators li::after,
.cid-uAOd3Lx2QF .carousel-indicators li::before {
  content: none;
}
.cid-uAOd3Lx2QF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uAOd3Lx2QF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uAOd3Lx2QF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAOd3Lx2QF .carousel-indicators {
    display: none;
  }
}
.cid-uAOd3Lx2QF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uAOd3Lx2QF .carousel-inner > .active {
  display: block;
}
.cid-uAOd3Lx2QF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uAOd3Lx2QF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uAOd3Lx2QF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uAOd3Lx2QF .carousel-control,
  .cid-uAOd3Lx2QF .carousel-indicators,
  .cid-uAOd3Lx2QF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uAOd3Lx2QF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uAOd3Lx2QF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uAOd3Lx2QF .carousel-indicators .active,
.cid-uAOd3Lx2QF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uAOd3Lx2QF .carousel-indicators .active {
  background: #fff;
}
.cid-uAOd3Lx2QF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uAOd3Lx2QF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uAOd3Lx2QF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uAOd3Lx2QF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uAOd3Lx2QF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uAOd3Lx2QF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uAOd3Lx2QF .carousel {
  width: 100%;
}
.cid-uAOd3Lx2QF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uAOd3Lx2QF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uAOd3Lx2QF .modal.fade .modal-dialog,
.cid-uAOd3Lx2QF .modal.in .modal-dialog {
  transform: none;
}
.cid-uAOd3Lx2QF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uAOd3Lx2QF H6 {
  text-align: center;
}
.cid-uAOdY8R7ds {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uAOdY8R7ds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOdY8R7ds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOdY8R7ds .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uAOdY8R7ds .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uAOdY8R7ds .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uAOdY8R7ds .container {
    padding: 0 16px;
  }
}
.cid-uAOdY8R7ds .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uAOdY8R7ds .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uAOdY8R7ds .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAOdY8R7ds .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAOdY8R7ds .image-wrapper img {
    height: 350px;
  }
}
.cid-uAOdY8R7ds .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uAOdY8R7ds .content-wrapper {
    margin: 0;
  }
}
.cid-uAOdY8R7ds .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uAOdY8R7ds .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uAOdY8R7ds .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #8b634b, #f27120);
}
.cid-uAOdY8R7ds .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uAOdY8R7ds .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uAOdY8R7ds .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uAOdY8R7ds .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uAOdY8R7ds .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uAOdY8R7ds .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uAOdY8R7ds .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uAOdY8R7ds .dragArea.row .form-group .form-control:hover,
.cid-uAOdY8R7ds .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #c1c1c1 !important;
}
.cid-uAOdY8R7ds .dragArea.row .form-group .form-control::placeholder {
  color: #454545;
  opacity: .7;
}
.cid-uAOdY8R7ds .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uAOdY8R7ds .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uAOdY8R7ds .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #454545;
  border-radius: 0;
}
.cid-uAOdY8R7ds .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #454545;
}
.cid-uAOdY8R7ds .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uAOdY8R7ds .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAOdY8R7ds .mbr-section-title {
  color: #1c1c1c;
}
.cid-uAOdY8R7ds .mbr-desc {
  color: #1c1c1c;
}
.cid-uAOdY8R7ds .mbr-text {
  color: #1c1c1c;
}
.cid-uFki9vvxtP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uFki9vvxtP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFki9vvxtP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFki9vvxtP .row {
  justify-content: center;
}
.cid-uFki9vvxtP .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFki9vvxtP .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uFki9vvxtP .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFki9vvxtP .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFki9vvxtP .item {
    margin-bottom: 35px;
  }
}
.cid-uFki9vvxtP .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFki9vvxtP .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uFki9vvxtP .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eeebe4;
  color: #141414;
  font-size: 60px;
}
.cid-uFki9vvxtP .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uFki9vvxtP .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-uFki9vvxtP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFki9vvxtP .item-title {
  color: #000000;
}
.cid-uFki9vvxtP .item-title,
.cid-uFki9vvxtP .icon-wrapper {
  text-align: center;
}
.cid-uBo3OwJBQB {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uBo3OwJBQB .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uBo3OwJBQB h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uBo3OwJBQB h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uBo3OwJBQB h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uBo3OwJBQB .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uBo3OwJBQB .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uBo3OwJBQB .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uBo3OwJBQB .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uBo3OwJBQB .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uBo3OwJBQB .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uBo3OwJBQB .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uBo3OwJBQB .mbr-section-title,
.cid-uBo3OwJBQB .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uBo3OwJBQB h2:before,
  .cid-uBo3OwJBQB h2:after {
    display: none;
  }
}
.cid-uBo3OwJBQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBo3OwJBQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBo4qOvcnq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/zh-studio-expanded-logo-light-1640x856.webp");
}
.cid-uBo4qOvcnq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBo4qOvcnq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBo4qOvcnq .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uBo4qOvcnq .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uBo4qOvcnq .container {
    padding: 0 30px;
  }
}
.cid-uBo4qOvcnq .row {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uBo4qOvcnq .row {
    min-height: auto;
    height: 350px;
  }
}
.cid-timbUrpXIi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-timbUrpXIi .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-timbUrpXIi .row {
    padding: 0 12px;
  }
}
.cid-timbUrpXIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-timbUrpXIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-timbUrpXIi .list-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-timbUrpXIi .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-timbUrpXIi .list-wrapper .list {
  list-style: none;
  padding-left: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-timbUrpXIi .list-wrapper .list {
    justify-content: center;
  }
}
.cid-timbUrpXIi .list-wrapper .list .mbr-list {
  margin-left: 32px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  .cid-timbUrpXIi .list-wrapper .list .mbr-list {
    margin-left: 16px;
  }
  .cid-timbUrpXIi .list-wrapper .list .mbr-list:first-child {
    margin-left: 0;
  }
}
.cid-timbUrpXIi .list-wrapper .list .mbr-list:first-child {
  margin-left: 0;
}
.cid-timbUrpXIi .list-wrapper .list .mbr-list:hover {
  opacity: .7;
}
.cid-timbUrpXIi .title-wrapper {
  display: block;
}
.cid-timbUrpXIi .title-wrapper .mbr-section-title {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-timbUrpXIi .title-wrapper .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-timbUrpXIi .mbr-text {
  margin: 0 auto;
  max-width: 470px;
  color: #181818;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-timbUrpXIi .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-timbUrpXIi .copyright {
  margin-top: 48px;
  border-top: 2px solid #181818;
  padding-top: 48px;
  margin-bottom: 0;
  color: #a1a1a1;
  text-align: center;
}
.cid-timbUrpXIi .mbr-section-title {
  color: #181818;
}
.cid-timbUrpXIi .mbr-section-title,
.cid-timbUrpXIi .list-wrapper {
  text-align: center;
}
.cid-timbUrpXIi .list {
  color: #181818;
}
