body {
  background-color: #fff6f3;
}
body {
  font-family: Liter;
}
.display-1 {
  font-family: 'Liter', sans-serif;
  font-size: 9.4rem;
  line-height: 0.9;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 11.75rem;
}
.display-2 {
  font-family: 'Liter', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Liter', sans-serif;
  font-size: 1.06rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'Liter', sans-serif;
  font-size: 1.56rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 1.95rem;
}
.display-7 {
  font-family: 'Liter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((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: #efe7bc !important;
}
.bg-success {
  background-color: #8eeabf !important;
}
.bg-info {
  background-color: #80e4f8 !important;
}
.bg-warning {
  background-color: #ffde79 !important;
}
.bg-danger {
  background-color: #eb8d96 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #efe7bc !important;
  border-color: #efe7bc !important;
  color: #8b7a21 !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: #453d10 !important;
  background-color: #dece76 !important;
  border-color: #dece76 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #8b7a21 !important;
  background-color: #dece76 !important;
  border-color: #dece76 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #74bdcb !important;
  border-color: #74bdcb !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: #3f98a9 !important;
  border-color: #3f98a9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3f98a9 !important;
  border-color: #3f98a9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #80e4f8 !important;
  border-color: #80e4f8 !important;
  color: #066173 !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: #ffffff !important;
  background-color: #2ed3f3 !important;
  border-color: #2ed3f3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #066173 !important;
  background-color: #2ed3f3 !important;
  border-color: #2ed3f3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8eeabf !important;
  border-color: #8eeabf !important;
  color: #13663f !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: #45dc96 !important;
  border-color: #45dc96 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #13663f !important;
  background-color: #45dc96 !important;
  border-color: #45dc96 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffde79 !important;
  border-color: #ffde79 !important;
  color: #795b00 !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: #221a00 !important;
  background-color: #ffc922 !important;
  border-color: #ffc922 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #795b00 !important;
  background-color: #ffc922 !important;
  border-color: #ffc922 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #eb8d96 !important;
  border-color: #eb8d96 !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: #de4352 !important;
  border-color: #de4352 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #de4352 !important;
  border-color: #de4352 !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: #efe7bc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #dece76 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #8b7a21 !important;
  background-color: #efe7bc !important;
  border-color: #efe7bc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #74bdcb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3f98a9 !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: #74bdcb !important;
  border-color: #74bdcb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #80e4f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2ed3f3 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #066173 !important;
  background-color: #80e4f8 !important;
  border-color: #80e4f8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8eeabf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #45dc96 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #13663f !important;
  background-color: #8eeabf !important;
  border-color: #8eeabf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffde79;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc922 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #795b00 !important;
  background-color: #ffde79 !important;
  border-color: #ffde79 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eb8d96;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #de4352 !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: #eb8d96 !important;
  border-color: #eb8d96 !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: #efe7bc !important;
}
.text-secondary {
  color: #74bdcb !important;
}
.text-success {
  color: #8eeabf !important;
}
.text-info {
  color: #80e4f8 !important;
}
.text-warning {
  color: #ffde79 !important;
}
.text-danger {
  color: #eb8d96 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #dbca6a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3b8e9e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #38da8e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1fcff3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc513 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #dc3646 !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: #efe7bc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #80e4f8;
}
.alert-warning {
  background-color: #ffde79;
}
.alert-danger {
  background-color: #eb8d96;
}
.mbr-gallery-filter li.active .btn {
  background-color: #efe7bc;
  border-color: #efe7bc;
  color: #9f8c26;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #efe7bc;
}
.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: 'Liter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #efe7bc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Liter', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #efe7bc;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #efe7bc;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #efe7bc;
}
.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: #efe7bc;
  border-bottom-color: #efe7bc;
}
.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: #efe7bc !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: #74bdcb !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='%23efe7bc' %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: #efe7bc;
}
.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: #efe7bc;
}
.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: #80e4f8;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #efe7bc;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #efe7bc !important;
}
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before {
  background-color: #74bdcb;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #74bdcb !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #8eeabf;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #8eeabf !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #80e4f8;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #80e4f8 !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #eb8d96;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #eb8d96 !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #ffde79;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #ffde79 !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-uJPI5Aq3Rv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uJPI5Aq3Rv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uJPI5Aq3Rv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJPI5Aq3Rv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJPI5Aq3Rv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJPI5Aq3Rv .menu_box .navbar.opened,
  .cid-uJPI5Aq3Rv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJPI5Aq3Rv .navbar-dropdown {
  position: relative !important;
}
.cid-uJPI5Aq3Rv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJPI5Aq3Rv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJPI5Aq3Rv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJPI5Aq3Rv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJPI5Aq3Rv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uJPI5Aq3Rv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJPI5Aq3Rv 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;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uJPI5Aq3Rv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uJPI5Aq3Rv .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uJPI5Aq3Rv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uJPI5Aq3Rv .nav-item {
    margin: 0 !important;
  }
}
.cid-uJPI5Aq3Rv .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uJPI5Aq3Rv .nav-item .nav-link:hover,
.cid-uJPI5Aq3Rv .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uJPI5Aq3Rv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJPI5Aq3Rv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJPI5Aq3Rv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJPI5Aq3Rv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJPI5Aq3Rv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uJPI5Aq3Rv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJPI5Aq3Rv .offcanvas_box {
    display: none;
  }
}
.cid-uJPI5Aq3Rv .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uJPI5Aq3Rv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJPI5Aq3Rv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJPI5Aq3Rv .container {
  display: flex;
  margin: auto;
}
.cid-uJPI5Aq3Rv .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-uJPI5Aq3Rv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJPI5Aq3Rv .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uJPI5Aq3Rv .navbar-caption {
  color: #000000;
}
.cid-uJPI5Aq3Rv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJPI5Aq3Rv .navbar-nav {
    margin: 0;
  }
}
.cid-uJPI5Aq3Rv .dropdown-menu,
.cid-uJPI5Aq3Rv .navbar.opened {
  background-color: false !important;
}
.cid-uJPI5Aq3Rv .nav-item:focus,
.cid-uJPI5Aq3Rv .nav-link:focus {
  outline: none;
}
.cid-uJPI5Aq3Rv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJPI5Aq3Rv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJPI5Aq3Rv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJPI5Aq3Rv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJPI5Aq3Rv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJPI5Aq3Rv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJPI5Aq3Rv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJPI5Aq3Rv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJPI5Aq3Rv .navbar.opened {
  transition: all 0.3s;
}
.cid-uJPI5Aq3Rv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJPI5Aq3Rv .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uJPI5Aq3Rv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJPI5Aq3Rv .navbar.collapsed {
  justify-content: center;
}
.cid-uJPI5Aq3Rv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJPI5Aq3Rv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJPI5Aq3Rv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJPI5Aq3Rv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJPI5Aq3Rv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJPI5Aq3Rv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJPI5Aq3Rv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJPI5Aq3Rv .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uJPI5Aq3Rv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uJPI5Aq3Rv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJPI5Aq3Rv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJPI5Aq3Rv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJPI5Aq3Rv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJPI5Aq3Rv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJPI5Aq3Rv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJPI5Aq3Rv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJPI5Aq3Rv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJPI5Aq3Rv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJPI5Aq3Rv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJPI5Aq3Rv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJPI5Aq3Rv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJPI5Aq3Rv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJPI5Aq3Rv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJPI5Aq3Rv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJPI5Aq3Rv .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-uJPI5Aq3Rv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJPI5Aq3Rv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJPI5Aq3Rv .dropdown-item.active,
.cid-uJPI5Aq3Rv .dropdown-item:active {
  background-color: transparent;
}
.cid-uJPI5Aq3Rv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJPI5Aq3Rv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJPI5Aq3Rv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJPI5Aq3Rv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJPI5Aq3Rv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #000000;
}
.cid-uJPI5Aq3Rv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJPI5Aq3Rv 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: #fff6f3;
}
.cid-uJPI5Aq3Rv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJPI5Aq3Rv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJPI5Aq3Rv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJPI5Aq3Rv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJPI5Aq3Rv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJPI5Aq3Rv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJPI5Aq3Rv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJPI5Aq3Rv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJPI5Aq3Rv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJPI5Aq3Rv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJPI5Aq3Rv .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-uJPI5Aq3Rv .navbar {
    height: 70px;
  }
  .cid-uJPI5Aq3Rv .navbar.opened {
    height: auto;
  }
  .cid-uJPI5Aq3Rv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJPI5Aq3Rv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uJPI5Aq3Rv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uJPI5Aq3Rv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uJPI5Aq3Rv .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uJPI5Aq3Rv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uJPI5Aq3Rv .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uJPI5Aq3Rv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJPI5Aq3Rv .text_widget {
  margin-bottom: 24px;
}
.cid-uJPI5Aq3Rv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJPI5Aq3Rv .text_widget a:hover {
  color: #74bdcb !important;
}
.cid-uJPI5Aq3Rv .icons-menu-main {
  display: flex;
}
.cid-uJPI5Aq3Rv .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uJPI5Aq3Rv .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uJPI5Aq3Rv .mbr-section-subtitle,
.cid-uJPI5Aq3Rv .text_widget,
.cid-uJPI5Aq3Rv .mbr-section-btn {
  text-align: center;
}
.cid-uJPI5Aq3Rv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJPI5Aq3Rv .nav-link,
.cid-uJPI5Aq3Rv .dropdown-item {
  color: #000000;
}
.cid-uJPI5Aq3Rv .nav-link {
  position: relative;
}
.cid-uJPI5Aq3Rv .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uJPI5Aq3Rv .nav-link:hover:before {
  opacity: 1;
}
.cid-uJPI5AsrQ5 {
  background-color: #ffffff;
}
.cid-uJPI5AsrQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AsrQ5 .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-uJPI5AsrQ5 .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uJPI5AsrQ5 .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uJPI5AsrQ5 .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uJPI5AsrQ5 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uJPI5AsrQ5 .mbr-section-title {
  color: #E0BDB6;
}
.cid-uJPI5AsrQ5 .mbr-text {
  color: #000000;
}
.cid-uJPI5AsrQ5 .mbr-section-title,
.cid-uJPI5AsrQ5 .mbr-section-btn {
  color: #EFE7BC;
}
.cid-uJPI5AtAJ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJPI5AtAJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AtAJ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5AtAJ4 .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJPI5AtAJ4 .image-wrapper img {
    height: 350px;
  }
}
.cid-uJPI5AtAJ4 .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uJPI5AtAJ4 .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #000000;
  margin-right: 17px;
}
.cid-uJPI5AtAJ4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJPI5AtAJ4 .mbr-text {
  color: #747474;
}
.cid-uJPI5AtAJ4 .mbr-text,
.cid-uJPI5AtAJ4 .text {
  color: #000000;
}
.cid-uJPI5AtUPg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJPI5AtUPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AtUPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5AtUPg .cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uJPI5AtUPg .cards .card {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-uJPI5AtUPg .cards .card {
    margin-bottom: 40px;
  }
}
.cid-uJPI5AtUPg .cards .card .mbr-section-title,
.cid-uJPI5AtUPg .cards .card .mbr-section-title_2 {
  margin-bottom: 12px;
}
.cid-uJPI5AtUPg .cards .card .mbr-text,
.cid-uJPI5AtUPg .cards .card .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uJPI5AtUPg .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 513px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uJPI5AtUPg .icon-wrapper {
    display: none;
  }
}
.cid-uJPI5AtUPg .icon-wrapper .mbr-iconfont {
  font-size: 78px;
  color: #000000;
  margin-top: -8rem;
}
.cid-uJPI5AtUPg .icon-wrapper::before {
  content: '';
  position: absolute;
  top: -1rem;
  display: block;
  width: 1px;
  height: 75px;
  background-color: #000000;
}
.cid-uJPI5AtUPg .icon-wrapper::after {
  content: '';
  position: absolute;
  bottom: 4rem;
  display: block;
  width: 1px;
  height: 109px;
  background-color: #000000;
}
.cid-uJPI5AtUPg .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uJPI5AtUPg .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uJPI5AtUPg .mbr-section-title_2 {
  color: #000000;
}
.cid-uJPI5AtUPg .mbr-text_2 {
  color: #000000;
}
.cid-uJPI5AvalR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efe7bc;
}
.cid-uJPI5AvalR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AvalR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5AvalR .row {
  justify-content: center;
}
.cid-uJPI5AvalR .item .item-wrapper {
  padding: 80px 101px 80px 10px;
}
.cid-uJPI5AvalR .item:nth-child(2n) .item-wrapper {
  padding: 80px 10px 80px 100px;
  border-left: 1px solid #000000;
}
@media (max-width: 768px) {
  .cid-uJPI5AvalR .item-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uJPI5AvalR .item-wrapper .mbr-text,
.cid-uJPI5AvalR .item-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uJPI5AvalR .item-wrapper .mbr-text,
  .cid-uJPI5AvalR .item-wrapper .mbr-text_2 {
    text-align: left;
  }
}
.cid-uJPI5AvalR .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uJPI5AvalR .mbr-text_2 {
  color: #000000;
  text-align: left;
}
.cid-uJPI5AwHCh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJPI5AwHCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AwHCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5AwHCh .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uJPI5AwHCh .item {
    padding: 0;
    border-right: 1px solid #000000;
    border-radius: 0 !important;
  }
  .cid-uJPI5AwHCh .item:last-child {
    border: none;
  }
}
.cid-uJPI5AwHCh .item-wrapper {
  padding: 10px 80px 50px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uJPI5AwHCh .item-wrapper {
    padding: 10px 50px 50px;
  }
}
@media (max-width: 768px) {
  .cid-uJPI5AwHCh .item-wrapper {
    padding: 0;
  }
}
.cid-uJPI5AwHCh .item-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uJPI5AwHCh .item-wrapper .text-wrapper .mbr-text {
  margin-bottom: 42px;
  letter-spacing: -0.6px;
}
.cid-uJPI5AwHCh .mbr-section-title {
  color: #E0BDB6;
}
.cid-uJPI5AwHCh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJPI5AwHCh .mbr-section-title,
.cid-uJPI5AwHCh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uJPI5AwNTC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJPI5AwNTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AwNTC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5AwNTC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 768px) {
  .cid-uJPI5AwNTC .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.cid-uJPI5AwNTC .embla__slide .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-uJPI5AwNTC .embla__slide .item-wrapper .card-text {
  margin-bottom: 50px;
}
.cid-uJPI5AwNTC .embla__slide .item-wrapper .content-wrap .card-name {
  margin-bottom: 12px;
}
.cid-uJPI5AwNTC .embla__slide .item-wrapper .content-wrap .card-desc {
  margin-bottom: 0;
}
.cid-uJPI5AwNTC .embla__button--next,
.cid-uJPI5AwNTC .embla__button--prev {
  display: flex;
}
.cid-uJPI5AwNTC .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #000000;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJPI5AwNTC .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-uJPI5AwNTC .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-uJPI5AwNTC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJPI5AwNTC .embla__button:hover {
  background: transparent;
  color: #000000;
  border: none;
  opacity: 0.65;
}
.cid-uJPI5AwNTC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uJPI5AwNTC .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uJPI5AwNTC .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-uJPI5AwNTC .embla {
  position: relative;
  width: 100%;
}
.cid-uJPI5AwNTC .embla__viewport {
  overflow: hidden;
  width: 80%;
}
.cid-uJPI5AwNTC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJPI5AwNTC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJPI5AwNTC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJPI5AwNTC .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.cid-uJPI5AwNTC .icon-wrapper .mbr-iconfont {
  font-size: 56px;
  display: block;
  color: #000000;
}
.cid-uJPI5AwNTC .card-text {
  color: #000000;
  text-align: center;
}
.cid-uJPI5AwNTC .card-name {
  color: #000000;
  text-align: center;
}
.cid-uJPI5AwNTC .card-desc {
  color: #000000;
  text-align: center;
}
.cid-uJPI5AxqJm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJPI5AxqJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AxqJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5AxqJm .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uJPI5AxqJm .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uJPI5AxqJm .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uJPI5AxqJm .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJPI5AxqJm .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uJPI5AxqJm .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uJPI5AxqJm .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uJPI5AxqJm .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-uJPI5AxqJm .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uJPI5AxqJm .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uJPI5AxqJm .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uJPI5AxqJm .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uJPI5AxqJm .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #efe7bc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uJPI5AxqJm .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease;
}
.cid-uJPI5AxqJm .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uJPI5AxqJm .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uJPI5AxqJm .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uJPI5AxqJm .mbr-section-title {
  color: #E0BDB6;
}
.cid-uJPI5AxqJm .mbr-section-subtitle {
  color: #000000;
}
.cid-uJPI5AxqJm .mbr-text {
  color: #000000;
}
.cid-uJPI5AxqJm .panel-title-edit {
  color: #000000;
}
.cid-uJPI5AxqJm .panel-text {
  color: #000000;
}
.cid-uJPI5AxqJm .mbr-section-title,
.cid-uJPI5AxqJm .mbr-section-btn {
  color: #EFE7BC;
}
.cid-uJPI5AyNIR {
  background-color: #ffffff;
}
.cid-uJPI5AyNIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AyNIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5AyNIR .card:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJPI5AyNIR .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJPI5AyNIR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJPI5AyNIR .text-wrapper {
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-uJPI5AyNIR .text-wrapper {
    padding: 0;
  }
}
.cid-uJPI5AyNIR .text-wrapper .mbr-text {
  margin-bottom: 17px;
  line-height: 1.45em;
}
.cid-uJPI5AyNIR .mbr-section-title {
  color: #EFE7BC;
}
.cid-uJPI5AyNIR .mbr-text {
  color: #747474;
}
.cid-uJPI5AyNIR .mbr-text,
.cid-uJPI5AyNIR .mbr-section-btn {
  color: #000000;
}
.cid-uJPI5AzBcE {
  background-image: url("../../../assets/images/i-2.webp");
}
.cid-uJPI5AzBcE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AzBcE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5AzBcE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJPI5AzBcE .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uJPI5AAy6H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJPI5AAy6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AAy6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5AAy6H .row {
  justify-content: space-between;
}
.cid-uJPI5AAy6H .item {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .cid-uJPI5AAy6H .item {
    padding-right: 60px;
  }
  .cid-uJPI5AAy6H .item:nth-child(2n) {
    padding-right: 16px;
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .cid-uJPI5AAy6H .item {
    margin-top: 60px;
  }
}
.cid-uJPI5AAy6H .item:nth-child(2n) {
  margin-top: 134px;
}
@media (max-width: 768px) {
  .cid-uJPI5AAy6H .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uJPI5AAy6H .item .item-wrapper {
  position: relative;
}
.cid-uJPI5AAy6H .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uJPI5AAy6H .item .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJPI5AAy6H .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJPI5AAy6H .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 18px;
}
.cid-uJPI5AAy6H .mbr-section-title {
  color: #747474;
}
.cid-uJPI5AAy6H .mbr-text {
  color: #747474;
}
.cid-uJPI5AAy6H .mbr-price {
  color: #E0BDB6;
}
.cid-uJPI5AAy6H .mbr-text,
.cid-uJPI5AAy6H .mbr-section-btn {
  color: #000000;
}
.cid-uJPI5AAMaf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJPI5AAMaf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AAMaf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5AAMaf .row {
  justify-content: center;
}
.cid-uJPI5AAMaf .nav.nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 0;
}
.cid-uJPI5AAMaf .nav.nav-tabs .nav-item {
  margin-right: 26px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJPI5AAMaf .nav.nav-tabs .nav-item {
    margin-right: 0;
  }
}
.cid-uJPI5AAMaf .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uJPI5AAMaf .nav.nav-tabs .nav-item .nav-link {
  padding: 0 25px 1px;
  color: #efe7bc;
  position: relative;
  border: none;
  display: flex;
}
@media (max-width: 768px) {
  .cid-uJPI5AAMaf .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    display: flex;
    align-items: center;
  }
}
.cid-uJPI5AAMaf .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  position: absolute;
  top: -5px;
  left: -1rem;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #efe7bc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uJPI5AAMaf .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
    position: static;
  }
}
.cid-uJPI5AAMaf .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uJPI5AAMaf .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  opacity: 1;
}
.cid-uJPI5AAMaf .tab-content {
  padding: 41px 60px 45px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uJPI5AAMaf .tab-content {
    padding: 41px 32px 45px;
  }
}
.cid-uJPI5AAMaf .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uJPI5AAMaf .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJPI5ACkTw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJPI5ACkTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5ACkTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5ACkTw .row {
  justify-content: space-between;
  margin: 0 -33px;
}
.cid-uJPI5ACkTw .item {
  padding: 0 33px;
}
.cid-uJPI5ACkTw .item-wrapper {
  margin-bottom: 40px;
}
.cid-uJPI5ACkTw .item-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uJPI5ACkTw .item-wrapper .price-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.cid-uJPI5ACkTw .item-wrapper .price-wrapper .mbr-text {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uJPI5ACkTw .item-wrapper .price-wrapper .price-border {
  display: flex;
  margin: 14px 10px 0 5px;
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #000000;
}
.cid-uJPI5ACkTw .mbr-section-title {
  color: #000000;
}
.cid-uJPI5ACkTw .mbr-text {
  color: #000000;
}
.cid-uJPI5AD58M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJPI5AD58M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AD58M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5AD58M .row {
  justify-content: center;
}
.cid-uJPI5AD58M .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uJPI5AD58M .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uJPI5AD58M .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 0.9;
}
.cid-uJPI5AD58M .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uJPI5AD58M .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJPI5AD58M .mbr-section-title {
  color: #EFE7BC;
  text-align: center;
}
.cid-uJPI5AD58M .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uJPI5AD58M .mbr-date {
  color: #EFE7BC;
  text-align: center;
}
.cid-uJPI5AD58M .mbr-year {
  color: #000000;
  text-align: center;
}
.cid-uJPI5AD58M .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJPI5AFUn0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJPI5AFUn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AFUn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5AFUn0 .row {
  justify-content: space-between;
}
.cid-uJPI5AFUn0 .item-wrapper {
  margin-bottom: 70px;
}
.cid-uJPI5AFUn0 .item-wrapper .item-img img {
  display: inline-flex;
  width: 106px;
  height: 106px;
  object-fit: contain;
  margin-bottom: 40px;
}
.cid-uJPI5AFUn0 .item-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uJPI5AFUn0 .item-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-uJPI5AFUn0 .mbr-section-title {
  color: #E0BDB6;
}
.cid-uJPI5AFUn0 .mbr-text {
  color: #000000;
}
.cid-uJPI5AFUn0 .mbr-section-title,
.cid-uJPI5AFUn0 .image-wrapper {
  color: #000000;
}
.cid-uJPI5AGz1G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efe7bc;
}
.cid-uJPI5AGz1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AGz1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5AGz1G .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uJPI5AGz1G .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJPI5AGz1G .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uJPI5AGz1G .title-wrapper .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 22px;
  margin-right: 9px;
  color: #000000;
}
.cid-uJPI5AGz1G .list-wrapper {
  padding-right: 120px;
}
@media (max-width: 992px) {
  .cid-uJPI5AGz1G .list-wrapper {
    margin-bottom: 35px;
    padding: 0;
  }
}
.cid-uJPI5AGz1G .list-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uJPI5AGz1G .list-wrapper .list {
  margin: 0;
  padding-left: 24px;
  list-style-position: inside;
  list-style-type: none;
}
.cid-uJPI5AGz1G .list-wrapper .list li {
  margin-bottom: 27px;
  position: relative;
}
.cid-uJPI5AGz1G .list-wrapper .list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -24px;
  background-color: #000000;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: block;
}
.cid-uJPI5AGz1G .mbr-section-title {
  color: #000000;
}
.cid-uJPI5AGz1G .mbr-desc,
.cid-uJPI5AGz1G .mbr-iconfont {
  color: #ffffff;
}
.cid-uJPI5AGz1G .mbr-section-subtitle {
  color: #000000;
}
.cid-uJPI5AGz1G .list {
  color: #000000;
}
.cid-uJPI5AGz1G .mbr-desc,
.cid-uJPI5AGz1G .mbr-iconfont,
.cid-uJPI5AGz1G .desc-wrapper {
  color: #000000;
}
.cid-uJPI5AHUrZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJPI5AHUrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AHUrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5AHUrZ .row {
  justify-content: center;
}
.cid-uJPI5AHUrZ .dragArea.row {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uJPI5AHUrZ .dragArea.row {
    padding-right: 0;
  }
}
.cid-uJPI5AHUrZ .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-uJPI5AHUrZ .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
.cid-uJPI5AHUrZ .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  line-height: 1em;
  min-height: auto;
  background-color: transparent;
}
.cid-uJPI5AHUrZ .dragArea.row .form-group .form-control:hover,
.cid-uJPI5AHUrZ .dragArea.row .form-group .form-control:focus {
  border-bottom: #000000;
}
.cid-uJPI5AHUrZ .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uJPI5AHUrZ .dragArea.row .form-group textarea {
  min-height: 145px;
}
.cid-uJPI5AHUrZ .dragArea.row .mbr-section-btn {
  margin-top: 18px;
  width: 100% !important;
}
.cid-uJPI5AHUrZ .dragArea.row .mbr-section-btn .btn {
  width: fit-content;
  display: inline-flex;
  min-height: auto;
}
.cid-uJPI5AHUrZ .image-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 40px;
}
@media (max-width: 992px) {
  .cid-uJPI5AHUrZ .image-wrapper {
    padding-top: 80px;
  }
}
.cid-uJPI5AHUrZ .image-wrapper .image-wrap img {
  width: 320px;
  height: 430px;
  object-fit: cover;
  border-radius: 10rem;
}
.cid-uJPI5AHUrZ .image-wrapper .image-wrap:nth-child(2) {
  position: absolute;
  top: -5rem;
  right: 0;
}
.cid-uJPI5AHUrZ .image-wrapper .image-wrap:nth-child(2) img {
  width: 200px;
  height: 260px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uJPI5AHUrZ .image-wrapper .image-wrap:nth-child(2) {
    display: none;
  }
}
.cid-uJPI5AHUrZ .image-wrapper .image-wrap:last-child {
  position: absolute;
  right: 0;
  bottom: -5rem;
}
.cid-uJPI5AHUrZ .image-wrapper .image-wrap:last-child img {
  width: 300px;
  height: 300px;
}
@media (max-width: 992px) {
  .cid-uJPI5AHUrZ .image-wrapper .image-wrap:last-child {
    display: none;
  }
}
.cid-uJPI5AHUrZ .mbr-section-title {
  color: #E0BDB6;
}
.cid-uJPI5AHUrZ .mbr-section-title,
.cid-uJPI5AHUrZ .mbr-section-btn {
  color: #C97357;
}
.cid-uJPI5AIHpK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJPI5AIHpK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AIHpK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5AIHpK .row {
  justify-content: center;
}
.cid-uJPI5AIHpK .title-wrapper {
  padding: 71px;
  background-color: #efe7bc;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uJPI5AIHpK .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uJPI5AIHpK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJPI5AIHpK .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJPI5AIHpK .list-wrapper .list .item-wrap {
  margin-bottom: 28px;
}
.cid-uJPI5AIHpK .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJPI5AIHpK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJPI5AIHpK .list {
  color: #747474;
}
.cid-uJPI5AIHpK .list,
.cid-uJPI5AIHpK .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-uJPI5AIHpK .mbr-section-title,
.cid-uJPI5AIHpK .mbr-iconfont {
  color: #000000;
}
.cid-uJPI5AIcnM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #3c3300;
}
.cid-uJPI5AIcnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AIcnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5AIcnM .row {
  justify-content: space-between;
}
.cid-uJPI5AIcnM .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJPI5AIcnM .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uJPI5AIcnM .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJPI5AIcnM .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uJPI5AIcnM .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uJPI5AIcnM .list li {
  margin-bottom: 25px;
}
.cid-uJPI5AIcnM .list li:last-child {
  margin-bottom: 0;
}
.cid-uJPI5AIcnM .mbr-desc {
  margin-bottom: 8px;
}
.cid-uJPI5AIcnM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJPI5AIcnM .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uJPI5AIcnM .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #80e4f8;
}
.cid-uJPI5AIcnM .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #3c3300;
  transition: all 0.3s ease;
}
.cid-uJPI5AIcnM .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uJPI5AIcnM .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #3c3300;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uJPI5AIcnM .copyright {
    margin-top: 50px;
    padding: 17px 24px;
    margin: 0;
  }
}
.cid-uJPI5AIcnM .mbr-desc,
.cid-uJPI5AIcnM .mbr-iconfont {
  color: #ffffff;
}
.cid-uJPI5Aq3Rv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uJPI5Aq3Rv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uJPI5Aq3Rv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJPI5Aq3Rv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJPI5Aq3Rv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJPI5Aq3Rv .menu_box .navbar.opened,
  .cid-uJPI5Aq3Rv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJPI5Aq3Rv .navbar-dropdown {
  position: relative !important;
}
.cid-uJPI5Aq3Rv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJPI5Aq3Rv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJPI5Aq3Rv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJPI5Aq3Rv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJPI5Aq3Rv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uJPI5Aq3Rv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJPI5Aq3Rv 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;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uJPI5Aq3Rv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uJPI5Aq3Rv .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uJPI5Aq3Rv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uJPI5Aq3Rv .nav-item {
    margin: 0 !important;
  }
}
.cid-uJPI5Aq3Rv .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uJPI5Aq3Rv .nav-item .nav-link:hover,
.cid-uJPI5Aq3Rv .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uJPI5Aq3Rv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJPI5Aq3Rv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJPI5Aq3Rv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJPI5Aq3Rv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJPI5Aq3Rv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uJPI5Aq3Rv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJPI5Aq3Rv .offcanvas_box {
    display: none;
  }
}
.cid-uJPI5Aq3Rv .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uJPI5Aq3Rv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJPI5Aq3Rv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJPI5Aq3Rv .container {
  display: flex;
  margin: auto;
}
.cid-uJPI5Aq3Rv .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-uJPI5Aq3Rv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJPI5Aq3Rv .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uJPI5Aq3Rv .navbar-caption {
  color: #000000;
}
.cid-uJPI5Aq3Rv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJPI5Aq3Rv .navbar-nav {
    margin: 0;
  }
}
.cid-uJPI5Aq3Rv .dropdown-menu,
.cid-uJPI5Aq3Rv .navbar.opened {
  background-color: false !important;
}
.cid-uJPI5Aq3Rv .nav-item:focus,
.cid-uJPI5Aq3Rv .nav-link:focus {
  outline: none;
}
.cid-uJPI5Aq3Rv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJPI5Aq3Rv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJPI5Aq3Rv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJPI5Aq3Rv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJPI5Aq3Rv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJPI5Aq3Rv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJPI5Aq3Rv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJPI5Aq3Rv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJPI5Aq3Rv .navbar.opened {
  transition: all 0.3s;
}
.cid-uJPI5Aq3Rv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJPI5Aq3Rv .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uJPI5Aq3Rv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJPI5Aq3Rv .navbar.collapsed {
  justify-content: center;
}
.cid-uJPI5Aq3Rv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJPI5Aq3Rv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJPI5Aq3Rv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJPI5Aq3Rv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJPI5Aq3Rv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJPI5Aq3Rv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJPI5Aq3Rv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJPI5Aq3Rv .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uJPI5Aq3Rv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uJPI5Aq3Rv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJPI5Aq3Rv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJPI5Aq3Rv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJPI5Aq3Rv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJPI5Aq3Rv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJPI5Aq3Rv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJPI5Aq3Rv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJPI5Aq3Rv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJPI5Aq3Rv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJPI5Aq3Rv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJPI5Aq3Rv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJPI5Aq3Rv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJPI5Aq3Rv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJPI5Aq3Rv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJPI5Aq3Rv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJPI5Aq3Rv .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-uJPI5Aq3Rv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJPI5Aq3Rv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJPI5Aq3Rv .dropdown-item.active,
.cid-uJPI5Aq3Rv .dropdown-item:active {
  background-color: transparent;
}
.cid-uJPI5Aq3Rv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJPI5Aq3Rv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJPI5Aq3Rv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJPI5Aq3Rv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJPI5Aq3Rv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #000000;
}
.cid-uJPI5Aq3Rv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJPI5Aq3Rv 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: #fff6f3;
}
.cid-uJPI5Aq3Rv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJPI5Aq3Rv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJPI5Aq3Rv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJPI5Aq3Rv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJPI5Aq3Rv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJPI5Aq3Rv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJPI5Aq3Rv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJPI5Aq3Rv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJPI5Aq3Rv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJPI5Aq3Rv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJPI5Aq3Rv .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-uJPI5Aq3Rv .navbar {
    height: 70px;
  }
  .cid-uJPI5Aq3Rv .navbar.opened {
    height: auto;
  }
  .cid-uJPI5Aq3Rv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJPI5Aq3Rv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uJPI5Aq3Rv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uJPI5Aq3Rv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uJPI5Aq3Rv .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uJPI5Aq3Rv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uJPI5Aq3Rv .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uJPI5Aq3Rv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJPI5Aq3Rv .text_widget {
  margin-bottom: 24px;
}
.cid-uJPI5Aq3Rv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJPI5Aq3Rv .text_widget a:hover {
  color: #74bdcb !important;
}
.cid-uJPI5Aq3Rv .icons-menu-main {
  display: flex;
}
.cid-uJPI5Aq3Rv .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uJPI5Aq3Rv .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uJPI5Aq3Rv .mbr-section-subtitle,
.cid-uJPI5Aq3Rv .text_widget,
.cid-uJPI5Aq3Rv .mbr-section-btn {
  text-align: center;
}
.cid-uJPI5Aq3Rv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJPI5Aq3Rv .nav-link,
.cid-uJPI5Aq3Rv .dropdown-item {
  color: #000000;
}
.cid-uJPI5Aq3Rv .nav-link {
  position: relative;
}
.cid-uJPI5Aq3Rv .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uJPI5Aq3Rv .nav-link:hover:before {
  opacity: 1;
}
.cid-uJPK8ymwqI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJPK8ymwqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPK8ymwqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPK8ymwqI .mbr-section-subtitle {
  color: #efe7bc;
}
.cid-uJPK8ymwqI .mbr-section-title {
  color: #efe7bc;
}
.cid-uJPI5AIcnM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #3c3300;
}
.cid-uJPI5AIcnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJPI5AIcnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJPI5AIcnM .row {
  justify-content: space-between;
}
.cid-uJPI5AIcnM .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJPI5AIcnM .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uJPI5AIcnM .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJPI5AIcnM .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uJPI5AIcnM .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uJPI5AIcnM .list li {
  margin-bottom: 25px;
}
.cid-uJPI5AIcnM .list li:last-child {
  margin-bottom: 0;
}
.cid-uJPI5AIcnM .mbr-desc {
  margin-bottom: 8px;
}
.cid-uJPI5AIcnM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJPI5AIcnM .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uJPI5AIcnM .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #80e4f8;
}
.cid-uJPI5AIcnM .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #3c3300;
  transition: all 0.3s ease;
}
.cid-uJPI5AIcnM .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uJPI5AIcnM .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #3c3300;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uJPI5AIcnM .copyright {
    margin-top: 50px;
    padding: 17px 24px;
    margin: 0;
  }
}
.cid-uJPI5AIcnM .mbr-desc,
.cid-uJPI5AIcnM .mbr-iconfont {
  color: #ffffff;
}
