.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f6f6f4;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 5.2rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 4.2rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- 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: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #cb997e !important;
}
.bg-success {
  background-color: #3bdb91 !important;
}
.bg-info {
  background-color: #23d0f3 !important;
}
.bg-warning {
  background-color: #ffc517 !important;
}
.bg-danger {
  background-color: #dd3949 !important;
}
.btn-primary .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #cb997e !important;
  border-color: #cb997e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d5ad97 !important;
  border-color: #d5ad97 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d5ad97 !important;
  border-color: #d5ad97 !important;
}
.btn-secondary .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #826e5a !important;
  border-color: #826e5a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #978069 !important;
  border-color: #978069 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #978069 !important;
  border-color: #978069 !important;
}
.btn-info .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #23d0f3 !important;
  border-color: #23d0f3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #45d7f5 !important;
  border-color: #45d7f5 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #45d7f5 !important;
  border-color: #45d7f5 !important;
}
.btn-success .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #3bdb91 !important;
  border-color: #3bdb91 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #59e1a2 !important;
  border-color: #59e1a2 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #59e1a2 !important;
  border-color: #59e1a2 !important;
}
.btn-warning .mbr-iconfont::after {
  border: 1px solid #171100;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc517 !important;
  border-color: #ffc517 !important;
  color: #171100 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffce3b !important;
  border-color: #ffce3b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #171100 !important;
  background-color: #ffce3b !important;
  border-color: #ffce3b !important;
}
.btn-danger .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #dd3949 !important;
  border-color: #dd3949 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e25765 !important;
  border-color: #e25765 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e25765 !important;
  border-color: #e25765 !important;
}
.btn-white .mbr-iconfont::after {
  border: 1px solid #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.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: #353535 !important;
  border-color: #353535 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 1px solid #cb997e;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #cb997e;
  color: #cb997e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ad6a46 !important;
  background-color: transparent !important;
  border-color: #ad6a46 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cb997e !important;
  border-color: #cb997e !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 1px solid #826e5a;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #826e5a;
  color: #826e5a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4f4337 !important;
  background-color: transparent !important;
  border-color: #4f4337 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #826e5a !important;
  border-color: #826e5a !important;
}
.btn-info-outline .mbr-iconfont::after {
  border: 1px solid #23d0f3;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #23d0f3;
  color: #23d0f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0a99b5 !important;
  background-color: transparent !important;
  border-color: #0a99b5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #23d0f3 !important;
  border-color: #23d0f3 !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 1px solid #3bdb91;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3bdb91;
  color: #3bdb91;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1ea265 !important;
  background-color: transparent !important;
  border-color: #1ea265 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3bdb91 !important;
  border-color: #3bdb91 !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 1px solid #ffc517;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc517;
  color: #ffc517;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bf8f00 !important;
  background-color: transparent !important;
  border-color: #bf8f00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #171100 !important;
  background-color: #ffc517 !important;
  border-color: #ffc517 !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 1px solid #dd3949;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dd3949;
  color: #dd3949;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a31c29 !important;
  background-color: transparent !important;
  border-color: #a31c29 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dd3949 !important;
  border-color: #dd3949 !important;
}
.btn-black-outline .mbr-iconfont::after {
  border: 1px solid #232323;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont::after {
  border: 1px solid #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #cb997e !important;
}
.text-secondary {
  color: #826e5a !important;
}
.text-success {
  color: #3bdb91 !important;
}
.text-info {
  color: #23d0f3 !important;
}
.text-warning {
  color: #ffc517 !important;
}
.text-danger {
  color: #dd3949 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a26341 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #463b30 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1b955d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #098ca7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b08400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #961a26 !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: #cb997e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #23d0f3;
}
.alert-warning {
  background-color: #ffc517;
}
.alert-danger {
  background-color: #dd3949;
}
.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: #cb997e;
  border-color: #cb997e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cb997e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e7fbf2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e4f9fe;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff8e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbe7e9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.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: #cb997e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #cb997e;
}
/* 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: #cb997e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #cb997e;
}
.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: #cb997e;
  border-bottom-color: #cb997e;
}
.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: #cb997e !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: #826e5a !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='%23cb997e' %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 {
  padding: 17px 22px;
  font-weight: 400 !important;
  border-width: 1px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    margin-left: 16px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-size: 22.5px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 16px;
  }
}
.mbr-section-btn .btn .mbr-iconfont::after,
.mbr-section-btn-main .btn .mbr-iconfont::after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 100%;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  margin-left: 48px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.content-wrapper,
.image-wrapper,
.item-content,
.address-wrapper,
.form-wrapper {
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .content-wrapper,
  .image-wrapper,
  .item-content,
  .address-wrapper,
  .form-wrapper {
    border-radius: 35px !important;
  }
}
.tags-wrapper .list .item-wrap {
  border-radius: 100px !important;
}
.content-wrapper .mbr-section-title span {
  border-radius: 100px !important;
}
.nav.nav-tabs {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  .nav.nav-tabs {
    border-radius: 35px !important;
  }
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 100px !important;
}
.form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  .form-wrapper .dragArea.row .form-group textarea {
    border-radius: 35px !important;
  }
}
.nav-item .nav-link {
  border-radius: 100px !important;
}
ul.navbar-nav {
  border-radius: 100px !important;
}
.cid-uJbjksBKQ8 .navbar-dropdown {
  position: relative !important;
}
.cid-uJbjksBKQ8 .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-uJbjksBKQ8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJbjksBKQ8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJbjksBKQ8 .dropdown-item:hover,
.cid-uJbjksBKQ8 .dropdown-item:focus {
  background: #cb997e !important;
  color: white !important;
}
.cid-uJbjksBKQ8 .dropdown-item:hover span {
  color: white;
}
.cid-uJbjksBKQ8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJbjksBKQ8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJbjksBKQ8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJbjksBKQ8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJbjksBKQ8 .nav-link {
  position: relative;
}
.cid-uJbjksBKQ8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uJbjksBKQ8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uJbjksBKQ8 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJbjksBKQ8 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uJbjksBKQ8 .dropdown-menu,
.cid-uJbjksBKQ8 .navbar.opened {
  background: #f6f6f4 !important;
}
.cid-uJbjksBKQ8 .nav-item:focus,
.cid-uJbjksBKQ8 .nav-link:focus {
  outline: none;
}
.cid-uJbjksBKQ8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJbjksBKQ8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJbjksBKQ8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJbjksBKQ8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJbjksBKQ8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJbjksBKQ8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJbjksBKQ8 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f6f6f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJbjksBKQ8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uJbjksBKQ8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJbjksBKQ8 .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uJbjksBKQ8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJbjksBKQ8 .navbar.collapsed {
  justify-content: center;
}
.cid-uJbjksBKQ8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJbjksBKQ8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJbjksBKQ8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uJbjksBKQ8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJbjksBKQ8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJbjksBKQ8 .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-uJbjksBKQ8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJbjksBKQ8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJbjksBKQ8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJbjksBKQ8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJbjksBKQ8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJbjksBKQ8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJbjksBKQ8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJbjksBKQ8 .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-uJbjksBKQ8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJbjksBKQ8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJbjksBKQ8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJbjksBKQ8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uJbjksBKQ8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJbjksBKQ8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJbjksBKQ8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJbjksBKQ8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJbjksBKQ8 .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-uJbjksBKQ8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJbjksBKQ8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJbjksBKQ8 .dropdown-item.active,
.cid-uJbjksBKQ8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJbjksBKQ8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJbjksBKQ8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJbjksBKQ8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJbjksBKQ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f6f6f4;
}
.cid-uJbjksBKQ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJbjksBKQ8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJbjksBKQ8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJbjksBKQ8 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f6f6f4;
    border: 1px solid #cb997e;
  }
}
.cid-uJbjksBKQ8 .navbar-buttons {
  text-align: center;
}
.cid-uJbjksBKQ8 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uJbjksBKQ8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJbjksBKQ8 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uJbjksBKQ8 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uJbjksBKQ8 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: #f6f6f4 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uJbjksBKQ8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJbjksBKQ8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJbjksBKQ8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJbjksBKQ8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJbjksBKQ8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJbjksBKQ8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJbjksBKQ8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJbjksBKQ8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJbjksBKQ8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJbjksBKQ8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJbjksBKQ8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJbjksBKQ8 .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-uJbjksBKQ8 .navbar {
    height: 70px;
  }
  .cid-uJbjksBKQ8 .navbar.opened {
    height: auto;
  }
  .cid-uJbjksBKQ8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJbjksBKQ8 .navbar-nav {
  margin: 0 auto;
}
.cid-uJbjksBKQ8 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uJbjksBKQ8 .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uJbjksBKQ8 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uJbjksBKQ8 .nav-item .nav-link::after {
  color: #826e5a !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uJbjksBKQ8 .nav-item .nav-link:hover {
  background-color: #a5a58d;
  color: #000000;
}
.cid-uJbjksBKQ8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJbjksBKQ8 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uJbjksBKQ8 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uJbjksBKQ8 .nav-item .dropdown-menu .dropdown-item {
  color: #f6f6f4 !important;
  background-color: transparent !important;
}
.cid-uJbjksBKQ8 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #cb997e !important;
}
@media (max-width: 991px) {
  .cid-uJbjksBKQ8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJbjksBKQ8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJbjksBKQ8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJbjksBKQ8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJbjksBKQ8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJbjksBKQ8 .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uJbjksBKQ8 .navbar-caption {
  color: #000000;
}
.cid-uJbjksBKQ8 .nav-link,
.cid-uJbjksBKQ8 .dropdown-item {
  color: #000000;
}
.cid-uJbjksNpIZ {
  position: relative;
  background-color: transparent;
}
.cid-uJbjksNpIZ .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uJbjksNpIZ .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uJbjksNpIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbjksNpIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbjksNpIZ .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uJbjksNpIZ .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #cb997e;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uJbjksNpIZ .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJbjksNpIZ .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uJbjksNpIZ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a5a58d;
  opacity: 0.9;
  pointer-events: none;
}
.cid-uJbjksNpIZ .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uJbjksNpIZ .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uJbjksNpIZ .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJbjksNpIZ .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uJbjksNpIZ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJbjksNpIZ .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uJbjksNpIZ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uJbjksNpIZ .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #000000;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uJbjksNpIZ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJbjksNpIZ .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
  color: #cb997e;
}
.cid-uJbjksNpIZ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #000000;
  background-color: #cb997e;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uJbjksNpIZ .mbr-section-title {
  color: #191c25;
}
.cid-uJbjksNpIZ .mbr-text,
.cid-uJbjksNpIZ .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uJbjksNpIZ .mbr-section-title,
.cid-uJbjksNpIZ .mbr-section-btn,
.cid-uJbjksNpIZ .social-wrapper {
  text-align: right;
  color: #000000;
}
.cid-uJbjksNpIZ .mbr-text {
  color: #000000;
}
.cid-uJbjktTq9V {
  background-color: transparent;
}
.cid-uJbjktTq9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbjktTq9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbjktTq9V .items-wrap {
  justify-content: space-between;
}
.cid-uJbjktTq9V .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cb997e;
}
@media (max-width: 1440px) {
  .cid-uJbjktTq9V .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJbjktTq9V .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uJbjktTq9V .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJbjktTq9V .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJbjktTq9V .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJbjktTq9V .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uJbjktTq9V .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uJbjktTq9V .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJbjktTq9V .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uJbjktTq9V .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJbjktTq9V .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uJbjktTq9V .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uJbjktTq9V .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uJbjktTq9V .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uJbjktTq9V .image-wrapper {
  position: relative;
  border: 3px solid #cb997e;
  background-color: #cb997e;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJbjktTq9V .image-wrapper {
    height: 350px;
  }
}
.cid-uJbjktTq9V .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uJbjktTq9V .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJbjktTq9V .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uJbjktTq9V .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uJbjktTq9V .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cb997e;
  margin-bottom: 0;
}
.cid-uJbjktTq9V .mbr-section-title {
  color: #191c25;
}
.cid-uJbjktTq9V .list {
  color: #191c25;
}
.cid-uJbjktTq9V .mbr-number_1 {
  color: #191c25;
}
.cid-uJbjktTq9V .mbr-number_2,
.cid-uJbjktTq9V .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uJbjktTq9V .mbr-section-title,
.cid-uJbjktTq9V .mbr-section-btn {
  color: #000000;
}
.cid-uJbjktTq9V .list,
.cid-uJbjktTq9V .item-wrap {
  color: #000000;
}
.cid-uJbjktZtSM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJbjktZtSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbjktZtSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbjktZtSM .panel-group .card {
  position: relative;
  padding: 60px 0;
  border: none;
  margin-top: 0;
  border-top: 2px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJbjktZtSM .panel-group .card {
    padding: 32px 0;
  }
}
.cid-uJbjktZtSM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uJbjktZtSM .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJbjktZtSM .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-uJbjktZtSM .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
  padding-right: 60px;
}
@media (max-width: 1440px) {
  .cid-uJbjktZtSM .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJbjktZtSM .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-uJbjktZtSM .panel-group .card .card-header .panel-title .desc-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uJbjktZtSM .panel-group .card .card-header .panel-title .desc-wrapper {
    width: 100%;
  }
}
.cid-uJbjktZtSM .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJbjktZtSM .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
    margin-bottom: 22px;
  }
}
.cid-uJbjktZtSM .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 15%;
  padding-left: 32px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uJbjktZtSM .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.cid-uJbjktZtSM .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uJbjktZtSM .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #000000;
  background-color: #a5a58d;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uJbjktZtSM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uJbjktZtSM .panel-group .card .panel-collapse .panel-body {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uJbjktZtSM .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-uJbjktZtSM .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  padding-right: 15%;
}
@media (max-width: 992px) {
  .cid-uJbjktZtSM .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uJbjktZtSM .panel-title-edit {
  color: #191c25;
}
.cid-uJbjktZtSM .panel-desc {
  color: #000000;
}
.cid-uJbjktZtSM .panel-text {
  color: #191c25;
}
.cid-uJbjktZtSM .panel-title-edit,
.cid-uJbjktZtSM .icon-wrapper {
  color: #000000;
}
.cid-uJbjktZtSM .panel-text,
.cid-uJbjktZtSM .panel-body {
  color: #000000;
}
.cid-uJbjkuskun {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJbjkuskun .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbjkuskun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbjkuskun .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJbjkuskun .items-wrap {
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uJbjkuskun .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uJbjkuskun .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uJbjkuskun .item .item-wrapper {
  overflow: hidden;
  background-color: #cb997e;
  border: 1px solid #cb997e;
}
.cid-uJbjkuskun .item .item-wrapper .card-box {
  padding: 110px 40px;
}
@media (max-width: 1440px) {
  .cid-uJbjkuskun .item .item-wrapper .card-box {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uJbjkuskun .item .item-wrapper .card-box {
    padding: 26px 22px;
  }
}
.cid-uJbjkuskun .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJbjkuskun .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uJbjkuskun .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uJbjkuskun .item .item-wrapper .price-wrapper {
  background-color: #f6f6f4;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uJbjkuskun .item .item-wrapper .price-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJbjkuskun .item .item-wrapper .price-wrapper .item-desc {
  margin-bottom: 10px;
}
.cid-uJbjkuskun .item .item-wrapper .price-wrapper .item-price {
  margin-bottom: 0;
}
.cid-uJbjkuskun .item-title {
  color: #000000;
}
.cid-uJbjkuskun .item-text {
  color: #000000;
}
.cid-uJbjkuskun .item-desc {
  color: #000000;
}
.cid-uJbjkuskun .item-price {
  color: #000000;
}
.cid-uJbjkw1Ag5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJbjkw1Ag5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbjkw1Ag5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbjkw1Ag5 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uJbjkw1Ag5 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJbjkw1Ag5 .mbr-name {
  color: #858585;
}
.cid-uJbjkw1Ag5 .mbr-text {
  color: #000000;
}
.cid-uJbjkw1Ag5 .mbr-section-btn {
  text-align: center;
}
.cid-uJbjkw1Ag5 .mbr-name,
.cid-uJbjkw1Ag5 .mbr-section-btn {
  color: #000000;
}
.cid-uJbjkuzMIM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a5a58d;
}
.cid-uJbjkuzMIM .item:focus,
.cid-uJbjkuzMIM span:focus {
  outline: none;
}
.cid-uJbjkuzMIM .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uJbjkuzMIM .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uJbjkuzMIM .item {
    min-height: 45px;
  }
}
.cid-uJbjkuLuYT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJbjkuLuYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbjkuLuYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbjkuLuYT .items-wrap {
  justify-content: space-between;
}
.cid-uJbjkuLuYT .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #a5a58d;
}
@media (max-width: 1440px) {
  .cid-uJbjkuLuYT .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJbjkuLuYT .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uJbjkuLuYT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJbjkuLuYT .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJbjkuLuYT .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJbjkuLuYT .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJbjkuLuYT .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJbjkuLuYT .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uJbjkuLuYT .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uJbjkuLuYT .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uJbjkuLuYT .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uJbjkuLuYT .image-wrapper {
  position: relative;
  border: 3px solid #a5a58d;
  background-color: #a5a58d;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJbjkuLuYT .image-wrapper {
    height: 350px;
  }
}
.cid-uJbjkuLuYT .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uJbjkuLuYT .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJbjkuLuYT .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uJbjkuLuYT .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uJbjkuLuYT .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #a5a58d;
  margin-bottom: 0;
}
.cid-uJbjkuLuYT .mbr-section-title {
  color: #191c25;
}
.cid-uJbjkuLuYT .mbr-text {
  color: #000000;
}
.cid-uJbjkuLuYT .mbr-number_1 {
  color: #000000;
}
.cid-uJbjkuLuYT .mbr-number_2,
.cid-uJbjkuLuYT .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uJbjkuLuYT .mbr-section-title,
.cid-uJbjkuLuYT .mbr-section-btn {
  color: #000000;
}
.cid-uJbjkuQ4C2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJbjkuQ4C2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbjkuQ4C2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbjkuQ4C2 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJbjkuQ4C2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJbjkuQ4C2 .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-uJbjkuQ4C2 .items-wrap .item {
  padding: 0 46px;
}
.cid-uJbjkuQ4C2 .item {
  margin-bottom: 32px;
}
.cid-uJbjkuQ4C2 .item:hover .item-wrapper .item-img img,
.cid-uJbjkuQ4C2 .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uJbjkuQ4C2 .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-uJbjkuQ4C2 .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uJbjkuQ4C2 .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
}
.cid-uJbjkuQ4C2 .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uJbjkuQ4C2 .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-uJbjkuQ4C2 .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uJbjkuQ4C2 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uJbjkuQ4C2 .mbr-section-btn {
  margin-top: 42px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uJbjkuQ4C2 .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uJbjkuQ4C2 .mbr-section-title {
  color: #191c25;
}
.cid-uJbjkuQ4C2 .item-desc {
  color: #000000;
  text-align: center;
}
.cid-uJbjkuQ4C2 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uJbjkuQ4C2 .item-name {
  color: #000000;
  text-align: center;
}
.cid-uJbjkuQ4C2 .mbr-section-title,
.cid-uJbjkuQ4C2 .mbr-section-btn {
  color: #000000;
}
.cid-uJbjkvrJ9H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJbjkvrJ9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbjkvrJ9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbjkvrJ9H .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uJbjkvrJ9H .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJbjkvrJ9H .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uJbjkvrJ9H .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJbjkvrJ9H .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a5a58d;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uJbjkvrJ9H .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uJbjkvrJ9H .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJbjkvrJ9H .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJbjkvrJ9H .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJbjkvrJ9H .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJbjkvrJ9H .mbr-section-title {
  color: #191c25;
}
.cid-uJbjkvrJ9H .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uJbjkvrJ9H .mbr-section-title,
.cid-uJbjkvrJ9H .mbr-section-btn,
.cid-uJbjkvrJ9H .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uJbjkvPG3r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJbjkvPG3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbjkvPG3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbjkvPG3r .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJbjkvPG3r .items-wrap {
  justify-content: center;
}
.cid-uJbjkvPG3r .item {
  margin-bottom: 32px;
}
.cid-uJbjkvPG3r .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uJbjkvPG3r .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uJbjkvPG3r .mbr-section-title {
  color: #000000;
}
.cid-uJbjkvPG3r .item-title {
  color: #191c25;
}
.cid-uJbjkvPG3r .item-text {
  color: #000000;
}
.cid-uJbjkweMlA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJbjkweMlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbjkweMlA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbjkweMlA .items-wrap {
  justify-content: space-between;
}
.cid-uJbjkweMlA .content-wrapper {
  padding: 96px;
  background-color: #a5a58d;
  position: sticky;
  top: 32px;
}
@media (max-width: 1440px) {
  .cid-uJbjkweMlA .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJbjkweMlA .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uJbjkweMlA .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJbjkweMlA .card-wrapper {
  padding: 96px;
  background-color: #cb997e;
  margin-top: 32px;
}
@media (max-width: 1440px) {
  .cid-uJbjkweMlA .card-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJbjkweMlA .card-wrapper {
    padding: 26px 22px;
    margin-top: 12px;
  }
}
.cid-uJbjkweMlA .card-wrapper:first-child {
  margin-top: 0;
}
.cid-uJbjkweMlA .card-wrapper .mbr-address,
.cid-uJbjkweMlA .card-wrapper .mbr-phone,
.cid-uJbjkweMlA .card-wrapper .mbr-email {
  margin-bottom: 0;
}
.cid-uJbjkweMlA .mbr-section-title {
  color: #191c25;
}
.cid-uJbjkweMlA .mbr-address {
  color: #000000;
}
.cid-uJbjkweMlA .mbr-phone {
  color: #000000;
}
.cid-uJbjkweMlA .mbr-email {
  color: #000000;
}
.cid-uJbjkweMlA .mbr-section-title,
.cid-uJbjkweMlA .mbr-section-btn {
  color: #000000;
}
.cid-uJbjkwkujq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJbjkwkujq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbjkwkujq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbjkwkujq .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uJbjkwkujq .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uJbjkwkujq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJbjkwkujq .mbr-section-title {
  color: #191c25;
}
.cid-uJbjkwkujq .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uJbjkwkujq .mbr-section-title,
.cid-uJbjkwkujq .logo-wrapper {
  text-align: center;
}
