body {
  font-family: Cormorant Upright;
}
.display-1 {
  font-family: 'Cormorant Upright', serif;
  font-size: 9.4rem;
  line-height: .7em;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 11.75rem;
}
.display-2 {
  font-family: 'Cormorant Upright', serif;
  font-size: 4.5rem;
  line-height: 71px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.06rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.56rem;
  line-height: 25px;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 1.95rem;
}
.display-7 {
  font-family: 'Cormorant Upright', serif;
  font-size: 2rem;
  line-height: 1.59em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 7.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.58rem;
    font-size: calc( 3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.848rem;
    font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #e0bdb6 !important;
}
.bg-success {
  background-color: #747474 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #b492a5 !important;
}
.bg-danger {
  background-color: #011528 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e0bdb6 !important;
  border-color: #e0bdb6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c68679 !important;
  border-color: #c68679 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c68679 !important;
  border-color: #c68679 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #474747 !important;
  border-color: #474747 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #747474 !important;
  border-color: #747474 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #494949 !important;
  border-color: #494949 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b492a5 !important;
  border-color: #b492a5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #8e627a !important;
  border-color: #8e627a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8e627a !important;
  border-color: #8e627a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #011528 !important;
  border-color: #011528 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e0bdb6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c68679 !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: #e0bdb6 !important;
  border-color: #e0bdb6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #474747;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1c1c1c !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: #474747 !important;
  border-color: #474747 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #747474;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #494949 !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: #747474 !important;
  border-color: #747474 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b492a5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8e627a !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: #b492a5 !important;
  border-color: #b492a5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #011528;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !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: #011528 !important;
  border-color: #011528 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e0bdb6 !important;
}
.text-secondary {
  color: #474747 !important;
}
.text-success {
  color: #747474 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #b492a5 !important;
}
.text-danger {
  color: #011528 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c27c6e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #141414 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #414141 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #855b72 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #e0bdb6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #b492a5;
}
.alert-danger {
  background-color: #011528;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e0bdb6;
  border-color: #e0bdb6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e0bdb6;
}
.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: #b4b4b4;
}
.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: #e8dee3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #92c8fc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Cormorant Upright', serif;
  font-size: 2rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #e0bdb6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cormorant Upright', serif;
  font-size: 2rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #e0bdb6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e0bdb6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e0bdb6;
}
.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: #e0bdb6;
  border-bottom-color: #e0bdb6;
}
.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: #e0bdb6 !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: #474747 !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='%23e0bdb6' %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 {
  position: relative;
  padding: 0 14px 0 0;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 83%;
  height: 1px;
  background-color: #e0bdb6;
}
.mbr-section-btn .btn::after,
.mbr-section-btn-main .btn::after {
  content: '';
  position: absolute;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #e0bdb6;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  padding: 14px;
}
.mbr-section-btn .btn-primary::after,
.mbr-section-btn-main .btn-primary::after,
.mbr-section-btn .btn-secondary::after,
.mbr-section-btn-main .btn-secondary::after,
.mbr-section-btn .btn-success::after,
.mbr-section-btn-main .btn-success::after,
.mbr-section-btn .btn-info::after,
.mbr-section-btn-main .btn-info::after,
.mbr-section-btn .btn-danger::after,
.mbr-section-btn-main .btn-danger::after,
.mbr-section-btn .btn-warning::after,
.mbr-section-btn-main .btn-warning::after,
.mbr-section-btn .btn-black::after,
.mbr-section-btn-main .btn-black::after,
.mbr-section-btn .btn-white::after,
.mbr-section-btn-main .btn-white::after {
  display: none;
}
.mbr-section-btn .btn-primary::before,
.mbr-section-btn-main .btn-primary::before,
.mbr-section-btn .btn-secondary::before,
.mbr-section-btn-main .btn-secondary::before,
.mbr-section-btn .btn-success::before,
.mbr-section-btn-main .btn-success::before,
.mbr-section-btn .btn-info::before,
.mbr-section-btn-main .btn-info::before,
.mbr-section-btn .btn-danger::before,
.mbr-section-btn-main .btn-danger::before,
.mbr-section-btn .btn-warning::before,
.mbr-section-btn-main .btn-warning::before,
.mbr-section-btn .btn-black::before,
.mbr-section-btn-main .btn-black::before,
.mbr-section-btn .btn-white::before,
.mbr-section-btn-main .btn-white::before {
  display: none;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  animation: ani-button 0.8s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  background-color: #ffffff;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #e0bdb6;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #e0bdb6 !important;
}
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before {
  background-color: #474747;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #474747 !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #747474;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #747474 !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #011528;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #011528 !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #b492a5;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #b492a5 !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #232323;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #232323 !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #fff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
@keyframes ani-button {
  from {
    transform: scale(0);
    transform-origin: center;
  }
  to {
    transform: scale(1);
    transform-origin: center;
  }
}
.cid-trf9xCuGg8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-trf9xCuGg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9xCuGg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9xCuGg8 .row {
  justify-content: center;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-trf9xCuGg8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-trf9xCuGg8 .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-desc {
  color: #e2e2e2;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-year {
  color: #d7d7d7;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-trf9o2kpj1 {
  background-image: url("../../../assets/images/cba821eb-e05a-42f5-9952-67ef89b5e75a-1-105-c.webp");
}
.cid-trf9o2kpj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9o2kpj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-trf9o2kpj1 .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-trf9o2kpj1 .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-trf9o2kpj1 .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-trf9o2kpj1 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-trf9o2kpj1 .mbr-section-title {
  color: #E0BDB6;
}
.cid-trf9o2kpj1 .mbr-text {
  color: #ffebe6;
}
.cid-trf9o2kpj1 .mbr-section-title,
.cid-trf9o2kpj1 .mbr-section-btn {
  color: #ffebe6;
  text-align: center;
}
.cid-vearW0EAPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vearW0EAPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-vearW0EAPE .image-wrapper {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vearW0EAPE .image-wrapper {
    height: 300px;
  }
}
.cid-vea7cDbU1x {
  background-color: #ffffff;
}
.cid-vea7cDbU1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vea7cDbU1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vea7cDbU1x .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vea7cDbU1x .image-wrapper img {
    height: 350px;
  }
}
.cid-vea7cDbU1x .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-vea7cDbU1x .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e0bdb6;
  margin-right: 17px;
}
.cid-vea7cDbU1x .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vea7cDbU1x .mbr-text {
  color: #747474;
}
.cid-vea7cDbU1x .mbr-text,
.cid-vea7cDbU1x .text {
  text-align: center;
}
.cid-trfafwSCBE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e0bdb6;
}
.cid-trfafwSCBE .image_1 {
  position: absolute;
  top: 120px;
  left: -6rem;
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1400px) {
  .cid-trfafwSCBE .image_1 {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .cid-trfafwSCBE .image_1 {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .image_1 {
    max-width: 100%;
    position: static;
    margin-bottom: 50px;
  }
}
.cid-trfafwSCBE .image_2 {
  position: absolute;
  top: 215px;
  right: -6rem;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .image_2 {
    display: none;
  }
}
.cid-trfafwSCBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-trfafwSCBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trfafwSCBE .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-trfafwSCBE .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 210px;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .border-wrapper_1 {
    margin-bottom: 140px;
  }
}
.cid-trfafwSCBE .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 210px;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .border-wrapper_2 {
    margin-top: 140px;
  }
}
.cid-trfafwSCBE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-trfafwSCBE .title-wrapper .mbr-text {
  margin-bottom: 26px;
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .title-wrapper .mbr-text {
    padding-left: 0;
  }
}
.cid-trfafwSCBE .title-wrapper .mbr-section-btn {
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .title-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-trfafwSCBE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-trfafwSCBE .mbr-text {
  color: #ffffff;
}
.cid-ve9v0kVgeQ {
  background-color: #000000;
}
.cid-ve9v0kVgeQ .carousel {
  height: 800px;
  max-height: 780px;
  overflow: hidden;
}
.cid-ve9v0kVgeQ .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-ve9v0kVgeQ .carousel-item,
.cid-ve9v0kVgeQ .carousel-inner {
  height: 100%;
}
.cid-ve9v0kVgeQ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
}
.cid-ve9v0kVgeQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ve9v0kVgeQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ve9v0kVgeQ .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-ve9v0kVgeQ .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (min-width: 991px) {
  .cid-ve9v0kVgeQ .item-wrapper {
    padding: 0 6rem;
  }
}
@media (min-width: 991px) {
  .cid-ve9v0kVgeQ .mbr-overlay {
    margin: 0 6rem;
  }
}
@media (max-width: 767px) {
  .cid-ve9v0kVgeQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ve9v0kVgeQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ve9v0kVgeQ .row {
  position: relative;
}
@media (min-width: 991px) {
  .cid-ve9v0kVgeQ .row {
    padding-left: 14rem;
  }
}
.cid-ve9v0kVgeQ .container {
  margin-bottom: 3px;
}
.cid-ve9v0kVgeQ .carousel-control {
  color: #fafafa;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.8;
}
.cid-ve9v0kVgeQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ve9v0kVgeQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ve9v0kVgeQ .carousel-control {
    top: 40%;
  }
  .cid-ve9v0kVgeQ .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
  .cid-ve9v0kVgeQ .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
.cid-ve9v0kVgeQ .buttons-wrap {
  justify-content: start;
}
.cid-ve9v0kVgeQ .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-ve9v0kVgeQ .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-ve9v0kVgeQ .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-ve9v0kVgeQ .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-ve9v0kVgeQ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ve9v0kVgeQ .wrap {
  z-index: 9999;
}
.cid-ve9v0kVgeQ .btnHeader {
  cursor: pointer;
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  left: 25%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
}
@media (max-width: 991px) {
  .cid-ve9v0kVgeQ .btnHeader {
    left: 5%;
    top: 60%;
  }
}
.cid-ve9v0kVgeQ .btnHeader::before,
.cid-ve9v0kVgeQ .btnHeader::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
}
.cid-ve9v0kVgeQ .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-ve9v0kVgeQ .btnHeader:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.cid-ve9v0kVgeQ .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-ve9v0kVgeQ .btnHeader:hover::after {
  border-top: 1px solid #fff;
  border-left-color: #fff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-ve9v0kVgeQ .img {
  position: relative;
}
.cid-ve9v0kVgeQ .social-row {
  flex-direction: row-reverse;
  position: absolute;
  bottom: 10%;
  right: 1%;
}
.cid-ve9v0kVgeQ .soc-item {
  transform: rotate(-90deg);
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-ve9v0kVgeQ .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-ve9v0kVgeQ .soc-item::before,
.cid-ve9v0kVgeQ .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-ve9v0kVgeQ .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-ve9v0kVgeQ .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-ve9v0kVgeQ .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-ve9v0kVgeQ .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-trf9MAT4Fl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trf9MAT4Fl .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9MAT4Fl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9MAT4Fl .row {
  justify-content: center;
}
.cid-trf9MAT4Fl .dragArea.row {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-trf9MAT4Fl .dragArea.row {
    padding-right: 0;
  }
}
.cid-trf9MAT4Fl .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-trf9MAT4Fl .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
.cid-trf9MAT4Fl .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #d7d7d7 !important;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  line-height: 1em;
  min-height: auto;
}
.cid-trf9MAT4Fl .dragArea.row .form-group .form-control:hover,
.cid-trf9MAT4Fl .dragArea.row .form-group .form-control:focus {
  border-bottom: #474747;
}
.cid-trf9MAT4Fl .dragArea.row .form-group .form-control::placeholder {
  color: #747474;
}
.cid-trf9MAT4Fl .dragArea.row .form-group textarea {
  min-height: 145px;
}
.cid-trf9MAT4Fl .dragArea.row .mbr-section-btn {
  margin-top: 18px;
  width: 100% !important;
}
.cid-trf9MAT4Fl .dragArea.row .mbr-section-btn .btn {
  width: fit-content;
  display: inline-flex;
  min-height: auto;
}
.cid-trf9MAT4Fl .image-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 40px;
}
@media (max-width: 992px) {
  .cid-trf9MAT4Fl .image-wrapper {
    padding-top: 80px;
  }
}
.cid-trf9MAT4Fl .image-wrapper img {
  width: 320px;
  height: 430px;
  object-fit: cover;
  border-radius: 10rem;
}
.cid-trf9MAT4Fl .image-wrapper img:nth-child(2) {
  position: absolute;
  top: -5rem;
  right: 0;
  width: 200px;
  height: 260px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-trf9MAT4Fl .image-wrapper img:nth-child(2) {
    display: none;
  }
}
.cid-trf9MAT4Fl .image-wrapper img:last-child {
  position: absolute;
  right: 0;
  bottom: -5rem;
  width: 300px;
  height: 300px;
}
@media (max-width: 992px) {
  .cid-trf9MAT4Fl .image-wrapper img:last-child {
    display: none;
  }
}
.cid-trf9MAT4Fl .mbr-section-title {
  color: #E0BDB6;
}
.cid-veapxaAjyx .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-veapxaAjyx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-veapxaAjyx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .menu_box .navbar.opened,
  .cid-veapxaAjyx .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-veapxaAjyx .navbar-dropdown {
  position: relative !important;
}
.cid-veapxaAjyx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veapxaAjyx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veapxaAjyx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-veapxaAjyx .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-veapxaAjyx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-veapxaAjyx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-veapxaAjyx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-veapxaAjyx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-veapxaAjyx .offcanvas-body .mbr-text,
  .cid-veapxaAjyx .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-veapxaAjyx .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-veapxaAjyx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-veapxaAjyx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veapxaAjyx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-veapxaAjyx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-veapxaAjyx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-veapxaAjyx .lg_brand {
    margin: 0 1rem;
  }
}
.cid-veapxaAjyx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veapxaAjyx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .nav-item {
    margin: 0 !important;
  }
}
.cid-veapxaAjyx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veapxaAjyx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veapxaAjyx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veapxaAjyx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-veapxaAjyx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veapxaAjyx .offcanvas_box {
    display: none;
  }
}
.cid-veapxaAjyx .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-veapxaAjyx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veapxaAjyx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veapxaAjyx .container {
  display: flex;
  margin: auto;
}
.cid-veapxaAjyx .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veapxaAjyx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veapxaAjyx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veapxaAjyx .navbar-caption {
  color: #747474;
}
.cid-veapxaAjyx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-veapxaAjyx .navbar-nav {
    margin: 0;
  }
}
.cid-veapxaAjyx .dropdown-menu,
.cid-veapxaAjyx .navbar.opened {
  background-color: false !important;
}
.cid-veapxaAjyx .nav-item:focus,
.cid-veapxaAjyx .nav-link:focus {
  outline: none;
}
.cid-veapxaAjyx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veapxaAjyx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veapxaAjyx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veapxaAjyx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veapxaAjyx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veapxaAjyx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veapxaAjyx .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-veapxaAjyx .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-veapxaAjyx .navbar.opened {
  transition: all 0.3s;
}
.cid-veapxaAjyx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veapxaAjyx .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-veapxaAjyx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-veapxaAjyx .navbar.collapsed {
  justify-content: center;
}
.cid-veapxaAjyx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veapxaAjyx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veapxaAjyx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veapxaAjyx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veapxaAjyx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veapxaAjyx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veapxaAjyx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veapxaAjyx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-veapxaAjyx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veapxaAjyx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veapxaAjyx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veapxaAjyx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veapxaAjyx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veapxaAjyx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veapxaAjyx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veapxaAjyx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veapxaAjyx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veapxaAjyx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veapxaAjyx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veapxaAjyx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veapxaAjyx .navbar.navbar-short {
  min-height: 60px;
}
.cid-veapxaAjyx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veapxaAjyx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veapxaAjyx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veapxaAjyx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veapxaAjyx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veapxaAjyx .dropdown-item.active,
.cid-veapxaAjyx .dropdown-item:active {
  background-color: transparent;
}
.cid-veapxaAjyx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veapxaAjyx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veapxaAjyx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veapxaAjyx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veapxaAjyx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-veapxaAjyx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veapxaAjyx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-veapxaAjyx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-veapxaAjyx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veapxaAjyx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veapxaAjyx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veapxaAjyx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veapxaAjyx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veapxaAjyx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veapxaAjyx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veapxaAjyx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veapxaAjyx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veapxaAjyx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veapxaAjyx .navbar {
    height: 70px;
  }
  .cid-veapxaAjyx .navbar.opened {
    height: auto;
  }
  .cid-veapxaAjyx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veapxaAjyx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-veapxaAjyx .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-veapxaAjyx .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-veapxaAjyx .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-veapxaAjyx .navbar-caption:hover {
  color: #e0bdb6;
}
@media (min-width: 992px) {
  .cid-veapxaAjyx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veapxaAjyx .nav-link {
  position: relative;
}
.cid-veapxaAjyx .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e0bdb6;
  transition: all .3s ease;
  opacity: 0;
}
.cid-veapxaAjyx .nav-link:hover:before {
  opacity: 1;
}
.cid-veapxaAjyx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veapxaAjyx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veapxaAjyx .text_widget {
  color: #ffffff;
}
.cid-veapxaAjyx .mbr-section-subtitle,
.cid-veapxaAjyx .text_widget,
.cid-veapxaAjyx .mbr-section-btn {
  text-align: center;
}
.cid-veapxaAjyx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ve9jXTkosi {
  background-image: url("../../../assets/images/image16.webp");
}
.cid-ve9jXTkosi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve9jXTkosi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve9jXTkosi .content-wrap {
  margin: 0 -50px 50px;
}
.cid-ve9jXTkosi .content-wrap .card {
  padding: 0 50px;
}
.cid-ve9jXTkosi .content-wrap .card:last-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ve9jXTkosi .content-wrap .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ve9jXTkosi .content-wrap .image-wrapper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 1640px) {
  .cid-ve9jXTkosi .content-wrap .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 1440px) {
  .cid-ve9jXTkosi .content-wrap .image-wrapper img {
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .cid-ve9jXTkosi .content-wrap .image-wrapper img {
    height: 200px;
  }
}
@media (max-width: 992px) {
  .cid-ve9jXTkosi .content-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-ve9jXTkosi .content-wrap .text-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ve9jXTkosi .content-wrap .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ve9jXTkosi .content-wrap .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-ve9jXTkosi .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-ve9jXTkosi .mbr-section-title {
  color: #ffffff;
}
.cid-ve9jXTkosi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ve9jXTkosi .mbr-text {
  color: #ffffff;
}
.cid-veapxaAjyx .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-veapxaAjyx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-veapxaAjyx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .menu_box .navbar.opened,
  .cid-veapxaAjyx .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-veapxaAjyx .navbar-dropdown {
  position: relative !important;
}
.cid-veapxaAjyx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veapxaAjyx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veapxaAjyx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-veapxaAjyx .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-veapxaAjyx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-veapxaAjyx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-veapxaAjyx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-veapxaAjyx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-veapxaAjyx .offcanvas-body .mbr-text,
  .cid-veapxaAjyx .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-veapxaAjyx .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-veapxaAjyx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-veapxaAjyx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veapxaAjyx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-veapxaAjyx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-veapxaAjyx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-veapxaAjyx .lg_brand {
    margin: 0 1rem;
  }
}
.cid-veapxaAjyx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veapxaAjyx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .nav-item {
    margin: 0 !important;
  }
}
.cid-veapxaAjyx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veapxaAjyx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veapxaAjyx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veapxaAjyx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-veapxaAjyx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veapxaAjyx .offcanvas_box {
    display: none;
  }
}
.cid-veapxaAjyx .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-veapxaAjyx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veapxaAjyx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veapxaAjyx .container {
  display: flex;
  margin: auto;
}
.cid-veapxaAjyx .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veapxaAjyx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veapxaAjyx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veapxaAjyx .navbar-caption {
  color: #747474;
}
.cid-veapxaAjyx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-veapxaAjyx .navbar-nav {
    margin: 0;
  }
}
.cid-veapxaAjyx .dropdown-menu,
.cid-veapxaAjyx .navbar.opened {
  background-color: false !important;
}
.cid-veapxaAjyx .nav-item:focus,
.cid-veapxaAjyx .nav-link:focus {
  outline: none;
}
.cid-veapxaAjyx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veapxaAjyx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veapxaAjyx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veapxaAjyx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veapxaAjyx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veapxaAjyx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veapxaAjyx .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-veapxaAjyx .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-veapxaAjyx .navbar.opened {
  transition: all 0.3s;
}
.cid-veapxaAjyx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veapxaAjyx .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-veapxaAjyx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-veapxaAjyx .navbar.collapsed {
  justify-content: center;
}
.cid-veapxaAjyx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veapxaAjyx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veapxaAjyx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veapxaAjyx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veapxaAjyx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veapxaAjyx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veapxaAjyx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veapxaAjyx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-veapxaAjyx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veapxaAjyx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veapxaAjyx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veapxaAjyx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veapxaAjyx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veapxaAjyx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veapxaAjyx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veapxaAjyx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veapxaAjyx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veapxaAjyx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veapxaAjyx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veapxaAjyx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veapxaAjyx .navbar.navbar-short {
  min-height: 60px;
}
.cid-veapxaAjyx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veapxaAjyx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veapxaAjyx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veapxaAjyx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veapxaAjyx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veapxaAjyx .dropdown-item.active,
.cid-veapxaAjyx .dropdown-item:active {
  background-color: transparent;
}
.cid-veapxaAjyx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veapxaAjyx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veapxaAjyx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veapxaAjyx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veapxaAjyx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-veapxaAjyx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veapxaAjyx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-veapxaAjyx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-veapxaAjyx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veapxaAjyx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veapxaAjyx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veapxaAjyx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veapxaAjyx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veapxaAjyx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veapxaAjyx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veapxaAjyx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veapxaAjyx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veapxaAjyx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veapxaAjyx .navbar {
    height: 70px;
  }
  .cid-veapxaAjyx .navbar.opened {
    height: auto;
  }
  .cid-veapxaAjyx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veapxaAjyx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-veapxaAjyx .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-veapxaAjyx .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-veapxaAjyx .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-veapxaAjyx .navbar-caption:hover {
  color: #e0bdb6;
}
@media (min-width: 992px) {
  .cid-veapxaAjyx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veapxaAjyx .nav-link {
  position: relative;
}
.cid-veapxaAjyx .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e0bdb6;
  transition: all .3s ease;
  opacity: 0;
}
.cid-veapxaAjyx .nav-link:hover:before {
  opacity: 1;
}
.cid-veapxaAjyx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veapxaAjyx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veapxaAjyx .text_widget {
  color: #ffffff;
}
.cid-veapxaAjyx .mbr-section-subtitle,
.cid-veapxaAjyx .text_widget,
.cid-veapxaAjyx .mbr-section-btn {
  text-align: center;
}
.cid-veapxaAjyx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ve9ucXxhZK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-ve9ucXxhZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve9ucXxhZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve9ucXxhZK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-ve9ucXxhZK .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ve9ucXxhZK .embla__slide .slider-link:hover img {
  transform: scale(1);
  transition: 0.7s ease-out;
}
.cid-ve9ucXxhZK .embla__slide .slider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}
.cid-ve9ucXxhZK .embla__button--next,
.cid-ve9ucXxhZK .embla__button--prev {
  display: flex;
}
.cid-ve9ucXxhZK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #e0bdb6;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-ve9ucXxhZK .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-ve9ucXxhZK .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-ve9ucXxhZK .embla__button {
    display: none;
  }
}
.cid-ve9ucXxhZK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ve9ucXxhZK .embla__button:hover {
  background: transparent;
  color: #e0bdb6;
  border: none;
  opacity: .65;
}
.cid-ve9ucXxhZK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-ve9ucXxhZK .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-ve9ucXxhZK .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-ve9ucXxhZK .embla {
  position: relative;
  width: 100%;
}
.cid-ve9ucXxhZK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ve9ucXxhZK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ve9ucXxhZK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ve9ucXxhZK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
#custom-html-5 {
  /* Type valid CSS here */
}
#custom-html-5 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5 p {
  font-size: 60px;
  color: #23999999;
}
#custom-html-h {
  /* Type valid CSS here */
}
#custom-html-h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-h p {
  font-size: 60px;
  color: #777;
}
.cid-veap3s4vxJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veap3s4vxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veap3s4vxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veap3s4vxJ .row {
  justify-content: center;
}
.cid-veap3s4vxJ .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-veap3s4vxJ .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-veap3s4vxJ .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-veap3s4vxJ .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-veap3s4vxJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veap3s4vxJ .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-veap3s4vxJ .mbr-desc {
  color: #474747;
  text-align: center;
}
.cid-veap3s4vxJ .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-veap3s4vxJ .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-veap3s4vxJ .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-veap384Dqa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e0bdb6;
}
.cid-veap384Dqa .image_1 {
  position: absolute;
  top: 120px;
  left: -6rem;
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1400px) {
  .cid-veap384Dqa .image_1 {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .cid-veap384Dqa .image_1 {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .cid-veap384Dqa .image_1 {
    max-width: 100%;
    position: static;
    margin-bottom: 50px;
  }
}
.cid-veap384Dqa .image_2 {
  position: absolute;
  top: 215px;
  right: -6rem;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-veap384Dqa .image_2 {
    display: none;
  }
}
.cid-veap384Dqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-veap384Dqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veap384Dqa .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-veap384Dqa .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 210px;
}
@media (max-width: 992px) {
  .cid-veap384Dqa .border-wrapper_1 {
    margin-bottom: 140px;
  }
}
.cid-veap384Dqa .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 210px;
}
@media (max-width: 992px) {
  .cid-veap384Dqa .border-wrapper_2 {
    margin-top: 140px;
  }
}
.cid-veap384Dqa .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-veap384Dqa .title-wrapper .mbr-text {
  margin-bottom: 26px;
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-veap384Dqa .title-wrapper .mbr-text {
    padding-left: 0;
  }
}
.cid-veap384Dqa .title-wrapper .mbr-section-btn {
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-veap384Dqa .title-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-veap384Dqa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-veap384Dqa .mbr-text {
  color: #ffffff;
}
.cid-veapxaAjyx .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-veapxaAjyx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-veapxaAjyx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .menu_box .navbar.opened,
  .cid-veapxaAjyx .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-veapxaAjyx .navbar-dropdown {
  position: relative !important;
}
.cid-veapxaAjyx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veapxaAjyx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veapxaAjyx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-veapxaAjyx .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #e0bdb6;
  }
  .cid-veapxaAjyx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-veapxaAjyx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-veapxaAjyx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-veapxaAjyx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-veapxaAjyx .offcanvas-body .mbr-text,
  .cid-veapxaAjyx .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-veapxaAjyx .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-veapxaAjyx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-veapxaAjyx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-veapxaAjyx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veapxaAjyx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-veapxaAjyx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-veapxaAjyx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-veapxaAjyx .lg_brand {
    margin: 0 1rem;
  }
}
.cid-veapxaAjyx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veapxaAjyx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .nav-item {
    margin: 0 !important;
  }
}
.cid-veapxaAjyx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veapxaAjyx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veapxaAjyx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veapxaAjyx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-veapxaAjyx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veapxaAjyx .offcanvas_box {
    display: none;
  }
}
.cid-veapxaAjyx .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-veapxaAjyx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veapxaAjyx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veapxaAjyx .container {
  display: flex;
  margin: auto;
}
.cid-veapxaAjyx .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veapxaAjyx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veapxaAjyx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veapxaAjyx .navbar-caption {
  color: #747474;
}
.cid-veapxaAjyx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-veapxaAjyx .navbar-nav {
    margin: 0;
  }
}
.cid-veapxaAjyx .dropdown-menu,
.cid-veapxaAjyx .navbar.opened {
  background-color: false !important;
}
.cid-veapxaAjyx .nav-item:focus,
.cid-veapxaAjyx .nav-link:focus {
  outline: none;
}
.cid-veapxaAjyx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veapxaAjyx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veapxaAjyx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veapxaAjyx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veapxaAjyx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veapxaAjyx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veapxaAjyx .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-veapxaAjyx .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-veapxaAjyx .navbar.opened {
  transition: all 0.3s;
}
.cid-veapxaAjyx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veapxaAjyx .navbar .navbar-logo img {
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-veapxaAjyx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-veapxaAjyx .navbar.collapsed {
  justify-content: center;
}
.cid-veapxaAjyx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veapxaAjyx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veapxaAjyx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veapxaAjyx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veapxaAjyx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veapxaAjyx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veapxaAjyx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veapxaAjyx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veapxaAjyx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-veapxaAjyx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veapxaAjyx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veapxaAjyx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veapxaAjyx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veapxaAjyx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veapxaAjyx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veapxaAjyx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veapxaAjyx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veapxaAjyx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veapxaAjyx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-veapxaAjyx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veapxaAjyx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veapxaAjyx .navbar.navbar-short {
  min-height: 60px;
}
.cid-veapxaAjyx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veapxaAjyx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veapxaAjyx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veapxaAjyx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veapxaAjyx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veapxaAjyx .dropdown-item.active,
.cid-veapxaAjyx .dropdown-item:active {
  background-color: transparent;
}
.cid-veapxaAjyx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veapxaAjyx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veapxaAjyx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veapxaAjyx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veapxaAjyx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #e0bdb6;
}
.cid-veapxaAjyx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veapxaAjyx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-veapxaAjyx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-veapxaAjyx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veapxaAjyx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veapxaAjyx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veapxaAjyx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veapxaAjyx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veapxaAjyx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veapxaAjyx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veapxaAjyx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veapxaAjyx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veapxaAjyx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veapxaAjyx .navbar {
    height: 70px;
  }
  .cid-veapxaAjyx .navbar.opened {
    height: auto;
  }
  .cid-veapxaAjyx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veapxaAjyx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-veapxaAjyx .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-veapxaAjyx .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-veapxaAjyx .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-veapxaAjyx .navbar-caption:hover {
  color: #e0bdb6;
}
@media (min-width: 992px) {
  .cid-veapxaAjyx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veapxaAjyx .nav-link {
  position: relative;
}
.cid-veapxaAjyx .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #e0bdb6;
  transition: all .3s ease;
  opacity: 0;
}
.cid-veapxaAjyx .nav-link:hover:before {
  opacity: 1;
}
.cid-veapxaAjyx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-veapxaAjyx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-veapxaAjyx .text_widget {
  color: #ffffff;
}
.cid-veapxaAjyx .mbr-section-subtitle,
.cid-veapxaAjyx .text_widget,
.cid-veapxaAjyx .mbr-section-btn {
  text-align: center;
}
.cid-veapxaAjyx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
#custom-html-i {
  /* Type valid CSS here */
}
#custom-html-i div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-i p {
  font-size: 60px;
  color: #777;
}
.cid-veaqnH25gM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-veaqnH25gM .mbr-fallback-image.disabled {
  display: none;
}
.cid-veaqnH25gM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veaqnH25gM .google-map {
  height: 350px;
  position: relative;
}
.cid-veaqnH25gM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-veaqnH25gM .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-veaqnH25gM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-veaqnH25gM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
