.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fdfbfa;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 7.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.0625rem;
}
.display-2 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.75rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.075rem;
    font-size: calc( 3.1875rem + (7.25 - 3.1875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.1875rem + (7.25 - 3.1875) * ((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: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.075rem;
    font-size: calc( 3.1875rem + (7.25 - 3.1875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.1875rem + (7.25 - 3.1875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b2967d !important;
}
.bg-success {
  background-color: #27d584 !important;
}
.bg-info {
  background-color: #0dc9ef !important;
}
.bg-warning {
  background-color: #fcbd00 !important;
}
.bg-danger {
  background-color: #d72536 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b2967d !important;
  border-color: #b2967d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c5b09d !important;
  border-color: #c5b09d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c5b09d !important;
  border-color: #c5b09d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e6beae !important;
  border-color: #e6beae !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f2ddd5 !important;
  border-color: #f2ddd5 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f2ddd5 !important;
  border-color: #f2ddd5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0dc9ef !important;
  border-color: #0dc9ef !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3bd5f4 !important;
  border-color: #3bd5f4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3bd5f4 !important;
  border-color: #3bd5f4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #27d584 !important;
  border-color: #27d584 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #50df9c !important;
  border-color: #50df9c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #50df9c !important;
  border-color: #50df9c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fcbd00 !important;
  border-color: #fcbd00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcb30 !important;
  border-color: #ffcb30 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffcb30 !important;
  border-color: #ffcb30 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d72536 !important;
  border-color: #d72536 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e14e5c !important;
  border-color: #e14e5c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e14e5c !important;
  border-color: #e14e5c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b2967d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #886b50 !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: #b2967d !important;
  border-color: #b2967d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6beae;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d2896c !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: #e6beae !important;
  border-color: #e6beae !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0dc9ef;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #09849d !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: #0dc9ef !important;
  border-color: #0dc9ef !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #27d584;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1a8c57 !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: #27d584 !important;
  border-color: #27d584 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcbd00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a57c00 !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: #fcbd00 !important;
  border-color: #fcbd00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d72536;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8d1823 !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: #d72536 !important;
  border-color: #d72536 !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: #b2967d !important;
}
.text-secondary {
  color: #e6beae !important;
}
.text-success {
  color: #27d584 !important;
}
.text-info {
  color: #0dc9ef !important;
}
.text-warning {
  color: #fcbd00 !important;
}
.text-danger {
  color: #d72536 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7e634b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ce7f60 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #177f4f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #08788e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #967100 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #801620 !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: #b2967d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0dc9ef;
}
.alert-warning {
  background-color: #fcbd00;
}
.alert-danger {
  background-color: #d72536;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b2967d;
  border-color: #b2967d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b2967d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e1d7cd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1f7e5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ccf4fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2c9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7d1d5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 40px !important;
}
.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: #b2967d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #b2967d;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b2967d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b2967d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b2967d;
  border-bottom-color: #b2967d;
}
.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: #b2967d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e6beae !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='%23b2967d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 16px 20px;
  flex-direction: row-reverse;
  border-radius: 1.2rem !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  margin-right: 26px;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn .btn-white-outline {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.main-content,
.item-content,
.number-wrap,
.form-wrapper,
.embla,
.image-over {
  border-radius: 1.2rem !important;
}
.label-wrap_1,
.label-wrap_2,
.label-wrap_3,
.label-wrap,
.date-wrap {
  border-radius: .4rem !important;
}
.item-label_1,
.item-label_2,
.item-label_3 {
  border-radius: .4rem !important;
}
.item-number {
  border-radius: 1.2rem !important;
}
ul.navbar-nav {
  border-radius: .6rem !important;
}
.nav-item .nav-link {
  border-radius: .6rem !important;
}
.cid-uJhDtxSshi .navbar-dropdown {
  position: relative !important;
}
.cid-uJhDtxSshi .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uJhDtxSshi .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-uJhDtxSshi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJhDtxSshi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJhDtxSshi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
  background: #fdfbfa !important;
  color: #b2967d !important;
}
.cid-uJhDtxSshi .dropdown-item:hover,
.cid-uJhDtxSshi .dropdown-item:focus {
  background: #fdfbfa !important;
  color: #b2967d !important;
}
.cid-uJhDtxSshi .dropdown-item:hover span {
  color: white;
}
.cid-uJhDtxSshi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJhDtxSshi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJhDtxSshi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJhDtxSshi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJhDtxSshi .nav-link {
  position: relative;
}
.cid-uJhDtxSshi .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uJhDtxSshi .container {
    flex-wrap: nowrap;
  }
}
.cid-uJhDtxSshi .iconfont-wrapper {
  color: #fff7ee !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJhDtxSshi .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uJhDtxSshi .dropdown-menu,
.cid-uJhDtxSshi .navbar.opened {
  background: #fdfbfa !important;
}
.cid-uJhDtxSshi .nav-item:focus,
.cid-uJhDtxSshi .nav-link:focus {
  outline: none;
}
.cid-uJhDtxSshi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJhDtxSshi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJhDtxSshi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJhDtxSshi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJhDtxSshi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJhDtxSshi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJhDtxSshi .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fdfbfa;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJhDtxSshi .navbar.opened {
  transition: all 0.3s;
}
.cid-uJhDtxSshi .navbar .dropdown-item {
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border-bottom: none;
}
.cid-uJhDtxSshi .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uJhDtxSshi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJhDtxSshi .navbar.collapsed {
  justify-content: center;
}
.cid-uJhDtxSshi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJhDtxSshi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJhDtxSshi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJhDtxSshi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJhDtxSshi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uJhDtxSshi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJhDtxSshi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJhDtxSshi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJhDtxSshi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJhDtxSshi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJhDtxSshi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJhDtxSshi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJhDtxSshi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uJhDtxSshi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJhDtxSshi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJhDtxSshi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJhDtxSshi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJhDtxSshi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJhDtxSshi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJhDtxSshi .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJhDtxSshi .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJhDtxSshi .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uJhDtxSshi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJhDtxSshi .navbar-brand .navbar-caption:hover,
.cid-uJhDtxSshi .navbar-brand .navbar-caption:focus {
  color: #210c02 !important;
}
.cid-uJhDtxSshi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJhDtxSshi .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJhDtxSshi .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #210c02 !important;
}
.cid-uJhDtxSshi .dropdown-item.active,
.cid-uJhDtxSshi .dropdown-item:active {
  background-color: transparent;
}
.cid-uJhDtxSshi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJhDtxSshi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJhDtxSshi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJhDtxSshi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fdfbfa;
  top: 3rem;
  border-radius: 0.6rem;
}
@media (max-width: 992px) {
  .cid-uJhDtxSshi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJhDtxSshi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJhDtxSshi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJhDtxSshi ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJhDtxSshi ul.navbar-nav {
    padding: 0;
    background-color: #fdfbfa;
    border: 2px solid #fdfbfa;
  }
}
.cid-uJhDtxSshi .navbar-buttons {
  text-align: center;
}
.cid-uJhDtxSshi .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uJhDtxSshi .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJhDtxSshi button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #fdfbfa !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJhDtxSshi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #210c02;
}
.cid-uJhDtxSshi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJhDtxSshi button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJhDtxSshi button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJhDtxSshi button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJhDtxSshi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhDtxSshi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJhDtxSshi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJhDtxSshi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJhDtxSshi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJhDtxSshi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJhDtxSshi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJhDtxSshi .navbar {
    height: 70px;
  }
  .cid-uJhDtxSshi .navbar.opened {
    height: auto;
  }
  .cid-uJhDtxSshi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJhDtxSshi .navbar-nav {
  margin: 0 auto;
}
.cid-uJhDtxSshi .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJhDtxSshi .nav-item .nav-link {
  padding: 12px 30px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-uJhDtxSshi .nav-item .nav-link::after {
  color: #e6beae !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uJhDtxSshi .nav-item .nav-link:hover {
  background-color: #210c02;
  color: #fdfbfa !important;
}
.cid-uJhDtxSshi .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJhDtxSshi .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJhDtxSshi .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJhDtxSshi .nav-item .dropdown-menu .dropdown-item {
  color: #b2967d !important;
}
.cid-uJhDtxSshi .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fdfbfa !important;
}
@media (max-width: 991px) {
  .cid-uJhDtxSshi .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJhDtxSshi .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJhDtxSshi .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJhDtxSshi .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJhDtxSshi .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJhDtxSshi .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uJhDtxSshi .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uJhDtxSshi .navbar-caption {
  color: #210C02;
}
.cid-uJhDtxSshi .nav-link,
.cid-uJhDtxSshi .dropdown-item {
  color: #210C02;
}
.cid-uJhDtxTngu {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #210c02;
}
.cid-uJhDtxTngu .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uJhDtxTngu .image-wrap {
    padding: 16px;
  }
}
.cid-uJhDtxTngu .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uJhDtxTngu .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uJhDtxTngu .image-overlay {
    padding: 16px;
  }
}
.cid-uJhDtxTngu .image-overlay .image-over {
  background-color: #321605;
  z-index: 2;
  opacity: 0.7;
  width: 100%;
  height: 70%;
}
.cid-uJhDtxTngu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhDtxTngu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhDtxTngu .row {
  justify-content: center;
}
.cid-uJhDtxTngu .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #FDFBFA;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uJhDtxTngu .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJhDtxTngu .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uJhDtxTngu .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #210c02;
}
@media (max-width: 992px) {
  .cid-uJhDtxTngu .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uJhDtxTngu .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJhDtxTngu .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJhDtxTngu .mbr-text,
.cid-uJhDtxTngu .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uJhDtxTngu .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJhDtxTngu .mbr-text,
.cid-uJhDtxTngu .mbr-section-btn {
  text-align: center;
}
.cid-uJhDtxTngu .mbr-text,
.cid-uJhDtxTngu .text-wrapper,
.cid-uJhDtxTngu .mbr-section-btn {
  color: #FDFBFA;
}
.cid-uJhDtxUx62 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #210c02;
}
.cid-uJhDtxUx62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhDtxUx62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhDtxUx62 .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uJhDtxUx62 .row .item {
  padding: 0 13px;
}
.cid-uJhDtxUx62 .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uJhDtxUx62 .item {
    margin-bottom: 16px;
  }
}
.cid-uJhDtxUx62 .item .item-wrapper {
  height: 100%;
  background-color: #89461a;
  padding: 54px;
}
@media (max-width: 1200px) {
  .cid-uJhDtxUx62 .item .item-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJhDtxUx62 .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uJhDtxUx62 .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #210c02;
}
.cid-uJhDtxUx62 .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uJhDtxUx62 .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fdfbfa;
}
.cid-uJhDtxUx62 .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJhDtxUx62 .item .item-wrapper .card-box .item-title {
    margin-bottom: 30px;
  }
}
.cid-uJhDtxUx62 .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJhDtxUx62 .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uJhDtxUx62 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJhDtxUx62 .item-label {
  color: #fff7ee;
}
.cid-uJhDtxUx62 .item-title {
  color: #fff7ee;
}
.cid-uJhDtxUx62 .item-text {
  color: #fff7ee;
}
.cid-uJhDtxUx62 .item-label,
.cid-uJhDtxUx62 .label-wrapper {
  color: #FDFBFA;
}
.cid-uJhDtxUx62 .item-title,
.cid-uJhDtxUx62 .mbr-section-btn {
  color: #FDFBFA;
}
.cid-uJhDtxUx62 .item-text,
.cid-uJhDtxUx62 .text-wrap {
  color: #FDFBFA;
}
.cid-uJhDtxVDH0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #210c02;
}
.cid-uJhDtxVDH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhDtxVDH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhDtxVDH0 .row {
  justify-content: center;
}
.cid-uJhDtxVDH0 .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fdfbfa;
}
@media (max-width: 1440px) {
  .cid-uJhDtxVDH0 .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJhDtxVDH0 .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-uJhDtxVDH0 .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uJhDtxVDH0 .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uJhDtxVDH0 .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #b2967d;
}
.cid-uJhDtxVDH0 .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJhDtxVDH0 .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #000000;
}
.cid-uJhDtxVDH0 .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJhDtxVDH0 .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJhDtxVDH0 .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJhDtxVDH0 .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJhDtxVDH0 .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJhDtxVDH0 .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uJhDtxVDH0 .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJhDtxVDH0 .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uJhDtxVDH0 .mbr-label,
.cid-uJhDtxVDH0 .label-wrapper {
  color: #000000;
}
.cid-uJhDtxVDH0 .mbr-section-title {
  color: #210C02;
}
.cid-uJhDtxVDH0 .mbr-text {
  color: #151e11;
}
.cid-uJhDtxVDH0 .mbr-text,
.cid-uJhDtxVDH0 .mbr-section-btn {
  color: #210C02;
}
.cid-uJhDtxVRNk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #210c02;
}
.cid-uJhDtxVRNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhDtxVRNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhDtxVRNk .row {
  justify-content: center;
}
.cid-uJhDtxVRNk .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uJhDtxVRNk .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uJhDtxVRNk .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJhDtxVRNk .mbr-text {
  color: #fff7ee;
}
.cid-uJhDtxVRNk .mbr-text,
.cid-uJhDtxVRNk .mbr-section-btn,
.cid-uJhDtxVRNk .text-wrapper {
  color: #FDFBFA;
}
.cid-uJhDtxYuUQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #210c02;
}
.cid-uJhDtxYuUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhDtxYuUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhDtxYuUQ .row {
  justify-content: flex-end;
}
.cid-uJhDtxYuUQ .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #b2967d;
}
@media (max-width: 992px) {
  .cid-uJhDtxYuUQ .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJhDtxYuUQ .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJhDtxYuUQ .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uJhDtxYuUQ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJhDtxYuUQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJhDtxYuUQ .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uJhDtxYuUQ .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJhDtxYuUQ .content-wrapper {
    padding-left: 0;
  }
}
.cid-uJhDtxYuUQ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uJhDtxYuUQ .mbr-label,
.cid-uJhDtxYuUQ .label-wrapper {
  color: #000000;
}
.cid-uJhDtxYuUQ .mbr-section-title {
  color: #FDFBFA;
}
.cid-uJhDtxYuUQ .mbr-text {
  color: #fff7ee;
}
.cid-uJhDtxYuUQ .mbr-text,
.cid-uJhDtxYuUQ .mbr-section-btn {
  color: #FDFBFA;
}
.cid-uJhDtxZWtS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #210c02;
}
.cid-uJhDtxZWtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhDtxZWtS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhDtxZWtS .row {
  justify-content: center;
}
.cid-uJhDtxZWtS .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJhDtxZWtS .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJhDtxZWtS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJhDtxZWtS .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uJhDtxZWtS .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uJhDtxZWtS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJhDtxZWtS .mbr-section-title,
.cid-uJhDtxZWtS .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uJhDtxZWtS .mbr-desc {
  color: #FDFBFA;
}
.cid-uJhDtxZWtS .mbr-text {
  color: #FDFBFA;
}
.cid-uJhDtxZWtS .mbr-section-title,
.cid-uJhDtxZWtS .title-wrapper,
.cid-uJhDtxZWtS .mbr-iconfont {
  color: #F8E5D3;
}
.cid-uJhDty1aDV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uJhDty1aDV .item:focus,
.cid-uJhDty1aDV span:focus {
  outline: none;
}
.cid-uJhDty1aDV .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uJhDty1aDV .item {
  padding: 10px 0;
  color: #210c02;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uJhDty1aDV .item {
    min-height: 45px;
  }
}
.cid-uJhDty4owg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #210c02;
}
.cid-uJhDty4owg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhDty4owg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhDty4owg .row {
  justify-content: center;
}
.cid-uJhDty4owg .content-wrapper {
  top: 30px;
  position: sticky;
}
@media (max-width: 992px) {
  .cid-uJhDty4owg .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJhDty4owg .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uJhDty4owg .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uJhDty4owg .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #f8e5d3;
}
.cid-uJhDty4owg .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJhDty4owg .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJhDty4owg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.cid-uJhDty4owg .panel-group {
  margin-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uJhDty4owg .panel-group {
    padding: 60px 40px;
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJhDty4owg .panel-group {
    padding: 30px 16px;
    margin-left: 0;
  }
}
.cid-uJhDty4owg .panel-group .card {
  position: relative;
  padding: 40px;
  margin-top: 26px;
  background-color: #fdfbfa;
}
@media (max-width: 992px) {
  .cid-uJhDty4owg .panel-group .card {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uJhDty4owg .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uJhDty4owg .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJhDty4owg .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uJhDty4owg .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJhDty4owg .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uJhDty4owg .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uJhDty4owg .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  color: #210c02;
}
.cid-uJhDty4owg .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uJhDty4owg .panel-group .card .panel-collapse .panel-body {
  margin: 80px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uJhDty4owg .panel-group .card .panel-collapse .panel-body {
    margin: 30px 0 0 0;
  }
}
.cid-uJhDty4owg .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJhDty4owg .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uJhDty4owg .mbr-label,
.cid-uJhDty4owg .label-wrapper {
  color: #F8E5D3;
}
.cid-uJhDty4owg .mbr-section-title {
  color: #fff7ee;
}
.cid-uJhDty4owg .mbr-text,
.cid-uJhDty4owg .text-wrapper {
  color: #FDFBFA;
}
.cid-uJhDty4owg .panel-title-edit {
  color: #210C02;
}
.cid-uJhDty4owg .panel-text {
  color: #151e11;
}
.cid-uJhDty4owg .mbr-section-title,
.cid-uJhDty4owg .title-wrapper {
  color: #FDFBFA;
}
.cid-uJhDty4owg .panel-text,
.cid-uJhDty4owg .panel-body {
  color: #210C02;
}
.cid-uJhDty5LvY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #210c02;
}
.cid-uJhDty5LvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhDty5LvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhDty5LvY .row {
  justify-content: center;
}
.cid-uJhDty5LvY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 992px) {
  .cid-uJhDty5LvY .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uJhDty5LvY .item {
    margin-bottom: 16px;
  }
}
.cid-uJhDty5LvY .item .item-wrapper {
  height: 100%;
  background-color: #b2967d;
  padding: 80px 54px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .cid-uJhDty5LvY .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJhDty5LvY .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uJhDty5LvY .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #210c02;
}
.cid-uJhDty5LvY .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uJhDty5LvY .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fdfbfa;
}
.cid-uJhDty5LvY .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uJhDty5LvY .item-label,
.cid-uJhDty5LvY .label-wrapper {
  color: #FDFBFA;
  text-align: center;
}
.cid-uJhDty5LvY .item-title {
  color: #151e11;
  text-align: center;
}
.cid-uJhDty5LvY .item-title,
.cid-uJhDty5LvY .mbr-section-btn {
  color: #000000;
}
.cid-uJhDty5mQS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #210c02;
}
.cid-uJhDty5mQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhDty5mQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhDty5mQS .row {
  justify-content: center;
}
.cid-uJhDty5mQS .main-content {
  background-color: #ffcb34;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .cid-uJhDty5mQS .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uJhDty5mQS .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uJhDty5mQS .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJhDty5mQS .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJhDty5mQS .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJhDty5mQS .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJhDty5mQS .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.cid-uJhDty5mQS .list .item-wrap {
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.cid-uJhDty5mQS .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJhDty5mQS .list .item-wrap:hover,
.cid-uJhDty5mQS .list .item-wrap:focus {
  transform: translateX(14px);
}
.cid-uJhDty5mQS .mbr-copy {
  margin: 0;
  color: #FDFBFA;
  text-align: center;
}
.cid-uJhDty5mQS .mbr-section-title {
  color: #151e11;
}
.cid-uJhDty5mQS .mbr-text {
  color: #151e11;
}
