body {
  font-family: Cormorant Upright;
}
.display-1 {
  font-family: 'Cormorant Upright', serif;
  font-size: 7rem;
  line-height: .7em;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 8.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: 'Cormorant Upright', serif;
  font-size: 1.2rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Cormorant Upright', serif;
  font-size: 2.5rem;
  line-height: 25px;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.375rem;
  line-height: 1.59em;
}
.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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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: #fae60f !important;
}
.bg-success {
  background-color: #747474 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #b492a5 !important;
}
.bg-danger {
  background-color: #4f3e59 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fae60f !important;
  border-color: #fae60f !important;
  color: #0a0900 !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: #afa004 !important;
  border-color: #afa004 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #0a0900 !important;
  background-color: #afa004 !important;
  border-color: #afa004 !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: #4f3e59 !important;
  border-color: #4f3e59 !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: #221a26 !important;
  border-color: #221a26 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #221a26 !important;
  border-color: #221a26 !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: #fae60f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #afa004 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #0a0900 !important;
  background-color: #fae60f !important;
  border-color: #fae60f !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: #4f3e59;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #221a26 !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: #4f3e59 !important;
  border-color: #4f3e59 !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: #fae60f !important;
}
.text-secondary {
  color: #474747 !important;
}
.text-success {
  color: #747474 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #b492a5 !important;
}
.text-danger {
  color: #4f3e59 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a09203 !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: #1a141d !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: #fae60f;
}
.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: #4f3e59;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fae60f;
  border-color: #fae60f;
  color: #232001;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fae60f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fefbd7;
}
.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: #9177a0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.375rem;
  line-height: 1.59em;
  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: #fae60f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cormorant Upright', serif;
  font-size: 1.375rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #fae60f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fae60f;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fae60f;
}
.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: #fae60f;
  border-bottom-color: #fae60f;
}
.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: #fae60f !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='%23fae60f' %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: #fae60f;
}
.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: #fae60f;
}
.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: #fae60f;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #fae60f !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: #4f3e59;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #4f3e59 !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-ukGHZHo9bs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ukGHZHo9bs nav.navbar {
  position: fixed;
}
.cid-ukGHZHo9bs .btn {
  line-height: 1.2;
}
.cid-ukGHZHo9bs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukGHZHo9bs .nav-link {
  position: relative;
}
.cid-ukGHZHo9bs .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #747474;
}
.cid-ukGHZHo9bs .nav-link:hover {
  color: #747474 !important;
}
.cid-ukGHZHo9bs .nav-link:hover:before {
  width: 100%;
}
.cid-ukGHZHo9bs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukGHZHo9bs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukGHZHo9bs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukGHZHo9bs .dropdown-item:hover,
.cid-ukGHZHo9bs .dropdown-item:focus {
  background: #fae60f !important;
  color: white !important;
}
.cid-ukGHZHo9bs .dropdown-item:hover span {
  color: white;
}
.cid-ukGHZHo9bs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukGHZHo9bs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukGHZHo9bs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukGHZHo9bs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-ukGHZHo9bs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ukGHZHo9bs .container {
    flex-wrap: nowrap;
  }
}
.cid-ukGHZHo9bs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukGHZHo9bs .navbar-nav {
  margin: auto;
}
.cid-ukGHZHo9bs .dropdown-menu,
.cid-ukGHZHo9bs .navbar.opened {
  background: #b492a5 !important;
}
.cid-ukGHZHo9bs .nav-item:focus,
.cid-ukGHZHo9bs .nav-link:focus {
  outline: none;
}
.cid-ukGHZHo9bs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukGHZHo9bs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukGHZHo9bs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukGHZHo9bs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukGHZHo9bs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukGHZHo9bs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukGHZHo9bs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #b492a5;
}
.cid-ukGHZHo9bs .navbar.opened {
  transition: all 0.3s;
}
.cid-ukGHZHo9bs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukGHZHo9bs .navbar .navbar-logo img {
  width: auto;
}
.cid-ukGHZHo9bs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukGHZHo9bs .navbar.collapsed {
  justify-content: center;
}
.cid-ukGHZHo9bs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukGHZHo9bs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukGHZHo9bs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ukGHZHo9bs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukGHZHo9bs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukGHZHo9bs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukGHZHo9bs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukGHZHo9bs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukGHZHo9bs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukGHZHo9bs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukGHZHo9bs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukGHZHo9bs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukGHZHo9bs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukGHZHo9bs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukGHZHo9bs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukGHZHo9bs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukGHZHo9bs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukGHZHo9bs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukGHZHo9bs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukGHZHo9bs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ukGHZHo9bs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ukGHZHo9bs .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukGHZHo9bs .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-ukGHZHo9bs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukGHZHo9bs .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-ukGHZHo9bs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukGHZHo9bs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukGHZHo9bs .dropdown-item.active,
.cid-ukGHZHo9bs .dropdown-item:active {
  background-color: transparent;
}
.cid-ukGHZHo9bs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukGHZHo9bs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukGHZHo9bs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukGHZHo9bs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b492a5;
}
.cid-ukGHZHo9bs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukGHZHo9bs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukGHZHo9bs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukGHZHo9bs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukGHZHo9bs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ukGHZHo9bs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukGHZHo9bs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukGHZHo9bs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukGHZHo9bs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukGHZHo9bs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukGHZHo9bs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukGHZHo9bs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukGHZHo9bs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukGHZHo9bs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukGHZHo9bs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukGHZHo9bs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukGHZHo9bs .navbar {
    height: 70px;
  }
  .cid-ukGHZHo9bs .navbar.opened {
    height: auto;
  }
  .cid-ukGHZHo9bs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trf9o2kpj1 {
  background-color: #ffffff;
}
.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: #000000;
}
.cid-trf9o2kpj1 .mbr-section-title,
.cid-trf9o2kpj1 .mbr-section-btn {
  color: #000000;
}
.cid-trf9IH2WBI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #986b85;
}
.cid-trf9IH2WBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9IH2WBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9IH2WBI .row {
  justify-content: center;
}
.cid-trf9IH2WBI .border-wrapper_1 {
  background-color: #000000;
  height: 1px;
  margin-bottom: 90px;
}
.cid-trf9IH2WBI .border-wrapper_2 {
  background-color: #000000;
  height: 1px;
  margin-top: 60px;
}
.cid-trf9IH2WBI .card-wrapper {
  margin-bottom: 30px;
}
.cid-trf9IH2WBI .card-wrapper .mbr-date {
  margin-bottom: 12px;
}
.cid-trf9IH2WBI .card-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-trf9IH2WBI .mbr-section-title {
  color: #ffffff;
}
.cid-trf9IH2WBI .mbr-date {
  color: #000000;
}
.cid-trf9IH2WBI .mbr-section-title,
.cid-trf9IH2WBI .mbr-section-btn {
  color: #000000;
}
.cid-ukGKPmBKP0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ukGKPmBKP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGKPmBKP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGKPmBKP0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukGKPmBKP0 .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukGKPmBKP0 .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ukGKPmBKP0 .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukGKPmBKP0 .image-wrapper img {
    height: 350px;
  }
}
.cid-ukGKPmBKP0 .mbr-section-title {
  color: #404349;
}
.cid-ukGKPmBKP0 .mbr-desc {
  color: #b19a7c;
}
.cid-ukGKPmBKP0 .mbr-text {
  color: #404349;
}
.cid-ukGKPmBKP0 .mbr-section-title,
.cid-ukGKPmBKP0 .title-wrap {
  color: #000000;
}
.cid-ukGK9H4eh5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #986b85;
}
.cid-ukGK9H4eh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGK9H4eh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGK9H4eh5 .row {
  justify-content: center;
}
.cid-ukGK9H4eh5 .nav.nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 0;
}
.cid-ukGK9H4eh5 .nav.nav-tabs .nav-item {
  margin-right: 26px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ukGK9H4eh5 .nav.nav-tabs .nav-item {
    margin-right: 0;
  }
}
.cid-ukGK9H4eh5 .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-ukGK9H4eh5 .nav.nav-tabs .nav-item .nav-link {
  padding: 0 25px 1px;
  color: #000000;
  position: relative;
  border: none;
}
@media (max-width: 768px) {
  .cid-ukGK9H4eh5 .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    display: flex;
    align-items: center;
  }
}
.cid-ukGK9H4eh5 .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  position: absolute;
  top: -0.5rem;
  left: -2rem;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-ukGK9H4eh5 .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
    position: static;
  }
}
.cid-ukGK9H4eh5 .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  opacity: 1;
}
.cid-ukGK9H4eh5 .tab-content {
  padding: 41px 60px 45px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 992px) {
  .cid-ukGK9H4eh5 .tab-content {
    padding: 41px 32px 45px;
  }
}
.cid-ukGK9H4eh5 .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-ukGK9H4eh5 .mbr-text {
  color: #747474;
  text-align: center;
}
.cid-ukGLfZs3Du {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ukGLfZs3Du .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGLfZs3Du .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGLfZs3Du .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #b492a5;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukGLfZs3Du .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukGLfZs3Du .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ukGLfZs3Du .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukGLfZs3Du .image-wrapper img {
    height: 350px;
  }
}
.cid-ukGLfZs3Du .mbr-section-title {
  color: #404349;
}
.cid-ukGLfZs3Du .mbr-desc {
  color: #b19a7c;
}
.cid-ukGLfZs3Du .mbr-text {
  color: #404349;
}
.cid-ukGLfZs3Du .mbr-desc,
.cid-ukGLfZs3Du .desc-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-ukGLfZs3Du .mbr-section-title,
.cid-ukGLfZs3Du .title-wrap {
  color: #000000;
}
.cid-uu7J8qH0YI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b492a5;
}
.cid-uu7J8qH0YI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu7J8qH0YI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu7J8qH0YI .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uu7J8qH0YI .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uu7J8qH0YI .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uu7J8qH0YI .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uu7J8qH0YI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uu7J8qH0YI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uu7J8qH0YI .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uu7J8qH0YI .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uu7J8qH0YI .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uu7J8qH0YI .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uu7J8qH0YI .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uu7J8qH0YI .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uu7J8qH0YI .mbr-section-title {
  color: #050f0f;
}
.cid-uu7J8qH0YI .mbr-text {
  color: #050f0f;
}
.cid-uu7J8qH0YI .mbr-text,
.cid-uu7J8qH0YI .text-wrapper,
.cid-uu7J8qH0YI .rating-wrapper {
  color: #fafafa;
}
.cid-uu7J8qH0YI .mbr-section-title,
.cid-uu7J8qH0YI .mbr-section-btn {
  color: #fafafa;
}
.cid-trf9xCuGg8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.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: #000000;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-trf9xCuGg8 .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uubLBjGqLN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #986b85;
}
.cid-uubLBjGqLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubLBjGqLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubLBjGqLN .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uubLBjGqLN .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uubLBjGqLN .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uubLBjGqLN .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uubLBjGqLN .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uubLBjGqLN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uubLBjGqLN .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uubLBjGqLN .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uubLBjGqLN .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uubLBjGqLN .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uubLBjGqLN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uubLBjGqLN .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uubLBjGqLN .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uubLBjGqLN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uubLBjGqLN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uubLBjGqLN .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uubLBjGqLN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uubLBjGqLN .mbr-section-title {
  color: #E0BDB6;
}
.cid-uubLBjGqLN .mbr-section-subtitle {
  color: #747474;
}
.cid-uubLBjGqLN .mbr-text {
  color: #747474;
}
.cid-uubLBjGqLN .panel-title-edit {
  color: #000000;
}
.cid-uubLBjGqLN .panel-text {
  color: #747474;
}
.cid-uubLBjGqLN .mbr-section-title,
.cid-uubLBjGqLN .mbr-section-btn {
  color: #000000;
}
.cid-uublCh4MrW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uublCh4MrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uublCh4MrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uublCh4MrW .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uublCh4MrW .image-wrapper img {
    height: 350px;
  }
}
.cid-uublCh4MrW .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uublCh4MrW .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e0bdb6;
  margin-right: 17px;
}
.cid-uublCh4MrW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uublCh4MrW .mbr-text {
  color: #747474;
}
.cid-ukGMh3uUTc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukGMh3uUTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGMh3uUTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGMh3uUTc .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #b492a5;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ukGMh3uUTc .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-ukGMh3uUTc .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-ukGMh3uUTc .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-ukGMh3uUTc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-ukGMh3uUTc .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-ukGMh3uUTc .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ukGMh3uUTc .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ukGMh3uUTc .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-ukGMh3uUTc .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-ukGMh3uUTc .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukGMh3uUTc .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-ukGMh3uUTc .mbr-section-title {
  color: #212529;
}
.cid-ukGMh3uUTc .mbr-desc {
  color: #fafafa;
  text-align: center;
}
.cid-ukGMh3uUTc .mbr-section-title,
.cid-ukGMh3uUTc .mbr-section-btn {
  color: #fafafa;
}
.cid-uuaI1yR1hz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uuaI1yR1hz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuaI1yR1hz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuaI1yR1hz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uuaI1yR1hz .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uuaI1yR1hz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uuaI1yR1hz .container {
    padding: 0 16px;
  }
}
.cid-uuaI1yR1hz .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uuaI1yR1hz .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uuaI1yR1hz .item {
    margin-bottom: 24px;
  }
}
.cid-uuaI1yR1hz .item .item-wrapper {
  background-image: linear-gradient(135deg, #855f5b, #56acff 34%, #986b85 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uuaI1yR1hz .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.9em 1.9em 0 0 !important;
}
@media (max-width: 768px) {
  .cid-uuaI1yR1hz .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uuaI1yR1hz .item .item-wrapper .item-content {
  border-radius: 0 0 1.9em 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uuaI1yR1hz .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uuaI1yR1hz .item .item-wrapper .item-content .card-title {
  margin-bottom: 32px;
}
.cid-uuaI1yR1hz .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-black-outline,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uuaI1yR1hz .item .item-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uuaI1yR1hz .card-title {
  color: #080808;
}
.cid-uuaI1yR1hz .card-text {
  color: #000000;
}
.cid-uuaPg50ZkD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b492a5;
}
.cid-uuaPg50ZkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuaPg50ZkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuaPg50ZkD .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uuaPg50ZkD .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uuaPg50ZkD .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uuaPg50ZkD .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uuaPg50ZkD .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uuaPg50ZkD .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uuaPg50ZkD .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uuaPg50ZkD .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uuaPg50ZkD .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuaPg50ZkD .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uuaPg50ZkD .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uuaPg50ZkD .mbr-section-title,
.cid-uuaPg50ZkD .mbr-section-btn {
  color: #000000;
}
.cid-uuaTTggtKy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uuaTTggtKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuaTTggtKy .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-uuaTTggtKy .container {
    padding: 0 22px;
  }
}
.cid-uuaTTggtKy .card {
  justify-content: center;
}
.cid-uuaTTggtKy .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uuaTTggtKy .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uuaTTggtKy .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uuaTTggtKy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuaTTggtKy .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uuaTTggtKy .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #d1bdc8;
}
@media (max-width: 1440px) {
  .cid-uuaTTggtKy .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uuaTTggtKy .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uuaTTggtKy .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uuaTTggtKy .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uuaTTggtKy .mbr-section-title {
  color: #ffffff;
}
.cid-uuaTTggtKy .mbr-text {
  color: #ffffff;
}
.cid-ukGQoUVTJj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #986b85;
}
.cid-ukGQoUVTJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGQoUVTJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGQoUVTJj .row {
  justify-content: center;
}
.cid-ukGQoUVTJj .title-wrapper {
  padding: 71px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-ukGQoUVTJj .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-ukGQoUVTJj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukGQoUVTJj .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-ukGQoUVTJj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukGQoUVTJj .mbr-text {
  color: #747474;
}
.cid-ukGQoUVTJj .mbr-text,
.cid-ukGQoUVTJj .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-ukGQoUVTJj .mbr-section-title,
.cid-ukGQoUVTJj .mbr-iconfont {
  color: #000000;
}
.cid-ukGQBf4IfH {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ukGQBf4IfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGQBf4IfH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGQBf4IfH .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ukGQBf4IfH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ukGQBf4IfH .container {
    padding: 0 26px;
  }
}
.cid-ukGQBf4IfH .row {
  justify-content: center;
}
.cid-ukGQBf4IfH .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-ukGQBf4IfH .google-map iframe {
    height: 400px;
  }
}
.cid-trf9tzcwb8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #986b85;
}
.cid-trf9tzcwb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9tzcwb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9tzcwb8 .row {
  justify-content: space-between;
}
.cid-trf9tzcwb8 .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-trf9tzcwb8 .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-trf9tzcwb8 .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #fafafa;
  text-align: left;
}
.cid-trf9tzcwb8 .list li {
  margin-bottom: 25px;
}
.cid-trf9tzcwb8 .list li:last-child {
  margin-bottom: 0;
}
.cid-trf9tzcwb8 .mbr-desc {
  margin-bottom: 8px;
}
.cid-trf9tzcwb8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-trf9tzcwb8 .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-trf9tzcwb8 .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-trf9tzcwb8 .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 #ffffff;
  transition: all .3s ease;
}
.cid-trf9tzcwb8 .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-trf9tzcwb8 .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-trf9tzcwb8 .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-trf9tzcwb8 .mbr-desc,
.cid-trf9tzcwb8 .mbr-iconfont {
  color: #fafafa;
  text-align: left;
}
.cid-trf9tzcwb8 .mbr-text,
.cid-trf9tzcwb8 .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-ukJE0NIAwi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ukJE0NIAwi nav.navbar {
  position: fixed;
}
.cid-ukJE0NIAwi .btn {
  line-height: 1.2;
}
.cid-ukJE0NIAwi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukJE0NIAwi .nav-link {
  position: relative;
}
.cid-ukJE0NIAwi .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #747474;
}
.cid-ukJE0NIAwi .nav-link:hover {
  color: #747474 !important;
}
.cid-ukJE0NIAwi .nav-link:hover:before {
  width: 100%;
}
.cid-ukJE0NIAwi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukJE0NIAwi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukJE0NIAwi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukJE0NIAwi .dropdown-item:hover,
.cid-ukJE0NIAwi .dropdown-item:focus {
  background: #fae60f !important;
  color: white !important;
}
.cid-ukJE0NIAwi .dropdown-item:hover span {
  color: white;
}
.cid-ukJE0NIAwi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukJE0NIAwi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukJE0NIAwi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukJE0NIAwi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-ukJE0NIAwi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ukJE0NIAwi .container {
    flex-wrap: nowrap;
  }
}
.cid-ukJE0NIAwi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukJE0NIAwi .navbar-nav {
  margin: auto;
}
.cid-ukJE0NIAwi .dropdown-menu,
.cid-ukJE0NIAwi .navbar.opened {
  background: #b492a5 !important;
}
.cid-ukJE0NIAwi .nav-item:focus,
.cid-ukJE0NIAwi .nav-link:focus {
  outline: none;
}
.cid-ukJE0NIAwi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukJE0NIAwi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukJE0NIAwi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukJE0NIAwi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukJE0NIAwi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukJE0NIAwi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukJE0NIAwi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #b492a5;
}
.cid-ukJE0NIAwi .navbar.opened {
  transition: all 0.3s;
}
.cid-ukJE0NIAwi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukJE0NIAwi .navbar .navbar-logo img {
  width: auto;
}
.cid-ukJE0NIAwi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukJE0NIAwi .navbar.collapsed {
  justify-content: center;
}
.cid-ukJE0NIAwi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukJE0NIAwi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukJE0NIAwi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ukJE0NIAwi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukJE0NIAwi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukJE0NIAwi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukJE0NIAwi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukJE0NIAwi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukJE0NIAwi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukJE0NIAwi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukJE0NIAwi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukJE0NIAwi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukJE0NIAwi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukJE0NIAwi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukJE0NIAwi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukJE0NIAwi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukJE0NIAwi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukJE0NIAwi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukJE0NIAwi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukJE0NIAwi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ukJE0NIAwi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ukJE0NIAwi .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukJE0NIAwi .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-ukJE0NIAwi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukJE0NIAwi .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-ukJE0NIAwi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukJE0NIAwi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukJE0NIAwi .dropdown-item.active,
.cid-ukJE0NIAwi .dropdown-item:active {
  background-color: transparent;
}
.cid-ukJE0NIAwi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukJE0NIAwi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukJE0NIAwi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukJE0NIAwi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b492a5;
}
.cid-ukJE0NIAwi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukJE0NIAwi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukJE0NIAwi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukJE0NIAwi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukJE0NIAwi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ukJE0NIAwi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukJE0NIAwi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukJE0NIAwi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukJE0NIAwi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukJE0NIAwi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukJE0NIAwi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukJE0NIAwi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukJE0NIAwi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukJE0NIAwi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukJE0NIAwi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukJE0NIAwi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukJE0NIAwi .navbar {
    height: 70px;
  }
  .cid-ukJE0NIAwi .navbar.opened {
    height: auto;
  }
  .cid-ukJE0NIAwi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukJE0OYqa9 {
  background-color: #ffffff;
}
.cid-ukJE0OYqa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJE0OYqa9 .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-ukJE0OYqa9 .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-ukJE0OYqa9 .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-ukJE0OYqa9 .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-ukJE0OYqa9 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-ukJE0OYqa9 .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukJE0OYqa9 .mbr-text {
  color: #000000;
}
.cid-ukJE0OYqa9 .mbr-section-title,
.cid-ukJE0OYqa9 .mbr-section-btn {
  color: #000000;
}
.cid-ukJE0Qyzxf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #b492a5;
}
.cid-ukJE0Qyzxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJE0Qyzxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJE0Qyzxf .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-ukJE0Qyzxf .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukJE0Qyzxf .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-ukJE0Qyzxf .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukJE0Qyzxf .image-wrapper img {
    height: 350px;
  }
}
.cid-ukJE0Qyzxf .mbr-section-title {
  color: #404349;
}
.cid-ukJE0Qyzxf .mbr-desc {
  color: #b19a7c;
}
.cid-ukJE0Qyzxf .mbr-text {
  color: #404349;
}
.cid-ukJE0Qyzxf .mbr-section-title,
.cid-ukJE0Qyzxf .title-wrap {
  color: #fafafa;
}
.cid-ukJE10Ivhx {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ukJE10Ivhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJE10Ivhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJE10Ivhx .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ukJE10Ivhx .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ukJE10Ivhx .container {
    padding: 0 26px;
  }
}
.cid-ukJE10Ivhx .row {
  justify-content: center;
}
.cid-ukJE10Ivhx .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-ukJE10Ivhx .google-map iframe {
    height: 400px;
  }
}
.cid-ukJE11PXnF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #986b85;
}
.cid-ukJE11PXnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJE11PXnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJE11PXnF .row {
  justify-content: space-between;
}
.cid-ukJE11PXnF .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukJE11PXnF .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ukJE11PXnF .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ukJE11PXnF .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-ukJE11PXnF .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #fafafa;
  text-align: left;
}
.cid-ukJE11PXnF .list li {
  margin-bottom: 25px;
}
.cid-ukJE11PXnF .list li:last-child {
  margin-bottom: 0;
}
.cid-ukJE11PXnF .mbr-desc {
  margin-bottom: 8px;
}
.cid-ukJE11PXnF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukJE11PXnF .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-ukJE11PXnF .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-ukJE11PXnF .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 #ffffff;
  transition: all .3s ease;
}
.cid-ukJE11PXnF .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-ukJE11PXnF .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-ukJE11PXnF .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-ukJE11PXnF .mbr-desc,
.cid-ukJE11PXnF .mbr-iconfont {
  color: #fafafa;
  text-align: left;
}
.cid-ukJE11PXnF .mbr-text,
.cid-ukJE11PXnF .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-ukJENiqHhX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ukJENiqHhX nav.navbar {
  position: fixed;
}
.cid-ukJENiqHhX .btn {
  line-height: 1.2;
}
.cid-ukJENiqHhX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukJENiqHhX .nav-link {
  position: relative;
}
.cid-ukJENiqHhX .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #747474;
}
.cid-ukJENiqHhX .nav-link:hover {
  color: #747474 !important;
}
.cid-ukJENiqHhX .nav-link:hover:before {
  width: 100%;
}
.cid-ukJENiqHhX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukJENiqHhX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukJENiqHhX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukJENiqHhX .dropdown-item:hover,
.cid-ukJENiqHhX .dropdown-item:focus {
  background: #fae60f !important;
  color: white !important;
}
.cid-ukJENiqHhX .dropdown-item:hover span {
  color: white;
}
.cid-ukJENiqHhX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukJENiqHhX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukJENiqHhX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukJENiqHhX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-ukJENiqHhX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ukJENiqHhX .container {
    flex-wrap: nowrap;
  }
}
.cid-ukJENiqHhX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukJENiqHhX .navbar-nav {
  margin: auto;
}
.cid-ukJENiqHhX .dropdown-menu,
.cid-ukJENiqHhX .navbar.opened {
  background: #b492a5 !important;
}
.cid-ukJENiqHhX .nav-item:focus,
.cid-ukJENiqHhX .nav-link:focus {
  outline: none;
}
.cid-ukJENiqHhX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukJENiqHhX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukJENiqHhX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukJENiqHhX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukJENiqHhX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukJENiqHhX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukJENiqHhX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #b492a5;
}
.cid-ukJENiqHhX .navbar.opened {
  transition: all 0.3s;
}
.cid-ukJENiqHhX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukJENiqHhX .navbar .navbar-logo img {
  width: auto;
}
.cid-ukJENiqHhX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukJENiqHhX .navbar.collapsed {
  justify-content: center;
}
.cid-ukJENiqHhX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukJENiqHhX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukJENiqHhX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ukJENiqHhX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukJENiqHhX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukJENiqHhX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukJENiqHhX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukJENiqHhX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukJENiqHhX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukJENiqHhX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukJENiqHhX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukJENiqHhX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukJENiqHhX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukJENiqHhX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukJENiqHhX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukJENiqHhX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukJENiqHhX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukJENiqHhX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukJENiqHhX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukJENiqHhX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ukJENiqHhX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ukJENiqHhX .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukJENiqHhX .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-ukJENiqHhX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukJENiqHhX .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-ukJENiqHhX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukJENiqHhX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukJENiqHhX .dropdown-item.active,
.cid-ukJENiqHhX .dropdown-item:active {
  background-color: transparent;
}
.cid-ukJENiqHhX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukJENiqHhX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukJENiqHhX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukJENiqHhX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b492a5;
}
.cid-ukJENiqHhX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukJENiqHhX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukJENiqHhX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukJENiqHhX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukJENiqHhX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ukJENiqHhX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukJENiqHhX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukJENiqHhX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukJENiqHhX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukJENiqHhX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukJENiqHhX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukJENiqHhX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukJENiqHhX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukJENiqHhX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukJENiqHhX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukJENiqHhX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukJENiqHhX .navbar {
    height: 70px;
  }
  .cid-ukJENiqHhX .navbar.opened {
    height: auto;
  }
  .cid-ukJENiqHhX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukJENjxbOQ {
  background-color: #ffffff;
}
.cid-ukJENjxbOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJENjxbOQ .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-ukJENjxbOQ .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-ukJENjxbOQ .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-ukJENjxbOQ .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-ukJENjxbOQ .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-ukJENjxbOQ .mbr-section-title {
  color: #E0BDB6;
}
.cid-ukJENjxbOQ .mbr-text {
  color: #000000;
}
.cid-ukJENjxbOQ .mbr-section-title,
.cid-ukJENjxbOQ .mbr-section-btn {
  color: #000000;
}
.cid-uuaORJCYNR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b492a5;
}
.cid-uuaORJCYNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuaORJCYNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuaORJCYNR .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uuaORJCYNR .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uuaORJCYNR .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uuaORJCYNR .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uuaORJCYNR .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uuaORJCYNR .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uuaORJCYNR .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uuaORJCYNR .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uuaORJCYNR .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuaORJCYNR .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uuaORJCYNR .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-ukJENkzqsH {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ukJENkzqsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJENkzqsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJENkzqsH .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ukJENkzqsH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ukJENkzqsH .container {
    padding: 0 26px;
  }
}
.cid-ukJENkzqsH .row {
  justify-content: center;
}
.cid-ukJENkzqsH .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-ukJENkzqsH .google-map iframe {
    height: 400px;
  }
}
.cid-ukJENl5VpJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #986b85;
}
.cid-ukJENl5VpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukJENl5VpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukJENl5VpJ .row {
  justify-content: space-between;
}
.cid-ukJENl5VpJ .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukJENl5VpJ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ukJENl5VpJ .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ukJENl5VpJ .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-ukJENl5VpJ .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #fafafa;
  text-align: left;
}
.cid-ukJENl5VpJ .list li {
  margin-bottom: 25px;
}
.cid-ukJENl5VpJ .list li:last-child {
  margin-bottom: 0;
}
.cid-ukJENl5VpJ .mbr-desc {
  margin-bottom: 8px;
}
.cid-ukJENl5VpJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukJENl5VpJ .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-ukJENl5VpJ .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-ukJENl5VpJ .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 #ffffff;
  transition: all .3s ease;
}
.cid-ukJENl5VpJ .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-ukJENl5VpJ .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-ukJENl5VpJ .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-ukJENl5VpJ .mbr-desc,
.cid-ukJENl5VpJ .mbr-iconfont {
  color: #fafafa;
  text-align: left;
}
.cid-ukJENl5VpJ .mbr-text,
.cid-ukJENl5VpJ .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-uubioYO0Tp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uubioYO0Tp nav.navbar {
  position: fixed;
}
.cid-uubioYO0Tp .btn {
  line-height: 1.2;
}
.cid-uubioYO0Tp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uubioYO0Tp .nav-link {
  position: relative;
}
.cid-uubioYO0Tp .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #747474;
}
.cid-uubioYO0Tp .nav-link:hover {
  color: #747474 !important;
}
.cid-uubioYO0Tp .nav-link:hover:before {
  width: 100%;
}
.cid-uubioYO0Tp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uubioYO0Tp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uubioYO0Tp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uubioYO0Tp .dropdown-item:hover,
.cid-uubioYO0Tp .dropdown-item:focus {
  background: #fae60f !important;
  color: white !important;
}
.cid-uubioYO0Tp .dropdown-item:hover span {
  color: white;
}
.cid-uubioYO0Tp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uubioYO0Tp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uubioYO0Tp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uubioYO0Tp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uubioYO0Tp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uubioYO0Tp .container {
    flex-wrap: nowrap;
  }
}
.cid-uubioYO0Tp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uubioYO0Tp .navbar-nav {
  margin: auto;
}
.cid-uubioYO0Tp .dropdown-menu,
.cid-uubioYO0Tp .navbar.opened {
  background: #b492a5 !important;
}
.cid-uubioYO0Tp .nav-item:focus,
.cid-uubioYO0Tp .nav-link:focus {
  outline: none;
}
.cid-uubioYO0Tp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uubioYO0Tp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uubioYO0Tp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uubioYO0Tp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uubioYO0Tp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uubioYO0Tp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uubioYO0Tp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #b492a5;
}
.cid-uubioYO0Tp .navbar.opened {
  transition: all 0.3s;
}
.cid-uubioYO0Tp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uubioYO0Tp .navbar .navbar-logo img {
  width: auto;
}
.cid-uubioYO0Tp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uubioYO0Tp .navbar.collapsed {
  justify-content: center;
}
.cid-uubioYO0Tp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uubioYO0Tp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uubioYO0Tp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uubioYO0Tp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uubioYO0Tp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uubioYO0Tp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uubioYO0Tp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uubioYO0Tp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uubioYO0Tp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uubioYO0Tp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uubioYO0Tp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uubioYO0Tp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uubioYO0Tp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uubioYO0Tp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uubioYO0Tp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uubioYO0Tp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uubioYO0Tp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uubioYO0Tp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uubioYO0Tp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uubioYO0Tp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uubioYO0Tp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uubioYO0Tp .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uubioYO0Tp .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uubioYO0Tp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uubioYO0Tp .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-uubioYO0Tp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uubioYO0Tp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uubioYO0Tp .dropdown-item.active,
.cid-uubioYO0Tp .dropdown-item:active {
  background-color: transparent;
}
.cid-uubioYO0Tp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uubioYO0Tp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uubioYO0Tp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uubioYO0Tp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b492a5;
}
.cid-uubioYO0Tp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uubioYO0Tp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uubioYO0Tp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uubioYO0Tp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uubioYO0Tp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uubioYO0Tp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uubioYO0Tp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uubioYO0Tp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uubioYO0Tp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uubioYO0Tp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uubioYO0Tp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uubioYO0Tp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uubioYO0Tp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uubioYO0Tp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uubioYO0Tp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uubioYO0Tp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uubioYO0Tp .navbar {
    height: 70px;
  }
  .cid-uubioYO0Tp .navbar.opened {
    height: auto;
  }
  .cid-uubioYO0Tp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uubip1C3do {
  background-color: #ffffff;
}
.cid-uubip1C3do .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubip1C3do .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-uubip1C3do .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uubip1C3do .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uubip1C3do .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uubip1C3do .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uubip1C3do .mbr-section-title {
  color: #E0BDB6;
}
.cid-uubip1C3do .mbr-text {
  color: #000000;
}
.cid-uubip1C3do .mbr-section-title,
.cid-uubip1C3do .mbr-section-btn {
  color: #000000;
}
.cid-uubip2iI2y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #986b85;
}
.cid-uubip2iI2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubip2iI2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubip2iI2y .row {
  justify-content: center;
}
.cid-uubip2iI2y .border-wrapper_1 {
  background-color: #000000;
  height: 1px;
  margin-bottom: 90px;
}
.cid-uubip2iI2y .border-wrapper_2 {
  background-color: #000000;
  height: 1px;
  margin-top: 60px;
}
.cid-uubip2iI2y .card-wrapper {
  margin-bottom: 30px;
}
.cid-uubip2iI2y .card-wrapper .mbr-date {
  margin-bottom: 12px;
}
.cid-uubip2iI2y .card-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uubip2iI2y .mbr-section-title {
  color: #ffffff;
}
.cid-uubip2iI2y .mbr-date {
  color: #000000;
}
.cid-uubip2iI2y .mbr-section-title,
.cid-uubip2iI2y .mbr-section-btn {
  color: #000000;
}
.cid-uubip3ycoB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uubip3ycoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubip3ycoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubip3ycoB .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uubip3ycoB .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uubip3ycoB .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uubip3ycoB .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uubip3ycoB .image-wrapper img {
    height: 350px;
  }
}
.cid-uubip3ycoB .mbr-section-title {
  color: #404349;
}
.cid-uubip3ycoB .mbr-desc {
  color: #b19a7c;
}
.cid-uubip3ycoB .mbr-text {
  color: #404349;
}
.cid-uubip3ycoB .mbr-section-title,
.cid-uubip3ycoB .title-wrap {
  color: #000000;
}
.cid-uubip4hWyF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #986b85;
}
.cid-uubip4hWyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubip4hWyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubip4hWyF .row {
  justify-content: center;
}
.cid-uubip4hWyF .nav.nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 0;
}
.cid-uubip4hWyF .nav.nav-tabs .nav-item {
  margin-right: 26px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uubip4hWyF .nav.nav-tabs .nav-item {
    margin-right: 0;
  }
}
.cid-uubip4hWyF .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uubip4hWyF .nav.nav-tabs .nav-item .nav-link {
  padding: 0 25px 1px;
  color: #000000;
  position: relative;
  border: none;
}
@media (max-width: 768px) {
  .cid-uubip4hWyF .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    display: flex;
    align-items: center;
  }
}
.cid-uubip4hWyF .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  position: absolute;
  top: -0.5rem;
  left: -2rem;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uubip4hWyF .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
    position: static;
  }
}
.cid-uubip4hWyF .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  opacity: 1;
}
.cid-uubip4hWyF .tab-content {
  padding: 41px 60px 45px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 992px) {
  .cid-uubip4hWyF .tab-content {
    padding: 41px 32px 45px;
  }
}
.cid-uubip4hWyF .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uubip4hWyF .mbr-text {
  color: #747474;
  text-align: center;
}
.cid-uubip4UPwY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uubip4UPwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubip4UPwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubip4UPwY .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #b492a5;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uubip4UPwY .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uubip4UPwY .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uubip4UPwY .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uubip4UPwY .image-wrapper img {
    height: 350px;
  }
}
.cid-uubip4UPwY .mbr-section-title {
  color: #404349;
}
.cid-uubip4UPwY .mbr-desc {
  color: #b19a7c;
}
.cid-uubip4UPwY .mbr-text {
  color: #404349;
}
.cid-uubip4UPwY .mbr-desc,
.cid-uubip4UPwY .desc-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-uubip4UPwY .mbr-section-title,
.cid-uubip4UPwY .title-wrap {
  color: #000000;
}
.cid-uubip5qMCM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b492a5;
}
.cid-uubip5qMCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubip5qMCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubip5qMCM .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uubip5qMCM .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uubip5qMCM .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uubip5qMCM .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uubip5qMCM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uubip5qMCM .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uubip5qMCM .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uubip5qMCM .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uubip5qMCM .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uubip5qMCM .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uubip5qMCM .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uubip5qMCM .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uubip5qMCM .mbr-section-title {
  color: #050f0f;
}
.cid-uubip5qMCM .mbr-text {
  color: #050f0f;
}
.cid-uubip5qMCM .mbr-text,
.cid-uubip5qMCM .text-wrapper,
.cid-uubip5qMCM .rating-wrapper {
  color: #fafafa;
}
.cid-uubip5qMCM .mbr-section-title,
.cid-uubip5qMCM .mbr-section-btn {
  color: #fafafa;
}
.cid-uubip5XY08 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uubip5XY08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubip5XY08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubip5XY08 .row {
  justify-content: center;
}
.cid-uubip5XY08 .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uubip5XY08 .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uubip5XY08 .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uubip5XY08 .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uubip5XY08 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uubip5XY08 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uubip5XY08 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uubip5XY08 .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uubip5XY08 .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uubip5XY08 .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uubnbGrGzH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uubnbGrGzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubnbGrGzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubnbGrGzH .video-wrapper iframe {
  width: 100%;
}
.cid-uubnbGrGzH .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uubnbGrGzH .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uubnbGrGzH .video-block {
  position: relative;
  z-index: 1;
}
.cid-uubnbGrGzH .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uubnbGrGzH .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uubnbGrGzH .video-block .image-absolute {
    display: none;
  }
}
.cid-uubip6uC7K {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uubip6uC7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubip6uC7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubip6uC7K .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #b492a5;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uubip6uC7K .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uubip6uC7K .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uubip6uC7K .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uubip6uC7K .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uubip6uC7K .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uubip6uC7K .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uubip6uC7K .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uubip6uC7K .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uubip6uC7K .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uubip6uC7K .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uubip6uC7K .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uubip6uC7K .mbr-section-title {
  color: #212529;
}
.cid-uubip6uC7K .mbr-desc {
  color: #fafafa;
  text-align: center;
}
.cid-uubip6uC7K .mbr-section-title,
.cid-uubip6uC7K .mbr-section-btn {
  color: #fafafa;
}
.cid-uubip77se0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uubip77se0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubip77se0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubip77se0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uubip77se0 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uubip77se0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uubip77se0 .container {
    padding: 0 16px;
  }
}
.cid-uubip77se0 .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uubip77se0 .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uubip77se0 .item {
    margin-bottom: 24px;
  }
}
.cid-uubip77se0 .item .item-wrapper {
  background-image: linear-gradient(135deg, #855f5b, #56acff 34%, #986b85 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uubip77se0 .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.9em 1.9em 0 0 !important;
}
@media (max-width: 768px) {
  .cid-uubip77se0 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uubip77se0 .item .item-wrapper .item-content {
  border-radius: 0 0 1.9em 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uubip77se0 .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uubip77se0 .item .item-wrapper .item-content .card-title {
  margin-bottom: 32px;
}
.cid-uubip77se0 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-black-outline,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uubip77se0 .item .item-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uubip77se0 .card-title {
  color: #080808;
}
.cid-uubip77se0 .card-text {
  color: #000000;
}
.cid-uubpc5zsuc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uubpc5zsuc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubpc5zsuc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubpc5zsuc .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uubpc5zsuc .image-wrapper img {
    height: 350px;
  }
}
.cid-uubpc5zsuc .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uubpc5zsuc .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e0bdb6;
  margin-right: 17px;
}
.cid-uubpc5zsuc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uubpc5zsuc .mbr-text {
  color: #747474;
}
.cid-uubip7IEGh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b492a5;
}
.cid-uubip7IEGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubip7IEGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubip7IEGh .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uubip7IEGh .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uubip7IEGh .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uubip7IEGh .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uubip7IEGh .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uubip7IEGh .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uubip7IEGh .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uubip7IEGh .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uubip7IEGh .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uubip7IEGh .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uubip7IEGh .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uubip7IEGh .mbr-section-title,
.cid-uubip7IEGh .mbr-section-btn {
  color: #000000;
}
.cid-uubip8AfX9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uubip8AfX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubip8AfX9 .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-uubip8AfX9 .container {
    padding: 0 22px;
  }
}
.cid-uubip8AfX9 .card {
  justify-content: center;
}
.cid-uubip8AfX9 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uubip8AfX9 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uubip8AfX9 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uubip8AfX9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uubip8AfX9 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uubip8AfX9 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #d1bdc8;
}
@media (max-width: 1440px) {
  .cid-uubip8AfX9 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uubip8AfX9 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uubip8AfX9 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uubip8AfX9 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uubip8AfX9 .mbr-section-title {
  color: #ffffff;
}
.cid-uubip8AfX9 .mbr-text {
  color: #ffffff;
}
.cid-uuc1QxI5dP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #986b85;
}
.cid-uuc1QxI5dP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuc1QxI5dP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuc1QxI5dP .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uuc1QxI5dP .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uuc1QxI5dP .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uuc1QxI5dP .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uuc1QxI5dP .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uuc1QxI5dP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uuc1QxI5dP .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uuc1QxI5dP .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uuc1QxI5dP .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uuc1QxI5dP .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uuc1QxI5dP .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uuc1QxI5dP .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uuc1QxI5dP .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uuc1QxI5dP .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uuc1QxI5dP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uuc1QxI5dP .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uuc1QxI5dP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uuc1QxI5dP .mbr-section-title {
  color: #E0BDB6;
}
.cid-uuc1QxI5dP .mbr-section-subtitle {
  color: #747474;
}
.cid-uuc1QxI5dP .mbr-text {
  color: #747474;
}
.cid-uuc1QxI5dP .panel-title-edit {
  color: #000000;
}
.cid-uuc1QxI5dP .panel-text {
  color: #747474;
}
.cid-uuc1QxI5dP .mbr-section-title,
.cid-uuc1QxI5dP .mbr-section-btn {
  color: #fafafa;
}
.cid-uubip8VodB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uubip8VodB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubip8VodB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubip8VodB .row {
  justify-content: center;
}
.cid-uubip8VodB .title-wrapper {
  padding: 71px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uubip8VodB .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uubip8VodB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uubip8VodB .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uubip8VodB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uubip8VodB .mbr-text {
  color: #747474;
}
.cid-uubip8VodB .mbr-text,
.cid-uubip8VodB .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uubip8VodB .mbr-section-title,
.cid-uubip8VodB .mbr-iconfont {
  color: #000000;
}
.cid-uubHMsI5OF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uubHMsI5OF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubHMsI5OF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubHMsI5OF .title-wrapper {
  padding: 96px 10px;
  background-color: #986b85;
}
@media (max-width: 992px) {
  .cid-uubHMsI5OF .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-uubHMsI5OF .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-uubHMsI5OF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uubHMsI5OF .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-uubHMsI5OF .panel-group .card {
  border-bottom: 1px solid #804a67;
  border-radius: 0;
}
.cid-uubHMsI5OF .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uubHMsI5OF .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uubHMsI5OF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uubHMsI5OF .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uubHMsI5OF .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #804a67;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uubHMsI5OF .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uubHMsI5OF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uubHMsI5OF .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uubHMsI5OF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uubHMsI5OF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uubHMsI5OF .panel-title-edit {
  color: #000000;
}
.cid-uubHMsI5OF .panel-text {
  color: #000000;
}
.cid-uubip9emEz {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uubip9emEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubip9emEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubip9emEz .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uubip9emEz .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uubip9emEz .container {
    padding: 0 26px;
  }
}
.cid-uubip9emEz .row {
  justify-content: center;
}
.cid-uubip9emEz .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uubip9emEz .google-map iframe {
    height: 400px;
  }
}
.cid-uubip9Clzy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #986b85;
}
.cid-uubip9Clzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubip9Clzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubip9Clzy .row {
  justify-content: space-between;
}
.cid-uubip9Clzy .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uubip9Clzy .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uubip9Clzy .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uubip9Clzy .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uubip9Clzy .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #fafafa;
  text-align: left;
}
.cid-uubip9Clzy .list li {
  margin-bottom: 25px;
}
.cid-uubip9Clzy .list li:last-child {
  margin-bottom: 0;
}
.cid-uubip9Clzy .mbr-desc {
  margin-bottom: 8px;
}
.cid-uubip9Clzy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uubip9Clzy .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uubip9Clzy .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uubip9Clzy .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 #ffffff;
  transition: all .3s ease;
}
.cid-uubip9Clzy .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uubip9Clzy .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uubip9Clzy .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uubip9Clzy .mbr-desc,
.cid-uubip9Clzy .mbr-iconfont {
  color: #fafafa;
  text-align: left;
}
.cid-uubip9Clzy .mbr-text,
.cid-uubip9Clzy .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-uubiFBrBcl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uubiFBrBcl nav.navbar {
  position: fixed;
}
.cid-uubiFBrBcl .btn {
  line-height: 1.2;
}
.cid-uubiFBrBcl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uubiFBrBcl .nav-link {
  position: relative;
}
.cid-uubiFBrBcl .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #747474;
}
.cid-uubiFBrBcl .nav-link:hover {
  color: #747474 !important;
}
.cid-uubiFBrBcl .nav-link:hover:before {
  width: 100%;
}
.cid-uubiFBrBcl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uubiFBrBcl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uubiFBrBcl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uubiFBrBcl .dropdown-item:hover,
.cid-uubiFBrBcl .dropdown-item:focus {
  background: #fae60f !important;
  color: white !important;
}
.cid-uubiFBrBcl .dropdown-item:hover span {
  color: white;
}
.cid-uubiFBrBcl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uubiFBrBcl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uubiFBrBcl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uubiFBrBcl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uubiFBrBcl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uubiFBrBcl .container {
    flex-wrap: nowrap;
  }
}
.cid-uubiFBrBcl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uubiFBrBcl .navbar-nav {
  margin: auto;
}
.cid-uubiFBrBcl .dropdown-menu,
.cid-uubiFBrBcl .navbar.opened {
  background: #b492a5 !important;
}
.cid-uubiFBrBcl .nav-item:focus,
.cid-uubiFBrBcl .nav-link:focus {
  outline: none;
}
.cid-uubiFBrBcl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uubiFBrBcl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uubiFBrBcl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uubiFBrBcl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uubiFBrBcl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uubiFBrBcl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uubiFBrBcl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #b492a5;
}
.cid-uubiFBrBcl .navbar.opened {
  transition: all 0.3s;
}
.cid-uubiFBrBcl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uubiFBrBcl .navbar .navbar-logo img {
  width: auto;
}
.cid-uubiFBrBcl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uubiFBrBcl .navbar.collapsed {
  justify-content: center;
}
.cid-uubiFBrBcl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uubiFBrBcl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uubiFBrBcl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uubiFBrBcl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uubiFBrBcl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uubiFBrBcl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uubiFBrBcl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uubiFBrBcl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uubiFBrBcl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uubiFBrBcl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uubiFBrBcl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uubiFBrBcl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uubiFBrBcl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uubiFBrBcl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uubiFBrBcl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uubiFBrBcl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uubiFBrBcl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uubiFBrBcl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uubiFBrBcl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uubiFBrBcl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uubiFBrBcl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uubiFBrBcl .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uubiFBrBcl .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uubiFBrBcl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uubiFBrBcl .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-uubiFBrBcl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uubiFBrBcl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uubiFBrBcl .dropdown-item.active,
.cid-uubiFBrBcl .dropdown-item:active {
  background-color: transparent;
}
.cid-uubiFBrBcl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uubiFBrBcl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uubiFBrBcl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uubiFBrBcl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b492a5;
}
.cid-uubiFBrBcl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uubiFBrBcl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uubiFBrBcl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uubiFBrBcl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uubiFBrBcl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uubiFBrBcl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uubiFBrBcl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uubiFBrBcl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uubiFBrBcl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uubiFBrBcl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uubiFBrBcl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uubiFBrBcl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uubiFBrBcl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uubiFBrBcl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uubiFBrBcl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uubiFBrBcl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uubiFBrBcl .navbar {
    height: 70px;
  }
  .cid-uubiFBrBcl .navbar.opened {
    height: auto;
  }
  .cid-uubiFBrBcl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uubiFBOJno {
  background-color: #ffffff;
}
.cid-uubiFBOJno .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubiFBOJno .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-uubiFBOJno .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uubiFBOJno .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uubiFBOJno .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uubiFBOJno .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uubiFBOJno .mbr-section-title {
  color: #E0BDB6;
}
.cid-uubiFBOJno .mbr-text {
  color: #000000;
}
.cid-uubiFBOJno .mbr-section-title,
.cid-uubiFBOJno .mbr-section-btn {
  color: #000000;
}
.cid-uubiFC3cur {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #986b85;
}
.cid-uubiFC3cur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubiFC3cur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubiFC3cur .row {
  justify-content: center;
}
.cid-uubiFC3cur .border-wrapper_1 {
  background-color: #000000;
  height: 1px;
  margin-bottom: 90px;
}
.cid-uubiFC3cur .border-wrapper_2 {
  background-color: #000000;
  height: 1px;
  margin-top: 60px;
}
.cid-uubiFC3cur .card-wrapper {
  margin-bottom: 30px;
}
.cid-uubiFC3cur .card-wrapper .mbr-date {
  margin-bottom: 12px;
}
.cid-uubiFC3cur .card-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uubiFC3cur .mbr-section-title {
  color: #ffffff;
}
.cid-uubiFC3cur .mbr-date {
  color: #000000;
}
.cid-uubiFC3cur .mbr-section-title,
.cid-uubiFC3cur .mbr-section-btn {
  color: #000000;
}
.cid-uubiFCo8FT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uubiFCo8FT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubiFCo8FT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubiFCo8FT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uubiFCo8FT .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uubiFCo8FT .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uubiFCo8FT .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uubiFCo8FT .image-wrapper img {
    height: 350px;
  }
}
.cid-uubiFCo8FT .mbr-section-title {
  color: #404349;
}
.cid-uubiFCo8FT .mbr-desc {
  color: #b19a7c;
}
.cid-uubiFCo8FT .mbr-text {
  color: #404349;
}
.cid-uubiFCo8FT .mbr-section-title,
.cid-uubiFCo8FT .title-wrap {
  color: #000000;
}
.cid-uubiFCDFx5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #986b85;
}
.cid-uubiFCDFx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubiFCDFx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubiFCDFx5 .row {
  justify-content: center;
}
.cid-uubiFCDFx5 .nav.nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 0;
}
.cid-uubiFCDFx5 .nav.nav-tabs .nav-item {
  margin-right: 26px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uubiFCDFx5 .nav.nav-tabs .nav-item {
    margin-right: 0;
  }
}
.cid-uubiFCDFx5 .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uubiFCDFx5 .nav.nav-tabs .nav-item .nav-link {
  padding: 0 25px 1px;
  color: #000000;
  position: relative;
  border: none;
}
@media (max-width: 768px) {
  .cid-uubiFCDFx5 .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    display: flex;
    align-items: center;
  }
}
.cid-uubiFCDFx5 .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  position: absolute;
  top: -0.5rem;
  left: -2rem;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uubiFCDFx5 .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
    position: static;
  }
}
.cid-uubiFCDFx5 .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  opacity: 1;
}
.cid-uubiFCDFx5 .tab-content {
  padding: 41px 60px 45px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 992px) {
  .cid-uubiFCDFx5 .tab-content {
    padding: 41px 32px 45px;
  }
}
.cid-uubiFCDFx5 .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uubiFCDFx5 .mbr-text {
  color: #747474;
  text-align: center;
}
.cid-uubiFD2GrW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uubiFD2GrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubiFD2GrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubiFD2GrW .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #b492a5;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uubiFD2GrW .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uubiFD2GrW .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uubiFD2GrW .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uubiFD2GrW .image-wrapper img {
    height: 350px;
  }
}
.cid-uubiFD2GrW .mbr-section-title {
  color: #404349;
}
.cid-uubiFD2GrW .mbr-desc {
  color: #b19a7c;
}
.cid-uubiFD2GrW .mbr-text {
  color: #404349;
}
.cid-uubiFD2GrW .mbr-desc,
.cid-uubiFD2GrW .desc-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-uubiFD2GrW .mbr-section-title,
.cid-uubiFD2GrW .title-wrap {
  color: #000000;
}
.cid-uubiFDjKEH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b492a5;
}
.cid-uubiFDjKEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubiFDjKEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubiFDjKEH .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uubiFDjKEH .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uubiFDjKEH .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uubiFDjKEH .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uubiFDjKEH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uubiFDjKEH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uubiFDjKEH .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uubiFDjKEH .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uubiFDjKEH .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uubiFDjKEH .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uubiFDjKEH .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uubiFDjKEH .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uubiFDjKEH .mbr-section-title {
  color: #050f0f;
}
.cid-uubiFDjKEH .mbr-text {
  color: #050f0f;
}
.cid-uubiFDjKEH .mbr-text,
.cid-uubiFDjKEH .text-wrapper,
.cid-uubiFDjKEH .rating-wrapper {
  color: #fafafa;
}
.cid-uubiFDjKEH .mbr-section-title,
.cid-uubiFDjKEH .mbr-section-btn {
  color: #fafafa;
}
.cid-uubiFDEuxz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uubiFDEuxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubiFDEuxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubiFDEuxz .row {
  justify-content: center;
}
.cid-uubiFDEuxz .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uubiFDEuxz .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uubiFDEuxz .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uubiFDEuxz .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uubiFDEuxz .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uubiFDEuxz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uubiFDEuxz .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uubiFDEuxz .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uubiFDEuxz .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uubiFDEuxz .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uuc25mXHAN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #986b85;
}
.cid-uuc25mXHAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuc25mXHAN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuc25mXHAN .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uuc25mXHAN .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uuc25mXHAN .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uuc25mXHAN .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uuc25mXHAN .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uuc25mXHAN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uuc25mXHAN .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uuc25mXHAN .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uuc25mXHAN .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uuc25mXHAN .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uuc25mXHAN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uuc25mXHAN .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uuc25mXHAN .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uuc25mXHAN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uuc25mXHAN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uuc25mXHAN .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uuc25mXHAN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uuc25mXHAN .mbr-section-title {
  color: #E0BDB6;
}
.cid-uuc25mXHAN .mbr-section-subtitle {
  color: #747474;
}
.cid-uuc25mXHAN .mbr-text {
  color: #747474;
}
.cid-uuc25mXHAN .panel-title-edit {
  color: #000000;
}
.cid-uuc25mXHAN .panel-text {
  color: #747474;
}
.cid-uuc25mXHAN .mbr-section-title,
.cid-uuc25mXHAN .mbr-section-btn {
  color: #fafafa;
}
.cid-uubiFDV5v7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uubiFDV5v7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubiFDV5v7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubiFDV5v7 .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #b492a5;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uubiFDV5v7 .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uubiFDV5v7 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uubiFDV5v7 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uubiFDV5v7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uubiFDV5v7 .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uubiFDV5v7 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uubiFDV5v7 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uubiFDV5v7 .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uubiFDV5v7 .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uubiFDV5v7 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uubiFDV5v7 .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uubiFDV5v7 .mbr-section-title {
  color: #212529;
}
.cid-uubiFDV5v7 .mbr-desc {
  color: #fafafa;
  text-align: center;
}
.cid-uubiFDV5v7 .mbr-section-title,
.cid-uubiFDV5v7 .mbr-section-btn {
  color: #fafafa;
}
.cid-uubiFEepm7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uubiFEepm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubiFEepm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubiFEepm7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uubiFEepm7 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uubiFEepm7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uubiFEepm7 .container {
    padding: 0 16px;
  }
}
.cid-uubiFEepm7 .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uubiFEepm7 .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uubiFEepm7 .item {
    margin-bottom: 24px;
  }
}
.cid-uubiFEepm7 .item .item-wrapper {
  background-image: linear-gradient(135deg, #855f5b, #56acff 34%, #986b85 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uubiFEepm7 .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.9em 1.9em 0 0 !important;
}
@media (max-width: 768px) {
  .cid-uubiFEepm7 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uubiFEepm7 .item .item-wrapper .item-content {
  border-radius: 0 0 1.9em 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uubiFEepm7 .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uubiFEepm7 .item .item-wrapper .item-content .card-title {
  margin-bottom: 32px;
}
.cid-uubiFEepm7 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-black-outline,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uubiFEepm7 .item .item-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uubiFEepm7 .card-title {
  color: #080808;
}
.cid-uubiFEepm7 .card-text {
  color: #000000;
}
.cid-uubiFF5jiD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b492a5;
}
.cid-uubiFF5jiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubiFF5jiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubiFF5jiD .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uubiFF5jiD .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uubiFF5jiD .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uubiFF5jiD .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uubiFF5jiD .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uubiFF5jiD .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uubiFF5jiD .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uubiFF5jiD .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uubiFF5jiD .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uubiFF5jiD .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uubiFF5jiD .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uubiFF5jiD .mbr-section-title,
.cid-uubiFF5jiD .mbr-section-btn {
  color: #000000;
}
.cid-uubiFFDGRl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uubiFFDGRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubiFFDGRl .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-uubiFFDGRl .container {
    padding: 0 22px;
  }
}
.cid-uubiFFDGRl .card {
  justify-content: center;
}
.cid-uubiFFDGRl .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uubiFFDGRl .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uubiFFDGRl .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uubiFFDGRl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uubiFFDGRl .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uubiFFDGRl .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #d1bdc8;
}
@media (max-width: 1440px) {
  .cid-uubiFFDGRl .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uubiFFDGRl .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uubiFFDGRl .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uubiFFDGRl .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uubiFFDGRl .mbr-section-title {
  color: #ffffff;
}
.cid-uubiFFDGRl .mbr-text {
  color: #ffffff;
}
.cid-uubiFGdAvO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #986b85;
}
.cid-uubiFGdAvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubiFGdAvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubiFGdAvO .row {
  justify-content: center;
}
.cid-uubiFGdAvO .title-wrapper {
  padding: 71px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uubiFGdAvO .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uubiFGdAvO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uubiFGdAvO .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uubiFGdAvO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uubiFGdAvO .mbr-text {
  color: #747474;
}
.cid-uubiFGdAvO .mbr-text,
.cid-uubiFGdAvO .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-uubiFGdAvO .mbr-section-title,
.cid-uubiFGdAvO .mbr-iconfont {
  color: #000000;
}
.cid-uubIu8hzC7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uubIu8hzC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubIu8hzC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubIu8hzC7 .title-wrapper {
  padding: 96px 10px;
  background-color: #986b85;
}
@media (max-width: 992px) {
  .cid-uubIu8hzC7 .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-uubIu8hzC7 .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-uubIu8hzC7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uubIu8hzC7 .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-uubIu8hzC7 .panel-group .card {
  border-bottom: 1px solid #804a67;
  border-radius: 0;
}
.cid-uubIu8hzC7 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uubIu8hzC7 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uubIu8hzC7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uubIu8hzC7 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uubIu8hzC7 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #804a67;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uubIu8hzC7 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uubIu8hzC7 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uubIu8hzC7 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uubIu8hzC7 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uubIu8hzC7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uubIu8hzC7 .panel-title-edit {
  color: #000000;
}
.cid-uubIu8hzC7 .panel-text {
  color: #747474;
}
.cid-uubiFGv18k {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uubiFGv18k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubiFGv18k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubiFGv18k .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uubiFGv18k .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uubiFGv18k .container {
    padding: 0 26px;
  }
}
.cid-uubiFGv18k .row {
  justify-content: center;
}
.cid-uubiFGv18k .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uubiFGv18k .google-map iframe {
    height: 400px;
  }
}
.cid-uubiFGXt2I {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #986b85;
}
.cid-uubiFGXt2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubiFGXt2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubiFGXt2I .row {
  justify-content: space-between;
}
.cid-uubiFGXt2I .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uubiFGXt2I .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uubiFGXt2I .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uubiFGXt2I .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uubiFGXt2I .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #fafafa;
  text-align: left;
}
.cid-uubiFGXt2I .list li {
  margin-bottom: 25px;
}
.cid-uubiFGXt2I .list li:last-child {
  margin-bottom: 0;
}
.cid-uubiFGXt2I .mbr-desc {
  margin-bottom: 8px;
}
.cid-uubiFGXt2I .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uubiFGXt2I .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uubiFGXt2I .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uubiFGXt2I .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 #ffffff;
  transition: all .3s ease;
}
.cid-uubiFGXt2I .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uubiFGXt2I .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uubiFGXt2I .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uubiFGXt2I .mbr-desc,
.cid-uubiFGXt2I .mbr-iconfont {
  color: #fafafa;
  text-align: left;
}
.cid-uubiFGXt2I .mbr-text,
.cid-uubiFGXt2I .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-uubjryQ1GI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uubjryQ1GI nav.navbar {
  position: fixed;
}
.cid-uubjryQ1GI .btn {
  line-height: 1.2;
}
.cid-uubjryQ1GI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uubjryQ1GI .nav-link {
  position: relative;
}
.cid-uubjryQ1GI .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #747474;
}
.cid-uubjryQ1GI .nav-link:hover {
  color: #747474 !important;
}
.cid-uubjryQ1GI .nav-link:hover:before {
  width: 100%;
}
.cid-uubjryQ1GI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uubjryQ1GI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uubjryQ1GI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uubjryQ1GI .dropdown-item:hover,
.cid-uubjryQ1GI .dropdown-item:focus {
  background: #fae60f !important;
  color: white !important;
}
.cid-uubjryQ1GI .dropdown-item:hover span {
  color: white;
}
.cid-uubjryQ1GI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uubjryQ1GI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uubjryQ1GI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uubjryQ1GI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uubjryQ1GI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uubjryQ1GI .container {
    flex-wrap: nowrap;
  }
}
.cid-uubjryQ1GI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uubjryQ1GI .navbar-nav {
  margin: auto;
}
.cid-uubjryQ1GI .dropdown-menu,
.cid-uubjryQ1GI .navbar.opened {
  background: #b492a5 !important;
}
.cid-uubjryQ1GI .nav-item:focus,
.cid-uubjryQ1GI .nav-link:focus {
  outline: none;
}
.cid-uubjryQ1GI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uubjryQ1GI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uubjryQ1GI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uubjryQ1GI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uubjryQ1GI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uubjryQ1GI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uubjryQ1GI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #b492a5;
}
.cid-uubjryQ1GI .navbar.opened {
  transition: all 0.3s;
}
.cid-uubjryQ1GI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uubjryQ1GI .navbar .navbar-logo img {
  width: auto;
}
.cid-uubjryQ1GI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uubjryQ1GI .navbar.collapsed {
  justify-content: center;
}
.cid-uubjryQ1GI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uubjryQ1GI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uubjryQ1GI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uubjryQ1GI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uubjryQ1GI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uubjryQ1GI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uubjryQ1GI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uubjryQ1GI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uubjryQ1GI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uubjryQ1GI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uubjryQ1GI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uubjryQ1GI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uubjryQ1GI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uubjryQ1GI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uubjryQ1GI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uubjryQ1GI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uubjryQ1GI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uubjryQ1GI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uubjryQ1GI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uubjryQ1GI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uubjryQ1GI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uubjryQ1GI .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uubjryQ1GI .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uubjryQ1GI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uubjryQ1GI .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-uubjryQ1GI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uubjryQ1GI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uubjryQ1GI .dropdown-item.active,
.cid-uubjryQ1GI .dropdown-item:active {
  background-color: transparent;
}
.cid-uubjryQ1GI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uubjryQ1GI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uubjryQ1GI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uubjryQ1GI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #b492a5;
}
.cid-uubjryQ1GI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uubjryQ1GI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uubjryQ1GI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uubjryQ1GI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uubjryQ1GI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uubjryQ1GI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uubjryQ1GI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uubjryQ1GI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uubjryQ1GI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uubjryQ1GI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uubjryQ1GI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uubjryQ1GI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uubjryQ1GI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uubjryQ1GI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uubjryQ1GI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uubjryQ1GI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uubjryQ1GI .navbar {
    height: 70px;
  }
  .cid-uubjryQ1GI .navbar.opened {
    height: auto;
  }
  .cid-uubjryQ1GI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uubjrzkX1O {
  background-color: #ffffff;
}
.cid-uubjrzkX1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubjrzkX1O .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-uubjrzkX1O .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uubjrzkX1O .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uubjrzkX1O .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uubjrzkX1O .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uubjrzkX1O .mbr-section-title {
  color: #E0BDB6;
}
.cid-uubjrzkX1O .mbr-text {
  color: #000000;
}
.cid-uubjrzkX1O .mbr-section-title,
.cid-uubjrzkX1O .mbr-section-btn {
  color: #000000;
}
.cid-uubjrzE3DM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #986b85;
}
.cid-uubjrzE3DM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubjrzE3DM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubjrzE3DM .row {
  justify-content: center;
}
.cid-uubjrzE3DM .border-wrapper_1 {
  background-color: #000000;
  height: 1px;
  margin-bottom: 90px;
}
.cid-uubjrzE3DM .border-wrapper_2 {
  background-color: #000000;
  height: 1px;
  margin-top: 60px;
}
.cid-uubjrzE3DM .card-wrapper {
  margin-bottom: 30px;
}
.cid-uubjrzE3DM .card-wrapper .mbr-date {
  margin-bottom: 12px;
}
.cid-uubjrzE3DM .card-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uubjrzE3DM .mbr-section-title {
  color: #ffffff;
}
.cid-uubjrzE3DM .mbr-date {
  color: #000000;
}
.cid-uubjrzE3DM .mbr-section-title,
.cid-uubjrzE3DM .mbr-section-btn {
  color: #000000;
}
.cid-uubjrA4Daq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uubjrA4Daq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubjrA4Daq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubjrA4Daq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uubjrA4Daq .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uubjrA4Daq .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uubjrA4Daq .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uubjrA4Daq .image-wrapper img {
    height: 350px;
  }
}
.cid-uubjrA4Daq .mbr-section-title {
  color: #404349;
}
.cid-uubjrA4Daq .mbr-desc {
  color: #b19a7c;
}
.cid-uubjrA4Daq .mbr-text {
  color: #404349;
}
.cid-uubjrA4Daq .mbr-section-title,
.cid-uubjrA4Daq .title-wrap {
  color: #000000;
}
.cid-uubjrAjRdC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #986b85;
}
.cid-uubjrAjRdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubjrAjRdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubjrAjRdC .row {
  justify-content: center;
}
.cid-uubjrAjRdC .nav.nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 0;
}
.cid-uubjrAjRdC .nav.nav-tabs .nav-item {
  margin-right: 26px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uubjrAjRdC .nav.nav-tabs .nav-item {
    margin-right: 0;
  }
}
.cid-uubjrAjRdC .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uubjrAjRdC .nav.nav-tabs .nav-item .nav-link {
  padding: 0 25px 1px;
  color: #000000;
  position: relative;
  border: none;
}
@media (max-width: 768px) {
  .cid-uubjrAjRdC .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    display: flex;
    align-items: center;
  }
}
.cid-uubjrAjRdC .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  position: absolute;
  top: -0.5rem;
  left: -2rem;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uubjrAjRdC .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
    position: static;
  }
}
.cid-uubjrAjRdC .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  opacity: 1;
}
.cid-uubjrAjRdC .tab-content {
  padding: 41px 60px 45px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 992px) {
  .cid-uubjrAjRdC .tab-content {
    padding: 41px 32px 45px;
  }
}
.cid-uubjrAjRdC .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uubjrAjRdC .mbr-text {
  color: #747474;
  text-align: center;
}
.cid-uubjrAG4gn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uubjrAG4gn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubjrAG4gn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubjrAG4gn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #b492a5;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uubjrAG4gn .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uubjrAG4gn .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uubjrAG4gn .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uubjrAG4gn .image-wrapper img {
    height: 350px;
  }
}
.cid-uubjrAG4gn .mbr-section-title {
  color: #404349;
}
.cid-uubjrAG4gn .mbr-desc {
  color: #b19a7c;
}
.cid-uubjrAG4gn .mbr-text {
  color: #404349;
}
.cid-uubjrAG4gn .mbr-desc,
.cid-uubjrAG4gn .desc-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-uubjrAG4gn .mbr-section-title,
.cid-uubjrAG4gn .title-wrap {
  color: #000000;
}
.cid-uubjrAVvIT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b492a5;
}
.cid-uubjrAVvIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubjrAVvIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubjrAVvIT .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uubjrAVvIT .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uubjrAVvIT .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uubjrAVvIT .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uubjrAVvIT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uubjrAVvIT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uubjrAVvIT .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uubjrAVvIT .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uubjrAVvIT .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uubjrAVvIT .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uubjrAVvIT .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uubjrAVvIT .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uubjrAVvIT .mbr-section-title {
  color: #050f0f;
}
.cid-uubjrAVvIT .mbr-text {
  color: #050f0f;
}
.cid-uubjrAVvIT .mbr-text,
.cid-uubjrAVvIT .text-wrapper,
.cid-uubjrAVvIT .rating-wrapper {
  color: #fafafa;
}
.cid-uubjrAVvIT .mbr-section-title,
.cid-uubjrAVvIT .mbr-section-btn {
  color: #fafafa;
}
.cid-uubjrBeUMm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uubjrBeUMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubjrBeUMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubjrBeUMm .row {
  justify-content: center;
}
.cid-uubjrBeUMm .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uubjrBeUMm .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uubjrBeUMm .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 71px;
}
.cid-uubjrBeUMm .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uubjrBeUMm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uubjrBeUMm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uubjrBeUMm .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uubjrBeUMm .mbr-date {
  color: #E0BDB6;
  text-align: center;
}
.cid-uubjrBeUMm .mbr-year {
  color: #474747;
  text-align: center;
}
.cid-uubjrBeUMm .mbr-text {
  color: #474747;
  text-align: center;
}
.cid-uubjrBxOJa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uubjrBxOJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubjrBxOJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubjrBxOJa .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #b492a5;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uubjrBxOJa .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uubjrBxOJa .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uubjrBxOJa .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uubjrBxOJa .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uubjrBxOJa .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uubjrBxOJa .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uubjrBxOJa .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uubjrBxOJa .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uubjrBxOJa .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uubjrBxOJa .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uubjrBxOJa .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uubjrBxOJa .mbr-section-title {
  color: #212529;
}
.cid-uubjrBxOJa .mbr-desc {
  color: #fafafa;
  text-align: center;
}
.cid-uubjrBxOJa .mbr-section-title,
.cid-uubjrBxOJa .mbr-section-btn {
  color: #fafafa;
}
.cid-uuc2cwoaI5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #986b85;
}
.cid-uuc2cwoaI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuc2cwoaI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuc2cwoaI5 .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uuc2cwoaI5 .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uuc2cwoaI5 .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uuc2cwoaI5 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uuc2cwoaI5 .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uuc2cwoaI5 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uuc2cwoaI5 .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uuc2cwoaI5 .panel-group .card {
  border-bottom: 1px solid #e2e2e2;
  border-radius: 0;
}
.cid-uuc2cwoaI5 .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uuc2cwoaI5 .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uuc2cwoaI5 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uuc2cwoaI5 .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uuc2cwoaI5 .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uuc2cwoaI5 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uuc2cwoaI5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uuc2cwoaI5 .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uuc2cwoaI5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uuc2cwoaI5 .mbr-section-title {
  color: #E0BDB6;
}
.cid-uuc2cwoaI5 .mbr-section-subtitle {
  color: #747474;
}
.cid-uuc2cwoaI5 .mbr-text {
  color: #747474;
}
.cid-uuc2cwoaI5 .panel-title-edit {
  color: #000000;
}
.cid-uuc2cwoaI5 .panel-text {
  color: #747474;
}
.cid-uuc2cwoaI5 .mbr-section-title,
.cid-uuc2cwoaI5 .mbr-section-btn {
  color: #fafafa;
}
.cid-uubuNd4BEL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uubuNd4BEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubuNd4BEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubuNd4BEL .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uubuNd4BEL .image-wrapper img {
    height: 350px;
  }
}
.cid-uubuNd4BEL .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uubuNd4BEL .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #e0bdb6;
  margin-right: 17px;
}
.cid-uubuNd4BEL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uubuNd4BEL .mbr-text {
  color: #747474;
}
.cid-uubjrBP35o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uubjrBP35o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubjrBP35o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubjrBP35o .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uubjrBP35o .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uubjrBP35o .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uubjrBP35o .container {
    padding: 0 16px;
  }
}
.cid-uubjrBP35o .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uubjrBP35o .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uubjrBP35o .item {
    margin-bottom: 24px;
  }
}
.cid-uubjrBP35o .item .item-wrapper {
  background-image: linear-gradient(135deg, #855f5b, #56acff 34%, #986b85 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uubjrBP35o .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border-radius: 1.9em 1.9em 0 0 !important;
}
@media (max-width: 768px) {
  .cid-uubjrBP35o .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uubjrBP35o .item .item-wrapper .item-content {
  border-radius: 0 0 1.9em 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uubjrBP35o .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uubjrBP35o .item .item-wrapper .item-content .card-title {
  margin-bottom: 32px;
}
.cid-uubjrBP35o .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-black-outline,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uubjrBP35o .item .item-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uubjrBP35o .card-title {
  color: #080808;
}
.cid-uubjrBP35o .card-text {
  color: #000000;
}
.cid-uubjrCdJvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b492a5;
}
.cid-uubjrCdJvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubjrCdJvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubjrCdJvv .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uubjrCdJvv .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uubjrCdJvv .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uubjrCdJvv .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uubjrCdJvv .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uubjrCdJvv .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uubjrCdJvv .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uubjrCdJvv .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uubjrCdJvv .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uubjrCdJvv .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uubjrCdJvv .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uubjrCdJvv .mbr-section-title,
.cid-uubjrCdJvv .mbr-section-btn {
  color: #000000;
}
.cid-uubjrCvLuv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uubjrCvLuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubjrCvLuv .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-uubjrCvLuv .container {
    padding: 0 22px;
  }
}
.cid-uubjrCvLuv .card {
  justify-content: center;
}
.cid-uubjrCvLuv .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uubjrCvLuv .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uubjrCvLuv .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uubjrCvLuv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uubjrCvLuv .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uubjrCvLuv .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #d1bdc8;
}
@media (max-width: 1440px) {
  .cid-uubjrCvLuv .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uubjrCvLuv .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uubjrCvLuv .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uubjrCvLuv .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uubjrCvLuv .mbr-section-title {
  color: #ffffff;
}
.cid-uubjrCvLuv .mbr-text {
  color: #ffffff;
}
.cid-uubGWI0Bab {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #986b85;
}
.cid-uubGWI0Bab .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uubjrCO1CR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #986b85;
}
.cid-uubjrCO1CR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubjrCO1CR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubjrCO1CR .row {
  justify-content: center;
}
.cid-uubjrCO1CR .title-wrapper {
  padding: 71px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uubjrCO1CR .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uubjrCO1CR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uubjrCO1CR .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uubjrCO1CR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uubjrCO1CR .mbr-text {
  color: #747474;
}
.cid-uubjrCO1CR .mbr-text,
.cid-uubjrCO1CR .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-uubjrCO1CR .mbr-section-title,
.cid-uubjrCO1CR .mbr-iconfont {
  color: #000000;
}
.cid-uubIXL419A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uubIXL419A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubIXL419A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubIXL419A .title-wrapper {
  padding: 96px 10px;
  background-color: #986b85;
}
@media (max-width: 992px) {
  .cid-uubIXL419A .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-uubIXL419A .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-uubIXL419A .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uubIXL419A .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-uubIXL419A .panel-group .card {
  border-bottom: 1px solid #804a67;
  border-radius: 0;
}
.cid-uubIXL419A .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uubIXL419A .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uubIXL419A .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uubIXL419A .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uubIXL419A .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #804a67;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uubIXL419A .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all .3s ease;
}
.cid-uubIXL419A .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uubIXL419A .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uubIXL419A .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uubIXL419A .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uubIXL419A .panel-title-edit {
  color: #000000;
}
.cid-uubIXL419A .panel-text {
  color: #747474;
}
.cid-uubjrD7XsO {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uubjrD7XsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubjrD7XsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubjrD7XsO .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uubjrD7XsO .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uubjrD7XsO .container {
    padding: 0 26px;
  }
}
.cid-uubjrD7XsO .row {
  justify-content: center;
}
.cid-uubjrD7XsO .google-map iframe {
  border-radius: 20px !important;
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uubjrD7XsO .google-map iframe {
    height: 400px;
  }
}
.cid-uubjrDrsqv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #986b85;
}
.cid-uubjrDrsqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uubjrDrsqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uubjrDrsqv .row {
  justify-content: space-between;
}
.cid-uubjrDrsqv .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uubjrDrsqv .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uubjrDrsqv .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uubjrDrsqv .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uubjrDrsqv .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #fafafa;
  text-align: left;
}
.cid-uubjrDrsqv .list li {
  margin-bottom: 25px;
}
.cid-uubjrDrsqv .list li:last-child {
  margin-bottom: 0;
}
.cid-uubjrDrsqv .mbr-desc {
  margin-bottom: 8px;
}
.cid-uubjrDrsqv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uubjrDrsqv .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uubjrDrsqv .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uubjrDrsqv .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 #ffffff;
  transition: all .3s ease;
}
.cid-uubjrDrsqv .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uubjrDrsqv .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uubjrDrsqv .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uubjrDrsqv .mbr-desc,
.cid-uubjrDrsqv .mbr-iconfont {
  color: #fafafa;
  text-align: left;
}
.cid-uubjrDrsqv .mbr-text,
.cid-uubjrDrsqv .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
