body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Gilda Display', serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Gilda Display', serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Gilda Display', serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #c19b76 !important;
}
.bg-success {
  background-color: #3f855b !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #e26c5a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #3f855b !important;
  border-color: #3f855b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #265137 !important;
  border-color: #265137 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #265137 !important;
  border-color: #265137 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc3a24 !important;
  border-color: #cc3a24 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #906841 !important;
  color: #906841 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #1e402c !important;
  color: #1e402c !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #3f855b !important;
  border-color: #3f855b !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3f855b !important;
  border-color: #3f855b !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #b63420 !important;
  color: #b63420 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26c5a !important;
  border-color: #e26c5a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c19b76 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #3f855b !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #e26c5a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #906841 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e402c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b63420 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #709faf;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #e26c5a;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c19b76;
  border-color: #c19b76;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c19b76;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e9dbce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #80c39b;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f6f6;
}
.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: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #c19b76;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c19b76;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c19b76;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c19b76;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c19b76;
  border-bottom-color: #c19b76;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c19b76 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #333333 !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%;
}
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='%23c19b76' %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;
}
.cid-rDjz8daBJE .nav-item:focus,
.cid-rDjz8daBJE .nav-link:focus {
  outline: none;
}
.cid-rDjz8daBJE a.nav-link:focus {
  color: #a2784f !important;
}
.cid-rDjz8daBJE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #643910;
}
.cid-rDjz8daBJE .navbar.opened {
  transition: all .3s;
  background: #643910 !important;
}
.cid-rDjz8daBJE .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-rDjz8daBJE .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rDjz8daBJE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rDjz8daBJE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rDjz8daBJE .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rDjz8daBJE .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rDjz8daBJE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-rDjz8daBJE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rDjz8daBJE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rDjz8daBJE .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-rDjz8daBJE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rDjz8daBJE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rDjz8daBJE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rDjz8daBJE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rDjz8daBJE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rDjz8daBJE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rDjz8daBJE .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-rDjz8daBJE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rDjz8daBJE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rDjz8daBJE .navbar.navbar-short {
  background: #643910 !important;
  min-height: 60px;
}
.cid-rDjz8daBJE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rDjz8daBJE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rDjz8daBJE .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rDjz8daBJE .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-rDjz8daBJE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-rDjz8daBJE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rDjz8daBJE .dropdown-item.active,
.cid-rDjz8daBJE .dropdown-item:active {
  background-color: transparent;
}
.cid-rDjz8daBJE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rDjz8daBJE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rDjz8daBJE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rDjz8daBJE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-rDjz8daBJE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-rDjz8daBJE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rDjz8daBJE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rDjz8daBJE .navbar-buttons {
  text-align: center;
}
.cid-rDjz8daBJE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rDjz8daBJE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rDjz8daBJE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rDjz8daBJE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rDjz8daBJE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rDjz8daBJE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rDjz8daBJE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rDjz8daBJE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rDjz8daBJE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rDjz8daBJE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rDjz8daBJE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rDjz8daBJE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-rDjz8daBJE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rDjz8daBJE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rDjz8daBJE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rDjz8daBJE .nav-link:hover,
.cid-rDjz8daBJE .icons-menu .mbr-iconfont:hover {
  color: #a2784f !important;
}
.cid-rDjz8daBJE .dropdown-item:hover {
  color: #e6c8ab !important;
}
.cid-rDjz8daBJE .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #a2784f;
  transition: width 0.3s ease-in;
}
.cid-rDjz8daBJE .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-rDjz8daBJE .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-rDjz8daBJE .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-rDjz8daBJE .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-rDjz8daBJE .dropdown-menu {
    top: 100%;
  }
  .cid-rDjz8daBJE .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #643910;
    background: #643910 !important;
  }
  .cid-rDjz8daBJE .dropdown-item:hover {
    background: #382009 !important;
  }
  .cid-rDjz8daBJE .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-rDjz8daBJE .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uH9FEM4kb6 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uH9FEM4kb6 .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uH9FEM4kb6 .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-uH9FEM4kb6 .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-tEbmcWcOGB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tEbmcWcOGB .card .card-img img {
  transition: all 0.5s;
}
.cid-tEbmcWcOGB .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tEbmcWcOGB .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tEbmcWcOGB .form1 {
  background: #a2784f;
  padding: 2rem;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tEbmcWcOGB .form-group {
  margin-bottom: 1rem;
}
.cid-tEbmcWcOGB .form-control {
  border: none !important;
  padding: 1rem;
  background: #e6c8ab;
  color: #643910;
  width: 100%;
}
.cid-tEbmcWcOGB .form-control::-webkit-input-placeholder {
  color: #643910;
}
.cid-tEbmcWcOGB .form-control::-moz-placeholder {
  color: #643910;
}
.cid-tEbmcWcOGB .form-control:-moz-placeholder {
  color: #643910;
}
.cid-tEbmcWcOGB .form-control:-ms-input-placeholder {
  color: #643910;
}
.cid-tEbmcWcOGB textarea.form-control {
  min-height: 172px;
}
.cid-tEbmcWcOGB .input-group-btn {
  width: 100%;
}
.cid-tEbmcWcOGB .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-tEbmcWcOGB .items-column {
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tEbmcWcOGB .only-first-row {
  height: 100%;
}
.cid-tEbmcWcOGB .card {
  height: 100%;
}
.cid-tEbmcWcOGB .card .card-wrapper {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  flex: 1;
}
.cid-tEbmcWcOGB .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-tEbmcWcOGB .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tEbmcWcOGB .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-tEbmcWcOGB .caption .mbr-text {
  margin: 0;
}
.cid-tEbmcWcOGB .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tEbmcWcOGB .form1 {
    padding: 1.5rem;
  }
  .cid-tEbmcWcOGB .second-card {
    padding-bottom: 2rem;
  }
  .cid-tEbmcWcOGB .first-row,
  .cid-tEbmcWcOGB .second-row,
  .cid-tEbmcWcOGB .card-img {
    -webkit-flex-basis: auto !important;
    flex-basis: auto !important;
  }
  .cid-tEbmcWcOGB .card-img img {
    min-height: 0 !important;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-tEbmcWcOGB .items-column {
    padding-top: 2rem;
  }
}
.cid-tEbmcWcOGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEbmcWcOGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEbn2mHRRJ {
  padding-top: 75px;
  padding-bottom: 75px;
  z-index: 1;
  background-image: url("../../../assets/images/img-20250901-wa0004.jpg-1600x900-800x600.jpeg");
}
.cid-tEbn2mHRRJ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tEbn2mHRRJ .mbr-text {
  margin: 0;
}
.cid-tEbn2mHRRJ .check-in-input,
.cid-tEbn2mHRRJ .check-out-input,
.cid-tEbn2mHRRJ .guests .date-col span {
  cursor: pointer;
}
.cid-tEbn2mHRRJ .content-wrap {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-tEbn2mHRRJ .content-wrap .first-item,
.cid-tEbn2mHRRJ .content-wrap .second-item {
  padding: 1.5rem;
}
.cid-tEbn2mHRRJ .content-wrap .first-item {
  background: #84582e;
}
.cid-tEbn2mHRRJ .content-wrap .first-item .item-text {
  text-align: center;
}
.cid-tEbn2mHRRJ .content-wrap .first-item .item-btn .btn {
  margin-left: 4px !important;
}
.cid-tEbn2mHRRJ .content-wrap .second-item {
  background: #c19b76;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tEbn2mHRRJ .content-wrap .second-item .check-text {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 0;
}
.cid-tEbn2mHRRJ .content-wrap .second-item .check-out {
  border-top: 2px solid #000000 !important;
}
.cid-tEbn2mHRRJ .input-wrap {
  background: #fcfcfc;
}
.cid-tEbn2mHRRJ .booking-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tEbn2mHRRJ .booking-datepicker .mbr-form .input-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.cid-tEbn2mHRRJ .booking-datepicker .mbr-form .input-wrap input {
  border: none !important;
  border-radius: 0;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-tEbn2mHRRJ .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-tEbn2mHRRJ .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-tEbn2mHRRJ .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-tEbn2mHRRJ .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-tEbn2mHRRJ .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-tEbn2mHRRJ .booking-datepicker .mbr-form .input-wrap input:focus {
  box-shadow: none;
}
.cid-tEbn2mHRRJ .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-tEbn2mHRRJ .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-tEbn2mHRRJ .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-tEbn2mHRRJ .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-tEbn2mHRRJ .booking-datepicker .mbr-form .input-wrap .date-row .date-col {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tEbn2mHRRJ .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-tEbn2mHRRJ .booking-datepicker .mbr-form .mbr-section-btn {
  display: flex;
}
.cid-tEbn2mHRRJ .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
  width: 100%;
}
.cid-tEbn2mHRRJ .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  width: 100%;
  margin: 0;
  line-height: 18px;
  font-weight: 300;
}
.cid-tEbn2mHRRJ .email input {
  width: 100%;
  border: none !important;
  outline: none;
  padding: 10px 15px;
}
.cid-tEbn2mHRRJ .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-tEbn2mHRRJ .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-tEbn2mHRRJ .datepicker .active.day {
  background-color: #cccccc !important;
  color: #ffffff !important;
}
.cid-tEbn2mHRRJ .datepicker:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-tEbn2mHRRJ .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-tEbn2mHRRJ .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-tEbn2mHRRJ .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-tEbn2mHRRJ .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-tEbn2mHRRJ .email input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .cid-tEbn2mHRRJ .booking-datepicker input:not(.guests-input):not([name='email']) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 991px) {
  .cid-tEbn2mHRRJ .booking-datepicker {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-tEbn2mHRRJ .datepicker {
    left: 10% !important;
  }
}
.cid-tEbn2mHRRJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEbn2mHRRJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXqMiOa9gv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uXqMiOa9gv .container-fluid {
  padding: 0 3rem;
}
.cid-uXqMiOa9gv ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXqMiOa9gv ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uXqMiOa9gv ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-uXqMiOa9gv ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uXqMiOa9gv .container-fluid {
    padding: 0 1rem;
  }
  .cid-uXqMiOa9gv .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uXqMiOa9gv .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uXqMiOa9gv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #c19b76, #333333);
  display: inline-block;
}
.cid-uXqMiOa9gv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXqMiOa9gv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rDpQbqlRI1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c19b76;
}
.cid-rDpQbqlRI1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rDpQbqlRI1 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rDpQbqlRI1 .card .card-header {
  background: #ffffff;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rDpQbqlRI1 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rDpQbqlRI1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rDpQbqlRI1 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rDpQbqlRI1 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 20px;
}
.cid-rDpQbqlRI1 .card .panel-body {
  background: #e6c8ab;
}
.cid-rDpQbqlRI1 .card .panel-body .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rDpQbqlRI1 .card-header h4,
  .cid-rDpQbqlRI1 .panel-body {
    padding: 1rem !important;
  }
}
.cid-rDpQbqlRI1 H4 {
  color: #643910;
}
.cid-rDpP2TF5mP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #643910;
}
.cid-rDpP2TF5mP .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-rDpP2TF5mP .first-column .mbr-text {
  margin: 0;
}
.cid-rDpP2TF5mP .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-rDpP2TF5mP .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-rDpP2TF5mP .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-rDpP2TF5mP .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-rDpP2TF5mP .form-group {
  max-width: 55%;
}
.cid-rDpP2TF5mP .form-group,
.cid-rDpP2TF5mP .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rDpP2TF5mP .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-rDpP2TF5mP .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-rDpP2TF5mP .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-rDpP2TF5mP .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-rDpP2TF5mP .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-rDpP2TF5mP .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-rDpP2TF5mP .first-column,
  .cid-rDpP2TF5mP .second-column {
    padding-bottom: 2rem;
  }
  .cid-rDpP2TF5mP .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rDpP2TF5mP .first-column,
  .cid-rDpP2TF5mP .second-column,
  .cid-rDpP2TF5mP .third-column {
    text-align: center;
  }
  .cid-rDpP2TF5mP .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-rDpP2TF5mP .mbr-section-title,
.cid-rDpP2TF5mP .icons-wrapper {
  text-align: center;
}
.cid-rDpP2TF5mP .mbr-section-subtitle,
.cid-rDpP2TF5mP .icons-wrapper {
  text-align: center;
}
.cid-rDpP2TF5mP .mbr-text {
  text-align: center;
}
.cid-rDjz8daBJE .nav-item:focus,
.cid-rDjz8daBJE .nav-link:focus {
  outline: none;
}
.cid-rDjz8daBJE a.nav-link:focus {
  color: #a2784f !important;
}
.cid-rDjz8daBJE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #643910;
}
.cid-rDjz8daBJE .navbar.opened {
  transition: all .3s;
  background: #643910 !important;
}
.cid-rDjz8daBJE .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-rDjz8daBJE .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rDjz8daBJE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rDjz8daBJE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rDjz8daBJE .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rDjz8daBJE .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rDjz8daBJE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-rDjz8daBJE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rDjz8daBJE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rDjz8daBJE .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-rDjz8daBJE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rDjz8daBJE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rDjz8daBJE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rDjz8daBJE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rDjz8daBJE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rDjz8daBJE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rDjz8daBJE .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-rDjz8daBJE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rDjz8daBJE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rDjz8daBJE .navbar.navbar-short {
  background: #643910 !important;
  min-height: 60px;
}
.cid-rDjz8daBJE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rDjz8daBJE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rDjz8daBJE .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rDjz8daBJE .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-rDjz8daBJE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-rDjz8daBJE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rDjz8daBJE .dropdown-item.active,
.cid-rDjz8daBJE .dropdown-item:active {
  background-color: transparent;
}
.cid-rDjz8daBJE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rDjz8daBJE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rDjz8daBJE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rDjz8daBJE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-rDjz8daBJE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-rDjz8daBJE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rDjz8daBJE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rDjz8daBJE .navbar-buttons {
  text-align: center;
}
.cid-rDjz8daBJE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rDjz8daBJE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rDjz8daBJE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rDjz8daBJE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rDjz8daBJE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rDjz8daBJE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rDjz8daBJE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rDjz8daBJE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rDjz8daBJE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rDjz8daBJE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rDjz8daBJE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rDjz8daBJE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-rDjz8daBJE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rDjz8daBJE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rDjz8daBJE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rDjz8daBJE .nav-link:hover,
.cid-rDjz8daBJE .icons-menu .mbr-iconfont:hover {
  color: #a2784f !important;
}
.cid-rDjz8daBJE .dropdown-item:hover {
  color: #e6c8ab !important;
}
.cid-rDjz8daBJE .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #a2784f;
  transition: width 0.3s ease-in;
}
.cid-rDjz8daBJE .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-rDjz8daBJE .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-rDjz8daBJE .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-rDjz8daBJE .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-rDjz8daBJE .dropdown-menu {
    top: 100%;
  }
  .cid-rDjz8daBJE .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #643910;
    background: #643910 !important;
  }
  .cid-rDjz8daBJE .dropdown-item:hover {
    background: #382009 !important;
  }
  .cid-rDjz8daBJE .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-rDjz8daBJE .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uWTVH5kxYr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #643910;
}
.cid-uWTVH5kxYr .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uWTVH5kxYr .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uWTVH5kxYr .title {
    width: 100% !important;
  }
}
.cid-uWI4BTSpC1 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uWI4BTSpC1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uWI4BTSpC1 .mbr-section-subtitle,
.cid-uWI4BTSpC1 .mbr-text {
  color: #878787;
}
.cid-uWI4BTSpC1 .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-uWI4BTSpC1 .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uWI4BTSpC1 .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-uWI4BTSpC1 .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-uWI4BTSpC1 .wrapper .content-block .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-uWI4BTSpC1 .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uWI4BTSpC1 .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWI4BTSpC1 .wrapper {
    padding: 1rem;
  }
  .cid-uWI4BTSpC1 .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-uWI4BTSpC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWI4BTSpC1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWI4BTSpC1 .main-title {
  color: #84582e;
}
.cid-uWI57GTanb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a2784f;
}
.cid-uWI57GTanb .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uWI57GTanb .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-uWI57GTanb .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uWI57GTanb .card-box {
  background: #e6c8ab;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uWI57GTanb .link {
  letter-spacing: 2px;
}
.cid-uWI57GTanb .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-uWI57GTanb .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWI57GTanb .card {
    padding-bottom: 2rem;
  }
}
.cid-uWI57GTanb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWI57GTanb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWI57GTanb .main-title {
  color: #ffffff;
}
.cid-uWI57GTanb .card-text,
.cid-uWI57GTanb .link {
  color: #ffffff;
}
.cid-uWI57GTanb .card-title {
  color: #ffffff;
}
.cid-uWIzqFy7Vu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWIzqFy7Vu .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uWIzqFy7Vu .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uWIzqFy7Vu .title {
    width: 100% !important;
  }
}
.cid-uWIzdZ0bmt {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWIzdZ0bmt .counter-container ul {
  margin-bottom: 0;
}
.cid-uWIzdZ0bmt .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uWIzdZ0bmt .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 2px;
  padding-left: 1px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #c19b76;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-uXeLnQr30K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a2784f;
}
.cid-uXeLnQr30K .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uXeLnQr30K .photo-split {
  padding: 0;
}
.cid-uXeLnQr30K .photo-split img {
  width: 100%;
}
.cid-uXeLnQr30K .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uXeLnQr30K .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uXeLnQr30K .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uXeLnQr30K .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uXeLnQr30K .wrap-block {
  padding: 3rem 3rem;
}
.cid-uXeLnQr30K .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uXeLnQr30K .wrap-block ul li {
  display: inline-block;
}
.cid-uXeLnQr30K .wrap-block ul li span {
  text-align: center;
}
.cid-uXeLnQr30K .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uXeLnQr30K .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uXeLnQr30K .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uXeLnQr30K .mbr-list,
.cid-uXeLnQr30K .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uXeLnQr30K .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXeLnQr30K .mbr-section-title,
  .cid-uXeLnQr30K .mbr-section-subtitle,
  .cid-uXeLnQr30K .mbr-text {
    text-align: center !important;
  }
  .cid-uXeLnQr30K .social-list {
    text-align: center !important;
  }
}
.cid-uXeLnQr30K .mbr-section-title {
  color: #ffffff;
}
.cid-uXeLnQr30K .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXeLnQr30K .mbr-text {
  color: #ffffff;
}
.cid-uXeLnQr30K .mbr-list,
.cid-uXeLnQr30K .social-media {
  color: #ffffff;
}
.cid-uJtTv1cjlJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uJtTv1cjlJ .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uJtTv1cjlJ .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uJtTv1cjlJ .photo-split {
  padding: 0;
}
.cid-uJtTv1cjlJ .photo-split img {
  width: 100%;
}
.cid-uJtTv1cjlJ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uJtTv1cjlJ .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uJtTv1cjlJ .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uJtTv1cjlJ .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uJtTv1cjlJ .wrap-block {
  padding: 3rem 3rem;
}
.cid-uJtTv1cjlJ .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uJtTv1cjlJ .wrap-block ul li {
  display: inline-block;
}
.cid-uJtTv1cjlJ .wrap-block ul li span {
  text-align: center;
}
.cid-uJtTv1cjlJ .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uJtTv1cjlJ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uJtTv1cjlJ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uJtTv1cjlJ .mbr-list,
.cid-uJtTv1cjlJ .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uJtTv1cjlJ .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJtTv1cjlJ .mbr-section-title,
  .cid-uJtTv1cjlJ .mbr-section-subtitle,
  .cid-uJtTv1cjlJ .mbr-text {
    text-align: center !important;
  }
  .cid-uJtTv1cjlJ .social-list {
    text-align: center !important;
  }
}
.cid-uXwElhIWk3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a2784f;
}
.cid-uXwElhIWk3 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uXwElhIWk3 .photo-split {
  padding: 0;
}
.cid-uXwElhIWk3 .photo-split img {
  width: 100%;
}
.cid-uXwElhIWk3 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uXwElhIWk3 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uXwElhIWk3 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uXwElhIWk3 .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uXwElhIWk3 .wrap-block {
  padding: 3rem 3rem;
}
.cid-uXwElhIWk3 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uXwElhIWk3 .wrap-block ul li {
  display: inline-block;
}
.cid-uXwElhIWk3 .wrap-block ul li span {
  text-align: center;
}
.cid-uXwElhIWk3 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uXwElhIWk3 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uXwElhIWk3 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uXwElhIWk3 .mbr-list,
.cid-uXwElhIWk3 .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uXwElhIWk3 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXwElhIWk3 .mbr-section-title,
  .cid-uXwElhIWk3 .mbr-section-subtitle,
  .cid-uXwElhIWk3 .mbr-text {
    text-align: center !important;
  }
  .cid-uXwElhIWk3 .social-list {
    text-align: center !important;
  }
}
.cid-uXwElhIWk3 .mbr-section-title {
  color: #ffffff;
}
.cid-uXwElhIWk3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXwElhIWk3 .mbr-text {
  color: #ffffff;
}
.cid-uWTQMF1eQV {
  padding-top: 30px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #84582e;
}
.cid-uWTQMF1eQV .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uWTQMF1eQV .mbr-section-title,
.cid-uWTQMF1eQV .mbr-section-subtitle,
.cid-uWTQMF1eQV .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uWTQMF1eQV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uWTQMF1eQV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWTQMF1eQV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uWTQMF1eQV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uWTQMF1eQV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-uWTQMF1eQV .icon-focus {
  display: none;
}
.cid-uWTQMF1eQV .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uWTQMF1eQV ul {
  font-size: 0;
}
.cid-uWTQMF1eQV .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uWTQMF1eQV .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uWTQMF1eQV .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uWTQMF1eQV .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uWTQMF1eQV .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uWTQMF1eQV .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uWTQMF1eQV .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uWTQMF1eQV .btn:hover {
  background: transparent !important;
}
.cid-uWTQMF1eQV .btn:hover:before {
  background: transparent !important;
}
.cid-uWTQMF1eQV .btn:before {
  background-color: transparent !important;
}
.cid-uWTQMF1eQV .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uWTQMF1eQV .mbr-section-title {
  color: #ffffff;
}
.cid-uWI7mvvx8v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/whatsapp-image-2020-02-28-at-20.18.15-2-1600x757.jpeg");
}
.cid-uWI7mvvx8v .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uWI7mvvx8v .mbr-iconfont {
  font-size: 80px;
}
.cid-uWI7mvvx8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWI7mvvx8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rDjVveYNjV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #643910;
}
.cid-rDjVveYNjV .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-rDjVveYNjV .first-column .mbr-text {
  margin: 0;
}
.cid-rDjVveYNjV .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-rDjVveYNjV .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-rDjVveYNjV .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-rDjVveYNjV .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-rDjVveYNjV .form-group {
  max-width: 55%;
}
.cid-rDjVveYNjV .form-group,
.cid-rDjVveYNjV .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rDjVveYNjV .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-rDjVveYNjV .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-rDjVveYNjV .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-rDjVveYNjV .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-rDjVveYNjV .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-rDjVveYNjV .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-rDjVveYNjV .first-column,
  .cid-rDjVveYNjV .second-column {
    padding-bottom: 2rem;
  }
  .cid-rDjVveYNjV .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rDjVveYNjV .first-column,
  .cid-rDjVveYNjV .second-column,
  .cid-rDjVveYNjV .third-column {
    text-align: center;
  }
  .cid-rDjVveYNjV .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-rDjVveYNjV .mbr-section-title,
.cid-rDjVveYNjV .icons-wrapper {
  text-align: center;
}
.cid-rDjVveYNjV .mbr-section-subtitle,
.cid-rDjVveYNjV .icons-wrapper {
  text-align: center;
}
.cid-rDjVveYNjV .mbr-text {
  text-align: center;
}
.cid-uYdXKnBj0C .nav-item:focus,
.cid-uYdXKnBj0C .nav-link:focus {
  outline: none;
}
.cid-uYdXKnBj0C a.nav-link:focus {
  color: #a2784f !important;
}
.cid-uYdXKnBj0C .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #643910;
}
.cid-uYdXKnBj0C .navbar.opened {
  transition: all .3s;
  background: #643910 !important;
}
.cid-uYdXKnBj0C .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uYdXKnBj0C .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uYdXKnBj0C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYdXKnBj0C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uYdXKnBj0C .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uYdXKnBj0C .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uYdXKnBj0C .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYdXKnBj0C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYdXKnBj0C .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uYdXKnBj0C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYdXKnBj0C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYdXKnBj0C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYdXKnBj0C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uYdXKnBj0C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uYdXKnBj0C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYdXKnBj0C .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uYdXKnBj0C .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYdXKnBj0C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYdXKnBj0C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYdXKnBj0C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYdXKnBj0C .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYdXKnBj0C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYdXKnBj0C .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uYdXKnBj0C .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uYdXKnBj0C .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uYdXKnBj0C .navbar.navbar-short {
  background: #643910 !important;
  min-height: 60px;
}
.cid-uYdXKnBj0C .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYdXKnBj0C .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYdXKnBj0C .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYdXKnBj0C .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uYdXKnBj0C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uYdXKnBj0C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYdXKnBj0C .dropdown-item.active,
.cid-uYdXKnBj0C .dropdown-item:active {
  background-color: transparent;
}
.cid-uYdXKnBj0C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYdXKnBj0C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYdXKnBj0C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYdXKnBj0C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uYdXKnBj0C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uYdXKnBj0C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYdXKnBj0C ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYdXKnBj0C .navbar-buttons {
  text-align: center;
}
.cid-uYdXKnBj0C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYdXKnBj0C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYdXKnBj0C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYdXKnBj0C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYdXKnBj0C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYdXKnBj0C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYdXKnBj0C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYdXKnBj0C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYdXKnBj0C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYdXKnBj0C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYdXKnBj0C .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uYdXKnBj0C a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uYdXKnBj0C .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uYdXKnBj0C .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uYdXKnBj0C .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-uYdXKnBj0C .nav-link:hover,
.cid-uYdXKnBj0C .icons-menu .mbr-iconfont:hover {
  color: #a2784f !important;
}
.cid-uYdXKnBj0C .dropdown-item:hover {
  color: #e6c8ab !important;
}
.cid-uYdXKnBj0C .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #a2784f;
  transition: width 0.3s ease-in;
}
.cid-uYdXKnBj0C .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uYdXKnBj0C .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uYdXKnBj0C .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-uYdXKnBj0C .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uYdXKnBj0C .dropdown-menu {
    top: 100%;
  }
  .cid-uYdXKnBj0C .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #643910;
    background: #643910 !important;
  }
  .cid-uYdXKnBj0C .dropdown-item:hover {
    background: #382009 !important;
  }
  .cid-uYdXKnBj0C .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uYdXKnBj0C .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uYdXKoGtIb {
  background: #ffffff;
}
.cid-uYdXKoGtIb .video-block {
  margin: auto;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .cid-uYdXKoGtIb .video-block {
    width: 100% !important;
    height: 100% !important;
  }
}
.cid-uYdXKp5EDP {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uYdXKp5EDP .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-uYdXKp5EDP .card .card-img img {
  transition: all 0.5s;
}
.cid-uYdXKp5EDP .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uYdXKp5EDP .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-uYdXKp5EDP .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uYdXKp5EDP .first-card {
  display: block;
}
.cid-uYdXKp5EDP .first-card .card-wrapper {
  height: 100%;
}
.cid-uYdXKp5EDP .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uYdXKp5EDP .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYdXKp5EDP .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-uYdXKp5EDP .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uYdXKp5EDP .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uYdXKp5EDP .first-row,
.cid-uYdXKp5EDP .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-uYdXKp5EDP .first-row .card .card-wrapper,
.cid-uYdXKp5EDP .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-uYdXKp5EDP .first-row .card .card-wrapper .card-img,
.cid-uYdXKp5EDP .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-uYdXKp5EDP .first-row .card .card-wrapper .card-img img,
.cid-uYdXKp5EDP .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-uYdXKp5EDP .first-row,
  .cid-uYdXKp5EDP .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYdXKp5EDP .first-row .card .card-wrapper .card-img,
  .cid-uYdXKp5EDP .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYdXKp5EDP .first-row .card .card-wrapper .card-img img,
  .cid-uYdXKp5EDP .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-uYdXKp5EDP .first-row .caption,
.cid-uYdXKp5EDP .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-uYdXKp5EDP .first-row .caption .price,
.cid-uYdXKp5EDP .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-uYdXKp5EDP .first-row {
  padding-bottom: 1rem;
}
.cid-uYdXKp5EDP .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uYdXKp5EDP .first-card,
  .cid-uYdXKp5EDP .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYdXKp5EDP .first-card {
    padding-bottom: 2rem;
  }
  .cid-uYdXKp5EDP .only-first-row {
    height: 100%;
  }
}
.cid-uYdXKp5EDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdXKp5EDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdXKp5EDP .first-card-text,
.cid-uYdXKp5EDP .card-btn {
  color: #643910;
  text-align: left;
}
.cid-uYdXKp5EDP .first-card-title,
.cid-uYdXKp5EDP .first-card-info {
  color: #643910;
}
.cid-uYdXKq4XhH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYdXKq4XhH .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uYdXKq4XhH .mbr-section-title,
.cid-uYdXKq4XhH .mbr-section-subtitle,
.cid-uYdXKq4XhH .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYdXKq4XhH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uYdXKq4XhH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYdXKq4XhH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYdXKq4XhH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uYdXKq4XhH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #84582e);
}
.cid-uYdXKq4XhH .icon-focus {
  display: none;
}
.cid-uYdXKq4XhH .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uYdXKq4XhH ul {
  font-size: 0;
}
.cid-uYdXKq4XhH .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uYdXKq4XhH .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uYdXKq4XhH .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uYdXKq4XhH .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uYdXKq4XhH .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uYdXKq4XhH .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uYdXKq4XhH .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uYdXKq4XhH .btn:hover {
  background: transparent !important;
}
.cid-uYdXKq4XhH .btn:hover:before {
  background: transparent !important;
}
.cid-uYdXKq4XhH .btn:before {
  background-color: transparent !important;
}
.cid-uYdXKq4XhH .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uYdXKq4XhH .mbr-section-title {
  color: #84582e;
}
.cid-uYdXKq4XhH .mbr-section-subtitle,
.cid-uYdXKq4XhH .underline {
  color: #643910;
}
.cid-uYdXKqJOSE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYdXKqJOSE .counter-container ul {
  margin-bottom: 0;
}
.cid-uYdXKqJOSE .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uYdXKqJOSE .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 2px;
  padding-left: 1px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #c19b76;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #c19b76;
  color: #c19b76;
  content: '✓';
}
.cid-uYdXKr70d5 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uYdXKr70d5 .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uYdXKr70d5 .video-block {
    width: 100% !important;
  }
}
.cid-uYdXKru1LS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d8d7d7;
}
.cid-uYdXKru1LS .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uYdXKru1LS .mbr-section-title,
.cid-uYdXKru1LS .mbr-section-subtitle,
.cid-uYdXKru1LS .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYdXKru1LS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uYdXKru1LS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYdXKru1LS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYdXKru1LS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uYdXKru1LS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #84582e);
}
.cid-uYdXKru1LS .icon-focus {
  display: none;
}
.cid-uYdXKru1LS .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uYdXKru1LS ul {
  font-size: 0;
}
.cid-uYdXKru1LS .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uYdXKru1LS .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uYdXKru1LS .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uYdXKru1LS .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uYdXKru1LS .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uYdXKru1LS .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uYdXKru1LS .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uYdXKru1LS .btn:hover {
  background: transparent !important;
}
.cid-uYdXKru1LS .btn:hover:before {
  background: transparent !important;
}
.cid-uYdXKru1LS .btn:before {
  background-color: transparent !important;
}
.cid-uYdXKru1LS .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uYdXKru1LS .mbr-section-title {
  color: #84582e;
}
.cid-uYdXKru1LS .mbr-section-subtitle,
.cid-uYdXKru1LS .underline {
  color: #643910;
}
.cid-uYdXKs6mcn {
  background: #d8d7d7;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uYdXKs6mcn .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uYdXKs6mcn .video-block {
    width: 100% !important;
  }
}
.cid-uYdXKswCrB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYdXKswCrB .counter-container ul {
  margin-bottom: 0;
}
.cid-uYdXKswCrB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uYdXKswCrB .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 2px;
  padding-left: 1px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #c19b76;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #c19b76;
  color: #c19b76;
  content: '✓';
}
.cid-uYdXKsUAaX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d8d7d7;
}
.cid-uYdXKsUAaX .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uYdXKsUAaX .mbr-section-title,
.cid-uYdXKsUAaX .mbr-section-subtitle,
.cid-uYdXKsUAaX .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYdXKsUAaX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uYdXKsUAaX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYdXKsUAaX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYdXKsUAaX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uYdXKsUAaX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #84582e);
}
.cid-uYdXKsUAaX .icon-focus {
  display: none;
}
.cid-uYdXKsUAaX .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uYdXKsUAaX ul {
  font-size: 0;
}
.cid-uYdXKsUAaX .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uYdXKsUAaX .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uYdXKsUAaX .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uYdXKsUAaX .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uYdXKsUAaX .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uYdXKsUAaX .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uYdXKsUAaX .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uYdXKsUAaX .btn:hover {
  background: transparent !important;
}
.cid-uYdXKsUAaX .btn:hover:before {
  background: transparent !important;
}
.cid-uYdXKsUAaX .btn:before {
  background-color: transparent !important;
}
.cid-uYdXKsUAaX .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uYdXKsUAaX .mbr-section-title {
  color: #84582e;
}
.cid-uYdXKsUAaX .mbr-section-subtitle,
.cid-uYdXKsUAaX .underline {
  color: #84582e;
}
.cid-uYdXKttfdj {
  background: #d8d7d7;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uYdXKttfdj .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uYdXKttfdj .video-block {
    width: 100% !important;
  }
}
.cid-uYdXKtRiDs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uYdXKtRiDs .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uYdXKtRiDs .mbr-section-title,
.cid-uYdXKtRiDs .mbr-section-subtitle,
.cid-uYdXKtRiDs .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYdXKtRiDs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uYdXKtRiDs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYdXKtRiDs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYdXKtRiDs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uYdXKtRiDs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #84582e);
}
.cid-uYdXKtRiDs .icon-focus {
  display: none;
}
.cid-uYdXKtRiDs .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uYdXKtRiDs ul {
  font-size: 0;
}
.cid-uYdXKtRiDs .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uYdXKtRiDs .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uYdXKtRiDs .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uYdXKtRiDs .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uYdXKtRiDs .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uYdXKtRiDs .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uYdXKtRiDs .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uYdXKtRiDs .btn:hover {
  background: transparent !important;
}
.cid-uYdXKtRiDs .btn:hover:before {
  background: transparent !important;
}
.cid-uYdXKtRiDs .btn:before {
  background-color: transparent !important;
}
.cid-uYdXKtRiDs .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uYdXKtRiDs .mbr-section-title {
  color: #84582e;
}
.cid-uYdXKtRiDs .mbr-section-subtitle,
.cid-uYdXKtRiDs .underline {
  color: #643910;
}
.cid-uYdXKuu67B {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uYdXKuu67B .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uYdXKuu67B .video-block {
    width: 100% !important;
  }
}
.cid-uYdXKvgVjs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d8d7d7;
}
.cid-uYdXKvgVjs .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uYdXKvgVjs .mbr-section-title,
.cid-uYdXKvgVjs .mbr-section-subtitle,
.cid-uYdXKvgVjs .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYdXKvgVjs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uYdXKvgVjs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYdXKvgVjs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYdXKvgVjs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uYdXKvgVjs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #84582e);
}
.cid-uYdXKvgVjs .icon-focus {
  display: none;
}
.cid-uYdXKvgVjs .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uYdXKvgVjs ul {
  font-size: 0;
}
.cid-uYdXKvgVjs .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uYdXKvgVjs .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uYdXKvgVjs .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uYdXKvgVjs .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uYdXKvgVjs .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uYdXKvgVjs .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uYdXKvgVjs .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uYdXKvgVjs .btn:hover {
  background: transparent !important;
}
.cid-uYdXKvgVjs .btn:hover:before {
  background: transparent !important;
}
.cid-uYdXKvgVjs .btn:before {
  background-color: transparent !important;
}
.cid-uYdXKvgVjs .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uYdXKvgVjs .mbr-section-title {
  color: #84582e;
}
.cid-uYdXKvgVjs .mbr-section-subtitle,
.cid-uYdXKvgVjs .underline {
  color: #643910;
}
.cid-uYdXKwmtsB {
  background: #d8d7d7;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uYdXKwmtsB .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uYdXKwmtsB .video-block {
    width: 100% !important;
  }
}
.cid-uYdXKx9tx5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uYdXKx9tx5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uYdXKx9tx5 .mbr-section-title,
.cid-uYdXKx9tx5 .mbr-section-subtitle,
.cid-uYdXKx9tx5 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYdXKx9tx5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uYdXKx9tx5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYdXKx9tx5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYdXKx9tx5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uYdXKx9tx5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #84582e);
}
.cid-uYdXKx9tx5 .icon-focus {
  display: none;
}
.cid-uYdXKx9tx5 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uYdXKx9tx5 ul {
  font-size: 0;
}
.cid-uYdXKx9tx5 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uYdXKx9tx5 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uYdXKx9tx5 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uYdXKx9tx5 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uYdXKx9tx5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uYdXKx9tx5 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uYdXKx9tx5 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uYdXKx9tx5 .btn:hover {
  background: transparent !important;
}
.cid-uYdXKx9tx5 .btn:hover:before {
  background: transparent !important;
}
.cid-uYdXKx9tx5 .btn:before {
  background-color: transparent !important;
}
.cid-uYdXKx9tx5 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uYdXKx9tx5 .mbr-section-title {
  color: #84582e;
}
.cid-uYdXKx9tx5 .mbr-section-subtitle,
.cid-uYdXKx9tx5 .underline {
  color: #643910;
}
.cid-uYdXKy1v2v {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uYdXKy1v2v .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uYdXKy1v2v .video-block {
    width: 100% !important;
  }
}
.cid-uYdXKyu8pG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d8d7d7;
}
.cid-uYdXKyu8pG .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uYdXKyu8pG .mbr-section-title,
.cid-uYdXKyu8pG .mbr-section-subtitle,
.cid-uYdXKyu8pG .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYdXKyu8pG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uYdXKyu8pG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYdXKyu8pG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYdXKyu8pG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uYdXKyu8pG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #878787;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #878787, #84582e);
}
.cid-uYdXKyu8pG .icon-focus {
  display: none;
}
.cid-uYdXKyu8pG .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uYdXKyu8pG ul {
  font-size: 0;
}
.cid-uYdXKyu8pG .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uYdXKyu8pG .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uYdXKyu8pG .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uYdXKyu8pG .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uYdXKyu8pG .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uYdXKyu8pG .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uYdXKyu8pG .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uYdXKyu8pG .btn:hover {
  background: transparent !important;
}
.cid-uYdXKyu8pG .btn:hover:before {
  background: transparent !important;
}
.cid-uYdXKyu8pG .btn:before {
  background-color: transparent !important;
}
.cid-uYdXKyu8pG .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uYdXKyu8pG .mbr-section-title {
  color: #84582e;
}
.cid-uYdXKyu8pG .mbr-section-subtitle,
.cid-uYdXKyu8pG .underline {
  color: #84582e;
}
.cid-uYdXKzyCI5 {
  background: #d8d7d7;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uYdXKzyCI5 .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uYdXKzyCI5 .video-block {
    width: 100% !important;
  }
}
.cid-uYdXKA4BoF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uYdXKA4BoF .underline .line {
  width: 2rem;
  height: 1px;
  background: #a69e9e;
  display: inline-block;
}
.cid-uYdXKA4BoF .mbr-section-title,
.cid-uYdXKA4BoF .mbr-section-subtitle,
.cid-uYdXKA4BoF .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYdXKA4BoF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uYdXKA4BoF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYdXKA4BoF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYdXKA4BoF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uYdXKA4BoF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #84582e);
}
.cid-uYdXKA4BoF .icon-focus {
  display: none;
}
.cid-uYdXKA4BoF .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uYdXKA4BoF ul {
  font-size: 0;
}
.cid-uYdXKA4BoF .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uYdXKA4BoF .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uYdXKA4BoF .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uYdXKA4BoF .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uYdXKA4BoF .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uYdXKA4BoF .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uYdXKA4BoF .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uYdXKA4BoF .btn:hover {
  background: transparent !important;
}
.cid-uYdXKA4BoF .btn:hover:before {
  background: transparent !important;
}
.cid-uYdXKA4BoF .btn:before {
  background-color: transparent !important;
}
.cid-uYdXKA4BoF .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uYdXKA4BoF .mbr-section-title {
  color: #84582e;
}
.cid-uYdXKA4BoF .mbr-section-subtitle,
.cid-uYdXKA4BoF .underline {
  color: #643910;
}
.cid-uYdXKAJ8TC {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uYdXKAJ8TC .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uYdXKAJ8TC .video-block {
    width: 100% !important;
  }
}
.cid-uYdXKBccBF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d8d7d7;
}
.cid-uYdXKBccBF .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uYdXKBccBF .mbr-section-title,
.cid-uYdXKBccBF .mbr-section-subtitle,
.cid-uYdXKBccBF .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYdXKBccBF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uYdXKBccBF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYdXKBccBF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYdXKBccBF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uYdXKBccBF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #84582e);
}
.cid-uYdXKBccBF .icon-focus {
  display: none;
}
.cid-uYdXKBccBF .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uYdXKBccBF ul {
  font-size: 0;
}
.cid-uYdXKBccBF .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uYdXKBccBF .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uYdXKBccBF .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uYdXKBccBF .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uYdXKBccBF .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uYdXKBccBF .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uYdXKBccBF .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uYdXKBccBF .btn:hover {
  background: transparent !important;
}
.cid-uYdXKBccBF .btn:hover:before {
  background: transparent !important;
}
.cid-uYdXKBccBF .btn:before {
  background-color: transparent !important;
}
.cid-uYdXKBccBF .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uYdXKBccBF .mbr-section-title {
  color: #84582e;
}
.cid-uYdXKBccBF .mbr-section-subtitle,
.cid-uYdXKBccBF .underline {
  color: #84582e;
}
.cid-uYdXKBQrYH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uYdXKBQrYH .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uYdXKBQrYH .video-block {
    width: 100% !important;
  }
}
.cid-uYdXKCjVpa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #84582e;
}
.cid-uYdXKCjVpa .item:focus,
.cid-uYdXKCjVpa span:focus {
  outline: none;
}
.cid-uYdXKCjVpa .item {
  cursor: pointer;
}
.cid-uYdXKCjVpa .grid-container {
  grid-row-gap: 26px;
}
.cid-uYdXKCjVpa .grid-container-1,
.cid-uYdXKCjVpa .grid-container-2 {
  gap: 0 26px;
}
.cid-uYdXKCjVpa .mbr-section-title {
  margin-bottom: 80px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYdXKCjVpa .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYdXKCjVpa .content-head {
  max-width: 800px;
}
.cid-uYdXKCjVpa .container,
.cid-uYdXKCjVpa .container-fluid {
  overflow: hidden;
}
.cid-uYdXKCjVpa .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uYdXKCjVpa .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYdXKCjVpa .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uYdXKCjVpa .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uYdXKCjVpa .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uYdXKCjVpa .grid-container-1,
.cid-uYdXKCjVpa .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uYdXKCjVpa .grid-container-1 {
  align-items: flex-end;
}
.cid-uYdXKCjVpa .grid-container-2 {
  align-items: flex-start;
}
.cid-uYdXKCY96G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #84582e;
}
.cid-uYdXKCY96G .item:focus,
.cid-uYdXKCY96G span:focus {
  outline: none;
}
.cid-uYdXKCY96G .item {
  cursor: pointer;
}
.cid-uYdXKCY96G .grid-container {
  grid-row-gap: 26px;
}
.cid-uYdXKCY96G .grid-container-1,
.cid-uYdXKCY96G .grid-container-2 {
  gap: 0 26px;
}
.cid-uYdXKCY96G .mbr-section-title {
  margin-bottom: 80px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYdXKCY96G .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYdXKCY96G .content-head {
  max-width: 800px;
}
.cid-uYdXKCY96G .container,
.cid-uYdXKCY96G .container-fluid {
  overflow: hidden;
}
.cid-uYdXKCY96G .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uYdXKCY96G .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYdXKCY96G .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uYdXKCY96G .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uYdXKCY96G .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uYdXKCY96G .grid-container-1,
.cid-uYdXKCY96G .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uYdXKCY96G .grid-container-1 {
  align-items: flex-end;
}
.cid-uYdXKCY96G .grid-container-2 {
  align-items: flex-start;
}
.cid-uYdXKDxq9M {
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 1;
  background-image: url("../../../assets/images/pxl-20240905-1641053452.jpg-2000x1506.jpg");
}
.cid-uYdXKDxq9M .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uYdXKDxq9M .mbr-text {
  margin: 0;
}
.cid-uYdXKDxq9M .check-in-input,
.cid-uYdXKDxq9M .check-out-input,
.cid-uYdXKDxq9M .guests .date-col span {
  cursor: pointer;
}
.cid-uYdXKDxq9M .content-wrap {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-uYdXKDxq9M .content-wrap .first-item,
.cid-uYdXKDxq9M .content-wrap .second-item {
  padding: 1.5rem;
}
.cid-uYdXKDxq9M .content-wrap .first-item {
  background: #84582e;
}
.cid-uYdXKDxq9M .content-wrap .first-item .item-text {
  text-align: center;
}
.cid-uYdXKDxq9M .content-wrap .first-item .item-btn .btn {
  margin-left: 4px !important;
}
.cid-uYdXKDxq9M .content-wrap .second-item {
  background: #c19b76;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uYdXKDxq9M .content-wrap .second-item .check-text {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 0;
}
.cid-uYdXKDxq9M .content-wrap .second-item .check-out {
  border-top: 2px solid #000000 !important;
}
.cid-uYdXKDxq9M .input-wrap {
  background: #fcfcfc;
}
.cid-uYdXKDxq9M .booking-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYdXKDxq9M .booking-datepicker .mbr-form .input-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.cid-uYdXKDxq9M .booking-datepicker .mbr-form .input-wrap input {
  border: none !important;
  border-radius: 0;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-uYdXKDxq9M .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-uYdXKDxq9M .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-uYdXKDxq9M .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-uYdXKDxq9M .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-uYdXKDxq9M .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-uYdXKDxq9M .booking-datepicker .mbr-form .input-wrap input:focus {
  box-shadow: none;
}
.cid-uYdXKDxq9M .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-uYdXKDxq9M .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-uYdXKDxq9M .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-uYdXKDxq9M .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-uYdXKDxq9M .booking-datepicker .mbr-form .input-wrap .date-row .date-col {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYdXKDxq9M .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-uYdXKDxq9M .booking-datepicker .mbr-form .mbr-section-btn {
  display: flex;
}
.cid-uYdXKDxq9M .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
  width: 100%;
}
.cid-uYdXKDxq9M .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  width: 100%;
  margin: 0;
  line-height: 18px;
  font-weight: 300;
}
.cid-uYdXKDxq9M .email input {
  width: 100%;
  border: none !important;
  outline: none;
  padding: 10px 15px;
}
.cid-uYdXKDxq9M .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-uYdXKDxq9M .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-uYdXKDxq9M .datepicker .active.day {
  background-color: #cccccc !important;
  color: #ffffff !important;
}
.cid-uYdXKDxq9M .datepicker:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uYdXKDxq9M .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-uYdXKDxq9M .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-uYdXKDxq9M .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-uYdXKDxq9M .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-uYdXKDxq9M .email input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .cid-uYdXKDxq9M .booking-datepicker input:not(.guests-input):not([name='email']) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 991px) {
  .cid-uYdXKDxq9M .booking-datepicker {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-uYdXKDxq9M .datepicker {
    left: 10% !important;
  }
}
.cid-uYdXKDxq9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdXKDxq9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdXKEyH8k {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #643910;
}
.cid-uYdXKEyH8k .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uYdXKEyH8k .first-column .mbr-text {
  margin: 0;
}
.cid-uYdXKEyH8k .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uYdXKEyH8k .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uYdXKEyH8k .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uYdXKEyH8k .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uYdXKEyH8k .form-group {
  max-width: 55%;
}
.cid-uYdXKEyH8k .form-group,
.cid-uYdXKEyH8k .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uYdXKEyH8k .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uYdXKEyH8k .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uYdXKEyH8k .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uYdXKEyH8k .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uYdXKEyH8k .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uYdXKEyH8k .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uYdXKEyH8k .first-column,
  .cid-uYdXKEyH8k .second-column {
    padding-bottom: 2rem;
  }
  .cid-uYdXKEyH8k .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uYdXKEyH8k .first-column,
  .cid-uYdXKEyH8k .second-column,
  .cid-uYdXKEyH8k .third-column {
    text-align: center;
  }
  .cid-uYdXKEyH8k .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-uYdXKEyH8k .mbr-section-title,
.cid-uYdXKEyH8k .icons-wrapper {
  text-align: center;
}
.cid-uYdXKEyH8k .mbr-section-subtitle,
.cid-uYdXKEyH8k .icons-wrapper {
  text-align: center;
}
.cid-uYdXKEyH8k .mbr-text {
  text-align: center;
}
.cid-uYe6rbqtgF .nav-item:focus,
.cid-uYe6rbqtgF .nav-link:focus {
  outline: none;
}
.cid-uYe6rbqtgF a.nav-link:focus {
  color: #a2784f !important;
}
.cid-uYe6rbqtgF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #643910;
}
.cid-uYe6rbqtgF .navbar.opened {
  transition: all .3s;
  background: #643910 !important;
}
.cid-uYe6rbqtgF .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uYe6rbqtgF .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uYe6rbqtgF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYe6rbqtgF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uYe6rbqtgF .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uYe6rbqtgF .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uYe6rbqtgF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYe6rbqtgF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYe6rbqtgF .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uYe6rbqtgF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYe6rbqtgF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYe6rbqtgF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYe6rbqtgF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uYe6rbqtgF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uYe6rbqtgF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYe6rbqtgF .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uYe6rbqtgF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYe6rbqtgF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYe6rbqtgF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYe6rbqtgF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYe6rbqtgF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYe6rbqtgF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYe6rbqtgF .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uYe6rbqtgF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uYe6rbqtgF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uYe6rbqtgF .navbar.navbar-short {
  background: #643910 !important;
  min-height: 60px;
}
.cid-uYe6rbqtgF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYe6rbqtgF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYe6rbqtgF .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYe6rbqtgF .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uYe6rbqtgF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uYe6rbqtgF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYe6rbqtgF .dropdown-item.active,
.cid-uYe6rbqtgF .dropdown-item:active {
  background-color: transparent;
}
.cid-uYe6rbqtgF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYe6rbqtgF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYe6rbqtgF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYe6rbqtgF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uYe6rbqtgF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uYe6rbqtgF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYe6rbqtgF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYe6rbqtgF .navbar-buttons {
  text-align: center;
}
.cid-uYe6rbqtgF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYe6rbqtgF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYe6rbqtgF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYe6rbqtgF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYe6rbqtgF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYe6rbqtgF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYe6rbqtgF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYe6rbqtgF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYe6rbqtgF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYe6rbqtgF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYe6rbqtgF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uYe6rbqtgF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uYe6rbqtgF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uYe6rbqtgF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uYe6rbqtgF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-uYe6rbqtgF .nav-link:hover,
.cid-uYe6rbqtgF .icons-menu .mbr-iconfont:hover {
  color: #a2784f !important;
}
.cid-uYe6rbqtgF .dropdown-item:hover {
  color: #e6c8ab !important;
}
.cid-uYe6rbqtgF .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #a2784f;
  transition: width 0.3s ease-in;
}
.cid-uYe6rbqtgF .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uYe6rbqtgF .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uYe6rbqtgF .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-uYe6rbqtgF .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uYe6rbqtgF .dropdown-menu {
    top: 100%;
  }
  .cid-uYe6rbqtgF .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #643910;
    background: #643910 !important;
  }
  .cid-uYe6rbqtgF .dropdown-item:hover {
    background: #382009 !important;
  }
  .cid-uYe6rbqtgF .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uYe6rbqtgF .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uYe6rcjhMs {
  background: #ffffff;
}
.cid-uYe6rcjhMs .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uYe6rcjhMs .video-block {
    width: 100% !important;
  }
}
.cid-uYe6rcL1zb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uYe6rcL1zb .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYe6rcL1zb .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-uYe6rcL1zb .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uYe6rdosyE {
  background-color: #84582e;
}
.cid-uYe6rdosyE .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uYe6rdosyE .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uYe6rdosyE .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYe6rdosyE .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-uYe6rdosyE .image-element {
    padding-left: 0;
  }
}
.cid-uYe6rdosyE .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-uYe6rdosyE .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-uYe6rdosyE .brown {
  color: #c19b76;
}
.cid-uYe6rdosyE .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYe6rdosyE .paragraphs-wrapper .first-paragraph,
.cid-uYe6rdosyE .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uYe6rdosyE .image-element {
    padding-top: 1rem;
  }
  .cid-uYe6rdosyE .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYe6rdosyE .paragraphs-wrapper .first-paragraph,
  .cid-uYe6rdosyE .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-uYe6rdosyE .first-paragraph,
  .cid-uYe6rdosyE .second-paragraph {
    width: 50%;
  }
  .cid-uYe6rdosyE .first-paragraph {
    padding-right: .5rem;
  }
  .cid-uYe6rdosyE .second-paragraph {
    padding-left: .5rem;
  }
  .cid-uYe6rdosyE .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uYe6rdosyE .mbr-section-title,
  .cid-uYe6rdosyE .mbr-section-btn {
    text-align: left;
  }
}
.cid-uYe6rdosyE .mbr-text,
.cid-uYe6rdosyE .mbr-section-btn {
  color: #ffffff;
}
.cid-uYe6re4864 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #84582e;
}
.cid-uYe6re4864 .row {
  justify-content: center;
}
.cid-uYe6re4864 .col-title {
  margin-bottom: 2.5rem;
}
.cid-uYe6re4864 .mbr-section-title {
  color: #F6B7D2;
}
.cid-uYe6re4864 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-uYe6re4864 .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYe6re4864 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uYe6re4864 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uYe6re4864 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #ffffff;
  min-height: 324px;
}
@media (max-width: 991px) {
  .cid-uYe6re4864 .card {
    min-height: 279px;
  }
}
@media (max-width: 639px) {
  .cid-uYe6re4864 .card {
    min-height: 207px;
  }
}
.cid-uYe6re4864 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uYe6re4864 .card:hover .card-title {
  text-decoration: underline;
}
.cid-uYe6re4864 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-uYe6re4864 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-uYe6re4864 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-uYe6re4864 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-uYe6re4864 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-uYe6re4864 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-uYe6re4864 .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-uYe6re4864 .mbr-section-btn {
  margin-top: 30px;
}
.cid-uYe6rf0QDb {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uYe6rf0QDb .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uYe6rf0QDb .video-block {
    width: 100% !important;
  }
}
.cid-uYe6rfoJ1x {
  padding-top: 30px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #84582e;
}
.cid-uYe6rfoJ1x .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uYe6rfoJ1x .mbr-section-title,
.cid-uYe6rfoJ1x .mbr-section-subtitle,
.cid-uYe6rfoJ1x .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYe6rfoJ1x .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uYe6rfoJ1x .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYe6rfoJ1x .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYe6rfoJ1x .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uYe6rfoJ1x .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-uYe6rfoJ1x .icon-focus {
  display: none;
}
.cid-uYe6rfoJ1x .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uYe6rfoJ1x ul {
  font-size: 0;
}
.cid-uYe6rfoJ1x .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uYe6rfoJ1x .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uYe6rfoJ1x .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uYe6rfoJ1x .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uYe6rfoJ1x .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uYe6rfoJ1x .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uYe6rfoJ1x .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uYe6rfoJ1x .btn:hover {
  background: transparent !important;
}
.cid-uYe6rfoJ1x .btn:hover:before {
  background: transparent !important;
}
.cid-uYe6rfoJ1x .btn:before {
  background-color: transparent !important;
}
.cid-uYe6rfoJ1x .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uYe6rfoJ1x .mbr-section-subtitle,
.cid-uYe6rfoJ1x .underline {
  color: #ffffff;
}
.cid-uYe6rfoJ1x .mbr-section-title {
  color: #ffffff;
}
.cid-uYe6rg0t3E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYe6rg0t3E .item:focus,
.cid-uYe6rg0t3E span:focus {
  outline: none;
}
.cid-uYe6rg0t3E .item {
  cursor: pointer;
}
.cid-uYe6rg0t3E .grid-container {
  grid-row-gap: 26px;
}
.cid-uYe6rg0t3E .grid-container-1,
.cid-uYe6rg0t3E .grid-container-2 {
  gap: 0 26px;
}
.cid-uYe6rg0t3E .mbr-section-title {
  margin-bottom: 80px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe6rg0t3E .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYe6rg0t3E .content-head {
  max-width: 800px;
}
.cid-uYe6rg0t3E .container,
.cid-uYe6rg0t3E .container-fluid {
  overflow: hidden;
}
.cid-uYe6rg0t3E .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uYe6rg0t3E .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYe6rg0t3E .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uYe6rg0t3E .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uYe6rg0t3E .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uYe6rg0t3E .grid-container-1,
.cid-uYe6rg0t3E .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uYe6rg0t3E .grid-container-1 {
  align-items: flex-end;
}
.cid-uYe6rg0t3E .grid-container-2 {
  align-items: flex-start;
}
.cid-uYe6rgyEgJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #643910;
}
.cid-uYe6rgyEgJ .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uYe6rgyEgJ .first-column .mbr-text {
  margin: 0;
}
.cid-uYe6rgyEgJ .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uYe6rgyEgJ .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uYe6rgyEgJ .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uYe6rgyEgJ .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uYe6rgyEgJ .form-group {
  max-width: 55%;
}
.cid-uYe6rgyEgJ .form-group,
.cid-uYe6rgyEgJ .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uYe6rgyEgJ .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uYe6rgyEgJ .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uYe6rgyEgJ .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uYe6rgyEgJ .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uYe6rgyEgJ .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uYe6rgyEgJ .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uYe6rgyEgJ .first-column,
  .cid-uYe6rgyEgJ .second-column {
    padding-bottom: 2rem;
  }
  .cid-uYe6rgyEgJ .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uYe6rgyEgJ .first-column,
  .cid-uYe6rgyEgJ .second-column,
  .cid-uYe6rgyEgJ .third-column {
    text-align: center;
  }
  .cid-uYe6rgyEgJ .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-uYe6rgyEgJ .mbr-section-title,
.cid-uYe6rgyEgJ .icons-wrapper {
  text-align: center;
}
.cid-uYe6rgyEgJ .mbr-section-subtitle,
.cid-uYe6rgyEgJ .icons-wrapper {
  text-align: center;
}
.cid-uYe6rgyEgJ .mbr-text {
  text-align: center;
}
.cid-uYe7QPGt3U .nav-item:focus,
.cid-uYe7QPGt3U .nav-link:focus {
  outline: none;
}
.cid-uYe7QPGt3U a.nav-link:focus {
  color: #a2784f !important;
}
.cid-uYe7QPGt3U .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #643910;
}
.cid-uYe7QPGt3U .navbar.opened {
  transition: all .3s;
  background: #643910 !important;
}
.cid-uYe7QPGt3U .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uYe7QPGt3U .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uYe7QPGt3U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYe7QPGt3U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uYe7QPGt3U .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uYe7QPGt3U .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uYe7QPGt3U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYe7QPGt3U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYe7QPGt3U .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uYe7QPGt3U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYe7QPGt3U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYe7QPGt3U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYe7QPGt3U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uYe7QPGt3U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uYe7QPGt3U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYe7QPGt3U .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uYe7QPGt3U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYe7QPGt3U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYe7QPGt3U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYe7QPGt3U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYe7QPGt3U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYe7QPGt3U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYe7QPGt3U .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uYe7QPGt3U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uYe7QPGt3U .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uYe7QPGt3U .navbar.navbar-short {
  background: #643910 !important;
  min-height: 60px;
}
.cid-uYe7QPGt3U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYe7QPGt3U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYe7QPGt3U .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYe7QPGt3U .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uYe7QPGt3U .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uYe7QPGt3U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYe7QPGt3U .dropdown-item.active,
.cid-uYe7QPGt3U .dropdown-item:active {
  background-color: transparent;
}
.cid-uYe7QPGt3U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYe7QPGt3U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYe7QPGt3U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYe7QPGt3U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uYe7QPGt3U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uYe7QPGt3U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYe7QPGt3U ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYe7QPGt3U .navbar-buttons {
  text-align: center;
}
.cid-uYe7QPGt3U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYe7QPGt3U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYe7QPGt3U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYe7QPGt3U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYe7QPGt3U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYe7QPGt3U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYe7QPGt3U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYe7QPGt3U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYe7QPGt3U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYe7QPGt3U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYe7QPGt3U .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uYe7QPGt3U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uYe7QPGt3U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uYe7QPGt3U .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uYe7QPGt3U .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-uYe7QPGt3U .nav-link:hover,
.cid-uYe7QPGt3U .icons-menu .mbr-iconfont:hover {
  color: #a2784f !important;
}
.cid-uYe7QPGt3U .dropdown-item:hover {
  color: #e6c8ab !important;
}
.cid-uYe7QPGt3U .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #a2784f;
  transition: width 0.3s ease-in;
}
.cid-uYe7QPGt3U .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uYe7QPGt3U .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uYe7QPGt3U .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-uYe7QPGt3U .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uYe7QPGt3U .dropdown-menu {
    top: 100%;
  }
  .cid-uYe7QPGt3U .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #643910;
    background: #643910 !important;
  }
  .cid-uYe7QPGt3U .dropdown-item:hover {
    background: #382009 !important;
  }
  .cid-uYe7QPGt3U .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uYe7QPGt3U .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uYe7QQyWr0 {
  background: #ffffff;
}
.cid-uYe7QQyWr0 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-uYe7QQyWr0 .video-block {
    width: 100% !important;
  }
}
.cid-uYe7QR2b6D {
  background-color: #ffffff;
}
.cid-uYe7QR2b6D .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uYe7QR2b6D .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uYe7QR2b6D .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYe7QR2b6D .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-uYe7QR2b6D .image-element {
    padding-left: 0;
  }
}
.cid-uYe7QR2b6D .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-uYe7QR2b6D .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-uYe7QR2b6D .brown {
  color: #c19b76;
}
.cid-uYe7QR2b6D .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYe7QR2b6D .paragraphs-wrapper .first-paragraph,
.cid-uYe7QR2b6D .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uYe7QR2b6D .image-element {
    padding-top: 1rem;
  }
  .cid-uYe7QR2b6D .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uYe7QR2b6D .paragraphs-wrapper .first-paragraph,
  .cid-uYe7QR2b6D .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-uYe7QR2b6D .first-paragraph,
  .cid-uYe7QR2b6D .second-paragraph {
    width: 50%;
  }
  .cid-uYe7QR2b6D .first-paragraph {
    padding-right: .5rem;
  }
  .cid-uYe7QR2b6D .second-paragraph {
    padding-left: .5rem;
  }
  .cid-uYe7QR2b6D .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uYe7QR2b6D .mbr-section-title,
  .cid-uYe7QR2b6D .mbr-section-btn {
    text-align: left;
  }
}
.cid-uYe7QR2b6D .mbr-text,
.cid-uYe7QR2b6D .mbr-section-btn {
  color: #643910;
}
.cid-uYe7QR2b6D .mbr-section-title {
  color: #643910;
}
.cid-uYe7QRRp1f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uYe7QRRp1f .row {
  justify-content: center;
}
.cid-uYe7QRRp1f .col-title {
  margin-bottom: 2.5rem;
}
.cid-uYe7QRRp1f .mbr-section-title {
  color: #F6B7D2;
}
.cid-uYe7QRRp1f .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-uYe7QRRp1f .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYe7QRRp1f .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uYe7QRRp1f .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uYe7QRRp1f .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  background-color: #84582e;
  min-height: 324px;
}
@media (max-width: 991px) {
  .cid-uYe7QRRp1f .card {
    min-height: 279px;
  }
}
@media (max-width: 639px) {
  .cid-uYe7QRRp1f .card {
    min-height: 207px;
  }
}
.cid-uYe7QRRp1f .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uYe7QRRp1f .card:hover .card-title {
  text-decoration: underline;
}
.cid-uYe7QRRp1f .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-uYe7QRRp1f .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-uYe7QRRp1f .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-uYe7QRRp1f .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-uYe7QRRp1f .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-uYe7QRRp1f .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-uYe7QRRp1f .card-text {
  width: 100%;
  color: #FEF9EE;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-uYe7QRRp1f .mbr-section-btn {
  margin-top: 30px;
}
.cid-uYe7QSSfaG {
  background: #c19b76;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uYe7QSSfaG .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uYe7QSSfaG .video-block {
    width: 100% !important;
  }
}
.cid-uYe7QTiZmL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uYe7QTiZmL .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uYe7QTiZmL .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uYe7QTiZmL .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-uYe7QTiZmL .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uYe7QTiZmL .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uYe7QTiZmL .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYe7QTiZmL .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uYe7QTiZmL .image-element {
    padding: 0 15px;
  }
  .cid-uYe7QTiZmL .text-element {
    padding: 2rem 1rem;
  }
  .cid-uYe7QTiZmL .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-uYe7QTiZmL .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-uYe7QTiZmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYe7QTiZmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYe7QTTxKT {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYe7QTTxKT .item:focus,
.cid-uYe7QTTxKT span:focus {
  outline: none;
}
.cid-uYe7QTTxKT .item {
  cursor: pointer;
}
.cid-uYe7QTTxKT .grid-container {
  grid-row-gap: 26px;
}
.cid-uYe7QTTxKT .grid-container-1,
.cid-uYe7QTTxKT .grid-container-2 {
  gap: 0 26px;
}
.cid-uYe7QTTxKT .mbr-section-title {
  margin-bottom: 80px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uYe7QTTxKT .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uYe7QTTxKT .content-head {
  max-width: 800px;
}
.cid-uYe7QTTxKT .container,
.cid-uYe7QTTxKT .container-fluid {
  overflow: hidden;
}
.cid-uYe7QTTxKT .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uYe7QTTxKT .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uYe7QTTxKT .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uYe7QTTxKT .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uYe7QTTxKT .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uYe7QTTxKT .grid-container-1,
.cid-uYe7QTTxKT .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uYe7QTTxKT .grid-container-1 {
  align-items: flex-end;
}
.cid-uYe7QTTxKT .grid-container-2 {
  align-items: flex-start;
}
.cid-uYe7QUoJOI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #643910;
}
.cid-uYe7QUoJOI .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uYe7QUoJOI .first-column .mbr-text {
  margin: 0;
}
.cid-uYe7QUoJOI .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uYe7QUoJOI .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uYe7QUoJOI .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uYe7QUoJOI .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uYe7QUoJOI .form-group {
  max-width: 55%;
}
.cid-uYe7QUoJOI .form-group,
.cid-uYe7QUoJOI .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uYe7QUoJOI .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uYe7QUoJOI .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uYe7QUoJOI .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uYe7QUoJOI .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uYe7QUoJOI .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uYe7QUoJOI .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-uYe7QUoJOI .first-column,
  .cid-uYe7QUoJOI .second-column {
    padding-bottom: 2rem;
  }
  .cid-uYe7QUoJOI .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uYe7QUoJOI .first-column,
  .cid-uYe7QUoJOI .second-column,
  .cid-uYe7QUoJOI .third-column {
    text-align: center;
  }
  .cid-uYe7QUoJOI .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-uYe7QUoJOI .mbr-section-title,
.cid-uYe7QUoJOI .icons-wrapper {
  text-align: center;
}
.cid-uYe7QUoJOI .mbr-section-subtitle,
.cid-uYe7QUoJOI .icons-wrapper {
  text-align: center;
}
.cid-uYe7QUoJOI .mbr-text {
  text-align: center;
}
.cid-rDjz8daBJE .nav-item:focus,
.cid-rDjz8daBJE .nav-link:focus {
  outline: none;
}
.cid-rDjz8daBJE a.nav-link:focus {
  color: #a2784f !important;
}
.cid-rDjz8daBJE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #643910;
}
.cid-rDjz8daBJE .navbar.opened {
  transition: all .3s;
  background: #643910 !important;
}
.cid-rDjz8daBJE .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-rDjz8daBJE .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rDjz8daBJE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rDjz8daBJE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rDjz8daBJE .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rDjz8daBJE .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rDjz8daBJE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rDjz8daBJE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-rDjz8daBJE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rDjz8daBJE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rDjz8daBJE .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-rDjz8daBJE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rDjz8daBJE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rDjz8daBJE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rDjz8daBJE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rDjz8daBJE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rDjz8daBJE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rDjz8daBJE .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-rDjz8daBJE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rDjz8daBJE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rDjz8daBJE .navbar.navbar-short {
  background: #643910 !important;
  min-height: 60px;
}
.cid-rDjz8daBJE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rDjz8daBJE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rDjz8daBJE .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rDjz8daBJE .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-rDjz8daBJE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-rDjz8daBJE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rDjz8daBJE .dropdown-item.active,
.cid-rDjz8daBJE .dropdown-item:active {
  background-color: transparent;
}
.cid-rDjz8daBJE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rDjz8daBJE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rDjz8daBJE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rDjz8daBJE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-rDjz8daBJE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-rDjz8daBJE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rDjz8daBJE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rDjz8daBJE .navbar-buttons {
  text-align: center;
}
.cid-rDjz8daBJE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rDjz8daBJE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rDjz8daBJE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rDjz8daBJE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rDjz8daBJE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rDjz8daBJE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rDjz8daBJE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rDjz8daBJE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rDjz8daBJE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rDjz8daBJE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rDjz8daBJE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rDjz8daBJE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-rDjz8daBJE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rDjz8daBJE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rDjz8daBJE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rDjz8daBJE .nav-link:hover,
.cid-rDjz8daBJE .icons-menu .mbr-iconfont:hover {
  color: #a2784f !important;
}
.cid-rDjz8daBJE .dropdown-item:hover {
  color: #e6c8ab !important;
}
.cid-rDjz8daBJE .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #a2784f;
  transition: width 0.3s ease-in;
}
.cid-rDjz8daBJE .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-rDjz8daBJE .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-rDjz8daBJE .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-rDjz8daBJE .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-rDjz8daBJE .dropdown-menu {
    top: 100%;
  }
  .cid-rDjz8daBJE .dropdown-item {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 2px 5px #643910;
    background: #643910 !important;
  }
  .cid-rDjz8daBJE .dropdown-item:hover {
    background: #382009 !important;
  }
  .cid-rDjz8daBJE .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-rDjz8daBJE .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uWASNKe0b6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #643910;
}
.cid-uWASNKe0b6 .line {
  background-color: #84582e;
  color: #84582e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uWASNKe0b6 .mbr-text {
  margin: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uWASNKe0b6 .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uXlGrSnLM0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #84582e;
}
.cid-uXlGrSnLM0 .line {
  background-color: #84582e;
  color: #84582e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uXlGrSnLM0 .mbr-text {
  margin: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uXlGrSnLM0 .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uW3NZ5bjy3 {
  background: #ffffff;
}
.cid-uW3NZ5bjy3 .video-block {
  margin: auto;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .cid-uW3NZ5bjy3 .video-block {
    width: 100% !important;
    height: 100% !important;
  }
}
.cid-rDjCtzk46g {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rDjCtzk46g .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rDjCtzk46g .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rDjCtzk46g .title {
    width: 100% !important;
  }
}
.cid-uH6Odhrtv7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uH6Odhrtv7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uH6Odhrtv7 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uH6Odhrtv7 .title {
    width: 100% !important;
  }
}
.cid-uGYkSNSB1K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/14725614-245129702556450-6736853518528475596-n-768x576.jpg");
}
.cid-uGYkSNSB1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGYkSNSB1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGYkSNSB1K .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uGYkSNSB1K .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uGYkSNSB1K .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGYkSNSB1K .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uGYkSNSB1K .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGYkSNSB1K .mbr-section-title {
  color: #ffffff;
}
.cid-uGYkSNSB1K .mbr-section-title,
.cid-uGYkSNSB1K .title-wrapper {
  text-align: center;
}
.cid-uH8pnLolEF {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uH8pnLolEF .item:focus,
.cid-uH8pnLolEF span:focus {
  outline: none;
}
.cid-uH8pnLolEF .item {
  cursor: pointer;
}
.cid-uH8pnLolEF .grid-container {
  grid-row-gap: 26px;
}
.cid-uH8pnLolEF .grid-container-1,
.cid-uH8pnLolEF .grid-container-2 {
  gap: 0 26px;
}
.cid-uH8pnLolEF .mbr-section-title {
  margin-bottom: 80px;
  color: #84582e;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uH8pnLolEF .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uH8pnLolEF .content-head {
  max-width: 800px;
}
.cid-uH8pnLolEF .container,
.cid-uH8pnLolEF .container-fluid {
  overflow: hidden;
}
.cid-uH8pnLolEF .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uH8pnLolEF .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uH8pnLolEF .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uH8pnLolEF .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uH8pnLolEF .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uH8pnLolEF .grid-container-1,
.cid-uH8pnLolEF .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uH8pnLolEF .grid-container-1 {
  align-items: flex-end;
}
.cid-uH8pnLolEF .grid-container-2 {
  align-items: flex-start;
}
.cid-rDjzcMLHsW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a2784f;
}
.cid-rDjzcMLHsW .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-rDjzcMLHsW .card .card-img img {
  transition: all .5s;
}
.cid-rDjzcMLHsW .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rDjzcMLHsW .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-rDjzcMLHsW .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rDjzcMLHsW .first-card {
  display: block;
}
.cid-rDjzcMLHsW .first-card .card-wrapper {
  height: 100%;
}
.cid-rDjzcMLHsW .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-rDjzcMLHsW .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rDjzcMLHsW .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-rDjzcMLHsW .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-rDjzcMLHsW .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-rDjzcMLHsW .first-row,
.cid-rDjzcMLHsW .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-rDjzcMLHsW .first-row .card .card-wrapper,
.cid-rDjzcMLHsW .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-rDjzcMLHsW .first-row .card .card-wrapper .card-img,
.cid-rDjzcMLHsW .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-rDjzcMLHsW .first-row .card .card-wrapper .card-img img,
.cid-rDjzcMLHsW .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-rDjzcMLHsW .first-row,
  .cid-rDjzcMLHsW .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rDjzcMLHsW .first-row .card .card-wrapper .card-img,
  .cid-rDjzcMLHsW .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rDjzcMLHsW .first-row .card .card-wrapper .card-img img,
  .cid-rDjzcMLHsW .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-rDjzcMLHsW .first-row .caption,
.cid-rDjzcMLHsW .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-rDjzcMLHsW .first-row .caption .price,
.cid-rDjzcMLHsW .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-rDjzcMLHsW .first-row {
  padding-bottom: 1rem;
}
.cid-rDjzcMLHsW .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-rDjzcMLHsW .first-card,
  .cid-rDjzcMLHsW .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rDjzcMLHsW .first-card {
    padding-bottom: 2rem;
  }
  .cid-rDjzcMLHsW .only-first-row {
    height: 100%;
  }
}
.cid-rDjzcMLHsW .first-card-text,
.cid-rDjzcMLHsW .card-btn {
  text-align: center;
}
.cid-rDjzcMLHsW .main-title {
  color: #ffffff;
}
.cid-rDjzcMLHsW .main-subtitle,
.cid-rDjzcMLHsW .underline {
  color: #ffffff;
}
.cid-uHeQop05Qo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uHeQop05Qo .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-uHeQop05Qo .card .card-img img {
  transition: all .5s;
}
.cid-uHeQop05Qo .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uHeQop05Qo .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-uHeQop05Qo .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uHeQop05Qo .first-card {
  display: block;
}
.cid-uHeQop05Qo .first-card .card-wrapper {
  height: 100%;
}
.cid-uHeQop05Qo .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uHeQop05Qo .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHeQop05Qo .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-uHeQop05Qo .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uHeQop05Qo .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uHeQop05Qo .first-row,
.cid-uHeQop05Qo .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-uHeQop05Qo .first-row .card .card-wrapper,
.cid-uHeQop05Qo .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-uHeQop05Qo .first-row .card .card-wrapper .card-img,
.cid-uHeQop05Qo .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-uHeQop05Qo .first-row .card .card-wrapper .card-img img,
.cid-uHeQop05Qo .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-uHeQop05Qo .first-row,
  .cid-uHeQop05Qo .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHeQop05Qo .first-row .card .card-wrapper .card-img,
  .cid-uHeQop05Qo .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHeQop05Qo .first-row .card .card-wrapper .card-img img,
  .cid-uHeQop05Qo .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-uHeQop05Qo .first-row .caption,
.cid-uHeQop05Qo .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-uHeQop05Qo .first-row .caption .price,
.cid-uHeQop05Qo .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-uHeQop05Qo .first-row {
  padding-bottom: 1rem;
}
.cid-uHeQop05Qo .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uHeQop05Qo .first-card,
  .cid-uHeQop05Qo .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHeQop05Qo .first-card {
    padding-bottom: 2rem;
  }
  .cid-uHeQop05Qo .only-first-row {
    height: 100%;
  }
}
.cid-uHlxtantWy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a2784f;
}
.cid-uHlxtantWy .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-uHlxtantWy .card .card-img img {
  transition: all .5s;
}
.cid-uHlxtantWy .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uHlxtantWy .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-uHlxtantWy .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uHlxtantWy .first-card {
  display: block;
}
.cid-uHlxtantWy .first-card .card-wrapper {
  height: 100%;
}
.cid-uHlxtantWy .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-uHlxtantWy .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHlxtantWy .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-uHlxtantWy .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-uHlxtantWy .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-uHlxtantWy .first-row,
.cid-uHlxtantWy .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-uHlxtantWy .first-row .card .card-wrapper,
.cid-uHlxtantWy .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-uHlxtantWy .first-row .card .card-wrapper .card-img,
.cid-uHlxtantWy .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-uHlxtantWy .first-row .card .card-wrapper .card-img img,
.cid-uHlxtantWy .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-uHlxtantWy .first-row,
  .cid-uHlxtantWy .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHlxtantWy .first-row .card .card-wrapper .card-img,
  .cid-uHlxtantWy .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uHlxtantWy .first-row .card .card-wrapper .card-img img,
  .cid-uHlxtantWy .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-uHlxtantWy .first-row .caption,
.cid-uHlxtantWy .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-uHlxtantWy .first-row .caption .price,
.cid-uHlxtantWy .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-uHlxtantWy .first-row {
  padding-bottom: 1rem;
}
.cid-uHlxtantWy .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uHlxtantWy .first-card,
  .cid-uHlxtantWy .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHlxtantWy .first-card {
    padding-bottom: 2rem;
  }
  .cid-uHlxtantWy .only-first-row {
    height: 100%;
  }
}
.cid-uHlxtantWy .main-title {
  color: #ffffff;
}
.cid-uHlxtantWy .main-subtitle,
.cid-uHlxtantWy .underline {
  color: #ffffff;
}
.cid-uHeS6aKp8D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHeS6aKp8D .item:focus,
.cid-uHeS6aKp8D span:focus {
  outline: none;
}
.cid-uHeS6aKp8D .item {
  cursor: pointer;
}
.cid-uHeS6aKp8D .grid-container {
  grid-row-gap: 26px;
}
.cid-uHeS6aKp8D .grid-container-1,
.cid-uHeS6aKp8D .grid-container-2 {
  gap: 0 26px;
}
.cid-uHeS6aKp8D .mbr-section-title {
  margin-bottom: 80px;
  color: #84582e;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHeS6aKp8D .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHeS6aKp8D .content-head {
  max-width: 800px;
}
.cid-uHeS6aKp8D .container,
.cid-uHeS6aKp8D .container-fluid {
  overflow: hidden;
}
.cid-uHeS6aKp8D .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uHeS6aKp8D .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHeS6aKp8D .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uHeS6aKp8D .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-uHeS6aKp8D .grid-item img {
    min-width: 35vw;
    height: 140px;
  }
}
.cid-uHeS6aKp8D .grid-container-1,
.cid-uHeS6aKp8D .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uHeS6aKp8D .grid-container-1 {
  align-items: flex-end;
}
.cid-uHeS6aKp8D .grid-container-2 {
  align-items: flex-start;
}
.cid-uWASKkEaTd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dd2a7b;
}
.cid-uWASKkEaTd .line {
  background-color: #84582e;
  color: #84582e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uWASKkEaTd .mbr-text {
  margin: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uWASKkEaTd .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-uHf6QKrwZu {
  padding-top: 75px;
  padding-bottom: 75px;
  z-index: 1;
  background-image: url("../../../assets/images/pxl-20240905-1641053452.jpg-2000x1506.jpg");
}
.cid-uHf6QKrwZu .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uHf6QKrwZu .mbr-text {
  margin: 0;
}
.cid-uHf6QKrwZu .check-in-input,
.cid-uHf6QKrwZu .check-out-input,
.cid-uHf6QKrwZu .guests .date-col span {
  cursor: pointer;
}
.cid-uHf6QKrwZu .content-wrap {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-uHf6QKrwZu .content-wrap .first-item,
.cid-uHf6QKrwZu .content-wrap .second-item {
  padding: 1.5rem;
}
.cid-uHf6QKrwZu .content-wrap .first-item {
  background: #84582e;
}
.cid-uHf6QKrwZu .content-wrap .first-item .item-text {
  text-align: center;
}
.cid-uHf6QKrwZu .content-wrap .first-item .item-btn .btn {
  margin-left: 4px !important;
}
.cid-uHf6QKrwZu .content-wrap .second-item {
  background: #c19b76;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uHf6QKrwZu .content-wrap .second-item .check-text {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 0;
}
.cid-uHf6QKrwZu .content-wrap .second-item .check-out {
  border-top: 2px solid #000000 !important;
}
.cid-uHf6QKrwZu .input-wrap {
  background: #fcfcfc;
}
.cid-uHf6QKrwZu .booking-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHf6QKrwZu .booking-datepicker .mbr-form .input-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.cid-uHf6QKrwZu .booking-datepicker .mbr-form .input-wrap input {
  border: none !important;
  border-radius: 0;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-uHf6QKrwZu .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-uHf6QKrwZu .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-uHf6QKrwZu .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-uHf6QKrwZu .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-uHf6QKrwZu .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-uHf6QKrwZu .booking-datepicker .mbr-form .input-wrap input:focus {
  box-shadow: none;
}
.cid-uHf6QKrwZu .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-uHf6QKrwZu .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-uHf6QKrwZu .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-uHf6QKrwZu .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-uHf6QKrwZu .booking-datepicker .mbr-form .input-wrap .date-row .date-col {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHf6QKrwZu .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-uHf6QKrwZu .booking-datepicker .mbr-form .mbr-section-btn {
  display: flex;
}
.cid-uHf6QKrwZu .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
  width: 100%;
}
.cid-uHf6QKrwZu .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  width: 100%;
  margin: 0;
  line-height: 18px;
  font-weight: 300;
}
.cid-uHf6QKrwZu .email input {
  width: 100%;
  border: none !important;
  outline: none;
  padding: 10px 15px;
}
.cid-uHf6QKrwZu .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-uHf6QKrwZu .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-uHf6QKrwZu .datepicker .active.day {
  background-color: #cccccc !important;
  color: #ffffff !important;
}
.cid-uHf6QKrwZu .datepicker:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uHf6QKrwZu .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-uHf6QKrwZu .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-uHf6QKrwZu .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-uHf6QKrwZu .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-uHf6QKrwZu .email input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .cid-uHf6QKrwZu .booking-datepicker input:not(.guests-input):not([name='email']) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 991px) {
  .cid-uHf6QKrwZu .booking-datepicker {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-uHf6QKrwZu .datepicker {
    left: 10% !important;
  }
}
.cid-uHf6QKrwZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHf6QKrwZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHlwSSmVab {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/pxl-20240123-170829115.portrait.jpg-2000x3556.jpg");
}
.cid-uHlwSSmVab .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uHlwSSmVab .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uHlwSSmVab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHlwSSmVab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rDjVveYNjV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #643910;
}
.cid-rDjVveYNjV .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-rDjVveYNjV .first-column .mbr-text {
  margin: 0;
}
.cid-rDjVveYNjV .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-rDjVveYNjV .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-rDjVveYNjV .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-rDjVveYNjV .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-rDjVveYNjV .form-group {
  max-width: 55%;
}
.cid-rDjVveYNjV .form-group,
.cid-rDjVveYNjV .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rDjVveYNjV .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-rDjVveYNjV .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-rDjVveYNjV .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-rDjVveYNjV .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-rDjVveYNjV .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-rDjVveYNjV .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-rDjVveYNjV .first-column,
  .cid-rDjVveYNjV .second-column {
    padding-bottom: 2rem;
  }
  .cid-rDjVveYNjV .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rDjVveYNjV .first-column,
  .cid-rDjVveYNjV .second-column,
  .cid-rDjVveYNjV .third-column {
    text-align: center;
  }
  .cid-rDjVveYNjV .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-rDjVveYNjV .mbr-section-title,
.cid-rDjVveYNjV .icons-wrapper {
  text-align: center;
}
.cid-rDjVveYNjV .mbr-section-subtitle,
.cid-rDjVveYNjV .icons-wrapper {
  text-align: center;
}
.cid-rDjVveYNjV .mbr-text {
  text-align: center;
}
