.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #394b58 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a6a99c !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #394b58 !important;
  border-color: #394b58 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4d6577 !important;
  border-color: #4d6577 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4d6577 !important;
  border-color: #4d6577 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #394b58;
  color: #394b58;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #171e23 !important;
  background-color: transparent !important;
  border-color: #171e23 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #394b58 !important;
  border-color: #394b58 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #394b58 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a6a99c !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #11161a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #747768 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #394b58;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a6a99c;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #394b58;
  border-color: #394b58;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #394b58;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6f8ca2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e3e4e0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #394b58 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #394b58;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #394b58;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #394b58;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #394b58;
  border-bottom-color: #394b58;
}
.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: #ffffff !important;
  background-color: #394b58 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23394b58' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uDIYtHsbNL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDIYtHsbNL .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;
}
@media (max-width: 767px) {
  .cid-uDIYtHsbNL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDIYtHsbNL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDIYtHsbNL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDIYtHsbNL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDIYtHsbNL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDIYtHsbNL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDIYtHsbNL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDIYtHsbNL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDIYtHsbNL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDIYtHsbNL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDIYtHsbNL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDIYtHsbNL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDIYtHsbNL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDIYtHsbNL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDIYtHsbNL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDIYtHsbNL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDIYtHsbNL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDIYtHsbNL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDIYtHsbNL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDIYtHsbNL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDIYtHsbNL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDIYtHsbNL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDIYtHsbNL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDIYtHsbNL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDIYtHsbNL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.7) !important;
}
.cid-uDIYtHsbNL .nav-item:focus,
.cid-uDIYtHsbNL .nav-link:focus {
  outline: none;
}
.cid-uDIYtHsbNL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDIYtHsbNL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDIYtHsbNL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDIYtHsbNL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDIYtHsbNL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDIYtHsbNL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDIYtHsbNL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDIYtHsbNL .navbar.opened {
  transition: all 0.3s;
}
.cid-uDIYtHsbNL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDIYtHsbNL .navbar .navbar-logo img {
  width: auto;
}
.cid-uDIYtHsbNL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDIYtHsbNL .navbar.collapsed {
  justify-content: center;
}
.cid-uDIYtHsbNL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDIYtHsbNL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDIYtHsbNL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uDIYtHsbNL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDIYtHsbNL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDIYtHsbNL .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-uDIYtHsbNL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDIYtHsbNL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDIYtHsbNL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDIYtHsbNL .navbar {
    min-height: 72px;
  }
  .cid-uDIYtHsbNL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDIYtHsbNL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDIYtHsbNL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDIYtHsbNL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDIYtHsbNL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDIYtHsbNL .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-uDIYtHsbNL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDIYtHsbNL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDIYtHsbNL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDIYtHsbNL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDIYtHsbNL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDIYtHsbNL .dropdown-item.active,
.cid-uDIYtHsbNL .dropdown-item:active {
  background-color: transparent;
}
.cid-uDIYtHsbNL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDIYtHsbNL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDIYtHsbNL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDIYtHsbNL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uDIYtHsbNL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDIYtHsbNL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDIYtHsbNL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDIYtHsbNL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDIYtHsbNL .navbar-buttons {
    text-align: left;
  }
}
.cid-uDIYtHsbNL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDIYtHsbNL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDIYtHsbNL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDIYtHsbNL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDIYtHsbNL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDIYtHsbNL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDIYtHsbNL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDIYtHsbNL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDIYtHsbNL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDIYtHsbNL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDIYtHsbNL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDIYtHsbNL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDIYtHsbNL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDIYtHsbNL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDIYtHsbNL .navbar {
    height: 70px;
  }
  .cid-uDIYtHsbNL .navbar.opened {
    height: auto;
  }
  .cid-uDIYtHsbNL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDIYtHsbNL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDIYtHsbNL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDIYtHsbNL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDIYtHsbNL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDIYtHsbNL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDIYtHsbNL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDIYtHsbNL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDIYtHsbNL .navbar-brand {
    margin-right: auto;
  }
  .cid-uDIYtHsbNL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.7) !important;
    background: rgba(237, 239, 235, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDIYtHsbNL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDIYtHsbNL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDIYtHsbNL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDIYtHsbNL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDIYtHsbNL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDIYtHsbNL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDIYtHsbNL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDIYtHsbNL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDIYtHsbNL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDIYtHsbNL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDIYoOicrM {
  display: flex;
  background-image: url("../../../assets/images/steptodown.com647734-1-1200x800.jpg");
}
.cid-uDIYoOicrM .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uDIYoOicrM {
    align-items: flex-start;
  }
  .cid-uDIYoOicrM .row {
    justify-content: center;
  }
  .cid-uDIYoOicrM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDIYoOicrM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDIYoOicrM {
    -webkit-align-items: center;
    align-items: flex-start;
  }
  .cid-uDIYoOicrM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDIYoOicrM .content-wrap {
    width: 100%;
  }
}
.cid-uDIYoOicrM .mbr-section-title,
.cid-uDIYoOicrM .mbr-section-subtitle {
  text-align: center;
}
.cid-uDIYoOicrM .mbr-text,
.cid-uDIYoOicrM .mbr-section-btn {
  text-align: center;
  color: #757b62;
}
.cid-uDIYoOicrM .mbr-section-title {
  color: #a6a99c;
  text-align: center;
}
.cid-uDIYoOicrM .mbr-section-subtitle {
  color: #3a341c;
  text-align: center;
}
.cid-uDJemkblY0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uDJemkblY0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDJemkblY0 .item {
    margin-bottom: 1rem;
  }
}
.cid-uDJemkblY0 .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uDJemkblY0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uDJemkblY0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uDJemkblY0 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uDJemkblY0 .carousel-control,
.cid-uDJemkblY0 .close {
  background: #1b1b1b;
}
.cid-uDJemkblY0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uDJemkblY0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uDJemkblY0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uDJemkblY0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uDJemkblY0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uDJemkblY0 .close::before {
  content: '\e91a';
}
.cid-uDJemkblY0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uDJemkblY0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uDJemkblY0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDJemkblY0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uDJemkblY0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uDJemkblY0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uDJemkblY0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uDJemkblY0 .carousel-indicators li.active,
.cid-uDJemkblY0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uDJemkblY0 .carousel-indicators li::after,
.cid-uDJemkblY0 .carousel-indicators li::before {
  content: none;
}
.cid-uDJemkblY0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uDJemkblY0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uDJemkblY0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDJemkblY0 .carousel-indicators {
    display: none;
  }
}
.cid-uDJemkblY0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uDJemkblY0 .carousel-inner > .active {
  display: block;
}
.cid-uDJemkblY0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDJemkblY0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uDJemkblY0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uDJemkblY0 .carousel-control,
  .cid-uDJemkblY0 .carousel-indicators,
  .cid-uDJemkblY0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uDJemkblY0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uDJemkblY0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uDJemkblY0 .carousel-indicators .active,
.cid-uDJemkblY0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uDJemkblY0 .carousel-indicators .active {
  background: #fff;
}
.cid-uDJemkblY0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uDJemkblY0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uDJemkblY0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uDJemkblY0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uDJemkblY0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uDJemkblY0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uDJemkblY0 .carousel {
  width: 100%;
}
.cid-uDJemkblY0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uDJemkblY0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uDJemkblY0 .modal.fade .modal-dialog,
.cid-uDJemkblY0 .modal.in .modal-dialog {
  transform: none;
}
.cid-uDJemkblY0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uDJemkblY0 .content-head {
  max-width: 800px;
}
.cid-uDJemkblY0 H3 {
  color: #757b62;
}
.cid-uDJlDJ7wYM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uDJlDJ7wYM .mbr-overlay {
  background: #f92c50;
  opacity: 0;
}
.cid-uDJlDJ7wYM .item:focus,
.cid-uDJlDJ7wYM span:focus {
  outline: none;
}
.cid-uDJlDJ7wYM .item {
  cursor: pointer;
}
.cid-uDJlDJ7wYM .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uDJlDJ7wYM .content-head {
  max-width: 800px;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uDJlDJ7wYM .ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}
.cid-uDJlDJ7wYM .ticker-wrap .ticker {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 13s;
}
.cid-uDJlDJ7wYM .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  color: #ffffff;
}
@keyframes ticker__center {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uDJlDJ7wYM .ticker-wrap .ticker__center {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__center;
  animation-duration: 20s;
}
@keyframes ticker__end {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uDJlDJ7wYM .ticker-wrap .ticker__end {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__end;
  animation-duration: 28s;
}
.cid-uDJlDJ7wYM .mbr-section-title,
.cid-uDJlDJ7wYM .mbr-section-subtitle {
  color: #000000;
}
.cid-uDO8vu0UnH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #757b62;
}
.cid-uDO8vu0UnH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDO8vu0UnH .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-uDO8vu0UnH .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDO8vu0UnH .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uDO8vu0UnH .google-map {
  height: 100%;
  position: relative;
}
.cid-uDO8vu0UnH .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDO8vu0UnH .google-map iframe {
    min-height: 350px;
  }
}
.cid-uDO8vu0UnH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uDO8vu0UnH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uDO8vu0UnH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uDO8vu0UnH .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uDO8vu0UnH .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uDO8vu0UnH .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uDO8vu0UnH ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uDO8vu0UnH .content-head {
  max-width: 800px;
}
.cid-uDO8vu0UnH .mbr-section-title {
  color: #ffffff;
}
.cid-uKZtdDW0gd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uKZtdDW0gd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZtdDW0gd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZtdDW0gd .img-wrapper {
  text-align: center;
}
.cid-uKZtdDW0gd img {
  margin: auto;
  width: 200px;
}
.cid-uKZtdDW0gd .row {
  align-items: flex-start;
}
.cid-uKZtdDW0gd .item-wrapper {
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uKZtdDW0gd .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uKZtdDW0gd .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKZtdDW0gd .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uKZtdDW0gd .mbr-section-title,
.cid-uKZtdDW0gd .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uKZtdDW0gd .content-head {
  max-width: 800px;
}
.cid-uDONyTrj0K {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDONyTrj0K .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;
}
@media (max-width: 767px) {
  .cid-uDONyTrj0K .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDONyTrj0K .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDONyTrj0K .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDONyTrj0K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDONyTrj0K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDONyTrj0K .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDONyTrj0K .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDONyTrj0K .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDONyTrj0K .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDONyTrj0K .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDONyTrj0K .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDONyTrj0K .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDONyTrj0K .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDONyTrj0K .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDONyTrj0K .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDONyTrj0K .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDONyTrj0K .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDONyTrj0K .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDONyTrj0K .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDONyTrj0K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDONyTrj0K .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDONyTrj0K .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDONyTrj0K .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDONyTrj0K .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDONyTrj0K .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.7) !important;
}
.cid-uDONyTrj0K .nav-item:focus,
.cid-uDONyTrj0K .nav-link:focus {
  outline: none;
}
.cid-uDONyTrj0K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDONyTrj0K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDONyTrj0K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDONyTrj0K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDONyTrj0K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDONyTrj0K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDONyTrj0K .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDONyTrj0K .navbar.opened {
  transition: all 0.3s;
}
.cid-uDONyTrj0K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDONyTrj0K .navbar .navbar-logo img {
  width: auto;
}
.cid-uDONyTrj0K .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDONyTrj0K .navbar.collapsed {
  justify-content: center;
}
.cid-uDONyTrj0K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDONyTrj0K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDONyTrj0K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uDONyTrj0K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDONyTrj0K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDONyTrj0K .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-uDONyTrj0K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDONyTrj0K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDONyTrj0K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDONyTrj0K .navbar {
    min-height: 72px;
  }
  .cid-uDONyTrj0K .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDONyTrj0K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDONyTrj0K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDONyTrj0K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDONyTrj0K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDONyTrj0K .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-uDONyTrj0K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDONyTrj0K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDONyTrj0K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDONyTrj0K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDONyTrj0K .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDONyTrj0K .dropdown-item.active,
.cid-uDONyTrj0K .dropdown-item:active {
  background-color: transparent;
}
.cid-uDONyTrj0K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDONyTrj0K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDONyTrj0K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDONyTrj0K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uDONyTrj0K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDONyTrj0K .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDONyTrj0K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDONyTrj0K .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDONyTrj0K .navbar-buttons {
    text-align: left;
  }
}
.cid-uDONyTrj0K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDONyTrj0K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDONyTrj0K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDONyTrj0K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDONyTrj0K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDONyTrj0K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDONyTrj0K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDONyTrj0K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDONyTrj0K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDONyTrj0K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDONyTrj0K .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDONyTrj0K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDONyTrj0K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDONyTrj0K .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDONyTrj0K .navbar {
    height: 70px;
  }
  .cid-uDONyTrj0K .navbar.opened {
    height: auto;
  }
  .cid-uDONyTrj0K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDONyTrj0K .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDONyTrj0K .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDONyTrj0K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDONyTrj0K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDONyTrj0K .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDONyTrj0K .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDONyTrj0K .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDONyTrj0K .navbar-brand {
    margin-right: auto;
  }
  .cid-uDONyTrj0K .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.7) !important;
    background: rgba(237, 239, 235, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDONyTrj0K .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDONyTrj0K .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDONyTrj0K .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDONyTrj0K .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDONyTrj0K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDONyTrj0K .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDONyTrj0K .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDONyTrj0K .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDONyTrj0K .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDONyTrj0K .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDONyTRPLW {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ebd5c4;
}
.cid-uDONyTRPLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDONyTRPLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDONyTRPLW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDONyTRPLW .row {
  flex-direction: row-reverse;
}
.cid-uDONyTRPLW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDONyTRPLW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDONyTRPLW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDONyTRPLW .mbr-section-title {
  color: #000000;
}
.cid-uDONyTRPLW .mbr-text,
.cid-uDONyTRPLW .mbr-section-btn {
  color: #000000;
}
.cid-uDONyUiJmb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #baa595;
}
.cid-uDONyUiJmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDONyUiJmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDONyUiJmb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDONyUiJmb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDONyUiJmb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDONyUiJmb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDONyUiJmb .mbr-section-title {
  color: #000000;
}
.cid-uDONyUiJmb .mbr-text,
.cid-uDONyUiJmb .mbr-section-btn {
  color: #000000;
}
.cid-uDONyUCaDR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ebd5c4;
}
.cid-uDONyUCaDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDONyUCaDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDONyUCaDR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDONyUCaDR .row {
  flex-direction: row-reverse;
}
.cid-uDONyUCaDR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDONyUCaDR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDONyUCaDR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDONyUCaDR .mbr-section-title {
  color: #000000;
}
.cid-uDONyUCaDR .mbr-text,
.cid-uDONyUCaDR .mbr-section-btn {
  color: #000000;
}
.cid-uDONyV1w9C {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDONyV1w9C h6 {
  line-height: 1.2;
}
.cid-uDONyV1w9C img,
.cid-uDONyV1w9C .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uDONyV1w9C img,
  .cid-uDONyV1w9C .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uDONyV1w9C .item:focus,
.cid-uDONyV1w9C span:focus {
  outline: none;
}
.cid-uDONyV1w9C .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uDONyV1w9C .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uDONyV1w9C .mbr-section-title {
  color: #000000;
}
.cid-uDONyV1w9C .mbr-text,
.cid-uDONyV1w9C .mbr-section-btn {
  color: #000000;
}
.cid-uDONyV1w9C .item-title {
  color: #000000;
  text-align: center;
}
.cid-uDONyV1w9C .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDONyV1w9C .item-text {
  color: #000000;
  text-align: center;
}
.cid-uDONyV1w9C .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uDONyV1w9C img,
  .cid-uDONyV1w9C .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uDONyV1w9C .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDONyVndJB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uDONyVndJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDONyVndJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDONyVndJB .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uDONyVndJB .content-head {
  max-width: 800px;
}
.cid-uDONyVndJB .card1 {
  background-image: url("../../../assets/images/vision-portrait-size-viale-sage-liv.jpg.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDONyVndJB .card1:before {
  background: #757b62;
}
.cid-uDONyVndJB .card2 {
  background-image: url("../../../assets/images/vision-landscape-size-fiore-mineral-bed.jpg-1.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDONyVndJB .card2:before {
  background: #d4d1ba;
}
.cid-uDONyVndJB .card3 {
  background-image: url("../../../assets/images/2023-portrait-vision-modina-storm.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDONyVndJB .card3:before {
  background: #cec9a1;
}
.cid-uDONyVndJB .card4 {
  background-image: url("../../../assets/images/2023-landscape-classica-dove.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDONyVndJB .card4:before {
  background: #a6a99c;
}
.cid-uDONyVndJB .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uDONyVndJB .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDONyVndJB .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uDONyVndJB .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uDONyVndJB .card {
  transition: transform 0.6s;
}
.cid-uDONyVndJB .card:hover .card-wrap,
.cid-uDONyVndJB .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uDONyVndJB .card:hover .card-wrap:before,
.cid-uDONyVndJB .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uDONyVndJB .card:hover .mbr-section-btn,
.cid-uDONyVndJB .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uDONyVndJB .card:hover .card-wrap {
    transform: none;
  }
  .cid-uDONyVndJB .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDONyVndJB .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDONyVndJB .card-wrap:hover {
    transform: none;
  }
  .cid-uDONyVndJB .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uDONyVndJB .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uDONyVK2px {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uDONyVK2px .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDONyVK2px .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDONyVK2px .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uDONyVK2px .content-head {
  max-width: 800px;
}
.cid-uDONyVK2px .card1 {
  background-image: url("../../../assets/images/2023-landscape-firenze-walnut.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDONyVK2px .card1:before {
  background: #a6a99c;
}
.cid-uDONyVK2px .card2 {
  background-image: url("../../../assets/images/2023-portrait-vision-floreale-marine.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDONyVK2px .card2:before {
  background: #757b62;
}
.cid-uDONyVK2px .card3 {
  background-image: url("../../../assets/images/2023-portrait-vision-linoso-navy.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDONyVK2px .card3:before {
  background: #cec9a1;
}
.cid-uDONyVK2px .card4 {
  background-image: url("../../../assets/images/2023-portrait-vision-firenze-natural.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDONyVK2px .card4:before {
  background: #d4d1ba;
}
.cid-uDONyVK2px .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uDONyVK2px .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDONyVK2px .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uDONyVK2px .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uDONyVK2px .card {
  transition: transform 0.6s;
}
.cid-uDONyVK2px .card:hover .card-wrap,
.cid-uDONyVK2px .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uDONyVK2px .card:hover .card-wrap:before,
.cid-uDONyVK2px .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uDONyVK2px .card:hover .mbr-section-btn,
.cid-uDONyVK2px .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uDONyVK2px .card:hover .card-wrap {
    transform: none;
  }
  .cid-uDONyVK2px .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDONyVK2px .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDONyVK2px .card-wrap:hover {
    transform: none;
  }
  .cid-uDONyVK2px .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uDONyVK2px .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKZyqHpitj {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #757b62;
}
.cid-uKZyqHpitj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZyqHpitj .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-uKZyqHpitj .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZyqHpitj .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uKZyqHpitj .google-map {
  height: 100%;
  position: relative;
}
.cid-uKZyqHpitj .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKZyqHpitj .google-map iframe {
    min-height: 350px;
  }
}
.cid-uKZyqHpitj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKZyqHpitj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKZyqHpitj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKZyqHpitj .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKZyqHpitj .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZyqHpitj .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uKZyqHpitj ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKZyqHpitj .content-head {
  max-width: 800px;
}
.cid-uKZyqHpitj .mbr-section-title {
  color: #ffffff;
}
.cid-uKZtzl02bb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uKZtzl02bb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZtzl02bb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZtzl02bb .img-wrapper {
  text-align: center;
}
.cid-uKZtzl02bb img {
  margin: auto;
  width: 200px;
}
.cid-uKZtzl02bb .row {
  align-items: flex-start;
}
.cid-uKZtzl02bb .item-wrapper {
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uKZtzl02bb .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uKZtzl02bb .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKZtzl02bb .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uKZtzl02bb .mbr-section-title,
.cid-uKZtzl02bb .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uKZtzl02bb .content-head {
  max-width: 800px;
}
.cid-uDOSyDTz49 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDOSyDTz49 .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;
}
@media (max-width: 767px) {
  .cid-uDOSyDTz49 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDOSyDTz49 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDOSyDTz49 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDOSyDTz49 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDOSyDTz49 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOSyDTz49 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDOSyDTz49 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDOSyDTz49 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDOSyDTz49 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDOSyDTz49 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDOSyDTz49 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDOSyDTz49 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDOSyDTz49 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDOSyDTz49 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDOSyDTz49 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDOSyDTz49 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDOSyDTz49 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDOSyDTz49 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDOSyDTz49 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDOSyDTz49 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDOSyDTz49 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDOSyDTz49 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOSyDTz49 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDOSyDTz49 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDOSyDTz49 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.7) !important;
}
.cid-uDOSyDTz49 .nav-item:focus,
.cid-uDOSyDTz49 .nav-link:focus {
  outline: none;
}
.cid-uDOSyDTz49 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDOSyDTz49 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDOSyDTz49 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDOSyDTz49 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDOSyDTz49 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOSyDTz49 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDOSyDTz49 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDOSyDTz49 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDOSyDTz49 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDOSyDTz49 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDOSyDTz49 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDOSyDTz49 .navbar.collapsed {
  justify-content: center;
}
.cid-uDOSyDTz49 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOSyDTz49 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOSyDTz49 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uDOSyDTz49 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOSyDTz49 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDOSyDTz49 .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-uDOSyDTz49 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDOSyDTz49 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDOSyDTz49 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDOSyDTz49 .navbar {
    min-height: 72px;
  }
  .cid-uDOSyDTz49 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDOSyDTz49 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOSyDTz49 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOSyDTz49 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDOSyDTz49 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDOSyDTz49 .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-uDOSyDTz49 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDOSyDTz49 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDOSyDTz49 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDOSyDTz49 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDOSyDTz49 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDOSyDTz49 .dropdown-item.active,
.cid-uDOSyDTz49 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOSyDTz49 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDOSyDTz49 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDOSyDTz49 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDOSyDTz49 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uDOSyDTz49 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDOSyDTz49 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDOSyDTz49 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDOSyDTz49 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDOSyDTz49 .navbar-buttons {
    text-align: left;
  }
}
.cid-uDOSyDTz49 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDOSyDTz49 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDOSyDTz49 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDOSyDTz49 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDOSyDTz49 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDOSyDTz49 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDOSyDTz49 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDOSyDTz49 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDOSyDTz49 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDOSyDTz49 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDOSyDTz49 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDOSyDTz49 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDOSyDTz49 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDOSyDTz49 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOSyDTz49 .navbar {
    height: 70px;
  }
  .cid-uDOSyDTz49 .navbar.opened {
    height: auto;
  }
  .cid-uDOSyDTz49 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDOSyDTz49 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDOSyDTz49 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDOSyDTz49 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDOSyDTz49 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDOSyDTz49 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDOSyDTz49 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDOSyDTz49 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDOSyDTz49 .navbar-brand {
    margin-right: auto;
  }
  .cid-uDOSyDTz49 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.7) !important;
    background: rgba(237, 239, 235, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDOSyDTz49 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDOSyDTz49 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDOSyDTz49 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDOSyDTz49 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDOSyDTz49 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDOSyDTz49 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDOSyDTz49 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDOSyDTz49 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDOSyDTz49 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDOSyDTz49 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDOSyEpHpM {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #b1b394;
}
.cid-uDOSyEpHpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOSyEpHpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDOSyEpHpM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDOSyEpHpM .row {
  flex-direction: row-reverse;
}
.cid-uDOSyEpHpM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDOSyEpHpM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDOSyEpHpM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDOSyEpHpM .mbr-section-title {
  color: #000000;
}
.cid-uDOSyEpHpM .mbr-text,
.cid-uDOSyEpHpM .mbr-section-btn {
  color: #000000;
}
.cid-uDOSyENHVz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #858765;
}
.cid-uDOSyENHVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOSyENHVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDOSyENHVz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDOSyENHVz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDOSyENHVz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDOSyENHVz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDOSyENHVz .mbr-section-title {
  color: #edefeb;
}
.cid-uDOSyENHVz .mbr-text,
.cid-uDOSyENHVz .mbr-section-btn {
  color: #edefeb;
}
.cid-uDOSyF96uh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #b1b394;
}
.cid-uDOSyF96uh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOSyF96uh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDOSyF96uh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDOSyF96uh .row {
  flex-direction: row-reverse;
}
.cid-uDOSyF96uh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDOSyF96uh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDOSyF96uh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDOSyF96uh .mbr-section-title {
  color: #000000;
}
.cid-uDOSyF96uh .mbr-text,
.cid-uDOSyF96uh .mbr-section-btn {
  color: #000000;
}
.cid-uDOSyFtMMM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDOSyFtMMM h6 {
  line-height: 1.2;
}
.cid-uDOSyFtMMM img,
.cid-uDOSyFtMMM .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uDOSyFtMMM img,
  .cid-uDOSyFtMMM .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uDOSyFtMMM .item:focus,
.cid-uDOSyFtMMM span:focus {
  outline: none;
}
.cid-uDOSyFtMMM .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uDOSyFtMMM .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uDOSyFtMMM .mbr-section-title {
  color: #000000;
}
.cid-uDOSyFtMMM .mbr-text,
.cid-uDOSyFtMMM .mbr-section-btn {
  color: #000000;
}
.cid-uDOSyFtMMM .item-title {
  color: #000000;
  text-align: center;
}
.cid-uDOSyFtMMM .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDOSyFtMMM .item-text {
  color: #000000;
  text-align: center;
}
.cid-uDOSyFtMMM .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uDOSyFtMMM img,
  .cid-uDOSyFtMMM .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uDOSyFtMMM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDOSyFSZiK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uDOSyFSZiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOSyFSZiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDOSyFSZiK .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uDOSyFSZiK .content-head {
  max-width: 800px;
}
.cid-uDOSyFSZiK .card1 {
  background-image: url("../../../assets/images/landscape-fh-moda-multi-l-frame-bathroom-cameo-700x500.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDOSyFSZiK .card1:before {
  background: #757b62;
}
.cid-uDOSyFSZiK .card2 {
  background-image: url("../../../assets/images/landscape-fh-moda-multi-l-frame-living-700x500.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDOSyFSZiK .card2:before {
  background: #d4d1ba;
}
.cid-uDOSyFSZiK .card3 {
  background-image: url("../../../assets/images/portrait-cafe-moda-l-frame-cameo-500x700.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDOSyFSZiK .card3:before {
  background: #cec9a1;
}
.cid-uDOSyFSZiK .card4 {
  background-image: url("../../../assets/images/landscape-fh-cafe-moda-multi-l-frame-living-700x500.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDOSyFSZiK .card4:before {
  background: #a6a99c;
}
.cid-uDOSyFSZiK .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uDOSyFSZiK .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDOSyFSZiK .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uDOSyFSZiK .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uDOSyFSZiK .card {
  transition: transform 0.6s;
}
.cid-uDOSyFSZiK .card:hover .card-wrap,
.cid-uDOSyFSZiK .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uDOSyFSZiK .card:hover .card-wrap:before,
.cid-uDOSyFSZiK .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uDOSyFSZiK .card:hover .mbr-section-btn,
.cid-uDOSyFSZiK .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uDOSyFSZiK .card:hover .card-wrap {
    transform: none;
  }
  .cid-uDOSyFSZiK .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDOSyFSZiK .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDOSyFSZiK .card-wrap:hover {
    transform: none;
  }
  .cid-uDOSyFSZiK .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uDOSyFSZiK .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uDOSyGftxA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uDOSyGftxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOSyGftxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDOSyGftxA .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uDOSyGftxA .content-head {
  max-width: 800px;
}
.cid-uDOSyGftxA .card1 {
  background-image: url("../../../assets/images/landscape-fh-classic-bathroom-700x500.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDOSyGftxA .card1:before {
  background: #a6a99c;
}
.cid-uDOSyGftxA .card2 {
  background-image: url("../../../assets/images/portrait-classic-tier-living-500x700.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDOSyGftxA .card2:before {
  background: #757b62;
}
.cid-uDOSyGftxA .card3 {
  background-image: url("../../../assets/images/portrait-cafe-moda-l-frame-living-500x700.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDOSyGftxA .card3:before {
  background: #cec9a1;
}
.cid-uDOSyGftxA .card4 {
  background-image: url("../../../assets/images/portrait-fh-moda-multi-l-frame-kids-bedroom-500x700.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDOSyGftxA .card4:before {
  background: #d4d1ba;
}
.cid-uDOSyGftxA .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uDOSyGftxA .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDOSyGftxA .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uDOSyGftxA .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uDOSyGftxA .card {
  transition: transform 0.6s;
}
.cid-uDOSyGftxA .card:hover .card-wrap,
.cid-uDOSyGftxA .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uDOSyGftxA .card:hover .card-wrap:before,
.cid-uDOSyGftxA .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uDOSyGftxA .card:hover .mbr-section-btn,
.cid-uDOSyGftxA .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uDOSyGftxA .card:hover .card-wrap {
    transform: none;
  }
  .cid-uDOSyGftxA .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDOSyGftxA .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDOSyGftxA .card-wrap:hover {
    transform: none;
  }
  .cid-uDOSyGftxA .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uDOSyGftxA .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKZywosLQL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #757b62;
}
.cid-uKZywosLQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZywosLQL .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-uKZywosLQL .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZywosLQL .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uKZywosLQL .google-map {
  height: 100%;
  position: relative;
}
.cid-uKZywosLQL .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKZywosLQL .google-map iframe {
    min-height: 350px;
  }
}
.cid-uKZywosLQL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKZywosLQL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKZywosLQL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKZywosLQL .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKZywosLQL .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZywosLQL .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uKZywosLQL ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKZywosLQL .content-head {
  max-width: 800px;
}
.cid-uKZywosLQL .mbr-section-title {
  color: #ffffff;
}
.cid-uKZtExzqzw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uKZtExzqzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZtExzqzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZtExzqzw .img-wrapper {
  text-align: center;
}
.cid-uKZtExzqzw img {
  margin: auto;
  width: 200px;
}
.cid-uKZtExzqzw .row {
  align-items: flex-start;
}
.cid-uKZtExzqzw .item-wrapper {
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uKZtExzqzw .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uKZtExzqzw .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKZtExzqzw .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uKZtExzqzw .mbr-section-title,
.cid-uKZtExzqzw .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uKZtExzqzw .content-head {
  max-width: 800px;
}
.cid-uDPgbQe57A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDPgbQe57A .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;
}
@media (max-width: 767px) {
  .cid-uDPgbQe57A .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDPgbQe57A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDPgbQe57A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDPgbQe57A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDPgbQe57A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDPgbQe57A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDPgbQe57A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDPgbQe57A .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDPgbQe57A .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDPgbQe57A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDPgbQe57A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDPgbQe57A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDPgbQe57A .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDPgbQe57A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDPgbQe57A .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDPgbQe57A .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDPgbQe57A .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDPgbQe57A .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDPgbQe57A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDPgbQe57A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDPgbQe57A .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDPgbQe57A .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPgbQe57A .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDPgbQe57A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDPgbQe57A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.7) !important;
}
.cid-uDPgbQe57A .nav-item:focus,
.cid-uDPgbQe57A .nav-link:focus {
  outline: none;
}
.cid-uDPgbQe57A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDPgbQe57A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDPgbQe57A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDPgbQe57A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDPgbQe57A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDPgbQe57A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDPgbQe57A .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDPgbQe57A .navbar.opened {
  transition: all 0.3s;
}
.cid-uDPgbQe57A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDPgbQe57A .navbar .navbar-logo img {
  width: auto;
}
.cid-uDPgbQe57A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDPgbQe57A .navbar.collapsed {
  justify-content: center;
}
.cid-uDPgbQe57A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDPgbQe57A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDPgbQe57A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uDPgbQe57A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDPgbQe57A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDPgbQe57A .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-uDPgbQe57A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDPgbQe57A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDPgbQe57A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDPgbQe57A .navbar {
    min-height: 72px;
  }
  .cid-uDPgbQe57A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDPgbQe57A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDPgbQe57A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDPgbQe57A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDPgbQe57A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDPgbQe57A .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-uDPgbQe57A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDPgbQe57A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDPgbQe57A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDPgbQe57A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDPgbQe57A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDPgbQe57A .dropdown-item.active,
.cid-uDPgbQe57A .dropdown-item:active {
  background-color: transparent;
}
.cid-uDPgbQe57A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDPgbQe57A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDPgbQe57A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDPgbQe57A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uDPgbQe57A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDPgbQe57A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDPgbQe57A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDPgbQe57A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDPgbQe57A .navbar-buttons {
    text-align: left;
  }
}
.cid-uDPgbQe57A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDPgbQe57A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDPgbQe57A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDPgbQe57A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDPgbQe57A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDPgbQe57A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDPgbQe57A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDPgbQe57A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDPgbQe57A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDPgbQe57A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDPgbQe57A .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDPgbQe57A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDPgbQe57A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDPgbQe57A .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDPgbQe57A .navbar {
    height: 70px;
  }
  .cid-uDPgbQe57A .navbar.opened {
    height: auto;
  }
  .cid-uDPgbQe57A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDPgbQe57A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDPgbQe57A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDPgbQe57A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDPgbQe57A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDPgbQe57A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDPgbQe57A .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDPgbQe57A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDPgbQe57A .navbar-brand {
    margin-right: auto;
  }
  .cid-uDPgbQe57A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.7) !important;
    background: rgba(237, 239, 235, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDPgbQe57A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDPgbQe57A .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDPgbQe57A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDPgbQe57A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDPgbQe57A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDPgbQe57A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDPgbQe57A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDPgbQe57A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDPgbQe57A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDPgbQe57A .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDPgbQIe0e {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ebd5c4;
}
.cid-uDPgbQIe0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPgbQIe0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDPgbQIe0e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDPgbQIe0e .row {
  flex-direction: row-reverse;
}
.cid-uDPgbQIe0e .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDPgbQIe0e .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDPgbQIe0e .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDPgbQIe0e .mbr-section-title {
  color: #000000;
}
.cid-uDPgbQIe0e .mbr-text,
.cid-uDPgbQIe0e .mbr-section-btn {
  color: #000000;
}
.cid-uDPgbRb7JF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #baa595;
}
.cid-uDPgbRb7JF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPgbRb7JF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDPgbRb7JF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDPgbRb7JF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDPgbRb7JF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDPgbRb7JF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDPgbRb7JF .mbr-section-title {
  color: #edefeb;
}
.cid-uDPgbRb7JF .mbr-text,
.cid-uDPgbRb7JF .mbr-section-btn {
  color: #edefeb;
}
.cid-uDPgbRyecS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ebd5c4;
}
.cid-uDPgbRyecS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPgbRyecS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDPgbRyecS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDPgbRyecS .row {
  flex-direction: row-reverse;
}
.cid-uDPgbRyecS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDPgbRyecS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDPgbRyecS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDPgbRyecS .mbr-section-title {
  color: #000000;
}
.cid-uDPgbRyecS .mbr-text,
.cid-uDPgbRyecS .mbr-section-btn {
  color: #000000;
}
.cid-uDPgbRZZWx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDPgbRZZWx h6 {
  line-height: 1.2;
}
.cid-uDPgbRZZWx img,
.cid-uDPgbRZZWx .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uDPgbRZZWx img,
  .cid-uDPgbRZZWx .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uDPgbRZZWx .item:focus,
.cid-uDPgbRZZWx span:focus {
  outline: none;
}
.cid-uDPgbRZZWx .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uDPgbRZZWx .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uDPgbRZZWx .mbr-section-title {
  color: #000000;
}
.cid-uDPgbRZZWx .mbr-text,
.cid-uDPgbRZZWx .mbr-section-btn {
  color: #000000;
}
.cid-uDPgbRZZWx .item-title {
  color: #000000;
  text-align: center;
}
.cid-uDPgbRZZWx .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDPgbRZZWx .item-text {
  color: #000000;
  text-align: center;
}
.cid-uDPgbRZZWx .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uDPgbRZZWx img,
  .cid-uDPgbRZZWx .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uDPgbRZZWx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDPgbSmPIm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uDPgbSmPIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPgbSmPIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPgbSmPIm .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uDPgbSmPIm .content-head {
  max-width: 800px;
}
.cid-uDPgbSmPIm .card1 {
  background-image: url("../../../assets/images/portrait-kitchen-perfect-fit-ng-roller-bubbles-white.jpg.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPgbSmPIm .card1:before {
  background: #757b62;
}
.cid-uDPgbSmPIm .card2 {
  background-image: url("../../../assets/images/tall5-10.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPgbSmPIm .card2:before {
  background: #d4d1ba;
}
.cid-uDPgbSmPIm .card3 {
  background-image: url("../../../assets/images/landscape-pf3.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPgbSmPIm .card3:before {
  background: #cec9a1;
}
.cid-uDPgbSmPIm .card4 {
  background-image: url("../../../assets/images/tall9-4.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPgbSmPIm .card4:before {
  background: #a6a99c;
}
.cid-uDPgbSmPIm .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uDPgbSmPIm .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDPgbSmPIm .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uDPgbSmPIm .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uDPgbSmPIm .card {
  transition: transform 0.6s;
}
.cid-uDPgbSmPIm .card:hover .card-wrap,
.cid-uDPgbSmPIm .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uDPgbSmPIm .card:hover .card-wrap:before,
.cid-uDPgbSmPIm .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uDPgbSmPIm .card:hover .mbr-section-btn,
.cid-uDPgbSmPIm .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uDPgbSmPIm .card:hover .card-wrap {
    transform: none;
  }
  .cid-uDPgbSmPIm .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDPgbSmPIm .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDPgbSmPIm .card-wrap:hover {
    transform: none;
  }
  .cid-uDPgbSmPIm .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uDPgbSmPIm .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uDPgbSLCym {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uDPgbSLCym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPgbSLCym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPgbSLCym .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uDPgbSLCym .content-head {
  max-width: 800px;
}
.cid-uDPgbSLCym .card1 {
  background-image: url("../../../assets/images/tall6-4.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPgbSLCym .card1:before {
  background: #a6a99c;
}
.cid-uDPgbSLCym .card2 {
  background-image: url("../../../assets/images/tall2-9.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPgbSLCym .card2:before {
  background: #757b62;
}
.cid-uDPgbSLCym .card3 {
  background-image: url("../../../assets/images/landscape-pf.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPgbSLCym .card3:before {
  background: #cec9a1;
}
.cid-uDPgbSLCym .card4 {
  background-image: url("../../../assets/images/pfng-image.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPgbSLCym .card4:before {
  background: #d4d1ba;
}
.cid-uDPgbSLCym .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uDPgbSLCym .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDPgbSLCym .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uDPgbSLCym .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uDPgbSLCym .card {
  transition: transform 0.6s;
}
.cid-uDPgbSLCym .card:hover .card-wrap,
.cid-uDPgbSLCym .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uDPgbSLCym .card:hover .card-wrap:before,
.cid-uDPgbSLCym .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uDPgbSLCym .card:hover .mbr-section-btn,
.cid-uDPgbSLCym .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uDPgbSLCym .card:hover .card-wrap {
    transform: none;
  }
  .cid-uDPgbSLCym .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDPgbSLCym .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDPgbSLCym .card-wrap:hover {
    transform: none;
  }
  .cid-uDPgbSLCym .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uDPgbSLCym .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKZyAitxZZ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #757b62;
}
.cid-uKZyAitxZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZyAitxZZ .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-uKZyAitxZZ .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZyAitxZZ .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uKZyAitxZZ .google-map {
  height: 100%;
  position: relative;
}
.cid-uKZyAitxZZ .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKZyAitxZZ .google-map iframe {
    min-height: 350px;
  }
}
.cid-uKZyAitxZZ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKZyAitxZZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKZyAitxZZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKZyAitxZZ .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKZyAitxZZ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZyAitxZZ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uKZyAitxZZ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKZyAitxZZ .content-head {
  max-width: 800px;
}
.cid-uKZyAitxZZ .mbr-section-title {
  color: #ffffff;
}
.cid-uKZtKiSLFW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uKZtKiSLFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZtKiSLFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZtKiSLFW .img-wrapper {
  text-align: center;
}
.cid-uKZtKiSLFW img {
  margin: auto;
  width: 200px;
}
.cid-uKZtKiSLFW .row {
  align-items: flex-start;
}
.cid-uKZtKiSLFW .item-wrapper {
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uKZtKiSLFW .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uKZtKiSLFW .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKZtKiSLFW .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uKZtKiSLFW .mbr-section-title,
.cid-uKZtKiSLFW .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uKZtKiSLFW .content-head {
  max-width: 800px;
}
.cid-uDPtFcCYoR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDPtFcCYoR .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;
}
@media (max-width: 767px) {
  .cid-uDPtFcCYoR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDPtFcCYoR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDPtFcCYoR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDPtFcCYoR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDPtFcCYoR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDPtFcCYoR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDPtFcCYoR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDPtFcCYoR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDPtFcCYoR .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDPtFcCYoR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDPtFcCYoR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDPtFcCYoR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDPtFcCYoR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDPtFcCYoR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDPtFcCYoR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDPtFcCYoR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDPtFcCYoR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDPtFcCYoR .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDPtFcCYoR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDPtFcCYoR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDPtFcCYoR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDPtFcCYoR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPtFcCYoR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDPtFcCYoR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDPtFcCYoR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.7) !important;
}
.cid-uDPtFcCYoR .nav-item:focus,
.cid-uDPtFcCYoR .nav-link:focus {
  outline: none;
}
.cid-uDPtFcCYoR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDPtFcCYoR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDPtFcCYoR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDPtFcCYoR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDPtFcCYoR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDPtFcCYoR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDPtFcCYoR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDPtFcCYoR .navbar.opened {
  transition: all 0.3s;
}
.cid-uDPtFcCYoR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDPtFcCYoR .navbar .navbar-logo img {
  width: auto;
}
.cid-uDPtFcCYoR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDPtFcCYoR .navbar.collapsed {
  justify-content: center;
}
.cid-uDPtFcCYoR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDPtFcCYoR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDPtFcCYoR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uDPtFcCYoR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDPtFcCYoR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDPtFcCYoR .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-uDPtFcCYoR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDPtFcCYoR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDPtFcCYoR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDPtFcCYoR .navbar {
    min-height: 72px;
  }
  .cid-uDPtFcCYoR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDPtFcCYoR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDPtFcCYoR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDPtFcCYoR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDPtFcCYoR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDPtFcCYoR .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-uDPtFcCYoR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDPtFcCYoR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDPtFcCYoR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDPtFcCYoR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDPtFcCYoR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDPtFcCYoR .dropdown-item.active,
.cid-uDPtFcCYoR .dropdown-item:active {
  background-color: transparent;
}
.cid-uDPtFcCYoR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDPtFcCYoR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDPtFcCYoR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDPtFcCYoR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uDPtFcCYoR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDPtFcCYoR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDPtFcCYoR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDPtFcCYoR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDPtFcCYoR .navbar-buttons {
    text-align: left;
  }
}
.cid-uDPtFcCYoR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDPtFcCYoR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDPtFcCYoR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDPtFcCYoR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDPtFcCYoR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDPtFcCYoR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDPtFcCYoR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDPtFcCYoR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDPtFcCYoR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDPtFcCYoR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDPtFcCYoR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDPtFcCYoR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDPtFcCYoR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDPtFcCYoR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDPtFcCYoR .navbar {
    height: 70px;
  }
  .cid-uDPtFcCYoR .navbar.opened {
    height: auto;
  }
  .cid-uDPtFcCYoR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDPtFcCYoR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDPtFcCYoR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDPtFcCYoR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDPtFcCYoR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDPtFcCYoR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDPtFcCYoR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDPtFcCYoR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDPtFcCYoR .navbar-brand {
    margin-right: auto;
  }
  .cid-uDPtFcCYoR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.7) !important;
    background: rgba(237, 239, 235, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDPtFcCYoR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDPtFcCYoR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDPtFcCYoR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDPtFcCYoR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDPtFcCYoR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDPtFcCYoR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDPtFcCYoR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDPtFcCYoR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDPtFcCYoR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDPtFcCYoR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDPtFd2ko3 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #1f6463;
}
.cid-uDPtFd2ko3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPtFd2ko3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDPtFd2ko3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDPtFd2ko3 .row {
  flex-direction: row-reverse;
}
.cid-uDPtFd2ko3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDPtFd2ko3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDPtFd2ko3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDPtFd2ko3 .mbr-section-title {
  color: #edefeb;
}
.cid-uDPtFd2ko3 .mbr-text,
.cid-uDPtFd2ko3 .mbr-section-btn {
  color: #edefeb;
}
.cid-uDPtFdmeyv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a0e1e1;
}
.cid-uDPtFdmeyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPtFdmeyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDPtFdmeyv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDPtFdmeyv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDPtFdmeyv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDPtFdmeyv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDPtFdmeyv .mbr-section-title {
  color: #000000;
}
.cid-uDPtFdmeyv .mbr-text,
.cid-uDPtFdmeyv .mbr-section-btn {
  color: #000000;
}
.cid-uDPtFdFmSz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1f6463;
}
.cid-uDPtFdFmSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPtFdFmSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDPtFdFmSz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDPtFdFmSz .row {
  flex-direction: row-reverse;
}
.cid-uDPtFdFmSz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDPtFdFmSz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDPtFdFmSz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDPtFdFmSz .mbr-section-title {
  color: #edefeb;
}
.cid-uDPtFdFmSz .mbr-text,
.cid-uDPtFdFmSz .mbr-section-btn {
  color: #edefeb;
}
.cid-uDPtFdZE3m {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDPtFdZE3m h6 {
  line-height: 1.2;
}
.cid-uDPtFdZE3m img,
.cid-uDPtFdZE3m .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uDPtFdZE3m img,
  .cid-uDPtFdZE3m .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uDPtFdZE3m .item:focus,
.cid-uDPtFdZE3m span:focus {
  outline: none;
}
.cid-uDPtFdZE3m .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uDPtFdZE3m .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uDPtFdZE3m .mbr-section-title {
  color: #000000;
}
.cid-uDPtFdZE3m .mbr-text,
.cid-uDPtFdZE3m .mbr-section-btn {
  color: #000000;
}
.cid-uDPtFdZE3m .item-title {
  color: #000000;
  text-align: center;
}
.cid-uDPtFdZE3m .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDPtFdZE3m .item-text {
  color: #000000;
  text-align: center;
}
.cid-uDPtFdZE3m .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uDPtFdZE3m img,
  .cid-uDPtFdZE3m .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uDPtFdZE3m .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDPtFerWQc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uDPtFerWQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPtFerWQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPtFerWQc .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uDPtFerWQc .content-head {
  max-width: 800px;
}
.cid-uDPtFerWQc .card1 {
  background-image: url("../../../assets/images/vert-landscape-size-petal-terracotta-bed-main.jpg.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPtFerWQc .card1:before {
  background: #757b62;
}
.cid-uDPtFerWQc .card2 {
  background-image: url("../../../assets/images/vert-landscape-size-matrix-monochrome-bo-liv.jpg.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPtFerWQc .card2:before {
  background: #d4d1ba;
}
.cid-uDPtFerWQc .card3 {
  background-image: url("../../../assets/images/portrait-size-como-verde-dine.jpg.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPtFerWQc .card3:before {
  background: #cec9a1;
}
.cid-uDPtFerWQc .card4 {
  background-image: url("../../../assets/images/portrait-size-windsor-dim-out-rust.jpg.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPtFerWQc .card4:before {
  background: #a6a99c;
}
.cid-uDPtFerWQc .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uDPtFerWQc .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDPtFerWQc .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uDPtFerWQc .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uDPtFerWQc .card {
  transition: transform 0.6s;
}
.cid-uDPtFerWQc .card:hover .card-wrap,
.cid-uDPtFerWQc .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uDPtFerWQc .card:hover .card-wrap:before,
.cid-uDPtFerWQc .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uDPtFerWQc .card:hover .mbr-section-btn,
.cid-uDPtFerWQc .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uDPtFerWQc .card:hover .card-wrap {
    transform: none;
  }
  .cid-uDPtFerWQc .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDPtFerWQc .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDPtFerWQc .card-wrap:hover {
    transform: none;
  }
  .cid-uDPtFerWQc .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uDPtFerWQc .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uDPtFeWgqE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uDPtFeWgqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPtFeWgqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPtFeWgqE .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uDPtFeWgqE .content-head {
  max-width: 800px;
}
.cid-uDPtFeWgqE .card1 {
  background-image: url("../../../assets/images/portrait-size-petal-white-liv.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPtFeWgqE .card1:before {
  background: #a6a99c;
}
.cid-uDPtFeWgqE .card2 {
  background-image: url("../../../assets/images/vert-landscape-size-pop-fern-liv.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPtFeWgqE .card2:before {
  background: #757b62;
}
.cid-uDPtFeWgqE .card3 {
  background-image: url("../../../assets/images/portrait-size-savanna-dim-out-grass-dine.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPtFeWgqE .card3:before {
  background: #cec9a1;
}
.cid-uDPtFeWgqE .card4 {
  background-image: url("../../../assets/images/vert-landscape-size-ex-lite-blue-kit.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPtFeWgqE .card4:before {
  background: #d4d1ba;
}
.cid-uDPtFeWgqE .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uDPtFeWgqE .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDPtFeWgqE .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uDPtFeWgqE .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uDPtFeWgqE .card {
  transition: transform 0.6s;
}
.cid-uDPtFeWgqE .card:hover .card-wrap,
.cid-uDPtFeWgqE .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uDPtFeWgqE .card:hover .card-wrap:before,
.cid-uDPtFeWgqE .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uDPtFeWgqE .card:hover .mbr-section-btn,
.cid-uDPtFeWgqE .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uDPtFeWgqE .card:hover .card-wrap {
    transform: none;
  }
  .cid-uDPtFeWgqE .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDPtFeWgqE .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDPtFeWgqE .card-wrap:hover {
    transform: none;
  }
  .cid-uDPtFeWgqE .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uDPtFeWgqE .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKZyEI8ul3 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #757b62;
}
.cid-uKZyEI8ul3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZyEI8ul3 .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-uKZyEI8ul3 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZyEI8ul3 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uKZyEI8ul3 .google-map {
  height: 100%;
  position: relative;
}
.cid-uKZyEI8ul3 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKZyEI8ul3 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uKZyEI8ul3 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKZyEI8ul3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKZyEI8ul3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKZyEI8ul3 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKZyEI8ul3 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZyEI8ul3 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uKZyEI8ul3 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKZyEI8ul3 .content-head {
  max-width: 800px;
}
.cid-uKZyEI8ul3 .mbr-section-title {
  color: #ffffff;
}
.cid-uKZtPxMO1Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uKZtPxMO1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZtPxMO1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZtPxMO1Z .img-wrapper {
  text-align: center;
}
.cid-uKZtPxMO1Z img {
  margin: auto;
  width: 200px;
}
.cid-uKZtPxMO1Z .row {
  align-items: flex-start;
}
.cid-uKZtPxMO1Z .item-wrapper {
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uKZtPxMO1Z .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uKZtPxMO1Z .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKZtPxMO1Z .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uKZtPxMO1Z .mbr-section-title,
.cid-uKZtPxMO1Z .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uKZtPxMO1Z .content-head {
  max-width: 800px;
}
.cid-uDPyi7s2co {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDPyi7s2co .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;
}
@media (max-width: 767px) {
  .cid-uDPyi7s2co .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDPyi7s2co .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDPyi7s2co .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDPyi7s2co .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDPyi7s2co .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDPyi7s2co .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDPyi7s2co .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDPyi7s2co .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDPyi7s2co .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDPyi7s2co .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDPyi7s2co .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDPyi7s2co .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDPyi7s2co .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDPyi7s2co .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDPyi7s2co .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDPyi7s2co .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDPyi7s2co .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDPyi7s2co .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDPyi7s2co .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDPyi7s2co .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDPyi7s2co .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDPyi7s2co .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDPyi7s2co .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDPyi7s2co .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDPyi7s2co .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.7) !important;
}
.cid-uDPyi7s2co .nav-item:focus,
.cid-uDPyi7s2co .nav-link:focus {
  outline: none;
}
.cid-uDPyi7s2co .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDPyi7s2co .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDPyi7s2co .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDPyi7s2co .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDPyi7s2co .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDPyi7s2co .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDPyi7s2co .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDPyi7s2co .navbar.opened {
  transition: all 0.3s;
}
.cid-uDPyi7s2co .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDPyi7s2co .navbar .navbar-logo img {
  width: auto;
}
.cid-uDPyi7s2co .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDPyi7s2co .navbar.collapsed {
  justify-content: center;
}
.cid-uDPyi7s2co .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDPyi7s2co .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDPyi7s2co .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uDPyi7s2co .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDPyi7s2co .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDPyi7s2co .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-uDPyi7s2co .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDPyi7s2co .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDPyi7s2co .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDPyi7s2co .navbar {
    min-height: 72px;
  }
  .cid-uDPyi7s2co .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDPyi7s2co .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDPyi7s2co .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDPyi7s2co .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDPyi7s2co .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDPyi7s2co .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-uDPyi7s2co .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDPyi7s2co .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDPyi7s2co .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDPyi7s2co .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDPyi7s2co .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDPyi7s2co .dropdown-item.active,
.cid-uDPyi7s2co .dropdown-item:active {
  background-color: transparent;
}
.cid-uDPyi7s2co .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDPyi7s2co .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDPyi7s2co .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDPyi7s2co .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uDPyi7s2co .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDPyi7s2co .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDPyi7s2co ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDPyi7s2co .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDPyi7s2co .navbar-buttons {
    text-align: left;
  }
}
.cid-uDPyi7s2co button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDPyi7s2co button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDPyi7s2co button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDPyi7s2co button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDPyi7s2co button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDPyi7s2co button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDPyi7s2co nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDPyi7s2co nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDPyi7s2co nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDPyi7s2co nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDPyi7s2co .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDPyi7s2co a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDPyi7s2co .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDPyi7s2co .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDPyi7s2co .navbar {
    height: 70px;
  }
  .cid-uDPyi7s2co .navbar.opened {
    height: auto;
  }
  .cid-uDPyi7s2co .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDPyi7s2co .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDPyi7s2co .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDPyi7s2co .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDPyi7s2co .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDPyi7s2co .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDPyi7s2co .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDPyi7s2co .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDPyi7s2co .navbar-brand {
    margin-right: auto;
  }
  .cid-uDPyi7s2co .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.7) !important;
    background: rgba(237, 239, 235, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDPyi7s2co .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDPyi7s2co .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDPyi7s2co .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDPyi7s2co .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDPyi7s2co .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDPyi7s2co .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDPyi7s2co .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDPyi7s2co .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDPyi7s2co .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDPyi7s2co .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDPyi7ZRYi {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #6d81a7;
}
.cid-uDPyi7ZRYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPyi7ZRYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDPyi7ZRYi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDPyi7ZRYi .row {
  flex-direction: row-reverse;
}
.cid-uDPyi7ZRYi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDPyi7ZRYi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDPyi7ZRYi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDPyi7ZRYi .mbr-section-title {
  color: #edefeb;
}
.cid-uDPyi7ZRYi .mbr-text,
.cid-uDPyi7ZRYi .mbr-section-btn {
  color: #edefeb;
}
.cid-uDPyi8Eoc4 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #bac6de;
}
.cid-uDPyi8Eoc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPyi8Eoc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDPyi8Eoc4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDPyi8Eoc4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDPyi8Eoc4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDPyi8Eoc4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDPyi8Eoc4 .mbr-section-title {
  color: #000000;
}
.cid-uDPyi8Eoc4 .mbr-text,
.cid-uDPyi8Eoc4 .mbr-section-btn {
  color: #000000;
}
.cid-uDPyi92SFF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #6d81a7;
}
.cid-uDPyi92SFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPyi92SFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDPyi92SFF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDPyi92SFF .row {
  flex-direction: row-reverse;
}
.cid-uDPyi92SFF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDPyi92SFF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDPyi92SFF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDPyi92SFF .mbr-section-title {
  color: #edefeb;
}
.cid-uDPyi92SFF .mbr-text,
.cid-uDPyi92SFF .mbr-section-btn {
  color: #edefeb;
}
.cid-uDPyi9lUaq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDPyi9lUaq h6 {
  line-height: 1.2;
}
.cid-uDPyi9lUaq img,
.cid-uDPyi9lUaq .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uDPyi9lUaq img,
  .cid-uDPyi9lUaq .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uDPyi9lUaq .item:focus,
.cid-uDPyi9lUaq span:focus {
  outline: none;
}
.cid-uDPyi9lUaq .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uDPyi9lUaq .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uDPyi9lUaq .mbr-section-title {
  color: #000000;
}
.cid-uDPyi9lUaq .mbr-text,
.cid-uDPyi9lUaq .mbr-section-btn {
  color: #000000;
}
.cid-uDPyi9lUaq .item-title {
  color: #000000;
  text-align: center;
}
.cid-uDPyi9lUaq .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDPyi9lUaq .item-text {
  color: #000000;
  text-align: center;
}
.cid-uDPyi9lUaq .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uDPyi9lUaq img,
  .cid-uDPyi9lUaq .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uDPyi9lUaq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDPyi9LSHq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uDPyi9LSHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPyi9LSHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPyi9LSHq .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uDPyi9LSHq .content-head {
  max-width: 800px;
}
.cid-uDPyi9LSHq .card1 {
  background-image: url("../../../assets/images/landscape-cell-mirage-mocha-700x500.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPyi9LSHq .card1:before {
  background: #757b62;
}
.cid-uDPyi9LSHq .card2 {
  background-image: url("../../../assets/images/portrait-cell-halo-marine-500x700.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPyi9LSHq .card2:before {
  background: #d4d1ba;
}
.cid-uDPyi9LSHq .card3 {
  background-image: url("../../../assets/images/landscape-cell-celeste-lf-anthracite-700x500.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPyi9LSHq .card3:before {
  background: #cec9a1;
}
.cid-uDPyi9LSHq .card4 {
  background-image: url("../../../assets/images/portrait-plt-shot-silk-500x700.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPyi9LSHq .card4:before {
  background: #a6a99c;
}
.cid-uDPyi9LSHq .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uDPyi9LSHq .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDPyi9LSHq .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uDPyi9LSHq .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uDPyi9LSHq .card {
  transition: transform 0.6s;
}
.cid-uDPyi9LSHq .card:hover .card-wrap,
.cid-uDPyi9LSHq .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uDPyi9LSHq .card:hover .card-wrap:before,
.cid-uDPyi9LSHq .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uDPyi9LSHq .card:hover .mbr-section-btn,
.cid-uDPyi9LSHq .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uDPyi9LSHq .card:hover .card-wrap {
    transform: none;
  }
  .cid-uDPyi9LSHq .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDPyi9LSHq .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDPyi9LSHq .card-wrap:hover {
    transform: none;
  }
  .cid-uDPyi9LSHq .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uDPyi9LSHq .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uDPyiacsol {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uDPyiacsol .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPyiacsol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPyiacsol .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uDPyiacsol .content-head {
  max-width: 800px;
}
.cid-uDPyiacsol .card1 {
  background-image: url("../../../assets/images/landscape-cell-luna-cool-blue-700x500.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPyiacsol .card1:before {
  background: #a6a99c;
}
.cid-uDPyiacsol .card2 {
  background-image: url("../../../assets/images/landscape-cell-halo-sea-mist-700x500.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPyiacsol .card2:before {
  background: #757b62;
}
.cid-uDPyiacsol .card3 {
  background-image: url("../../../assets/images/landscape-cell-raffia-flax-700x500.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPyiacsol .card3:before {
  background: #cec9a1;
}
.cid-uDPyiacsol .card4 {
  background-image: url("../../../assets/images/portrait-plt-festival-sr-fern-500x700.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uDPyiacsol .card4:before {
  background: #d4d1ba;
}
.cid-uDPyiacsol .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uDPyiacsol .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uDPyiacsol .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uDPyiacsol .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uDPyiacsol .card {
  transition: transform 0.6s;
}
.cid-uDPyiacsol .card:hover .card-wrap,
.cid-uDPyiacsol .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uDPyiacsol .card:hover .card-wrap:before,
.cid-uDPyiacsol .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uDPyiacsol .card:hover .mbr-section-btn,
.cid-uDPyiacsol .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uDPyiacsol .card:hover .card-wrap {
    transform: none;
  }
  .cid-uDPyiacsol .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDPyiacsol .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uDPyiacsol .card-wrap:hover {
    transform: none;
  }
  .cid-uDPyiacsol .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uDPyiacsol .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKZyJZPj7D {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #757b62;
}
.cid-uKZyJZPj7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZyJZPj7D .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-uKZyJZPj7D .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZyJZPj7D .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uKZyJZPj7D .google-map {
  height: 100%;
  position: relative;
}
.cid-uKZyJZPj7D .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKZyJZPj7D .google-map iframe {
    min-height: 350px;
  }
}
.cid-uKZyJZPj7D .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKZyJZPj7D .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKZyJZPj7D .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKZyJZPj7D .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKZyJZPj7D .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZyJZPj7D .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uKZyJZPj7D ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKZyJZPj7D .content-head {
  max-width: 800px;
}
.cid-uKZyJZPj7D .mbr-section-title {
  color: #ffffff;
}
.cid-uKZtU11jcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uKZtU11jcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZtU11jcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZtU11jcW .img-wrapper {
  text-align: center;
}
.cid-uKZtU11jcW img {
  margin: auto;
  width: 200px;
}
.cid-uKZtU11jcW .row {
  align-items: flex-start;
}
.cid-uKZtU11jcW .item-wrapper {
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uKZtU11jcW .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uKZtU11jcW .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKZtU11jcW .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uKZtU11jcW .mbr-section-title,
.cid-uKZtU11jcW .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uKZtU11jcW .content-head {
  max-width: 800px;
}
.cid-uKBxLCgjja {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKBxLCgjja .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;
}
@media (max-width: 767px) {
  .cid-uKBxLCgjja .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKBxLCgjja .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKBxLCgjja .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKBxLCgjja .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKBxLCgjja .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKBxLCgjja .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uKBxLCgjja .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKBxLCgjja .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uKBxLCgjja .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKBxLCgjja .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKBxLCgjja .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKBxLCgjja .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uKBxLCgjja .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKBxLCgjja .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKBxLCgjja .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKBxLCgjja .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKBxLCgjja .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKBxLCgjja .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uKBxLCgjja .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKBxLCgjja .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKBxLCgjja .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uKBxLCgjja .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKBxLCgjja .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKBxLCgjja .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKBxLCgjja .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.7) !important;
}
.cid-uKBxLCgjja .nav-item:focus,
.cid-uKBxLCgjja .nav-link:focus {
  outline: none;
}
.cid-uKBxLCgjja .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKBxLCgjja .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKBxLCgjja .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKBxLCgjja .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKBxLCgjja .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKBxLCgjja .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKBxLCgjja .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKBxLCgjja .navbar.opened {
  transition: all 0.3s;
}
.cid-uKBxLCgjja .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKBxLCgjja .navbar .navbar-logo img {
  width: auto;
}
.cid-uKBxLCgjja .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKBxLCgjja .navbar.collapsed {
  justify-content: center;
}
.cid-uKBxLCgjja .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKBxLCgjja .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKBxLCgjja .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uKBxLCgjja .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKBxLCgjja .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKBxLCgjja .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-uKBxLCgjja .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKBxLCgjja .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKBxLCgjja .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKBxLCgjja .navbar {
    min-height: 72px;
  }
  .cid-uKBxLCgjja .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKBxLCgjja .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKBxLCgjja .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKBxLCgjja .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKBxLCgjja .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKBxLCgjja .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-uKBxLCgjja .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKBxLCgjja .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKBxLCgjja .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKBxLCgjja .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKBxLCgjja .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKBxLCgjja .dropdown-item.active,
.cid-uKBxLCgjja .dropdown-item:active {
  background-color: transparent;
}
.cid-uKBxLCgjja .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKBxLCgjja .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKBxLCgjja .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKBxLCgjja .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uKBxLCgjja .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKBxLCgjja .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKBxLCgjja ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKBxLCgjja .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKBxLCgjja .navbar-buttons {
    text-align: left;
  }
}
.cid-uKBxLCgjja button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKBxLCgjja button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKBxLCgjja button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKBxLCgjja button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKBxLCgjja button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKBxLCgjja button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKBxLCgjja nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKBxLCgjja nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKBxLCgjja nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKBxLCgjja nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKBxLCgjja .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKBxLCgjja a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKBxLCgjja .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKBxLCgjja .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKBxLCgjja .navbar {
    height: 70px;
  }
  .cid-uKBxLCgjja .navbar.opened {
    height: auto;
  }
  .cid-uKBxLCgjja .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKBxLCgjja .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKBxLCgjja .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKBxLCgjja .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKBxLCgjja .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uKBxLCgjja .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKBxLCgjja .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKBxLCgjja .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKBxLCgjja .navbar-brand {
    margin-right: auto;
  }
  .cid-uKBxLCgjja .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.7) !important;
    background: rgba(237, 239, 235, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKBxLCgjja .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKBxLCgjja .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKBxLCgjja .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKBxLCgjja .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKBxLCgjja .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKBxLCgjja .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uKBxLCgjja .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKBxLCgjja .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKBxLCgjja .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKBxLCgjja .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKBxLCMuHf {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #f6f4e4;
}
.cid-uKBxLCMuHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBxLCMuHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKBxLCMuHf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKBxLCMuHf .row {
  flex-direction: row-reverse;
}
.cid-uKBxLCMuHf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKBxLCMuHf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKBxLCMuHf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKBxLCMuHf .mbr-section-title {
  color: #000000;
}
.cid-uKBxLCMuHf .mbr-text,
.cid-uKBxLCMuHf .mbr-section-btn {
  color: #000000;
}
.cid-uKBxLDliGu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cec9a1;
}
.cid-uKBxLDliGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBxLDliGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKBxLDliGu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKBxLDliGu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKBxLDliGu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKBxLDliGu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKBxLDliGu .mbr-section-title {
  color: #000000;
}
.cid-uKBxLDliGu .mbr-text,
.cid-uKBxLDliGu .mbr-section-btn {
  color: #000000;
}
.cid-uKBxLDMw4A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f6f4e4;
}
.cid-uKBxLDMw4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBxLDMw4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKBxLDMw4A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKBxLDMw4A .row {
  flex-direction: row-reverse;
}
.cid-uKBxLDMw4A .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKBxLDMw4A .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKBxLDMw4A .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKBxLDMw4A .mbr-section-title {
  color: #000000;
}
.cid-uKBxLDMw4A .mbr-text,
.cid-uKBxLDMw4A .mbr-section-btn {
  color: #000000;
}
.cid-uKBxLEazU9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKBxLEazU9 h6 {
  line-height: 1.2;
}
.cid-uKBxLEazU9 img,
.cid-uKBxLEazU9 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uKBxLEazU9 img,
  .cid-uKBxLEazU9 .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uKBxLEazU9 .item:focus,
.cid-uKBxLEazU9 span:focus {
  outline: none;
}
.cid-uKBxLEazU9 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uKBxLEazU9 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uKBxLEazU9 .mbr-section-title {
  color: #000000;
}
.cid-uKBxLEazU9 .mbr-text,
.cid-uKBxLEazU9 .mbr-section-btn {
  color: #000000;
}
.cid-uKBxLEazU9 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uKBxLEazU9 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKBxLEazU9 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uKBxLEazU9 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uKBxLEazU9 img,
  .cid-uKBxLEazU9 .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uKBxLEazU9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKBxLEFV2A {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uKBxLEFV2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBxLEFV2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBxLEFV2A .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uKBxLEFV2A .content-head {
  max-width: 800px;
}
.cid-uKBxLEFV2A .card1 {
  background-image: url("../../../assets/images/roll-portrait-size-didsbury-navy-bo-dine.jpg.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBxLEFV2A .card1:before {
  background: #cec9a1;
}
.cid-uKBxLEFV2A .card2 {
  background-image: url("../../../assets/images/roll-portrait-size-azalea-pink-bo-bath.jpg.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBxLEFV2A .card2:before {
  background: #f6f4e4;
}
.cid-uKBxLEFV2A .card3 {
  background-image: url("../../../assets/images/landscape-size-como-bella-bo.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBxLEFV2A .card3:before {
  background: #a6a99c;
}
.cid-uKBxLEFV2A .card4 {
  background-image: url("../../../assets/images/landscape-size-carnival-ochre-liv.jpg.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBxLEFV2A .card4:before {
  background: #757b62;
}
.cid-uKBxLEFV2A .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uKBxLEFV2A .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKBxLEFV2A .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKBxLEFV2A .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uKBxLEFV2A .card {
  transition: transform 0.6s;
}
.cid-uKBxLEFV2A .card:hover .card-wrap,
.cid-uKBxLEFV2A .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uKBxLEFV2A .card:hover .card-wrap:before,
.cid-uKBxLEFV2A .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uKBxLEFV2A .card:hover .mbr-section-btn,
.cid-uKBxLEFV2A .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uKBxLEFV2A .card:hover .card-wrap {
    transform: none;
  }
  .cid-uKBxLEFV2A .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKBxLEFV2A .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKBxLEFV2A .card-wrap:hover {
    transform: none;
  }
  .cid-uKBxLEFV2A .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uKBxLEFV2A .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKBxLF80YZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uKBxLF80YZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBxLF80YZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBxLF80YZ .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uKBxLF80YZ .content-head {
  max-width: 800px;
}
.cid-uKBxLF80YZ .card1 {
  background-image: url("../../../assets/images/landscape-size-nordic-duckegg-kit.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBxLF80YZ .card1:before {
  background: #757b62;
}
.cid-uKBxLF80YZ .card2 {
  background-image: url("../../../assets/images/landscape-petal-white-liv.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBxLF80YZ .card2:before {
  background: #7a7979;
}
.cid-uKBxLF80YZ .card3 {
  background-image: url("../../../assets/images/dining-diasy-blackout-khaki.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBxLF80YZ .card3:before {
  background: #cec9a1;
}
.cid-uKBxLF80YZ .card4 {
  background-image: url("../../../assets/images/roll-portrait-size-cherry-blossom-misty-blue-dine.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBxLF80YZ .card4:before {
  background: #a6a99c;
}
.cid-uKBxLF80YZ .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uKBxLF80YZ .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKBxLF80YZ .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKBxLF80YZ .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uKBxLF80YZ .card {
  transition: transform 0.6s;
}
.cid-uKBxLF80YZ .card:hover .card-wrap,
.cid-uKBxLF80YZ .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uKBxLF80YZ .card:hover .card-wrap:before,
.cid-uKBxLF80YZ .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uKBxLF80YZ .card:hover .mbr-section-btn,
.cid-uKBxLF80YZ .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uKBxLF80YZ .card:hover .card-wrap {
    transform: none;
  }
  .cid-uKBxLF80YZ .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKBxLF80YZ .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKBxLF80YZ .card-wrap:hover {
    transform: none;
  }
  .cid-uKBxLF80YZ .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uKBxLF80YZ .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKZuJShEM9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #757b62;
}
.cid-uKZuJShEM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZuJShEM9 .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-uKZuJShEM9 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZuJShEM9 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uKZuJShEM9 .google-map {
  height: 100%;
  position: relative;
}
.cid-uKZuJShEM9 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKZuJShEM9 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uKZuJShEM9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKZuJShEM9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKZuJShEM9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKZuJShEM9 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKZuJShEM9 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZuJShEM9 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uKZuJShEM9 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKZuJShEM9 .content-head {
  max-width: 800px;
}
.cid-uKZuJShEM9 .mbr-section-title {
  color: #ffffff;
}
.cid-uKZttzyjMV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uKZttzyjMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZttzyjMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZttzyjMV .img-wrapper {
  text-align: center;
}
.cid-uKZttzyjMV img {
  margin: auto;
  width: 200px;
}
.cid-uKZttzyjMV .row {
  align-items: flex-start;
}
.cid-uKZttzyjMV .item-wrapper {
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uKZttzyjMV .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uKZttzyjMV .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKZttzyjMV .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uKZttzyjMV .mbr-section-title,
.cid-uKZttzyjMV .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uKZttzyjMV .content-head {
  max-width: 800px;
}
.cid-uKB58uU8ac {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKB58uU8ac .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;
}
@media (max-width: 767px) {
  .cid-uKB58uU8ac .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKB58uU8ac .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKB58uU8ac .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKB58uU8ac .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKB58uU8ac .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKB58uU8ac .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uKB58uU8ac .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKB58uU8ac .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uKB58uU8ac .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKB58uU8ac .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKB58uU8ac .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKB58uU8ac .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uKB58uU8ac .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKB58uU8ac .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKB58uU8ac .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKB58uU8ac .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKB58uU8ac .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKB58uU8ac .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uKB58uU8ac .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKB58uU8ac .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKB58uU8ac .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uKB58uU8ac .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKB58uU8ac .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKB58uU8ac .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKB58uU8ac .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.7) !important;
}
.cid-uKB58uU8ac .nav-item:focus,
.cid-uKB58uU8ac .nav-link:focus {
  outline: none;
}
.cid-uKB58uU8ac .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKB58uU8ac .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKB58uU8ac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKB58uU8ac .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKB58uU8ac .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKB58uU8ac .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKB58uU8ac .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKB58uU8ac .navbar.opened {
  transition: all 0.3s;
}
.cid-uKB58uU8ac .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKB58uU8ac .navbar .navbar-logo img {
  width: auto;
}
.cid-uKB58uU8ac .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKB58uU8ac .navbar.collapsed {
  justify-content: center;
}
.cid-uKB58uU8ac .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKB58uU8ac .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKB58uU8ac .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uKB58uU8ac .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKB58uU8ac .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKB58uU8ac .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-uKB58uU8ac .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKB58uU8ac .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKB58uU8ac .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKB58uU8ac .navbar {
    min-height: 72px;
  }
  .cid-uKB58uU8ac .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKB58uU8ac .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKB58uU8ac .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKB58uU8ac .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKB58uU8ac .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKB58uU8ac .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-uKB58uU8ac .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKB58uU8ac .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKB58uU8ac .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKB58uU8ac .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKB58uU8ac .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKB58uU8ac .dropdown-item.active,
.cid-uKB58uU8ac .dropdown-item:active {
  background-color: transparent;
}
.cid-uKB58uU8ac .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKB58uU8ac .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKB58uU8ac .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKB58uU8ac .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uKB58uU8ac .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKB58uU8ac .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKB58uU8ac ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKB58uU8ac .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKB58uU8ac .navbar-buttons {
    text-align: left;
  }
}
.cid-uKB58uU8ac button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKB58uU8ac button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKB58uU8ac button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKB58uU8ac button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKB58uU8ac button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKB58uU8ac button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKB58uU8ac nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKB58uU8ac nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKB58uU8ac nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKB58uU8ac nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKB58uU8ac .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKB58uU8ac a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKB58uU8ac .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKB58uU8ac .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKB58uU8ac .navbar {
    height: 70px;
  }
  .cid-uKB58uU8ac .navbar.opened {
    height: auto;
  }
  .cid-uKB58uU8ac .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKB58uU8ac .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKB58uU8ac .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKB58uU8ac .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKB58uU8ac .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uKB58uU8ac .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKB58uU8ac .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKB58uU8ac .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKB58uU8ac .navbar-brand {
    margin-right: auto;
  }
  .cid-uKB58uU8ac .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.7) !important;
    background: rgba(237, 239, 235, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKB58uU8ac .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKB58uU8ac .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKB58uU8ac .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKB58uU8ac .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKB58uU8ac .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKB58uU8ac .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uKB58uU8ac .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKB58uU8ac .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKB58uU8ac .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKB58uU8ac .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKB58vcN5N {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #b1b394;
}
.cid-uKB58vcN5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKB58vcN5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKB58vcN5N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKB58vcN5N .row {
  flex-direction: row-reverse;
}
.cid-uKB58vcN5N .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKB58vcN5N .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKB58vcN5N .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKB58vcN5N .mbr-section-title {
  color: #757b62;
}
.cid-uKB58vcN5N .mbr-text,
.cid-uKB58vcN5N .mbr-section-btn {
  color: #edefeb;
}
.cid-uKB58vFrXu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1f6463;
}
.cid-uKB58vFrXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKB58vFrXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKB58vFrXu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKB58vFrXu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKB58vFrXu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKB58vFrXu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKB58vFrXu .mbr-section-title {
  color: #ffffff;
}
.cid-uKB58vFrXu .mbr-text,
.cid-uKB58vFrXu .mbr-section-btn {
  color: #ffffff;
}
.cid-uKB58vVeLg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a6a99c;
}
.cid-uKB58vVeLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKB58vVeLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKB58vVeLg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKB58vVeLg .row {
  flex-direction: row-reverse;
}
.cid-uKB58vVeLg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKB58vVeLg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKB58vVeLg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKB58vVeLg .mbr-section-title {
  color: #757b62;
}
.cid-uKB58vVeLg .mbr-text,
.cid-uKB58vVeLg .mbr-section-btn {
  color: #edefeb;
}
.cid-uKB58weJAB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKB58weJAB h6 {
  line-height: 1.2;
}
.cid-uKB58weJAB img,
.cid-uKB58weJAB .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uKB58weJAB img,
  .cid-uKB58weJAB .item-img {
    height: 300px;
    object-fit: cover;
  }
}
.cid-uKB58weJAB .item:focus,
.cid-uKB58weJAB span:focus {
  outline: none;
}
.cid-uKB58weJAB .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uKB58weJAB .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uKB58weJAB .mbr-section-title {
  color: #000000;
}
.cid-uKB58weJAB .mbr-text,
.cid-uKB58weJAB .mbr-section-btn {
  color: #000000;
}
.cid-uKB58weJAB .item-title {
  color: #000000;
  text-align: center;
}
.cid-uKB58weJAB .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKB58weJAB .item-text {
  color: #000000;
  text-align: center;
}
.cid-uKB58weJAB .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uKB58weJAB img,
  .cid-uKB58weJAB .item-img {
    height: 300px;
    object-fit: cover;
  }
  .cid-uKB58weJAB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKB58wAHTp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uKB58wAHTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKB58wAHTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKB58wAHTp .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uKB58wAHTp .content-head {
  max-width: 800px;
}
.cid-uKB58wAHTp .card1 {
  background-image: url("../../../assets/images/allusion-portrait-size-natural-pearl-liv.jpg.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKB58wAHTp .card1:before {
  background: #757b62;
}
.cid-uKB58wAHTp .card2 {
  background-image: url("../../../assets/images/tall4-4.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKB58wAHTp .card2:before {
  background: #d4d1ba;
}
.cid-uKB58wAHTp .card3 {
  background-image: url("../../../assets/images/tall6-3.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKB58wAHTp .card3:before {
  background: #cec9a1;
}
.cid-uKB58wAHTp .card4 {
  background-image: url("../../../assets/images/allusion-portrait-size-natural-wood-hallway.jpg.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKB58wAHTp .card4:before {
  background: #a6a99c;
}
.cid-uKB58wAHTp .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uKB58wAHTp .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKB58wAHTp .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKB58wAHTp .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uKB58wAHTp .card {
  transition: transform 0.6s;
}
.cid-uKB58wAHTp .card:hover .card-wrap,
.cid-uKB58wAHTp .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uKB58wAHTp .card:hover .card-wrap:before,
.cid-uKB58wAHTp .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uKB58wAHTp .card:hover .mbr-section-btn,
.cid-uKB58wAHTp .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uKB58wAHTp .card:hover .card-wrap {
    transform: none;
  }
  .cid-uKB58wAHTp .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKB58wAHTp .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKB58wAHTp .card-wrap:hover {
    transform: none;
  }
  .cid-uKB58wAHTp .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uKB58wAHTp .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKB58wUhwx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uKB58wUhwx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKB58wUhwx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKB58wUhwx .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uKB58wUhwx .content-head {
  max-width: 800px;
}
.cid-uKB58wUhwx .card1 {
  background-image: url("../../../assets/images/allusion-portrait-size-natural-grey-cameo-fabric.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKB58wUhwx .card1:before {
  background: #a6a99c;
}
.cid-uKB58wUhwx .card2 {
  background-image: url("../../../assets/images/allusion-portrait-size-horizon-white-liv.jpg.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKB58wUhwx .card2:before {
  background: #757b62;
}
.cid-uKB58wUhwx .card3 {
  background-image: url("../../../assets/images/allusion-landscape-size-shadow-stone-liv-green-walls-open.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKB58wUhwx .card3:before {
  background: #cec9a1;
}
.cid-uKB58wUhwx .card4 {
  background-image: url("../../../assets/images/allusion-landscape-size-horizon-nordic-dine.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKB58wUhwx .card4:before {
  background: #d4d1ba;
}
.cid-uKB58wUhwx .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uKB58wUhwx .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKB58wUhwx .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKB58wUhwx .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uKB58wUhwx .card {
  transition: transform 0.6s;
}
.cid-uKB58wUhwx .card:hover .card-wrap,
.cid-uKB58wUhwx .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uKB58wUhwx .card:hover .card-wrap:before,
.cid-uKB58wUhwx .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uKB58wUhwx .card:hover .mbr-section-btn,
.cid-uKB58wUhwx .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uKB58wUhwx .card:hover .card-wrap {
    transform: none;
  }
  .cid-uKB58wUhwx .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKB58wUhwx .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKB58wUhwx .card-wrap:hover {
    transform: none;
  }
  .cid-uKB58wUhwx .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uKB58wUhwx .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKZyNUq5nj {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #757b62;
}
.cid-uKZyNUq5nj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZyNUq5nj .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-uKZyNUq5nj .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZyNUq5nj .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uKZyNUq5nj .google-map {
  height: 100%;
  position: relative;
}
.cid-uKZyNUq5nj .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKZyNUq5nj .google-map iframe {
    min-height: 350px;
  }
}
.cid-uKZyNUq5nj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKZyNUq5nj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKZyNUq5nj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKZyNUq5nj .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKZyNUq5nj .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZyNUq5nj .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uKZyNUq5nj ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKZyNUq5nj .content-head {
  max-width: 800px;
}
.cid-uKZyNUq5nj .mbr-section-title {
  color: #ffffff;
}
.cid-uKZtY3edU9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uKZtY3edU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZtY3edU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZtY3edU9 .img-wrapper {
  text-align: center;
}
.cid-uKZtY3edU9 img {
  margin: auto;
  width: 200px;
}
.cid-uKZtY3edU9 .row {
  align-items: flex-start;
}
.cid-uKZtY3edU9 .item-wrapper {
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uKZtY3edU9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uKZtY3edU9 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKZtY3edU9 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uKZtY3edU9 .mbr-section-title,
.cid-uKZtY3edU9 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uKZtY3edU9 .content-head {
  max-width: 800px;
}
.cid-uKBiHrHAEt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKBiHrHAEt .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;
}
@media (max-width: 767px) {
  .cid-uKBiHrHAEt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKBiHrHAEt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKBiHrHAEt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKBiHrHAEt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKBiHrHAEt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKBiHrHAEt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uKBiHrHAEt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKBiHrHAEt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uKBiHrHAEt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKBiHrHAEt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKBiHrHAEt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKBiHrHAEt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uKBiHrHAEt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKBiHrHAEt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKBiHrHAEt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKBiHrHAEt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKBiHrHAEt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKBiHrHAEt .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uKBiHrHAEt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKBiHrHAEt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKBiHrHAEt .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uKBiHrHAEt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKBiHrHAEt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKBiHrHAEt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKBiHrHAEt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.7) !important;
}
.cid-uKBiHrHAEt .nav-item:focus,
.cid-uKBiHrHAEt .nav-link:focus {
  outline: none;
}
.cid-uKBiHrHAEt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKBiHrHAEt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKBiHrHAEt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKBiHrHAEt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKBiHrHAEt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKBiHrHAEt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKBiHrHAEt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKBiHrHAEt .navbar.opened {
  transition: all 0.3s;
}
.cid-uKBiHrHAEt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKBiHrHAEt .navbar .navbar-logo img {
  width: auto;
}
.cid-uKBiHrHAEt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKBiHrHAEt .navbar.collapsed {
  justify-content: center;
}
.cid-uKBiHrHAEt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKBiHrHAEt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKBiHrHAEt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uKBiHrHAEt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKBiHrHAEt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKBiHrHAEt .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-uKBiHrHAEt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKBiHrHAEt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKBiHrHAEt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKBiHrHAEt .navbar {
    min-height: 72px;
  }
  .cid-uKBiHrHAEt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKBiHrHAEt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKBiHrHAEt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKBiHrHAEt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKBiHrHAEt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKBiHrHAEt .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-uKBiHrHAEt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKBiHrHAEt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKBiHrHAEt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKBiHrHAEt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKBiHrHAEt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKBiHrHAEt .dropdown-item.active,
.cid-uKBiHrHAEt .dropdown-item:active {
  background-color: transparent;
}
.cid-uKBiHrHAEt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKBiHrHAEt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKBiHrHAEt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKBiHrHAEt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uKBiHrHAEt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKBiHrHAEt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKBiHrHAEt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKBiHrHAEt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKBiHrHAEt .navbar-buttons {
    text-align: left;
  }
}
.cid-uKBiHrHAEt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKBiHrHAEt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKBiHrHAEt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKBiHrHAEt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKBiHrHAEt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKBiHrHAEt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKBiHrHAEt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKBiHrHAEt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKBiHrHAEt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKBiHrHAEt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKBiHrHAEt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKBiHrHAEt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKBiHrHAEt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKBiHrHAEt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKBiHrHAEt .navbar {
    height: 70px;
  }
  .cid-uKBiHrHAEt .navbar.opened {
    height: auto;
  }
  .cid-uKBiHrHAEt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKBiHrHAEt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKBiHrHAEt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKBiHrHAEt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKBiHrHAEt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uKBiHrHAEt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKBiHrHAEt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKBiHrHAEt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKBiHrHAEt .navbar-brand {
    margin-right: auto;
  }
  .cid-uKBiHrHAEt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.7) !important;
    background: rgba(237, 239, 235, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKBiHrHAEt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKBiHrHAEt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKBiHrHAEt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKBiHrHAEt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKBiHrHAEt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKBiHrHAEt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uKBiHrHAEt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKBiHrHAEt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKBiHrHAEt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKBiHrHAEt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKBiHs6pEl {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #7a7979;
}
.cid-uKBiHs6pEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBiHs6pEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKBiHs6pEl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKBiHs6pEl .row {
  flex-direction: row-reverse;
}
.cid-uKBiHs6pEl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKBiHs6pEl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKBiHs6pEl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKBiHs6pEl .mbr-section-title {
  color: #ffffff;
}
.cid-uKBiHs6pEl .mbr-text,
.cid-uKBiHs6pEl .mbr-section-btn {
  color: #edefeb;
}
.cid-uKBiHsKn12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a6a99c;
}
.cid-uKBiHsKn12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBiHsKn12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKBiHsKn12 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKBiHsKn12 .row {
  flex-direction: row-reverse;
}
.cid-uKBiHsKn12 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKBiHsKn12 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKBiHsKn12 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKBiHsKn12 .mbr-section-title {
  color: #ffffff;
}
.cid-uKBiHsKn12 .mbr-text,
.cid-uKBiHsKn12 .mbr-section-btn {
  color: #edefeb;
}
.cid-uKBiHtrxuY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uKBiHtrxuY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBiHtrxuY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBiHtrxuY .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uKBiHtrxuY .content-head {
  max-width: 800px;
}
.cid-uKBiHtrxuY .card1 {
  background-image: url("../../../assets/images/landscape-sun-room-fresco-lf-pale-grey-images-1-1024x731.jpg-1024x731.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uKBiHtrxuY .card1:before {
  background: #757b62;
}
.cid-uKBiHtrxuY .card2 {
  background-image: url("../../../assets/images/landscape-conservatory-festival-spc-tapue-images-1024x731.jpg.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBiHtrxuY .card2:before {
  background: #d4d1ba;
}
.cid-uKBiHtrxuY .card3 {
  background-image: url("../../../assets/images/landscape-conservatory-mirage-marine-images-1024x731.jpg.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBiHtrxuY .card3:before {
  background: #cec9a1;
}
.cid-uKBiHtrxuY .card4 {
  background-image: url("../../../assets/images/main-wide-conservatory.jpg.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBiHtrxuY .card4:before {
  background: #a6a99c;
}
.cid-uKBiHtrxuY .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uKBiHtrxuY .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKBiHtrxuY .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKBiHtrxuY .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uKBiHtrxuY .card {
  transition: transform 0.6s;
}
.cid-uKBiHtrxuY .card:hover .card-wrap,
.cid-uKBiHtrxuY .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uKBiHtrxuY .card:hover .card-wrap:before,
.cid-uKBiHtrxuY .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uKBiHtrxuY .card:hover .mbr-section-btn,
.cid-uKBiHtrxuY .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uKBiHtrxuY .card:hover .card-wrap {
    transform: none;
  }
  .cid-uKBiHtrxuY .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKBiHtrxuY .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKBiHtrxuY .card-wrap:hover {
    transform: none;
  }
  .cid-uKBiHtrxuY .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uKBiHtrxuY .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKZyRz1Y9o {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #757b62;
}
.cid-uKZyRz1Y9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZyRz1Y9o .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-uKZyRz1Y9o .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZyRz1Y9o .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uKZyRz1Y9o .google-map {
  height: 100%;
  position: relative;
}
.cid-uKZyRz1Y9o .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKZyRz1Y9o .google-map iframe {
    min-height: 350px;
  }
}
.cid-uKZyRz1Y9o .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKZyRz1Y9o .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKZyRz1Y9o .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKZyRz1Y9o .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKZyRz1Y9o .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZyRz1Y9o .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uKZyRz1Y9o ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKZyRz1Y9o .content-head {
  max-width: 800px;
}
.cid-uKZyRz1Y9o .mbr-section-title {
  color: #ffffff;
}
.cid-uKZu2aVyEG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uKZu2aVyEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZu2aVyEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZu2aVyEG .img-wrapper {
  text-align: center;
}
.cid-uKZu2aVyEG img {
  margin: auto;
  width: 200px;
}
.cid-uKZu2aVyEG .row {
  align-items: flex-start;
}
.cid-uKZu2aVyEG .item-wrapper {
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uKZu2aVyEG .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uKZu2aVyEG .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKZu2aVyEG .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uKZu2aVyEG .mbr-section-title,
.cid-uKZu2aVyEG .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uKZu2aVyEG .content-head {
  max-width: 800px;
}
.cid-uKBkszzUXL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKBkszzUXL .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;
}
@media (max-width: 767px) {
  .cid-uKBkszzUXL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKBkszzUXL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKBkszzUXL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKBkszzUXL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKBkszzUXL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKBkszzUXL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uKBkszzUXL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKBkszzUXL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uKBkszzUXL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKBkszzUXL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKBkszzUXL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKBkszzUXL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uKBkszzUXL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKBkszzUXL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKBkszzUXL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKBkszzUXL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKBkszzUXL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKBkszzUXL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uKBkszzUXL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKBkszzUXL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKBkszzUXL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uKBkszzUXL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKBkszzUXL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKBkszzUXL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKBkszzUXL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.7) !important;
}
.cid-uKBkszzUXL .nav-item:focus,
.cid-uKBkszzUXL .nav-link:focus {
  outline: none;
}
.cid-uKBkszzUXL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKBkszzUXL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKBkszzUXL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKBkszzUXL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKBkszzUXL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKBkszzUXL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKBkszzUXL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKBkszzUXL .navbar.opened {
  transition: all 0.3s;
}
.cid-uKBkszzUXL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKBkszzUXL .navbar .navbar-logo img {
  width: auto;
}
.cid-uKBkszzUXL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKBkszzUXL .navbar.collapsed {
  justify-content: center;
}
.cid-uKBkszzUXL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKBkszzUXL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKBkszzUXL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uKBkszzUXL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKBkszzUXL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKBkszzUXL .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-uKBkszzUXL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKBkszzUXL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKBkszzUXL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKBkszzUXL .navbar {
    min-height: 72px;
  }
  .cid-uKBkszzUXL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKBkszzUXL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKBkszzUXL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKBkszzUXL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKBkszzUXL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKBkszzUXL .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-uKBkszzUXL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKBkszzUXL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKBkszzUXL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKBkszzUXL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKBkszzUXL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKBkszzUXL .dropdown-item.active,
.cid-uKBkszzUXL .dropdown-item:active {
  background-color: transparent;
}
.cid-uKBkszzUXL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKBkszzUXL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKBkszzUXL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKBkszzUXL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uKBkszzUXL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKBkszzUXL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKBkszzUXL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKBkszzUXL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKBkszzUXL .navbar-buttons {
    text-align: left;
  }
}
.cid-uKBkszzUXL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKBkszzUXL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKBkszzUXL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKBkszzUXL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKBkszzUXL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKBkszzUXL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKBkszzUXL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKBkszzUXL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKBkszzUXL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKBkszzUXL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKBkszzUXL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKBkszzUXL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKBkszzUXL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKBkszzUXL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKBkszzUXL .navbar {
    height: 70px;
  }
  .cid-uKBkszzUXL .navbar.opened {
    height: auto;
  }
  .cid-uKBkszzUXL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKBkszzUXL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKBkszzUXL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKBkszzUXL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKBkszzUXL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uKBkszzUXL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKBkszzUXL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKBkszzUXL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKBkszzUXL .navbar-brand {
    margin-right: auto;
  }
  .cid-uKBkszzUXL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.7) !important;
    background: rgba(237, 239, 235, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKBkszzUXL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKBkszzUXL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKBkszzUXL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKBkszzUXL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKBkszzUXL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKBkszzUXL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uKBkszzUXL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKBkszzUXL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKBkszzUXL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKBkszzUXL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKBksA4ICQ {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #baa595;
}
.cid-uKBksA4ICQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBksA4ICQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKBksA4ICQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKBksA4ICQ .row {
  flex-direction: row-reverse;
}
.cid-uKBksA4ICQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKBksA4ICQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKBksA4ICQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKBksA4ICQ .mbr-section-title {
  color: #ffffff;
}
.cid-uKBksA4ICQ .mbr-text,
.cid-uKBksA4ICQ .mbr-section-btn {
  color: #edefeb;
}
.cid-uKBlif87AX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffc091;
}
.cid-uKBlif87AX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBlif87AX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKBlif87AX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKBlif87AX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKBlif87AX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKBlif87AX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKBlif87AX .mbr-section-title {
  color: #000000;
}
.cid-uKBlif87AX .mbr-text,
.cid-uKBlif87AX .mbr-section-btn {
  color: #000000;
}
.cid-uKBksAp9nW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #baa595;
}
.cid-uKBksAp9nW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBksAp9nW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKBksAp9nW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKBksAp9nW .row {
  flex-direction: row-reverse;
}
.cid-uKBksAp9nW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKBksAp9nW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKBksAp9nW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKBksAp9nW .mbr-section-title {
  color: #ffffff;
}
.cid-uKBksAp9nW .mbr-text,
.cid-uKBksAp9nW .mbr-section-btn {
  color: #edefeb;
}
.cid-uKBksAVsd4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uKBksAVsd4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBksAVsd4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBksAVsd4 .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uKBksAVsd4 .content-head {
  max-width: 800px;
}
.cid-uKBksAVsd4 .card1 {
  background-image: url("../../../assets/images/venetian-blinds-600x440.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uKBksAVsd4 .card1:before {
  background: #757b62;
}
.cid-uKBksAVsd4 .card2 {
  background-image: url("../../../assets/images/aluminium-venetian-grey-perforated-zoom-660x440.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uKBksAVsd4 .card2:before {
  background: #d4d1ba;
}
.cid-uKBksAVsd4 .card3 {
  background-image: url("../../../assets/images/images-6-300x168.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uKBksAVsd4 .card3:before {
  background: #cec9a1;
}
.cid-uKBksAVsd4 .card4 {
  background-image: url("../../../assets/images/istockphoto-616907844-612x408.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uKBksAVsd4 .card4:before {
  background: #a6a99c;
}
.cid-uKBksAVsd4 .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uKBksAVsd4 .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKBksAVsd4 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKBksAVsd4 .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uKBksAVsd4 .card {
  transition: transform 0.6s;
}
.cid-uKBksAVsd4 .card:hover .card-wrap,
.cid-uKBksAVsd4 .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uKBksAVsd4 .card:hover .card-wrap:before,
.cid-uKBksAVsd4 .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uKBksAVsd4 .card:hover .mbr-section-btn,
.cid-uKBksAVsd4 .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uKBksAVsd4 .card:hover .card-wrap {
    transform: none;
  }
  .cid-uKBksAVsd4 .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKBksAVsd4 .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKBksAVsd4 .card-wrap:hover {
    transform: none;
  }
  .cid-uKBksAVsd4 .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uKBksAVsd4 .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKBnzSgKRO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uKBnzSgKRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBnzSgKRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBnzSgKRO .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uKBnzSgKRO .content-head {
  max-width: 800px;
}
.cid-uKBnzSgKRO .card1 {
  background-image: url("../../../assets/images/pexels-steve-851238-2000x1409.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uKBnzSgKRO .card1:before {
  background: #ffc195;
}
.cid-uKBnzSgKRO .card2 {
  background-image: url("../../../assets/images/vvb-1465-b62spro.2e16d0ba.fill-500x500.format-jpeg-500x500.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uKBnzSgKRO .card2:before {
  background: #ffd7ef;
}
.cid-uKBnzSgKRO .card3 {
  background-image: url("../../../assets/images/interior-view-adjustable-window-curtain-600nw-2338924627.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBnzSgKRO .card3:before {
  background: #ffea64;
}
.cid-uKBnzSgKRO .card4 {
  background-image: url("../../../assets/images/mini-blinds-in-a-bathroom-jpeg.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBnzSgKRO .card4:before {
  background: #9fe870;
}
.cid-uKBnzSgKRO .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uKBnzSgKRO .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKBnzSgKRO .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKBnzSgKRO .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uKBnzSgKRO .card {
  transition: transform 0.6s;
}
.cid-uKBnzSgKRO .card:hover .card-wrap,
.cid-uKBnzSgKRO .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uKBnzSgKRO .card:hover .card-wrap:before,
.cid-uKBnzSgKRO .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uKBnzSgKRO .card:hover .mbr-section-btn,
.cid-uKBnzSgKRO .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uKBnzSgKRO .card:hover .card-wrap {
    transform: none;
  }
  .cid-uKBnzSgKRO .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKBnzSgKRO .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKBnzSgKRO .card-wrap:hover {
    transform: none;
  }
  .cid-uKBnzSgKRO .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uKBnzSgKRO .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKZyWock9v {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #757b62;
}
.cid-uKZyWock9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZyWock9v .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-uKZyWock9v .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZyWock9v .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uKZyWock9v .google-map {
  height: 100%;
  position: relative;
}
.cid-uKZyWock9v .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKZyWock9v .google-map iframe {
    min-height: 350px;
  }
}
.cid-uKZyWock9v .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKZyWock9v .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKZyWock9v .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKZyWock9v .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKZyWock9v .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZyWock9v .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uKZyWock9v ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKZyWock9v .content-head {
  max-width: 800px;
}
.cid-uKZyWock9v .mbr-section-title {
  color: #ffffff;
}
.cid-uKZu6ritOK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uKZu6ritOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZu6ritOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZu6ritOK .img-wrapper {
  text-align: center;
}
.cid-uKZu6ritOK img {
  margin: auto;
  width: 200px;
}
.cid-uKZu6ritOK .row {
  align-items: flex-start;
}
.cid-uKZu6ritOK .item-wrapper {
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uKZu6ritOK .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uKZu6ritOK .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKZu6ritOK .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uKZu6ritOK .mbr-section-title,
.cid-uKZu6ritOK .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uKZu6ritOK .content-head {
  max-width: 800px;
}
.cid-uKBo5KwgwB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKBo5KwgwB .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;
}
@media (max-width: 767px) {
  .cid-uKBo5KwgwB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKBo5KwgwB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKBo5KwgwB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKBo5KwgwB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKBo5KwgwB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKBo5KwgwB .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uKBo5KwgwB .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKBo5KwgwB .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uKBo5KwgwB .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKBo5KwgwB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKBo5KwgwB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKBo5KwgwB .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uKBo5KwgwB .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKBo5KwgwB .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKBo5KwgwB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKBo5KwgwB .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKBo5KwgwB .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKBo5KwgwB .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uKBo5KwgwB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKBo5KwgwB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKBo5KwgwB .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uKBo5KwgwB .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKBo5KwgwB .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKBo5KwgwB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKBo5KwgwB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.7) !important;
}
.cid-uKBo5KwgwB .nav-item:focus,
.cid-uKBo5KwgwB .nav-link:focus {
  outline: none;
}
.cid-uKBo5KwgwB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKBo5KwgwB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKBo5KwgwB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKBo5KwgwB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKBo5KwgwB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKBo5KwgwB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKBo5KwgwB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKBo5KwgwB .navbar.opened {
  transition: all 0.3s;
}
.cid-uKBo5KwgwB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKBo5KwgwB .navbar .navbar-logo img {
  width: auto;
}
.cid-uKBo5KwgwB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKBo5KwgwB .navbar.collapsed {
  justify-content: center;
}
.cid-uKBo5KwgwB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKBo5KwgwB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKBo5KwgwB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uKBo5KwgwB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKBo5KwgwB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKBo5KwgwB .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-uKBo5KwgwB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKBo5KwgwB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKBo5KwgwB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKBo5KwgwB .navbar {
    min-height: 72px;
  }
  .cid-uKBo5KwgwB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKBo5KwgwB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKBo5KwgwB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKBo5KwgwB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKBo5KwgwB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKBo5KwgwB .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-uKBo5KwgwB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKBo5KwgwB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKBo5KwgwB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKBo5KwgwB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKBo5KwgwB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKBo5KwgwB .dropdown-item.active,
.cid-uKBo5KwgwB .dropdown-item:active {
  background-color: transparent;
}
.cid-uKBo5KwgwB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKBo5KwgwB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKBo5KwgwB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKBo5KwgwB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uKBo5KwgwB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKBo5KwgwB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKBo5KwgwB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKBo5KwgwB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKBo5KwgwB .navbar-buttons {
    text-align: left;
  }
}
.cid-uKBo5KwgwB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKBo5KwgwB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKBo5KwgwB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKBo5KwgwB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKBo5KwgwB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKBo5KwgwB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKBo5KwgwB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKBo5KwgwB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKBo5KwgwB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKBo5KwgwB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKBo5KwgwB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKBo5KwgwB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKBo5KwgwB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKBo5KwgwB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKBo5KwgwB .navbar {
    height: 70px;
  }
  .cid-uKBo5KwgwB .navbar.opened {
    height: auto;
  }
  .cid-uKBo5KwgwB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKBo5KwgwB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKBo5KwgwB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKBo5KwgwB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKBo5KwgwB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uKBo5KwgwB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKBo5KwgwB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKBo5KwgwB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKBo5KwgwB .navbar-brand {
    margin-right: auto;
  }
  .cid-uKBo5KwgwB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.7) !important;
    background: rgba(237, 239, 235, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKBo5KwgwB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKBo5KwgwB .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKBo5KwgwB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKBo5KwgwB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKBo5KwgwB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKBo5KwgwB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uKBo5KwgwB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKBo5KwgwB .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKBo5KwgwB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKBo5KwgwB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKBo5KW3HN {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uKBo5KW3HN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBo5KW3HN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKBo5KW3HN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKBo5KW3HN .row {
  flex-direction: row-reverse;
}
.cid-uKBo5KW3HN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKBo5KW3HN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKBo5KW3HN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKBo5KW3HN .mbr-section-title {
  color: #7a7979;
}
.cid-uKBo5KW3HN .mbr-text,
.cid-uKBo5KW3HN .mbr-section-btn {
  color: #7a7979;
}
.cid-uKBo5LiQ16 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #b1b394;
}
.cid-uKBo5LiQ16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBo5LiQ16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKBo5LiQ16 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKBo5LiQ16 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKBo5LiQ16 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKBo5LiQ16 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKBo5LiQ16 .mbr-section-title {
  color: #000000;
}
.cid-uKBo5LiQ16 .mbr-text,
.cid-uKBo5LiQ16 .mbr-section-btn {
  color: #000000;
}
.cid-uKBo5LEJVf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #858765;
}
.cid-uKBo5LEJVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBo5LEJVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKBo5LEJVf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKBo5LEJVf .row {
  flex-direction: row-reverse;
}
.cid-uKBo5LEJVf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKBo5LEJVf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKBo5LEJVf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKBo5LEJVf .mbr-section-title {
  color: #ffffff;
}
.cid-uKBo5LEJVf .mbr-text,
.cid-uKBo5LEJVf .mbr-section-btn {
  color: #edefeb;
}
.cid-uKBo5LX0zG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uKBo5LX0zG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBo5LX0zG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBo5LX0zG .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uKBo5LX0zG .content-head {
  max-width: 800px;
}
.cid-uKBo5LX0zG .card1 {
  background-image: url("../../../assets/images/motorisation-image-viale-linen-1024x910.jpg-1.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBo5LX0zG .card1:before {
  background: #757b62;
}
.cid-uKBo5LX0zG .card2 {
  background-image: url("../../../assets/images/motorisation-image-paradise-palm-green-1024x910.jpg-1.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBo5LX0zG .card2:before {
  background: #d4d1ba;
}
.cid-uKBo5LX0zG .card3 {
  background-image: url("../../../assets/images/motorisation-image-oxford-grey-marle-910x1024.jpg-1.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBo5LX0zG .card3:before {
  background: #cec9a1;
}
.cid-uKBo5LX0zG .card4 {
  background-image: url("../../../assets/images/istockphoto-616907844-612x408.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uKBo5LX0zG .card4:before {
  background: #a6a99c;
}
.cid-uKBo5LX0zG .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uKBo5LX0zG .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKBo5LX0zG .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKBo5LX0zG .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uKBo5LX0zG .card {
  transition: transform 0.6s;
}
.cid-uKBo5LX0zG .card:hover .card-wrap,
.cid-uKBo5LX0zG .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uKBo5LX0zG .card:hover .card-wrap:before,
.cid-uKBo5LX0zG .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uKBo5LX0zG .card:hover .mbr-section-btn,
.cid-uKBo5LX0zG .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uKBo5LX0zG .card:hover .card-wrap {
    transform: none;
  }
  .cid-uKBo5LX0zG .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKBo5LX0zG .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKBo5LX0zG .card-wrap:hover {
    transform: none;
  }
  .cid-uKBo5LX0zG .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uKBo5LX0zG .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKZz0IcilU {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #757b62;
}
.cid-uKZz0IcilU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZz0IcilU .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-uKZz0IcilU .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZz0IcilU .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uKZz0IcilU .google-map {
  height: 100%;
  position: relative;
}
.cid-uKZz0IcilU .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKZz0IcilU .google-map iframe {
    min-height: 350px;
  }
}
.cid-uKZz0IcilU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKZz0IcilU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKZz0IcilU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKZz0IcilU .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKZz0IcilU .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZz0IcilU .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uKZz0IcilU ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKZz0IcilU .content-head {
  max-width: 800px;
}
.cid-uKZz0IcilU .mbr-section-title {
  color: #ffffff;
}
.cid-uKZuh1eEkl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uKZuh1eEkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZuh1eEkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZuh1eEkl .img-wrapper {
  text-align: center;
}
.cid-uKZuh1eEkl img {
  margin: auto;
  width: 200px;
}
.cid-uKZuh1eEkl .row {
  align-items: flex-start;
}
.cid-uKZuh1eEkl .item-wrapper {
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uKZuh1eEkl .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uKZuh1eEkl .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKZuh1eEkl .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uKZuh1eEkl .mbr-section-title,
.cid-uKZuh1eEkl .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uKZuh1eEkl .content-head {
  max-width: 800px;
}
.cid-uKB9H9ZkXH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKB9H9ZkXH .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;
}
@media (max-width: 767px) {
  .cid-uKB9H9ZkXH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKB9H9ZkXH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKB9H9ZkXH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKB9H9ZkXH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKB9H9ZkXH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKB9H9ZkXH .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uKB9H9ZkXH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKB9H9ZkXH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uKB9H9ZkXH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKB9H9ZkXH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKB9H9ZkXH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKB9H9ZkXH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uKB9H9ZkXH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKB9H9ZkXH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKB9H9ZkXH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKB9H9ZkXH .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKB9H9ZkXH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKB9H9ZkXH .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uKB9H9ZkXH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKB9H9ZkXH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKB9H9ZkXH .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uKB9H9ZkXH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKB9H9ZkXH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKB9H9ZkXH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKB9H9ZkXH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.7) !important;
}
.cid-uKB9H9ZkXH .nav-item:focus,
.cid-uKB9H9ZkXH .nav-link:focus {
  outline: none;
}
.cid-uKB9H9ZkXH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKB9H9ZkXH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKB9H9ZkXH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKB9H9ZkXH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKB9H9ZkXH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKB9H9ZkXH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKB9H9ZkXH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKB9H9ZkXH .navbar.opened {
  transition: all 0.3s;
}
.cid-uKB9H9ZkXH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKB9H9ZkXH .navbar .navbar-logo img {
  width: auto;
}
.cid-uKB9H9ZkXH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKB9H9ZkXH .navbar.collapsed {
  justify-content: center;
}
.cid-uKB9H9ZkXH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKB9H9ZkXH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKB9H9ZkXH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uKB9H9ZkXH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKB9H9ZkXH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKB9H9ZkXH .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-uKB9H9ZkXH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKB9H9ZkXH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKB9H9ZkXH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKB9H9ZkXH .navbar {
    min-height: 72px;
  }
  .cid-uKB9H9ZkXH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKB9H9ZkXH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKB9H9ZkXH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKB9H9ZkXH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKB9H9ZkXH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKB9H9ZkXH .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-uKB9H9ZkXH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKB9H9ZkXH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKB9H9ZkXH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKB9H9ZkXH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKB9H9ZkXH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKB9H9ZkXH .dropdown-item.active,
.cid-uKB9H9ZkXH .dropdown-item:active {
  background-color: transparent;
}
.cid-uKB9H9ZkXH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKB9H9ZkXH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKB9H9ZkXH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKB9H9ZkXH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uKB9H9ZkXH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKB9H9ZkXH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKB9H9ZkXH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKB9H9ZkXH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKB9H9ZkXH .navbar-buttons {
    text-align: left;
  }
}
.cid-uKB9H9ZkXH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKB9H9ZkXH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKB9H9ZkXH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKB9H9ZkXH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKB9H9ZkXH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKB9H9ZkXH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKB9H9ZkXH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKB9H9ZkXH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKB9H9ZkXH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKB9H9ZkXH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKB9H9ZkXH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKB9H9ZkXH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKB9H9ZkXH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKB9H9ZkXH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKB9H9ZkXH .navbar {
    height: 70px;
  }
  .cid-uKB9H9ZkXH .navbar.opened {
    height: auto;
  }
  .cid-uKB9H9ZkXH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKB9H9ZkXH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKB9H9ZkXH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKB9H9ZkXH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKB9H9ZkXH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uKB9H9ZkXH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKB9H9ZkXH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKB9H9ZkXH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKB9H9ZkXH .navbar-brand {
    margin-right: auto;
  }
  .cid-uKB9H9ZkXH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.7) !important;
    background: rgba(237, 239, 235, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKB9H9ZkXH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKB9H9ZkXH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKB9H9ZkXH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKB9H9ZkXH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKB9H9ZkXH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKB9H9ZkXH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uKB9H9ZkXH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKB9H9ZkXH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKB9H9ZkXH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKB9H9ZkXH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKB9Haolw6 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ebd5c4;
}
.cid-uKB9Haolw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKB9Haolw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKB9Haolw6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKB9Haolw6 .row {
  flex-direction: row-reverse;
}
.cid-uKB9Haolw6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKB9Haolw6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKB9Haolw6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKB9Haolw6 .mbr-section-title {
  color: #320707;
}
.cid-uKB9Haolw6 .mbr-text,
.cid-uKB9Haolw6 .mbr-section-btn {
  color: #320707;
}
.cid-uKB9HaKSlP {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #503b27;
}
.cid-uKB9HaKSlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKB9HaKSlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKB9HaKSlP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKB9HaKSlP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKB9HaKSlP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKB9HaKSlP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKB9HaKSlP .mbr-section-title {
  color: #ffffff;
}
.cid-uKB9HaKSlP .mbr-text,
.cid-uKB9HaKSlP .mbr-section-btn {
  color: #ffffff;
}
.cid-uKB9HbPtj1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uKB9HbPtj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKB9HbPtj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKB9HbPtj1 .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uKB9HbPtj1 .content-head {
  max-width: 800px;
}
.cid-uKB9HbPtj1 .card1 {
  background-image: url("../../../assets/images/panel-landscape-size-lomond-gorse-carnival-luna-amber-liv.jpg-1.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKB9HbPtj1 .card1:before {
  background: #757b62;
}
.cid-uKB9HbPtj1 .card2 {
  background-image: url("../../../assets/images/panel-landscape-size-flores-spring-carnival-teal-liv.jpg-1.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKB9HbPtj1 .card2:before {
  background: #d4d1ba;
}
.cid-uKB9HbPtj1 .card3 {
  background-image: url("../../../assets/images/panel-portrait-size-panel-magnolia-inky-bed-main.jpg-1.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKB9HbPtj1 .card3:before {
  background: #cec9a1;
}
.cid-uKB9HbPtj1 .card4 {
  background-image: url("../../../assets/images/panel-portrait-size-dunham-terracotta-bo-carnival-blackout-ecru-bed.jpg-1.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKB9HbPtj1 .card4:before {
  background: #a6a99c;
}
.cid-uKB9HbPtj1 .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uKB9HbPtj1 .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKB9HbPtj1 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKB9HbPtj1 .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uKB9HbPtj1 .card {
  transition: transform 0.6s;
}
.cid-uKB9HbPtj1 .card:hover .card-wrap,
.cid-uKB9HbPtj1 .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uKB9HbPtj1 .card:hover .card-wrap:before,
.cid-uKB9HbPtj1 .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uKB9HbPtj1 .card:hover .mbr-section-btn,
.cid-uKB9HbPtj1 .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uKB9HbPtj1 .card:hover .card-wrap {
    transform: none;
  }
  .cid-uKB9HbPtj1 .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKB9HbPtj1 .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKB9HbPtj1 .card-wrap:hover {
    transform: none;
  }
  .cid-uKB9HbPtj1 .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uKB9HbPtj1 .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKB9Hcctxr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uKB9Hcctxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKB9Hcctxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKB9Hcctxr .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uKB9Hcctxr .content-head {
  max-width: 800px;
}
.cid-uKB9Hcctxr .card1 {
  background-image: url("../../../assets/images/panel-portrait-size-boleyn-azure-carnival-white-dine.jpg-1.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKB9Hcctxr .card1:before {
  background: #a6a99c;
}
.cid-uKB9Hcctxr .card2 {
  background-image: url("../../../assets/images/panel-feature-benefits.jpg.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKB9Hcctxr .card2:before {
  background: #757b62;
}
.cid-uKB9Hcctxr .card3 {
  background-image: url("../../../assets/images/panel-portrait-size-boleyn-azure-carnival-white-dine.jpg-1.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKB9Hcctxr .card3:before {
  background: #cec9a1;
}
.cid-uKB9Hcctxr .card4 {
  background-image: url("../../../assets/images/allusion-landscape-size-horizon-nordic-dine.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKB9Hcctxr .card4:before {
  background: #d4d1ba;
}
.cid-uKB9Hcctxr .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uKB9Hcctxr .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKB9Hcctxr .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKB9Hcctxr .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uKB9Hcctxr .card {
  transition: transform 0.6s;
}
.cid-uKB9Hcctxr .card:hover .card-wrap,
.cid-uKB9Hcctxr .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uKB9Hcctxr .card:hover .card-wrap:before,
.cid-uKB9Hcctxr .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uKB9Hcctxr .card:hover .mbr-section-btn,
.cid-uKB9Hcctxr .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uKB9Hcctxr .card:hover .card-wrap {
    transform: none;
  }
  .cid-uKB9Hcctxr .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKB9Hcctxr .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKB9Hcctxr .card-wrap:hover {
    transform: none;
  }
  .cid-uKB9Hcctxr .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uKB9Hcctxr .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKZz4mPYJi {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #757b62;
}
.cid-uKZz4mPYJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZz4mPYJi .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-uKZz4mPYJi .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZz4mPYJi .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uKZz4mPYJi .google-map {
  height: 100%;
  position: relative;
}
.cid-uKZz4mPYJi .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKZz4mPYJi .google-map iframe {
    min-height: 350px;
  }
}
.cid-uKZz4mPYJi .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKZz4mPYJi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKZz4mPYJi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKZz4mPYJi .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKZz4mPYJi .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZz4mPYJi .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uKZz4mPYJi ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKZz4mPYJi .content-head {
  max-width: 800px;
}
.cid-uKZz4mPYJi .mbr-section-title {
  color: #ffffff;
}
.cid-uKZukYCO80 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uKZukYCO80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZukYCO80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZukYCO80 .img-wrapper {
  text-align: center;
}
.cid-uKZukYCO80 img {
  margin: auto;
  width: 200px;
}
.cid-uKZukYCO80 .row {
  align-items: flex-start;
}
.cid-uKZukYCO80 .item-wrapper {
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uKZukYCO80 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uKZukYCO80 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKZukYCO80 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uKZukYCO80 .mbr-section-title,
.cid-uKZukYCO80 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uKZukYCO80 .content-head {
  max-width: 800px;
}
.cid-uKBra5ResU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uKBra5ResU .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;
}
@media (max-width: 767px) {
  .cid-uKBra5ResU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKBra5ResU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKBra5ResU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKBra5ResU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKBra5ResU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKBra5ResU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uKBra5ResU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKBra5ResU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uKBra5ResU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKBra5ResU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKBra5ResU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKBra5ResU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uKBra5ResU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKBra5ResU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKBra5ResU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKBra5ResU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uKBra5ResU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKBra5ResU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uKBra5ResU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKBra5ResU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKBra5ResU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uKBra5ResU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKBra5ResU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKBra5ResU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKBra5ResU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.7) !important;
}
.cid-uKBra5ResU .nav-item:focus,
.cid-uKBra5ResU .nav-link:focus {
  outline: none;
}
.cid-uKBra5ResU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKBra5ResU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKBra5ResU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKBra5ResU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKBra5ResU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKBra5ResU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKBra5ResU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uKBra5ResU .navbar.opened {
  transition: all 0.3s;
}
.cid-uKBra5ResU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKBra5ResU .navbar .navbar-logo img {
  width: auto;
}
.cid-uKBra5ResU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uKBra5ResU .navbar.collapsed {
  justify-content: center;
}
.cid-uKBra5ResU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKBra5ResU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKBra5ResU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uKBra5ResU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKBra5ResU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKBra5ResU .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-uKBra5ResU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKBra5ResU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKBra5ResU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKBra5ResU .navbar {
    min-height: 72px;
  }
  .cid-uKBra5ResU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKBra5ResU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKBra5ResU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKBra5ResU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKBra5ResU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKBra5ResU .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-uKBra5ResU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKBra5ResU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKBra5ResU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKBra5ResU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKBra5ResU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKBra5ResU .dropdown-item.active,
.cid-uKBra5ResU .dropdown-item:active {
  background-color: transparent;
}
.cid-uKBra5ResU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKBra5ResU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKBra5ResU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKBra5ResU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uKBra5ResU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKBra5ResU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKBra5ResU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKBra5ResU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKBra5ResU .navbar-buttons {
    text-align: left;
  }
}
.cid-uKBra5ResU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKBra5ResU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKBra5ResU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKBra5ResU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKBra5ResU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKBra5ResU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKBra5ResU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKBra5ResU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKBra5ResU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKBra5ResU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKBra5ResU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKBra5ResU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKBra5ResU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKBra5ResU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKBra5ResU .navbar {
    height: 70px;
  }
  .cid-uKBra5ResU .navbar.opened {
    height: auto;
  }
  .cid-uKBra5ResU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKBra5ResU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKBra5ResU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKBra5ResU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKBra5ResU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uKBra5ResU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKBra5ResU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKBra5ResU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKBra5ResU .navbar-brand {
    margin-right: auto;
  }
  .cid-uKBra5ResU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.7) !important;
    background: rgba(237, 239, 235, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKBra5ResU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKBra5ResU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKBra5ResU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKBra5ResU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKBra5ResU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKBra5ResU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uKBra5ResU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKBra5ResU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uKBra5ResU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKBra5ResU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKBra6fOPG {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #6d81a7;
}
.cid-uKBra6fOPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBra6fOPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKBra6fOPG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKBra6fOPG .row {
  flex-direction: row-reverse;
}
.cid-uKBra6fOPG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKBra6fOPG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKBra6fOPG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKBra6fOPG .mbr-section-title {
  color: #ffffff;
}
.cid-uKBra6fOPG .mbr-text,
.cid-uKBra6fOPG .mbr-section-btn {
  color: #edefeb;
}
.cid-uKBra6BvvB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-uKBra6BvvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBra6BvvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKBra6BvvB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKBra6BvvB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uKBra6BvvB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uKBra6BvvB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uKBra6BvvB .mbr-section-title {
  color: #000000;
}
.cid-uKBra6BvvB .mbr-text,
.cid-uKBra6BvvB .mbr-section-btn {
  color: #000000;
}
.cid-uKBra6XYrJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uKBra6XYrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBra6XYrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBra6XYrJ .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uKBra6XYrJ .content-head {
  max-width: 800px;
}
.cid-uKBra6XYrJ .card1 {
  background-image: url("../../../assets/images/portrait-kids-dinosaurs-500x700.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBra6XYrJ .card1:before {
  background: #757b62;
}
.cid-uKBra6XYrJ .card2 {
  background-image: url("../../../assets/images/ll-roller-night-night-glow-open-main1.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBra6XYrJ .card2:before {
  background: #d4d1ba;
}
.cid-uKBra6XYrJ .card3 {
  background-image: url("../../../assets/images/landscape-roller-abc-character-700x500.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBra6XYrJ .card3:before {
  background: #cec9a1;
}
.cid-uKBra6XYrJ .card4 {
  background-image: url("../../../assets/images/portait-kaleidoscope-colour-bo-kids-main-scaled.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBra6XYrJ .card4:before {
  background: #a6a99c;
}
.cid-uKBra6XYrJ .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uKBra6XYrJ .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKBra6XYrJ .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKBra6XYrJ .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uKBra6XYrJ .card {
  transition: transform 0.6s;
}
.cid-uKBra6XYrJ .card:hover .card-wrap,
.cid-uKBra6XYrJ .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uKBra6XYrJ .card:hover .card-wrap:before,
.cid-uKBra6XYrJ .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uKBra6XYrJ .card:hover .mbr-section-btn,
.cid-uKBra6XYrJ .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uKBra6XYrJ .card:hover .card-wrap {
    transform: none;
  }
  .cid-uKBra6XYrJ .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKBra6XYrJ .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKBra6XYrJ .card-wrap:hover {
    transform: none;
  }
  .cid-uKBra6XYrJ .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uKBra6XYrJ .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKBra7jJSe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #edefeb;
}
.cid-uKBra7jJSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKBra7jJSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKBra7jJSe .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uKBra7jJSe .content-head {
  max-width: 800px;
}
.cid-uKBra7jJSe .card1 {
  background-image: url("../../../assets/images/landscape-kids-cosmos-700x500.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBra7jJSe .card1:before {
  background: #a6a99c;
}
.cid-uKBra7jJSe .card2 {
  background-image: url("../../../assets/images/landscape-haven-oatmeal-bo-kids.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBra7jJSe .card2:before {
  background: #757b62;
}
.cid-uKBra7jJSe .card3 {
  background-image: url("../../../assets/images/portait-daisy-pink-bo-kids-scaled.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBra7jJSe .card3:before {
  background: #cec9a1;
}
.cid-uKBra7jJSe .card4 {
  background-image: url("../../../assets/images/portait-pop-blackout-saffron-bedroom-scaled.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uKBra7jJSe .card4:before {
  background: #d4d1ba;
}
.cid-uKBra7jJSe .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uKBra7jJSe .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKBra7jJSe .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKBra7jJSe .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uKBra7jJSe .card {
  transition: transform 0.6s;
}
.cid-uKBra7jJSe .card:hover .card-wrap,
.cid-uKBra7jJSe .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uKBra7jJSe .card:hover .card-wrap:before,
.cid-uKBra7jJSe .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uKBra7jJSe .card:hover .mbr-section-btn,
.cid-uKBra7jJSe .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uKBra7jJSe .card:hover .card-wrap {
    transform: none;
  }
  .cid-uKBra7jJSe .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKBra7jJSe .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uKBra7jJSe .card-wrap:hover {
    transform: none;
  }
  .cid-uKBra7jJSe .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uKBra7jJSe .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uKZz7Ok1iO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #757b62;
}
.cid-uKZz7Ok1iO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZz7Ok1iO .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-uKZz7Ok1iO .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZz7Ok1iO .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uKZz7Ok1iO .google-map {
  height: 100%;
  position: relative;
}
.cid-uKZz7Ok1iO .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKZz7Ok1iO .google-map iframe {
    min-height: 350px;
  }
}
.cid-uKZz7Ok1iO .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKZz7Ok1iO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKZz7Ok1iO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKZz7Ok1iO .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKZz7Ok1iO .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZz7Ok1iO .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uKZz7Ok1iO ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKZz7Ok1iO .content-head {
  max-width: 800px;
}
.cid-uKZz7Ok1iO .mbr-section-title {
  color: #ffffff;
}
.cid-uKZuomrmTq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uKZuomrmTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZuomrmTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKZuomrmTq .img-wrapper {
  text-align: center;
}
.cid-uKZuomrmTq img {
  margin: auto;
  width: 200px;
}
.cid-uKZuomrmTq .row {
  align-items: flex-start;
}
.cid-uKZuomrmTq .item-wrapper {
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uKZuomrmTq .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uKZuomrmTq .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKZuomrmTq .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uKZuomrmTq .mbr-section-title,
.cid-uKZuomrmTq .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uKZuomrmTq .content-head {
  max-width: 800px;
}
.cid-uLb7nKLQpt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLb7nKLQpt .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;
}
@media (max-width: 767px) {
  .cid-uLb7nKLQpt .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLb7nKLQpt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLb7nKLQpt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLb7nKLQpt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLb7nKLQpt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLb7nKLQpt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uLb7nKLQpt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLb7nKLQpt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLb7nKLQpt .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLb7nKLQpt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLb7nKLQpt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLb7nKLQpt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLb7nKLQpt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLb7nKLQpt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLb7nKLQpt .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLb7nKLQpt .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLb7nKLQpt .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLb7nKLQpt .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLb7nKLQpt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLb7nKLQpt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLb7nKLQpt .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLb7nKLQpt .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLb7nKLQpt .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLb7nKLQpt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLb7nKLQpt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.7) !important;
}
.cid-uLb7nKLQpt .nav-item:focus,
.cid-uLb7nKLQpt .nav-link:focus {
  outline: none;
}
.cid-uLb7nKLQpt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLb7nKLQpt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLb7nKLQpt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLb7nKLQpt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLb7nKLQpt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLb7nKLQpt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLb7nKLQpt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLb7nKLQpt .navbar.opened {
  transition: all 0.3s;
}
.cid-uLb7nKLQpt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLb7nKLQpt .navbar .navbar-logo img {
  width: auto;
}
.cid-uLb7nKLQpt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLb7nKLQpt .navbar.collapsed {
  justify-content: center;
}
.cid-uLb7nKLQpt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLb7nKLQpt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLb7nKLQpt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uLb7nKLQpt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLb7nKLQpt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLb7nKLQpt .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-uLb7nKLQpt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLb7nKLQpt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLb7nKLQpt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLb7nKLQpt .navbar {
    min-height: 72px;
  }
  .cid-uLb7nKLQpt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLb7nKLQpt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLb7nKLQpt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLb7nKLQpt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLb7nKLQpt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLb7nKLQpt .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-uLb7nKLQpt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLb7nKLQpt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLb7nKLQpt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLb7nKLQpt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLb7nKLQpt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLb7nKLQpt .dropdown-item.active,
.cid-uLb7nKLQpt .dropdown-item:active {
  background-color: transparent;
}
.cid-uLb7nKLQpt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLb7nKLQpt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLb7nKLQpt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLb7nKLQpt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uLb7nKLQpt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLb7nKLQpt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLb7nKLQpt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLb7nKLQpt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLb7nKLQpt .navbar-buttons {
    text-align: left;
  }
}
.cid-uLb7nKLQpt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLb7nKLQpt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLb7nKLQpt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLb7nKLQpt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLb7nKLQpt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLb7nKLQpt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLb7nKLQpt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLb7nKLQpt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLb7nKLQpt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLb7nKLQpt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLb7nKLQpt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLb7nKLQpt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLb7nKLQpt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLb7nKLQpt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLb7nKLQpt .navbar {
    height: 70px;
  }
  .cid-uLb7nKLQpt .navbar.opened {
    height: auto;
  }
  .cid-uLb7nKLQpt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLb7nKLQpt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLb7nKLQpt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLb7nKLQpt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLb7nKLQpt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uLb7nKLQpt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLb7nKLQpt .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLb7nKLQpt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLb7nKLQpt .navbar-brand {
    margin-right: auto;
  }
  .cid-uLb7nKLQpt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.7) !important;
    background: rgba(237, 239, 235, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLb7nKLQpt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLb7nKLQpt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLb7nKLQpt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLb7nKLQpt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLb7nKLQpt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLb7nKLQpt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uLb7nKLQpt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLb7nKLQpt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLb7nKLQpt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLb7nKLQpt .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLb7nPl7cH {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background: #edefeb;
}
.cid-uLb7nPl7cH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb7nPl7cH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLb7nPl7cH .container-fluid {
    padding: 0;
  }
}
.cid-uLb7nPl7cH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uLb7nPl7cH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLb7nPl7cH .embla__button--next,
.cid-uLb7nPl7cH .embla__button--prev {
  display: flex;
}
.cid-uLb7nPl7cH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLb7nPl7cH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLb7nPl7cH .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLb7nPl7cH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLb7nPl7cH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLb7nPl7cH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLb7nPl7cH .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLb7nPl7cH .embla {
  position: relative;
  width: 100%;
}
.cid-uLb7nPl7cH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLb7nPl7cH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLb7nPl7cH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLb7nPl7cH .embla__slide a {
  cursor: grab;
}
.cid-uLb7nPl7cH .embla__slide a:active {
  cursor: grabbing;
}
.cid-uLb7nPl7cH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLb7nPl7cH .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uLb7nPl7cH .mbr-section-title {
  color: #232323;
}
.cid-uLb7nPl7cH .mbr-section-subtitle {
  color: #232323;
}
.cid-uLb7nPl7cH .mbr-box {
  color: #ffffff;
}
.cid-uLb7nPl7cH .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLb7nPl7cH img,
.cid-uLb7nPl7cH .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLb7nPl7cH .item-wrapper {
  position: relative;
}
.cid-uLb7nPl7cH .content-head {
  max-width: 800px;
}
.cid-uLb7nQ038A {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uLb7nQ038A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb7nQ038A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLb7nQ038A .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uLb7nQ038A .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uLb7nQ038A .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uLb7nQ038A .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLb7nQ038A .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uLb7nQ038A .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLb7nQ038A .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uLb7nQ038A .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLb7nQ038A .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLb7nQ038A .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #757b62;
  background-color: #757b62;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLb7nQ038A .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uLb7nQ038A .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uLb7nQ038A .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #757b62;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLb7nQ038A .mbr-text UL {
  text-align: left;
}
.cid-uLb7nQ038A .mbr-section-subtitle,
.cid-uLb7nQ038A .main-button {
  color: #000000;
}
.cid-uLb7nQ038A .mbr-section-title {
  color: #000000;
}
.cid-uLbyL6lWkX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uLbyL6lWkX .mbr-text {
  color: #000000;
}
.cid-uLbyL6lWkX .mbr-section-subtitle {
  color: #000000;
}
.cid-uLbyL6lWkX .mbr-section-title {
  color: #000000;
}
.cid-uLbCa8C23e {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a6a99c;
}
.cid-uLbCa8C23e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbCa8C23e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbCa8C23e .mbr-text {
  color: #000000;
}
.cid-uLbCa8C23e .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uLbCa8C23e .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uLbCa8C23e .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLbCa8C23e .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uLbCa8C23e .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLbCa8C23e .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uLbCa8C23e .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLbCa8C23e .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLbCa8C23e .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #757b62;
  background-color: #757b62;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLbCa8C23e .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uLbCa8C23e .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uLbCa8C23e .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #757b62;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLbCa8C23e .mbr-text UL {
  text-align: left;
}
.cid-uLbCa8C23e .mbr-section-subtitle,
.cid-uLbCa8C23e .main-button {
  color: #000000;
}
.cid-uLbDYrXEBs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uLbDYrXEBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbDYrXEBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbDYrXEBs .row {
  flex-direction: row-reverse;
}
.cid-uLbDYrXEBs .mbr-text {
  color: #000000;
}
.cid-uLbDYrXEBs .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uLbDYrXEBs .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uLbDYrXEBs .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLbDYrXEBs .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uLbDYrXEBs .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLbDYrXEBs .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uLbDYrXEBs .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLbDYrXEBs .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLbDYrXEBs .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #757b62;
  background-color: #757b62;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLbDYrXEBs .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uLbDYrXEBs .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uLbDYrXEBs .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #757b62;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLbDYrXEBs .mbr-text UL {
  text-align: left;
}
.cid-uLbDYrXEBs .mbr-section-subtitle,
.cid-uLbDYrXEBs .main-button {
  color: #000000;
}
.cid-uLbDYrXEBs .mbr-section-title {
  color: #757b62;
}
.cid-uLb7nSfrIX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #757b62;
}
.cid-uLb7nSfrIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb7nSfrIX .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-uLb7nSfrIX .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLb7nSfrIX .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uLb7nSfrIX .google-map {
  height: 100%;
  position: relative;
}
.cid-uLb7nSfrIX .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLb7nSfrIX .google-map iframe {
    min-height: 350px;
  }
}
.cid-uLb7nSfrIX .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uLb7nSfrIX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLb7nSfrIX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLb7nSfrIX .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLb7nSfrIX .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLb7nSfrIX .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uLb7nSfrIX ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uLb7nSfrIX .content-head {
  max-width: 800px;
}
.cid-uLb7nSfrIX .mbr-section-title {
  color: #ffffff;
}
.cid-uLb7nSIYUv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uLb7nSIYUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb7nSIYUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLb7nSIYUv .img-wrapper {
  text-align: center;
}
.cid-uLb7nSIYUv img {
  margin: auto;
  width: 200px;
}
.cid-uLb7nSIYUv .row {
  align-items: flex-start;
}
.cid-uLb7nSIYUv .item-wrapper {
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uLb7nSIYUv .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uLb7nSIYUv .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLb7nSIYUv .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uLb7nSIYUv .mbr-section-title,
.cid-uLb7nSIYUv .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uLb7nSIYUv .content-head {
  max-width: 800px;
}
.cid-uLb74KOAd4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLb74KOAd4 .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;
}
@media (max-width: 767px) {
  .cid-uLb74KOAd4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLb74KOAd4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLb74KOAd4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLb74KOAd4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLb74KOAd4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLb74KOAd4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uLb74KOAd4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLb74KOAd4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLb74KOAd4 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLb74KOAd4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLb74KOAd4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLb74KOAd4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLb74KOAd4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLb74KOAd4 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLb74KOAd4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLb74KOAd4 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLb74KOAd4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLb74KOAd4 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLb74KOAd4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLb74KOAd4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLb74KOAd4 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLb74KOAd4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLb74KOAd4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLb74KOAd4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLb74KOAd4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.7) !important;
}
.cid-uLb74KOAd4 .nav-item:focus,
.cid-uLb74KOAd4 .nav-link:focus {
  outline: none;
}
.cid-uLb74KOAd4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLb74KOAd4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLb74KOAd4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLb74KOAd4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLb74KOAd4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLb74KOAd4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLb74KOAd4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLb74KOAd4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLb74KOAd4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLb74KOAd4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLb74KOAd4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLb74KOAd4 .navbar.collapsed {
  justify-content: center;
}
.cid-uLb74KOAd4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLb74KOAd4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLb74KOAd4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uLb74KOAd4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLb74KOAd4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLb74KOAd4 .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-uLb74KOAd4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLb74KOAd4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLb74KOAd4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLb74KOAd4 .navbar {
    min-height: 72px;
  }
  .cid-uLb74KOAd4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLb74KOAd4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLb74KOAd4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLb74KOAd4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLb74KOAd4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLb74KOAd4 .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-uLb74KOAd4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLb74KOAd4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLb74KOAd4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLb74KOAd4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLb74KOAd4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLb74KOAd4 .dropdown-item.active,
.cid-uLb74KOAd4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLb74KOAd4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLb74KOAd4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLb74KOAd4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLb74KOAd4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uLb74KOAd4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLb74KOAd4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLb74KOAd4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLb74KOAd4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLb74KOAd4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uLb74KOAd4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLb74KOAd4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLb74KOAd4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLb74KOAd4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLb74KOAd4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLb74KOAd4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLb74KOAd4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLb74KOAd4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLb74KOAd4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLb74KOAd4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLb74KOAd4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLb74KOAd4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLb74KOAd4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLb74KOAd4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLb74KOAd4 .navbar {
    height: 70px;
  }
  .cid-uLb74KOAd4 .navbar.opened {
    height: auto;
  }
  .cid-uLb74KOAd4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLb74KOAd4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLb74KOAd4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLb74KOAd4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLb74KOAd4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uLb74KOAd4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLb74KOAd4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLb74KOAd4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLb74KOAd4 .navbar-brand {
    margin-right: auto;
  }
  .cid-uLb74KOAd4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.7) !important;
    background: rgba(237, 239, 235, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLb74KOAd4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLb74KOAd4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLb74KOAd4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLb74KOAd4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLb74KOAd4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLb74KOAd4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uLb74KOAd4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLb74KOAd4 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLb74KOAd4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLb74KOAd4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLb74MyIdQ {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background: #ebd5c4;
}
.cid-uLb74MyIdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb74MyIdQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLb74MyIdQ .container-fluid {
    padding: 0;
  }
}
.cid-uLb74MyIdQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uLb74MyIdQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLb74MyIdQ .embla__button--next,
.cid-uLb74MyIdQ .embla__button--prev {
  display: flex;
}
.cid-uLb74MyIdQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLb74MyIdQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLb74MyIdQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLb74MyIdQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLb74MyIdQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLb74MyIdQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLb74MyIdQ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLb74MyIdQ .embla {
  position: relative;
  width: 100%;
}
.cid-uLb74MyIdQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLb74MyIdQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLb74MyIdQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLb74MyIdQ .embla__slide a {
  cursor: grab;
}
.cid-uLb74MyIdQ .embla__slide a:active {
  cursor: grabbing;
}
.cid-uLb74MyIdQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLb74MyIdQ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uLb74MyIdQ .mbr-section-title {
  color: #232323;
}
.cid-uLb74MyIdQ .mbr-section-subtitle {
  color: #232323;
}
.cid-uLb74MyIdQ .mbr-box {
  color: #ffffff;
}
.cid-uLb74MyIdQ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLb74MyIdQ img,
.cid-uLb74MyIdQ .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLb74MyIdQ .item-wrapper {
  position: relative;
}
.cid-uLb74MyIdQ .content-head {
  max-width: 800px;
}
.cid-uLb74NayBO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ebd5c4;
}
.cid-uLb74NayBO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb74NayBO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLb74NayBO .mbr-text {
  color: #000000;
}
.cid-uLb74NayBO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uLb74NayBO .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uLb74NayBO .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLb74NayBO .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uLb74NayBO .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLb74NayBO .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uLb74NayBO .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLb74NayBO .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLb74NayBO .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #757b62;
  background-color: #757b62;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLb74NayBO .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uLb74NayBO .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uLb74NayBO .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #757b62;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLb74NayBO .mbr-text UL {
  text-align: left;
}
.cid-uLb74NayBO .mbr-section-subtitle,
.cid-uLb74NayBO .main-button {
  color: #000000;
}
.cid-uLb74NsDdF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #c8e7e7;
}
.cid-uLb74NsDdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb74NsDdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLb74NsDdF .container-fluid {
    padding: 0;
  }
}
.cid-uLb74NsDdF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uLb74NsDdF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLb74NsDdF .embla__button--next,
.cid-uLb74NsDdF .embla__button--prev {
  display: flex;
}
.cid-uLb74NsDdF .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLb74NsDdF .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLb74NsDdF .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLb74NsDdF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLb74NsDdF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLb74NsDdF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLb74NsDdF .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLb74NsDdF .embla {
  position: relative;
  width: 100%;
}
.cid-uLb74NsDdF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLb74NsDdF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLb74NsDdF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLb74NsDdF .embla__slide a {
  cursor: grab;
}
.cid-uLb74NsDdF .embla__slide a:active {
  cursor: grabbing;
}
.cid-uLb74NsDdF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLb74NsDdF .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uLb74NsDdF .mbr-section-title {
  color: #232323;
}
.cid-uLb74NsDdF .mbr-section-subtitle {
  color: #232323;
}
.cid-uLb74NsDdF .mbr-box {
  color: #ffffff;
}
.cid-uLb74NsDdF .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLb74NsDdF img,
.cid-uLb74NsDdF .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLb74NsDdF .item-wrapper {
  position: relative;
}
.cid-uLb74NsDdF .content-head {
  max-width: 800px;
}
.cid-uLb74O7obG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c8e7e7;
}
.cid-uLb74O7obG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb74O7obG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLb74O7obG .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uLb74O7obG .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uLb74O7obG .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uLb74O7obG .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLb74O7obG .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uLb74O7obG .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLb74O7obG .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uLb74O7obG .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLb74O7obG .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLb74O7obG .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #757b62;
  background-color: #757b62;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLb74O7obG .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uLb74O7obG .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uLb74O7obG .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #757b62;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLb74O7obG .mbr-text UL {
  text-align: left;
}
.cid-uLb74O7obG .mbr-section-subtitle,
.cid-uLb74O7obG .main-button {
  color: #000000;
}
.cid-uLb74OqZ1S {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #fbeff6;
}
.cid-uLb74OqZ1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb74OqZ1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLb74OqZ1S .container-fluid {
    padding: 0;
  }
}
.cid-uLb74OqZ1S .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uLb74OqZ1S .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLb74OqZ1S .embla__button--next,
.cid-uLb74OqZ1S .embla__button--prev {
  display: flex;
}
.cid-uLb74OqZ1S .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLb74OqZ1S .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLb74OqZ1S .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLb74OqZ1S .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLb74OqZ1S .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLb74OqZ1S .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLb74OqZ1S .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLb74OqZ1S .embla {
  position: relative;
  width: 100%;
}
.cid-uLb74OqZ1S .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLb74OqZ1S .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLb74OqZ1S .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLb74OqZ1S .embla__slide a {
  cursor: grab;
}
.cid-uLb74OqZ1S .embla__slide a:active {
  cursor: grabbing;
}
.cid-uLb74OqZ1S .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLb74OqZ1S .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uLb74OqZ1S .mbr-section-title {
  color: #232323;
}
.cid-uLb74OqZ1S .mbr-section-subtitle {
  color: #232323;
}
.cid-uLb74OqZ1S .mbr-box {
  color: #ffffff;
}
.cid-uLb74OqZ1S .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLb74OqZ1S img,
.cid-uLb74OqZ1S .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLb74OqZ1S .item-wrapper {
  position: relative;
}
.cid-uLb74OqZ1S .content-head {
  max-width: 800px;
}
.cid-uLb74OYnvo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fbeff6;
}
.cid-uLb74OYnvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb74OYnvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLb74OYnvo .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uLb74OYnvo .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uLb74OYnvo .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uLb74OYnvo .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLb74OYnvo .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uLb74OYnvo .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLb74OYnvo .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uLb74OYnvo .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLb74OYnvo .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLb74OYnvo .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #757b62;
  background-color: #757b62;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLb74OYnvo .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uLb74OYnvo .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uLb74OYnvo .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #757b62;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLb74OYnvo .mbr-text UL {
  text-align: left;
}
.cid-uLb74OYnvo .mbr-section-subtitle,
.cid-uLb74OYnvo .main-button {
  color: #000000;
}
.cid-uLb74PkTXg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #f6f4e4;
}
.cid-uLb74PkTXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb74PkTXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uLb74PkTXg .container-fluid {
    padding: 0;
  }
}
.cid-uLb74PkTXg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uLb74PkTXg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLb74PkTXg .embla__button--next,
.cid-uLb74PkTXg .embla__button--prev {
  display: flex;
}
.cid-uLb74PkTXg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLb74PkTXg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLb74PkTXg .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLb74PkTXg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLb74PkTXg .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLb74PkTXg .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLb74PkTXg .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLb74PkTXg .embla {
  position: relative;
  width: 100%;
}
.cid-uLb74PkTXg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLb74PkTXg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLb74PkTXg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLb74PkTXg .embla__slide a {
  cursor: grab;
}
.cid-uLb74PkTXg .embla__slide a:active {
  cursor: grabbing;
}
.cid-uLb74PkTXg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLb74PkTXg .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uLb74PkTXg .mbr-section-title {
  color: #232323;
}
.cid-uLb74PkTXg .mbr-section-subtitle {
  color: #232323;
}
.cid-uLb74PkTXg .mbr-box {
  color: #ffffff;
}
.cid-uLb74PkTXg .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uLb74PkTXg img,
.cid-uLb74PkTXg .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLb74PkTXg .item-wrapper {
  position: relative;
}
.cid-uLb74PkTXg .content-head {
  max-width: 800px;
}
.cid-uLb74Q1YkJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f6f4e4;
}
.cid-uLb74Q1YkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb74Q1YkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLb74Q1YkJ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uLb74Q1YkJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uLb74Q1YkJ .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uLb74Q1YkJ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLb74Q1YkJ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uLb74Q1YkJ .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLb74Q1YkJ .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uLb74Q1YkJ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLb74Q1YkJ .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLb74Q1YkJ .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #757b62;
  background-color: #757b62;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLb74Q1YkJ .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uLb74Q1YkJ .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uLb74Q1YkJ .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #757b62;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLb74Q1YkJ .mbr-text UL {
  text-align: left;
}
.cid-uLb74Q1YkJ .mbr-section-subtitle,
.cid-uLb74Q1YkJ .main-button {
  color: #000000;
}
.cid-uLb74Qm495 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uLb74Qm495 h6 {
  line-height: 1.2;
}
.cid-uLb74Qm495 img,
.cid-uLb74Qm495 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLb74Qm495 .item:focus,
.cid-uLb74Qm495 span:focus {
  outline: none;
}
.cid-uLb74Qm495 .item-img a {
  cursor: pointer;
}
.cid-uLb74Qm495 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uLb74Qm495 .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-uLb74Qm495 .mbr-section-title {
  color: #000000;
}
.cid-uLb74Qm495 .mbr-text,
.cid-uLb74Qm495 .mbr-section-btn {
  color: #000000;
}
.cid-uLb74Qm495 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uLb74Qm495 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLb74Qm495 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uLb74Qm495 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uLb74Qm495 .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-uLb74QOMVN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uLb74QOMVN h6 {
  line-height: 1.2;
}
.cid-uLb74QOMVN img,
.cid-uLb74QOMVN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLb74QOMVN .item:focus,
.cid-uLb74QOMVN span:focus {
  outline: none;
}
.cid-uLb74QOMVN .item-img a {
  cursor: pointer;
}
.cid-uLb74QOMVN .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uLb74QOMVN .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-uLb74QOMVN .mbr-section-title {
  color: #000000;
}
.cid-uLb74QOMVN .mbr-text,
.cid-uLb74QOMVN .mbr-section-btn {
  color: #000000;
}
.cid-uLb74QOMVN .item-title {
  color: #000000;
  text-align: center;
}
.cid-uLb74QOMVN .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLb74QOMVN .item-text {
  color: #000000;
  text-align: center;
}
.cid-uLb74QOMVN .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uLb74QOMVN .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-uLb74RdJQd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uLb74RdJQd h6 {
  line-height: 1.2;
}
.cid-uLb74RdJQd img,
.cid-uLb74RdJQd .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLb74RdJQd .item:focus,
.cid-uLb74RdJQd span:focus {
  outline: none;
}
.cid-uLb74RdJQd .item-img a {
  cursor: pointer;
}
.cid-uLb74RdJQd .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uLb74RdJQd .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-uLb74RdJQd .mbr-section-title {
  color: #000000;
}
.cid-uLb74RdJQd .mbr-text,
.cid-uLb74RdJQd .mbr-section-btn {
  color: #000000;
}
.cid-uLb74RdJQd .item-title {
  color: #000000;
  text-align: center;
}
.cid-uLb74RdJQd .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLb74RdJQd .item-text {
  color: #000000;
  text-align: center;
}
.cid-uLb74RdJQd .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uLb74RdJQd .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-uLb74RFXmt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uLb74RFXmt h6 {
  line-height: 1.2;
}
.cid-uLb74RFXmt img,
.cid-uLb74RFXmt .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLb74RFXmt .item:focus,
.cid-uLb74RFXmt span:focus {
  outline: none;
}
.cid-uLb74RFXmt .item-img a {
  cursor: pointer;
}
.cid-uLb74RFXmt .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uLb74RFXmt .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-uLb74RFXmt .mbr-section-title {
  color: #000000;
}
.cid-uLb74RFXmt .mbr-text,
.cid-uLb74RFXmt .mbr-section-btn {
  color: #000000;
}
.cid-uLb74RFXmt .item-title {
  color: #000000;
  text-align: center;
}
.cid-uLb74RFXmt .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLb74RFXmt .item-text {
  color: #000000;
  text-align: center;
}
.cid-uLb74RFXmt .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uLb74RFXmt .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-uLb74S3yeY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #757b62;
}
.cid-uLb74S3yeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb74S3yeY .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-uLb74S3yeY .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLb74S3yeY .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uLb74S3yeY .google-map {
  height: 100%;
  position: relative;
}
.cid-uLb74S3yeY .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uLb74S3yeY .google-map iframe {
    min-height: 350px;
  }
}
.cid-uLb74S3yeY .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uLb74S3yeY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uLb74S3yeY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uLb74S3yeY .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLb74S3yeY .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLb74S3yeY .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uLb74S3yeY ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uLb74S3yeY .content-head {
  max-width: 800px;
}
.cid-uLb74S3yeY .mbr-section-title {
  color: #ffffff;
}
.cid-uLb74Sul3n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uLb74Sul3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLb74Sul3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLb74Sul3n .img-wrapper {
  text-align: center;
}
.cid-uLb74Sul3n img {
  margin: auto;
  width: 200px;
}
.cid-uLb74Sul3n .row {
  align-items: flex-start;
}
.cid-uLb74Sul3n .item-wrapper {
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uLb74Sul3n .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uLb74Sul3n .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLb74Sul3n .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uLb74Sul3n .mbr-section-title,
.cid-uLb74Sul3n .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uLb74Sul3n .content-head {
  max-width: 800px;
}
.cid-uDOCptuSYS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDOCptuSYS .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;
}
@media (max-width: 767px) {
  .cid-uDOCptuSYS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDOCptuSYS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uDOCptuSYS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDOCptuSYS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDOCptuSYS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDOCptuSYS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uDOCptuSYS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDOCptuSYS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDOCptuSYS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uDOCptuSYS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDOCptuSYS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDOCptuSYS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDOCptuSYS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDOCptuSYS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uDOCptuSYS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDOCptuSYS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDOCptuSYS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDOCptuSYS .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDOCptuSYS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDOCptuSYS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDOCptuSYS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uDOCptuSYS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDOCptuSYS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uDOCptuSYS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDOCptuSYS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.7) !important;
}
.cid-uDOCptuSYS .nav-item:focus,
.cid-uDOCptuSYS .nav-link:focus {
  outline: none;
}
.cid-uDOCptuSYS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDOCptuSYS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDOCptuSYS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDOCptuSYS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDOCptuSYS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDOCptuSYS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDOCptuSYS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uDOCptuSYS .navbar.opened {
  transition: all 0.3s;
}
.cid-uDOCptuSYS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDOCptuSYS .navbar .navbar-logo img {
  width: auto;
}
.cid-uDOCptuSYS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDOCptuSYS .navbar.collapsed {
  justify-content: center;
}
.cid-uDOCptuSYS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDOCptuSYS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDOCptuSYS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uDOCptuSYS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDOCptuSYS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDOCptuSYS .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-uDOCptuSYS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDOCptuSYS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDOCptuSYS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDOCptuSYS .navbar {
    min-height: 72px;
  }
  .cid-uDOCptuSYS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDOCptuSYS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDOCptuSYS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDOCptuSYS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDOCptuSYS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDOCptuSYS .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-uDOCptuSYS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDOCptuSYS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDOCptuSYS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDOCptuSYS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDOCptuSYS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDOCptuSYS .dropdown-item.active,
.cid-uDOCptuSYS .dropdown-item:active {
  background-color: transparent;
}
.cid-uDOCptuSYS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDOCptuSYS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDOCptuSYS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDOCptuSYS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uDOCptuSYS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDOCptuSYS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDOCptuSYS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDOCptuSYS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDOCptuSYS .navbar-buttons {
    text-align: left;
  }
}
.cid-uDOCptuSYS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDOCptuSYS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDOCptuSYS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDOCptuSYS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDOCptuSYS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDOCptuSYS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDOCptuSYS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDOCptuSYS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDOCptuSYS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDOCptuSYS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDOCptuSYS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDOCptuSYS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDOCptuSYS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uDOCptuSYS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDOCptuSYS .navbar {
    height: 70px;
  }
  .cid-uDOCptuSYS .navbar.opened {
    height: auto;
  }
  .cid-uDOCptuSYS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDOCptuSYS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDOCptuSYS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDOCptuSYS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDOCptuSYS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uDOCptuSYS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDOCptuSYS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDOCptuSYS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDOCptuSYS .navbar-brand {
    margin-right: auto;
  }
  .cid-uDOCptuSYS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.7) !important;
    background: rgba(237, 239, 235, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uDOCptuSYS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDOCptuSYS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDOCptuSYS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDOCptuSYS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDOCptuSYS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDOCptuSYS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDOCptuSYS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDOCptuSYS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uDOCptuSYS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDOCptuSYS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLni30lrhi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a6a99c;
}
.cid-uLni30lrhi .row {
  flex-direction: row-reverse;
}
.cid-uLni30lrhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLni30lrhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLni30lrhi .mbr-description {
  text-align: left;
}
.cid-uLni30lrhi .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uLni30lrhi .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLni30lrhi .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uLni30lrhi .card-title,
.cid-uLni30lrhi .iconfont-wrapper {
  color: #000000;
}
.cid-uLni30lrhi .card-text {
  color: #000000;
}
.cid-uLni30lrhi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLni30lrhi .mbr-text,
.cid-uLni30lrhi .mbr-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-uLni30lrhi .card-text,
.cid-uLni30lrhi .item .mbr-section-btn {
  text-align: left;
}
.cid-uLni30lrhi .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uLni30lrhi .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uLni30lrhi .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uLni30lrhi .mbr-text UL {
  text-align: left;
}
.cid-uLni30lrhi .mbr-text {
  color: #394b58;
}
.cid-uLb8q9Dt6A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #394b58;
}
.cid-uLb8q9Dt6A .item:focus,
.cid-uLb8q9Dt6A span:focus {
  outline: none;
}
.cid-uLb8q9Dt6A .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLb8q9Dt6A .item {
    margin-bottom: 1rem;
  }
}
.cid-uLb8q9Dt6A .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLb8q9Dt6A .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLb8q9Dt6A .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uLb8q9Dt6A .item-wrapper {
  position: relative;
  background: #e3f3ee;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLb8q9Dt6A .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLb8q9Dt6A .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLb8q9Dt6A .mbr-text,
.cid-uLb8q9Dt6A .item .mbr-section-btn {
  text-align: center;
}
.cid-uLb8q9Dt6A .content-head {
  max-width: 800px;
}
.cid-uLb8q9Dt6A .mbr-number {
  color: #9fe870;
}
.cid-uLb8q9Dt6A .mbr-section-subtitle,
.cid-uLb8q9Dt6A .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uLb8q9Dt6A .mbr-text {
  text-align: left;
}
.cid-uLb8q9Dt6A .mbr-text,
.cid-uLb8q9Dt6A .mbr-card-btn {
  text-align: left;
}
.cid-uLb8q9Dt6A .mbr-text,
.cid-uLb8q9Dt6A .mbr-section-btn {
  text-align: left;
}
.cid-uLb8q9Dt6A .mbr-text,
.cid-uLb8q9Dt6A .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uLb8q9Dt6A .card-text,
.cid-uLb8q9Dt6A .item .mbr-section-btn {
  text-align: left;
}
.cid-uLb8q9Dt6A .card-title {
  text-align: left;
  color: #000000;
}
.cid-uKZuE8CTTh {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background: #757b62;
}
.cid-uKZuE8CTTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKZuE8CTTh .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-uKZuE8CTTh .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZuE8CTTh .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uKZuE8CTTh .google-map {
  height: 100%;
  position: relative;
}
.cid-uKZuE8CTTh .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKZuE8CTTh .google-map iframe {
    min-height: 350px;
  }
}
.cid-uKZuE8CTTh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKZuE8CTTh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKZuE8CTTh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKZuE8CTTh .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uKZuE8CTTh .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKZuE8CTTh .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uKZuE8CTTh ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uKZuE8CTTh .content-head {
  max-width: 800px;
}
.cid-uKZuE8CTTh .mbr-section-title {
  color: #ffffff;
}
.cid-uDOCpAXtJl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uDOCpAXtJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOCpAXtJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDOCpAXtJl .img-wrapper {
  text-align: center;
}
.cid-uDOCpAXtJl img {
  margin: auto;
  width: 200px;
}
.cid-uDOCpAXtJl .row {
  align-items: flex-start;
}
.cid-uDOCpAXtJl .item-wrapper {
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uDOCpAXtJl .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uDOCpAXtJl .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDOCpAXtJl .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uDOCpAXtJl .mbr-section-title,
.cid-uDOCpAXtJl .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uDOCpAXtJl .content-head {
  max-width: 800px;
}
.cid-uLbRtShFpK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLbRtShFpK .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;
}
@media (max-width: 767px) {
  .cid-uLbRtShFpK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLbRtShFpK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLbRtShFpK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLbRtShFpK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLbRtShFpK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLbRtShFpK .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uLbRtShFpK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLbRtShFpK .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLbRtShFpK .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLbRtShFpK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLbRtShFpK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLbRtShFpK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLbRtShFpK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLbRtShFpK .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLbRtShFpK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLbRtShFpK .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLbRtShFpK .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLbRtShFpK .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLbRtShFpK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLbRtShFpK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLbRtShFpK .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(237, 239, 235, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLbRtShFpK .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLbRtShFpK .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLbRtShFpK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLbRtShFpK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #edefeb;
  background: rgba(237, 239, 235, 0.7) !important;
}
.cid-uLbRtShFpK .nav-item:focus,
.cid-uLbRtShFpK .nav-link:focus {
  outline: none;
}
.cid-uLbRtShFpK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLbRtShFpK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLbRtShFpK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLbRtShFpK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLbRtShFpK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLbRtShFpK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLbRtShFpK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLbRtShFpK .navbar.opened {
  transition: all 0.3s;
}
.cid-uLbRtShFpK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLbRtShFpK .navbar .navbar-logo img {
  width: auto;
}
.cid-uLbRtShFpK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLbRtShFpK .navbar.collapsed {
  justify-content: center;
}
.cid-uLbRtShFpK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLbRtShFpK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLbRtShFpK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uLbRtShFpK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLbRtShFpK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLbRtShFpK .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-uLbRtShFpK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLbRtShFpK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLbRtShFpK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLbRtShFpK .navbar {
    min-height: 72px;
  }
  .cid-uLbRtShFpK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLbRtShFpK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLbRtShFpK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLbRtShFpK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLbRtShFpK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLbRtShFpK .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-uLbRtShFpK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLbRtShFpK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLbRtShFpK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLbRtShFpK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLbRtShFpK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLbRtShFpK .dropdown-item.active,
.cid-uLbRtShFpK .dropdown-item:active {
  background-color: transparent;
}
.cid-uLbRtShFpK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLbRtShFpK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLbRtShFpK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLbRtShFpK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uLbRtShFpK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLbRtShFpK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLbRtShFpK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLbRtShFpK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLbRtShFpK .navbar-buttons {
    text-align: left;
  }
}
.cid-uLbRtShFpK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLbRtShFpK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLbRtShFpK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLbRtShFpK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbRtShFpK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLbRtShFpK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLbRtShFpK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbRtShFpK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLbRtShFpK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLbRtShFpK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLbRtShFpK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLbRtShFpK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLbRtShFpK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLbRtShFpK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLbRtShFpK .navbar {
    height: 70px;
  }
  .cid-uLbRtShFpK .navbar.opened {
    height: auto;
  }
  .cid-uLbRtShFpK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLbRtShFpK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLbRtShFpK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLbRtShFpK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLbRtShFpK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uLbRtShFpK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLbRtShFpK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLbRtShFpK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLbRtShFpK .navbar-brand {
    margin-right: auto;
  }
  .cid-uLbRtShFpK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    opacity: 1;
    border-color: rgba(237, 239, 235, 0.7) !important;
    background: rgba(237, 239, 235, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLbRtShFpK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLbRtShFpK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLbRtShFpK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLbRtShFpK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLbRtShFpK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLbRtShFpK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uLbRtShFpK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLbRtShFpK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uLbRtShFpK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLbRtShFpK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLbRtT2tbb {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #684b50;
}
.cid-uLbRtT2tbb .item:focus,
.cid-uLbRtT2tbb span:focus {
  outline: none;
}
.cid-uLbRtT2tbb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLbRtT2tbb .item {
    margin-bottom: 1rem;
  }
}
.cid-uLbRtT2tbb .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLbRtT2tbb .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLbRtT2tbb .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uLbRtT2tbb .item-wrapper {
  position: relative;
  background: #f1dcdc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLbRtT2tbb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLbRtT2tbb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLbRtT2tbb .mbr-text,
.cid-uLbRtT2tbb .item .mbr-section-btn {
  text-align: center;
}
.cid-uLbRtT2tbb .content-head {
  max-width: 800px;
}
.cid-uLbRtT2tbb .mbr-number {
  color: #9fe870;
}
.cid-uLbRtT2tbb .mbr-section-subtitle,
.cid-uLbRtT2tbb .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uLbRtT2tbb .mbr-text {
  text-align: left;
}
.cid-uLbRtT2tbb .mbr-text,
.cid-uLbRtT2tbb .mbr-card-btn {
  text-align: left;
}
.cid-uLbRtT2tbb .mbr-text,
.cid-uLbRtT2tbb .mbr-section-btn {
  text-align: left;
}
.cid-uLbRtT2tbb .mbr-text,
.cid-uLbRtT2tbb .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uLbRtT2tbb .card-text,
.cid-uLbRtT2tbb .item .mbr-section-btn {
  text-align: left;
}
.cid-uLbRtT2tbb .card-title {
  text-align: left;
  color: #000000;
}
.cid-uLbRtTPON6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #a6a99c;
}
.cid-uLbRtTPON6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbRtTPON6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbRtTPON6 .img-wrapper {
  text-align: center;
}
.cid-uLbRtTPON6 img {
  margin: auto;
  width: 200px;
}
.cid-uLbRtTPON6 .row {
  align-items: flex-start;
}
.cid-uLbRtTPON6 .item-wrapper {
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uLbRtTPON6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uLbRtTPON6 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLbRtTPON6 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uLbRtTPON6 .mbr-section-title,
.cid-uLbRtTPON6 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uLbRtTPON6 .content-head {
  max-width: 800px;
}
