body {
  background-color: #f8f8f6;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 5.625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.25rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3.125rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ddbea9 !important;
}
.bg-success {
  background-color: #6fe4ae !important;
}
.bg-info {
  background-color: #5dddf6 !important;
}
.bg-warning {
  background-color: #ffd454 !important;
}
.bg-danger {
  background-color: #e66d79 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ddbea9 !important;
  border-color: #ddbea9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  border-color: #c48f6b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c48f6b !important;
  border-color: #c48f6b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cb997e !important;
  border-color: #cb997e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  border-color: #ad6a46 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ad6a46 !important;
  border-color: #ad6a46 !important;
}
.btn-info,
.btn-info:active {
  background-color: #5dddf6 !important;
  border-color: #5dddf6 !important;
  color: #044350 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  border-color: #0dcaef !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #044350 !important;
  background-color: #0dcaef !important;
  border-color: #0dcaef !important;
}
.btn-success,
.btn-success:active {
  background-color: #6fe4ae !important;
  border-color: #6fe4ae !important;
  color: #0d472c !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  border-color: #28d485 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0d472c !important;
  background-color: #28d485 !important;
  border-color: #28d485 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd454 !important;
  border-color: #ffd454 !important;
  color: #543f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  border-color: #fcbd00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #543f00 !important;
  background-color: #fcbd00 !important;
  border-color: #fcbd00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e66d79 !important;
  border-color: #e66d79 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  border-color: #d72537 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d72537 !important;
  border-color: #d72537 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #212132 !important;
  border-color: #212132 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ddbea9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ddbea9 !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: #ddbea9 !important;
  border-color: #ddbea9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cb997e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cb997e !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: #cb997e !important;
  border-color: #cb997e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5dddf6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5dddf6 !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: #5dddf6 !important;
  border-color: #5dddf6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6fe4ae;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6fe4ae !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: #6fe4ae !important;
  border-color: #6fe4ae !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd454;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd454 !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: #ffd454 !important;
  border-color: #ffd454 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e66d79;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e66d79 !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: #e66d79 !important;
  border-color: #e66d79 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212132;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #212132 !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: #212132 !important;
  border-color: #212132 !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: #fafafa !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #616161 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ddbea9 !important;
}
.text-secondary {
  color: #cb997e !important;
}
.text-success {
  color: #6fe4ae !important;
}
.text-info {
  color: #5dddf6 !important;
}
.text-warning {
  color: #ffd454 !important;
}
.text-danger {
  color: #e66d79 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #212132 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c08760 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a26341 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #25c87d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0cbee1 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #edb100 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ca2333 !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: #ddbea9;
}
.nav-tabs .nav-link:not(.active) {
  color: #212132;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5dddf6;
}
.alert-warning {
  background-color: #ffd454;
}
.alert-danger {
  background-color: #e66d79;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ddbea9;
  border-color: #ddbea9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ddbea9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #ddbea9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #ddbea9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ddbea9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ddbea9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ddbea9;
  border-bottom-color: #ddbea9;
}
.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: #ddbea9 !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: #cb997e !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='%23ddbea9' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1440px;
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 991px) {
  .container {
    max-width: 80vw;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.container-fluid {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.row {
  margin-left: -6vw;
  margin-right: -6vw;
}
.row > [class*="col"] {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 767px) {
  .row {
    margin-left: -3vw;
    margin-right: -3vw;
  }
  .row > [class*="col"] {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .row {
    margin-left: -96px;
    margin-right: -96px;
  }
  .row > [class*="col"] {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 40px;
  padding: 20px 40px;
  line-height: 1.55;
  font-weight: 500;
  transition-duration: .2s;
  border-radius: 0.75rem !important;
  box-shadow: none !important;
  border: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-mbr-section-btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.custom-section-btn {
  display: inline-block;
  padding: 3px;
  position: relative;
  border-radius: 0.75rem !important;
  margin-top: 0.42rem;
  margin-left: 0.42rem;
}
.custom-section-btn::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem !important;
  transition: all 300ms ease;
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  animation: none;
}
.custom-section-btn .btn {
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  position: relative;
  z-index: 11;
  transform-style: preserve-3d;
  transition: all 300ms ease;
  border: none !important;
  margin: 0 !important;
  animation: none;
  min-height: 106px;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .custom-section-btn .btn {
    padding: 12px 24px;
    min-height: 68px;
  }
}
.custom-section-btn:hover .btn {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.custom-section-btn:hover::after {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uQDHciyuzA .navbar-dropdown {
  position: relative !important;
}
.cid-uQDHciyuzA .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-uQDHciyuzA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQDHciyuzA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQDHciyuzA .dropdown-item:hover,
.cid-uQDHciyuzA .dropdown-item:focus {
  background: #ddbea9 !important;
  color: white !important;
}
.cid-uQDHciyuzA .dropdown-item:hover span {
  color: white;
}
.cid-uQDHciyuzA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQDHciyuzA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQDHciyuzA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQDHciyuzA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQDHciyuzA .nav-link {
  position: relative;
}
.cid-uQDHciyuzA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQDHciyuzA .container {
    flex-wrap: nowrap;
  }
}
.cid-uQDHciyuzA .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-uQDHciyuzA .iconfont-wrapper:hover {
  color: #cb997e !important;
}
.cid-uQDHciyuzA .dropdown-menu,
.cid-uQDHciyuzA .navbar.opened {
  background: #151300 !important;
}
.cid-uQDHciyuzA .nav-item:focus,
.cid-uQDHciyuzA .nav-link:focus {
  outline: none;
}
.cid-uQDHciyuzA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQDHciyuzA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQDHciyuzA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQDHciyuzA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQDHciyuzA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDHciyuzA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDHciyuzA .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: #151300;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQDHciyuzA .navbar.opened {
  transition: all 0.3s;
}
.cid-uQDHciyuzA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQDHciyuzA .navbar .navbar-logo img {
  width: auto;
}
.cid-uQDHciyuzA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQDHciyuzA .navbar.collapsed {
  justify-content: center;
}
.cid-uQDHciyuzA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDHciyuzA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQDHciyuzA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDHciyuzA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDHciyuzA .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-uQDHciyuzA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDHciyuzA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQDHciyuzA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQDHciyuzA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDHciyuzA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDHciyuzA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDHciyuzA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDHciyuzA .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-uQDHciyuzA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQDHciyuzA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDHciyuzA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQDHciyuzA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uQDHciyuzA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQDHciyuzA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQDHciyuzA .navbar.navbar-short {
  min-height: 96px;
}
.cid-uQDHciyuzA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQDHciyuzA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-uQDHciyuzA .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-uQDHciyuzA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQDHciyuzA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDHciyuzA .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uQDHciyuzA .dropdown-item.active,
.cid-uQDHciyuzA .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDHciyuzA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDHciyuzA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDHciyuzA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDHciyuzA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #151300;
}
.cid-uQDHciyuzA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQDHciyuzA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQDHciyuzA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQDHciyuzA .navbar-buttons {
  text-align: center;
}
.cid-uQDHciyuzA .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #e9e9d5 !important;
  box-shadow: 3px 3px 0 0 #e9e9d5 !important;
}
.cid-uQDHciyuzA .navbar-buttons .btn:hover {
  border: solid 2px #e9e9d5 !important;
  box-shadow: 0 0 0 0 #e9e9d5 !important;
}
@media (max-width: 575px) {
  .cid-uQDHciyuzA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQDHciyuzA button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #151300 !important;
  border: solid 2px #ddbea9 !important;
  box-shadow: 3px 3px 0 0 #ddbea9 !important;
}
.cid-uQDHciyuzA button.navbar-toggler:hover {
  border: solid 2px #ddbea9 !important;
  color: #cb997e !important;
  box-shadow: 0 0 0 0 #ddbea9 !important;
}
.cid-uQDHciyuzA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQDHciyuzA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-uQDHciyuzA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-uQDHciyuzA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-uQDHciyuzA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-uQDHciyuzA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQDHciyuzA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQDHciyuzA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQDHciyuzA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQDHciyuzA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQDHciyuzA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQDHciyuzA .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-uQDHciyuzA .navbar {
    height: 70px;
  }
  .cid-uQDHciyuzA .navbar.opened {
    height: auto;
  }
  .cid-uQDHciyuzA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQDHciyuzA .navbar-nav {
  margin: 0 auto;
}
.cid-uQDHciyuzA .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uQDHciyuzA .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-uQDHciyuzA .nav-item .nav-link::after {
  color: #cb997e !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uQDHciyuzA .nav-item .nav-link:hover {
  color: #e9e9d5 !important;
}
.cid-uQDHciyuzA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQDHciyuzA .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uQDHciyuzA .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uQDHciyuzA .nav-item .dropdown-menu .dropdown-item {
  color: #151300 !important;
  background-color: transparent !important;
}
.cid-uQDHciyuzA .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ddbea9 !important;
}
@media (max-width: 991px) {
  .cid-uQDHciyuzA .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQDHciyuzA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQDHciyuzA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQDHciyuzA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQDHciyuzA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQDHciyuzA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uQDHciyuzA .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-uQDHciyuzA .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-uQDHciyuzA .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-uQDHciyuzA .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQDHciyuzA .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-uQDHciyuzA .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-uQDHciyuzA .navbar-caption {
  color: #FFFFFF;
}
.cid-uQDHciyuzA .nav-link,
.cid-uQDHciyuzA .dropdown-item {
  color: #FFFFFF;
}
.cid-uQDHciKA6p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #151300;
}
.cid-uQDHciKA6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDHciKA6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDHciKA6p .row {
  justify-content: left;
}
.cid-uQDHciKA6p .mbr-section-title {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #fff1db 29.66%, #ffcaad 61%, #e9e9d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQDHciKA6p .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-uQDHciKA6p .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-uQDHciKA6p .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-uQDHciKA6p .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-uQDHciKA6p .custom-section-btn {
  height: 100%;
  background-image: linear-gradient(90deg, #f8f8f6 2.76%, #fff1db 29.66%, #ffcaad 61%, #e9e9d5 99.93%);
}
.cid-uQDHciKA6p .custom-section-btn::after {
  background-image: linear-gradient(90deg, #f8f8f6 2.76%, #fff1db 29.66%, #ffcaad 61%, #e9e9d5 99.93%);
}
.cid-uQDHciKA6p .custom-section-btn .btn {
  height: 100%;
}
.cid-uQDHciKA6p .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uQDHciKA6p .text-container {
    margin: 26px auto 0;
  }
}
.cid-uQDHciKA6p .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uQDHciKA6p .mbr-text {
    text-align: center !important;
  }
}
.cid-uQDHciKA6p .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uQDHciKA6p .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uQDHciKA6p .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uQDHciKA6p .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uQDHciKA6p .icon-text {
  color: #FFFFFF;
}
.cid-uQDHciKA6p .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uQDHciKA6p .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uQDHciKA6p .mbr-section-title,
.cid-uQDHciKA6p .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uQDI5eets5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212132;
}
.cid-uQDI5eets5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDI5eets5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDI5eets5 .container {
  max-width: 1280px;
}
.cid-uQDI5eets5 .row {
  justify-content: flex-start;
}
.cid-uQDI5eets5 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uQDI5eets5 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uQDI5eets5 .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uQDI5eets5 .mbr-section-title {
  color: #AE5EFF;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uQDI5eets5 .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uQDI5eets5 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQDI5eets5 .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uQDI5eets5 .mbr-section-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-uQDI5eets5 .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-uQDHcoml5j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151300;
}
.cid-uQDHcoml5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDHcoml5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDHcoml5j .container {
  max-width: 1280px;
}
.cid-uQDHcoml5j .row {
  justify-content: flex-start;
}
.cid-uQDHcoml5j .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uQDHcoml5j .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uQDHcoml5j .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uQDHcoml5j .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uQDHcoml5j .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uQDHcoml5j .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQDHcoml5j .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uQDHcoml5j .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: left;
}
.cid-uQDHcoml5j .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-uQDIe3LwOx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQDIe3LwOx .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uQDIe3LwOx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uQDIe3LwOx .container {
    padding: 0 20px;
  }
}
.cid-uQDIe3LwOx .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uQDIe3LwOx .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uQDIe3LwOx .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uQDIe3LwOx .content-wrapper .content-wrap {
    margin-bottom: 46px;
  }
}
.cid-uQDIe3LwOx .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 32px;
}
.cid-uQDIe3LwOx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQDIe3LwOx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQDIe3LwOx .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uQDIe3LwOx .google-map {
  height: 30rem;
  border-radius: 20px;
  position: relative;
}
.cid-uQDIe3LwOx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQDIe3LwOx .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQDIe3LwOx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQDIe3LwOx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQDIe3LwOx iframe {
  border-radius: 20px !important;
}
