body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Mukta', sans-serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Mukta', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.36rem;
}
.display-5 {
  font-family: 'Mukta', sans-serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Mukta', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #e6c8ab !important;
}
.bg-success {
  background-color: #92bda3 !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: #e6c8ab !important;
  border-color: #e6c8ab !important;
  color: #714821 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #714821 !important;
  background-color: #d4a170 !important;
  border-color: #d4a170 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #714821 !important;
  background-color: #d4a170 !important;
  border-color: #d4a170 !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: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !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: #cf955c !important;
  color: #cf955c !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #714821 !important;
  background-color: #e6c8ab !important;
  border-color: #e6c8ab !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #714821 !important;
  background-color: #e6c8ab !important;
  border-color: #e6c8ab !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: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !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: #e6c8ab !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #92bda3 !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: #cf955c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !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: #e6c8ab;
  border-color: #e6c8ab;
  color: #845527;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e6c8ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.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*/
.form-control {
  font-family: 'Mukta', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e6c8ab;
}
/* 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: #e6c8ab;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e6c8ab;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e6c8ab;
  color: #000000;
}
.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: #e6c8ab;
  border-bottom-color: #e6c8ab;
}
.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: #e6c8ab !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='%23e6c8ab' %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-rzMgHGam4n .nav-item:focus,
.cid-rzMgHGam4n .nav-link:focus {
  outline: none;
}
.cid-rzMgHGam4n a.nav-link:focus {
  color: #e6c8ab !important;
}
.cid-rzMgHGam4n .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-rzMgHGam4n .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-rzMgHGam4n .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-rzMgHGam4n .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-rzMgHGam4n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzMgHGam4n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-rzMgHGam4n .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rzMgHGam4n .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMgHGam4n .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-rzMgHGam4n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-rzMgHGam4n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rzMgHGam4n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMgHGam4n .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMgHGam4n .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-rzMgHGam4n .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMgHGam4n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-rzMgHGam4n .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rzMgHGam4n .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rzMgHGam4n .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-rzMgHGam4n .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMgHGam4n .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMgHGam4n .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-rzMgHGam4n .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-rzMgHGam4n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-rzMgHGam4n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMgHGam4n .dropdown-item.active,
.cid-rzMgHGam4n .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMgHGam4n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMgHGam4n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMgHGam4n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMgHGam4n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-rzMgHGam4n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-rzMgHGam4n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMgHGam4n ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzMgHGam4n .navbar-buttons {
  text-align: center;
}
.cid-rzMgHGam4n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c8ab;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMgHGam4n .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-rzMgHGam4n a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-rzMgHGam4n .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMgHGam4n .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-rzMgHGam4n .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rzMgHGam4n .nav-link:hover,
.cid-rzMgHGam4n .icons-menu .mbr-iconfont:hover {
  color: #e6c8ab !important;
}
.cid-rzMgHGam4n .dropdown-item:hover {
  color: #878787 !important;
}
.cid-rzMgHGam4n .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #e6c8ab;
  transition: width 0.3s ease-in;
}
.cid-rzMgHGam4n .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-rzMgHGam4n .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-rzMgHGam4n .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-rzMgHGam4n .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-rzMgHGam4n .dropdown-menu {
    top: 100%;
  }
  .cid-rzMgHGam4n .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-rzMgHGam4n .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-rzMgHGam4n .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
}
.cid-tParutcjrR .modal-body .close {
  background: #1b1b1b;
}
.cid-tParutcjrR .modal-body .close span {
  font-style: normal;
}
.cid-tParutcjrR .carousel-inner > .active,
.cid-tParutcjrR .carousel-inner > .next,
.cid-tParutcjrR .carousel-inner > .prev {
  display: flex;
}
.cid-tParutcjrR .carousel-control .icon-next,
.cid-tParutcjrR .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tParutcjrR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tParutcjrR .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tParutcjrR .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tParutcjrR .boxed-slider > div {
  position: relative;
}
.cid-tParutcjrR .container img {
  width: 100%;
}
.cid-tParutcjrR .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tParutcjrR .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tParutcjrR .mbr-table-cell {
  padding: 0;
}
.cid-tParutcjrR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tParutcjrR .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tParutcjrR .mbr-overlay {
  z-index: 1;
}
.cid-tParutcjrR .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tParutcjrR .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tParutcjrR .carousel-item.active.right,
.cid-tParutcjrR .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tParutcjrR .carousel-item.active.left,
.cid-tParutcjrR .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tParutcjrR .carousel-item.active,
.cid-tParutcjrR .carousel-item.next.left,
.cid-tParutcjrR .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tParutcjrR .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: #232323;
  opacity: .8;
  border-radius: 0;
  transition: all .3s;
  z-index: 11;
}
.cid-tParutcjrR .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-tParutcjrR .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-tParutcjrR .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
.cid-tParutcjrR .mbr-slider .carousel-control:hover {
  background-color: #e6c8ab;
}
@media (max-width: 767px) {
  .cid-tParutcjrR .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tParutcjrR .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tParutcjrR .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tParutcjrR .mbr-slider .carousel-indicators li.active,
.cid-tParutcjrR .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: #e6c8ab;
}
.cid-tParutcjrR .mbr-slider .carousel-indicators li::after,
.cid-tParutcjrR .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tParutcjrR .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tParutcjrR .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tParutcjrR .mbr-slider > .container img {
  width: 100%;
}
.cid-tParutcjrR .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tParutcjrR .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tParutcjrR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tParutcjrR .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tParutcjrR .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tParutcjrR .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tParutcjrR .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tParutcjrR .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tParutcjrR .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tParutcjrR .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tParutcjrR .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tParutcjrR .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tParutcjrR .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tParutcjrR H2 {
  color: #e6c8ab;
}
.cid-tP5WCqnLLn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tP5WCqnLLn .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tP5WCqnLLn .mbr-text {
  margin: 0;
  padding: 2rem 0;
  color: #709faf;
}
@media (max-width: 768px) {
  .cid-tP5WCqnLLn .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-tP5WB0Rjlf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPbLbJyu3z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tPbLbJyu3z .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-tPbLbJyu3z .card .card-img span {
  color: #c19b76;
  font-size: 45px;
}
.cid-tPbLbJyu3z .card .card-title {
  letter-spacing: 1px;
}
.cid-tPbLbJyu3z .card-title {
  margin: 0;
}
.cid-tPbLbJyu3z .mbr-text,
.cid-tPbLbJyu3z .card-title {
  color: #878787;
}
.cid-tPbLbJyu3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbLbJyu3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPblcXODim .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-tPblcXODim .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tPblcXODim .btn-wrap {
  width: 100%;
}
.cid-tPblcXODim .mbr-media.show-modal {
  cursor: pointer;
  display: inline-block;
  height: 4em;
  width: 4em;
}
.cid-tPblcXODim .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tPblcXODim .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tPblcXODim .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tPblcXODim a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tPblcXODim a.close:hover {
  color: #ffffff;
}
.cid-tPblcXODim .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPblcXODim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/whatsapp-image-2023-08-21-at-18.38.31-1-1600x1067.jpg");
}
.cid-tPblcXODim H1 {
  color: #e6c8ab;
}
.cid-tPblcXODim H2 {
  color: #efefef;
}
.cid-tPbqbrYUME {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1eeea;
}
.cid-tPbqbrYUME img {
  width: 90%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPbqbrYUME img {
    width: 100%;
  }
  .cid-tPbqbrYUME .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-tPbqbrYUME ol {
  padding: 0;
  margin: 0;
}
.cid-tPbqbrYUME li {
  padding-bottom: 1rem;
  line-height: 1.4;
}
.cid-tPbqbrYUME .counter-container2 ol {
  counter-reset: start 4;
}
.cid-tPbqbrYUME .counter-container2 li {
  display: block;
}
.cid-tPbqbrYUME .counter-container2 li:before {
  content: counter(start) '. ';
  counter-increment: start;
}
.cid-tPbqbrYUME .counter-container1 ol {
  counter-reset: start 0;
}
.cid-tPbqbrYUME .counter-container1 li {
  display: block;
}
.cid-tPbqbrYUME .counter-container1 li:before {
  content: counter(start) '. ';
  counter-increment: start;
}
.cid-tPbqbrYUME li:before {
  color: #e6c8ab;
}
.cid-tPbqbrYUME .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbqbrYUME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPbqbrYUME H3 {
  color: #a2784f;
}
.cid-tPbqbrYUME .text {
  color: #626161;
}
.cid-tPbqbrYUME .counter-container {
  color: #000000;
}
.cid-tPao4uLcL8 {
  padding-top: 0px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f1eeea;
}
.cid-tPao4uLcL8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tPao4uLcL8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPao4uLcL8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tPao4uLcL8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tPao4uLcL8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #909090;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #909090, #000000);
}
.cid-tPao4uLcL8 .icon-focus,
.cid-tPao4uLcL8 .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tPao4uLcL8 .icon-focus:before,
.cid-tPao4uLcL8 .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tPao4uLcL8 .icon-video {
  font-size: 1.5rem !important;
}
.cid-tPao4uLcL8 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  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-tPao4uLcL8 ul {
  font-size: 0;
}
.cid-tPao4uLcL8 .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tPao4uLcL8 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tPao4uLcL8 .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #84582e !important;
}
.cid-tPao4uLcL8 .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tPao4uLcL8 .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tPao4uLcL8 .mbr-gallery-filter ul li.active .btn:after {
  border-color: #84582e;
}
.cid-tPao4uLcL8 .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tPao4uLcL8 .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tPao4uLcL8 .mbr-gallery-filter ul li:first-child,
.cid-tPao4uLcL8 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tPao4uLcL8 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tPao4uLcL8 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tPao4uLcL8 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: center;
}
.cid-tPao4uLcL8 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tPao4uLcL8 .mbr-section-title b:last-child,
.cid-tPao4uLcL8 .mbr-section-title strong:last-child {
  color: #a2784f;
}
.cid-tPao4uLcL8 .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-tPao4uLcL8 .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-tPao4uLcL8 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tPao4uLcL8 .mbr-section-subtitle {
  text-align: center;
}
.cid-tPao4uLcL8 .mbr-section-title,
.cid-tPao4uLcL8 .mbr-gallery-filter ul {
  text-align: center;
}
.cid-tP5T4GXHtM {
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 1;
  background-image: url("../../../assets/images/foto-foe-13-1038x692.jpg");
}
.cid-tP5T4GXHtM .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tP5T4GXHtM .mbr-text {
  margin: 0;
}
.cid-tP5T4GXHtM .check-in-input,
.cid-tP5T4GXHtM .check-out-input,
.cid-tP5T4GXHtM .guests .date-col span {
  cursor: pointer;
}
.cid-tP5T4GXHtM .content-wrap {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-tP5T4GXHtM .content-wrap .first-item,
.cid-tP5T4GXHtM .content-wrap .second-item {
  padding: 1.5rem;
}
.cid-tP5T4GXHtM .content-wrap .first-item {
  background: #c19b76;
}
.cid-tP5T4GXHtM .content-wrap .first-item .item-text {
  text-align: center;
}
.cid-tP5T4GXHtM .content-wrap .first-item .item-btn .btn {
  margin-left: 4px !important;
}
.cid-tP5T4GXHtM .content-wrap .second-item {
  background: #c19b76;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tP5T4GXHtM .content-wrap .second-item .check-text {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 0;
}
.cid-tP5T4GXHtM .content-wrap .second-item .check-out {
  border-top: 2px solid #ffffff !important;
}
.cid-tP5T4GXHtM .input-wrap {
  background: #fcfcfc;
}
.cid-tP5T4GXHtM .booking-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tP5T4GXHtM .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-tP5T4GXHtM .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-tP5T4GXHtM .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-tP5T4GXHtM .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-tP5T4GXHtM .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-tP5T4GXHtM .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-tP5T4GXHtM .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-tP5T4GXHtM .booking-datepicker .mbr-form .input-wrap input:focus {
  box-shadow: none;
}
.cid-tP5T4GXHtM .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #709faf;
}
.cid-tP5T4GXHtM .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #709faf;
  z-index: 1;
}
.cid-tP5T4GXHtM .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-tP5T4GXHtM .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-tP5T4GXHtM .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-tP5T4GXHtM .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-tP5T4GXHtM .booking-datepicker .mbr-form .mbr-section-btn {
  display: flex;
}
.cid-tP5T4GXHtM .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
  width: 100%;
}
.cid-tP5T4GXHtM .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  width: 100%;
  margin: 0;
  line-height: 18px;
  font-weight: 300;
}
.cid-tP5T4GXHtM .email input {
  width: 100%;
  border: none !important;
  outline: none;
  padding: 10px 15px;
}
.cid-tP5T4GXHtM .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-tP5T4GXHtM .datepicker {
  background-color: #fcfcfc;
  color: #709faf;
}
.cid-tP5T4GXHtM .datepicker .active.day {
  background-color: #ff9a8a !important;
  color: #ffffff !important;
}
.cid-tP5T4GXHtM .datepicker:after {
  border-top-color: #fcfcfc !important;
  border-bottom-color: #fcfcfc !important;
}
@media (max-width: 767px) {
  .cid-tP5T4GXHtM .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-tP5T4GXHtM .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-tP5T4GXHtM .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-tP5T4GXHtM .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-tP5T4GXHtM .email input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .cid-tP5T4GXHtM .booking-datepicker input:not(.guests-input):not([name='email']) {
    border-right: 1px solid #709faf !important;
  }
  .cid-tP5T4GXHtM .booking-datepicker input:not(.guests-input):not([name='email']):not([name='phone']) {
    border-right: 1px solid #709faf !important;
  }
}
@media (max-width: 991px) {
  .cid-tP5T4GXHtM .booking-datepicker {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-tP5T4GXHtM .datepicker {
    left: 10% !important;
  }
}
.cid-tP5T4GXHtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP5T4GXHtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP5T4GXHtM .label {
  color: #84582e;
}
.cid-tP5T4GXHtM .first-item-title {
  color: #000000;
  text-align: center;
}
.cid-tP5T4GXHtM .item-text,
.cid-tP5T4GXHtM .item-btn {
  color: #000000;
}
.cid-tP5T4GXHtM .mbr-section-subtitle,
.cid-tP5T4GXHtM .underline {
  color: #e6c8ab;
}
.cid-tPghY08bUB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f1eeea;
}
.cid-tPghY08bUB .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tPghY08bUB .mbr-section-title {
  color: #24262b;
}
.cid-tPghY08bUB .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tPghY08bUB .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-tPghY08bUB .card {
    padding: 1rem !important;
  }
}
.cid-tPghY08bUB .card:hover {
  transform: translateY(-1rem);
}
.cid-tPghY08bUB .card img {
  max-width: 120px;
  height: auto;
}
.cid-tPbIzV4Mal {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #f1eeea;
}
.cid-tPbIzV4Mal .line {
  background-color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tPbIzV4Mal .mbr-text {
  color: #487f91;
}
.cid-rzMgJD6sEt {
  background-color: #000000;
}
.cid-rzMgJD6sEt .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rzMgJD6sEt .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rzMgJD6sEt .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMgJD6sEt .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-rzMgJD6sEt .image-element {
    padding-left: 0;
  }
}
.cid-rzMgJD6sEt .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-rzMgJD6sEt .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-rzMgJD6sEt .brown {
  color: #c19b76;
}
.cid-rzMgJD6sEt .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-rzMgJD6sEt .paragraphs-wrapper .first-paragraph,
.cid-rzMgJD6sEt .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-rzMgJD6sEt .image-element {
    padding-top: 1rem;
  }
  .cid-rzMgJD6sEt .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzMgJD6sEt .paragraphs-wrapper .first-paragraph,
  .cid-rzMgJD6sEt .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-rzMgJD6sEt .first-paragraph,
  .cid-rzMgJD6sEt .second-paragraph {
    width: 50%;
  }
  .cid-rzMgJD6sEt .first-paragraph {
    padding-right: .5rem;
  }
  .cid-rzMgJD6sEt .second-paragraph {
    padding-left: .5rem;
  }
  .cid-rzMgJD6sEt .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rzMgJD6sEt .mbr-section-title,
  .cid-rzMgJD6sEt .mbr-section-btn {
    text-align: left;
  }
}
.cid-rzMgJD6sEt .mbr-text,
.cid-rzMgJD6sEt .mbr-section-btn {
  color: #ffffff;
}
.cid-tP9M4z0O9V {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #f1eeea;
}
.cid-tP9M4z0O9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP9M4z0O9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tP9M4z0O9V .row {
    flex-direction: column-reverse;
  }
  .cid-tP9M4z0O9V .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tP9M4z0O9V .google-map {
  height: 100%;
  position: relative;
}
.cid-tP9M4z0O9V .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tP9M4z0O9V .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tP9M4z0O9V .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tP9M4z0O9V .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tP9M4z0O9V .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tP9M4z0O9V .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #2b6477;
}
.cid-tP9M4z0O9V .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tP9M4z0O9V .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tP9M4z0O9V .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tP9M4z0O9V .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #e6c8ab;
}
.cid-tP9M4z0O9V P {
  color: #e6c8ab;
}
.cid-tP9M4z0O9V .mbr-section-title {
  color: #444444;
}
.cid-tP9M4z0O9V .mbr-section-subtitle {
  color: #84582e;
}
.cid-tP9M4z0O9V .card-title {
  color: #ffffff;
}
.cid-tP9REcAOI3 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tP9REcAOI3 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tP9REcAOI3 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tP9REcAOI3 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-tP9REcAOI3 .text-wrap .icons-wrap .icon-wrapper {
  background: #232323;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #444444;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-tP9REcAOI3 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #84582e;
  border-color: #84582e;
}
.cid-tP9REcAOI3 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #a69e9e;
}
.cid-tP9REcAOI3 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #cccccc;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-tP9REcAOI3 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #444444;
}
@media (max-width: 992px) {
  .cid-tP9REcAOI3 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-tP9REcAOI3 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #444444;
}
@media (max-width: 992px) {
  .cid-tP9REcAOI3 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-tP9REcAOI3 .mbr-text {
  color: #d8d7d7;
}
#custom-html-2s .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 140px;
  right: 60px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #fff;
  z-index: 100;
}
#custom-html-2s .my-float {
  margin-top: 16px;
}
.cid-tPxxoK9wY7 .nav-item:focus,
.cid-tPxxoK9wY7 .nav-link:focus {
  outline: none;
}
.cid-tPxxoK9wY7 a.nav-link:focus {
  color: #e6c8ab !important;
}
.cid-tPxxoK9wY7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-tPxxoK9wY7 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tPxxoK9wY7 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-tPxxoK9wY7 .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-tPxxoK9wY7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPxxoK9wY7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tPxxoK9wY7 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tPxxoK9wY7 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tPxxoK9wY7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tPxxoK9wY7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPxxoK9wY7 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tPxxoK9wY7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPxxoK9wY7 .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-tPxxoK9wY7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPxxoK9wY7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-tPxxoK9wY7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tPxxoK9wY7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPxxoK9wY7 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tPxxoK9wY7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tPxxoK9wY7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPxxoK9wY7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPxxoK9wY7 .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-tPxxoK9wY7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tPxxoK9wY7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPxxoK9wY7 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-tPxxoK9wY7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tPxxoK9wY7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tPxxoK9wY7 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tPxxoK9wY7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tPxxoK9wY7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tPxxoK9wY7 .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-tPxxoK9wY7 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tPxxoK9wY7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tPxxoK9wY7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPxxoK9wY7 .dropdown-item.active,
.cid-tPxxoK9wY7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tPxxoK9wY7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPxxoK9wY7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPxxoK9wY7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPxxoK9wY7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tPxxoK9wY7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tPxxoK9wY7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPxxoK9wY7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPxxoK9wY7 .navbar-buttons {
  text-align: center;
}
.cid-tPxxoK9wY7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPxxoK9wY7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c8ab;
}
.cid-tPxxoK9wY7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPxxoK9wY7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPxxoK9wY7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPxxoK9wY7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPxxoK9wY7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPxxoK9wY7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPxxoK9wY7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPxxoK9wY7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPxxoK9wY7 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tPxxoK9wY7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tPxxoK9wY7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tPxxoK9wY7 .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-tPxxoK9wY7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-tPxxoK9wY7 .nav-link:hover,
.cid-tPxxoK9wY7 .icons-menu .mbr-iconfont:hover {
  color: #e6c8ab !important;
}
.cid-tPxxoK9wY7 .dropdown-item:hover {
  color: #878787 !important;
}
.cid-tPxxoK9wY7 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #e6c8ab;
  transition: width 0.3s ease-in;
}
.cid-tPxxoK9wY7 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-tPxxoK9wY7 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tPxxoK9wY7 .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-tPxxoK9wY7 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tPxxoK9wY7 .dropdown-menu {
    top: 100%;
  }
  .cid-tPxxoK9wY7 .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-tPxxoK9wY7 .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-tPxxoK9wY7 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
}
.cid-tPxxoGd7xL {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/unnamed-2-1536x2048.jpeg");
}
.cid-tPxxoGd7xL .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-tPxxoGd7xL .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tPxxoGd7xL .btn-wrap {
  width: 100%;
}
.cid-tPxxoGd7xL .mbr-media.show-modal {
  cursor: pointer;
  display: inline-block;
  height: 4em;
  width: 4em;
}
.cid-tPxxoGd7xL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tPxxoGd7xL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tPxxoGd7xL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tPxxoGd7xL a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tPxxoGd7xL a.close:hover {
  color: #ffffff;
}
.cid-tPxxoGd7xL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPxxoGd7xL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPxxoGd7xL H2 {
  color: #e6c8ab;
}
.cid-tPxxoGU6eb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1eeea;
}
.cid-tPxxoGU6eb .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tPxxoGU6eb .mbr-section-title {
  color: #24262b;
}
.cid-tPxxoGU6eb .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tPxxoGU6eb .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-tPxxoGU6eb .card {
    padding: 1rem !important;
  }
}
.cid-tPxxoGU6eb .card:hover {
  transform: translateY(-1rem);
}
.cid-tPxxoGU6eb .card img {
  max-width: 120px;
  height: auto;
}
.cid-tPxxIors0e {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #f1eeea;
}
.cid-tPxxIors0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPxxIors0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPxxIors0e .mbr-section-title {
  color: #84582e;
}
.cid-tPxxoKMEMd {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tPxxoKMEMd .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tPxxoKMEMd .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tPxxoKMEMd .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-tPxxoKMEMd .text-wrap .icons-wrap .icon-wrapper {
  background: #232323;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #444444;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-tPxxoKMEMd .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #84582e;
  border-color: #84582e;
}
.cid-tPxxoKMEMd .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #a69e9e;
}
.cid-tPxxoKMEMd .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #cccccc;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-tPxxoKMEMd .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #444444;
}
@media (max-width: 992px) {
  .cid-tPxxoKMEMd .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-tPxxoKMEMd .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #444444;
}
@media (max-width: 992px) {
  .cid-tPxxoKMEMd .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-tPxxoKMEMd .mbr-text {
  color: #d8d7d7;
}
.cid-tPxE7NLWma .nav-item:focus,
.cid-tPxE7NLWma .nav-link:focus {
  outline: none;
}
.cid-tPxE7NLWma a.nav-link:focus {
  color: #e6c8ab !important;
}
.cid-tPxE7NLWma .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-tPxE7NLWma .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tPxE7NLWma .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-tPxE7NLWma .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-tPxE7NLWma .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPxE7NLWma .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tPxE7NLWma .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tPxE7NLWma .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tPxE7NLWma .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tPxE7NLWma .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPxE7NLWma .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tPxE7NLWma .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPxE7NLWma .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-tPxE7NLWma .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPxE7NLWma .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-tPxE7NLWma .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tPxE7NLWma .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPxE7NLWma .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tPxE7NLWma .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tPxE7NLWma .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPxE7NLWma .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPxE7NLWma .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-tPxE7NLWma .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tPxE7NLWma .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPxE7NLWma .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-tPxE7NLWma .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tPxE7NLWma .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tPxE7NLWma .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tPxE7NLWma .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tPxE7NLWma .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tPxE7NLWma .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-tPxE7NLWma .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tPxE7NLWma .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tPxE7NLWma .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPxE7NLWma .dropdown-item.active,
.cid-tPxE7NLWma .dropdown-item:active {
  background-color: transparent;
}
.cid-tPxE7NLWma .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPxE7NLWma .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPxE7NLWma .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPxE7NLWma .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tPxE7NLWma .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tPxE7NLWma .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPxE7NLWma ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPxE7NLWma .navbar-buttons {
  text-align: center;
}
.cid-tPxE7NLWma button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPxE7NLWma button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c8ab;
}
.cid-tPxE7NLWma button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPxE7NLWma button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPxE7NLWma button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPxE7NLWma button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPxE7NLWma nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPxE7NLWma nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPxE7NLWma nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPxE7NLWma nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPxE7NLWma .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tPxE7NLWma a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tPxE7NLWma .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tPxE7NLWma .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-tPxE7NLWma .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-tPxE7NLWma .nav-link:hover,
.cid-tPxE7NLWma .icons-menu .mbr-iconfont:hover {
  color: #e6c8ab !important;
}
.cid-tPxE7NLWma .dropdown-item:hover {
  color: #878787 !important;
}
.cid-tPxE7NLWma .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #e6c8ab;
  transition: width 0.3s ease-in;
}
.cid-tPxE7NLWma .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-tPxE7NLWma .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tPxE7NLWma .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-tPxE7NLWma .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tPxE7NLWma .dropdown-menu {
    top: 100%;
  }
  .cid-tPxE7NLWma .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-tPxE7NLWma .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-tPxE7NLWma .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
}
.cid-tPxE7LsKUc {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/whatsapp-image-2023-09-18-at-13.08.24-1024x576.jpg");
}
.cid-tPxE7LsKUc .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-tPxE7LsKUc .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tPxE7LsKUc .btn-wrap {
  width: 100%;
}
.cid-tPxE7LsKUc .mbr-media.show-modal {
  cursor: pointer;
  display: inline-block;
  height: 4em;
  width: 4em;
}
.cid-tPxE7LsKUc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tPxE7LsKUc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tPxE7LsKUc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tPxE7LsKUc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tPxE7LsKUc a.close:hover {
  color: #ffffff;
}
.cid-tPxE7LsKUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPxE7LsKUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPxE7LsKUc H2 {
  color: #e6c8ab;
}
.cid-tPxE7Mm0wB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1eeea;
}
.cid-tPxE7Mm0wB .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tPxE7Mm0wB .mbr-section-title {
  color: #24262b;
}
.cid-tPxE7Mm0wB .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tPxE7Mm0wB .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-tPxE7Mm0wB .card {
    padding: 1rem !important;
  }
}
.cid-tPxE7Mm0wB .card:hover {
  transform: translateY(-1rem);
}
.cid-tPxE7Mm0wB .card img {
  max-width: 120px;
  height: auto;
}
.cid-tPxE7N0K4Y {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #f1eeea;
}
.cid-tPxE7N0K4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPxE7N0K4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPxE7N0K4Y .mbr-section-title {
  color: #84582e;
}
.cid-tPxE7OwBpp {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tPxE7OwBpp .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tPxE7OwBpp .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tPxE7OwBpp .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-tPxE7OwBpp .text-wrap .icons-wrap .icon-wrapper {
  background: #232323;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #444444;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-tPxE7OwBpp .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #84582e;
  border-color: #84582e;
}
.cid-tPxE7OwBpp .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #a69e9e;
}
.cid-tPxE7OwBpp .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #cccccc;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-tPxE7OwBpp .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #444444;
}
@media (max-width: 992px) {
  .cid-tPxE7OwBpp .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-tPxE7OwBpp .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #444444;
}
@media (max-width: 992px) {
  .cid-tPxE7OwBpp .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-tPxE7OwBpp .mbr-text {
  color: #d8d7d7;
}
.cid-tPmcbQ9V6m .nav-item:focus,
.cid-tPmcbQ9V6m .nav-link:focus {
  outline: none;
}
.cid-tPmcbQ9V6m a.nav-link:focus {
  color: #e6c8ab !important;
}
.cid-tPmcbQ9V6m .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-tPmcbQ9V6m .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tPmcbQ9V6m .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-tPmcbQ9V6m .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-tPmcbQ9V6m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPmcbQ9V6m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tPmcbQ9V6m .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tPmcbQ9V6m .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tPmcbQ9V6m .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tPmcbQ9V6m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPmcbQ9V6m .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tPmcbQ9V6m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPmcbQ9V6m .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-tPmcbQ9V6m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPmcbQ9V6m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-tPmcbQ9V6m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tPmcbQ9V6m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPmcbQ9V6m .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tPmcbQ9V6m .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tPmcbQ9V6m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPmcbQ9V6m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPmcbQ9V6m .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-tPmcbQ9V6m .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tPmcbQ9V6m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPmcbQ9V6m .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-tPmcbQ9V6m .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tPmcbQ9V6m .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tPmcbQ9V6m .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tPmcbQ9V6m .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tPmcbQ9V6m .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tPmcbQ9V6m .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-tPmcbQ9V6m .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tPmcbQ9V6m .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tPmcbQ9V6m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPmcbQ9V6m .dropdown-item.active,
.cid-tPmcbQ9V6m .dropdown-item:active {
  background-color: transparent;
}
.cid-tPmcbQ9V6m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPmcbQ9V6m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPmcbQ9V6m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPmcbQ9V6m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tPmcbQ9V6m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tPmcbQ9V6m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPmcbQ9V6m ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tPmcbQ9V6m .navbar-buttons {
  text-align: center;
}
.cid-tPmcbQ9V6m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPmcbQ9V6m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c8ab;
}
.cid-tPmcbQ9V6m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tPmcbQ9V6m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tPmcbQ9V6m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tPmcbQ9V6m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tPmcbQ9V6m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPmcbQ9V6m nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tPmcbQ9V6m nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tPmcbQ9V6m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tPmcbQ9V6m .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tPmcbQ9V6m a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tPmcbQ9V6m .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tPmcbQ9V6m .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-tPmcbQ9V6m .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-tPmcbQ9V6m .nav-link:hover,
.cid-tPmcbQ9V6m .icons-menu .mbr-iconfont:hover {
  color: #e6c8ab !important;
}
.cid-tPmcbQ9V6m .dropdown-item:hover {
  color: #878787 !important;
}
.cid-tPmcbQ9V6m .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #e6c8ab;
  transition: width 0.3s ease-in;
}
.cid-tPmcbQ9V6m .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-tPmcbQ9V6m .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tPmcbQ9V6m .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-tPmcbQ9V6m .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tPmcbQ9V6m .dropdown-menu {
    top: 100%;
  }
  .cid-tPmcbQ9V6m .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-tPmcbQ9V6m .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-tPmcbQ9V6m .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
}
.cid-tPxwBYlYe9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/000-1640x1093.jpg");
}
.cid-tPxwBYlYe9 .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-tPxwBYlYe9 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tPxwBYlYe9 .btn-wrap {
  width: 100%;
}
.cid-tPxwBYlYe9 .mbr-media.show-modal {
  cursor: pointer;
  display: inline-block;
  height: 4em;
  width: 4em;
}
.cid-tPxwBYlYe9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tPxwBYlYe9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tPxwBYlYe9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tPxwBYlYe9 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tPxwBYlYe9 a.close:hover {
  color: #ffffff;
}
.cid-tPxwBYlYe9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPxwBYlYe9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPxwBYlYe9 H2 {
  color: #e6c8ab;
}
.cid-tPmcbUDO99 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1eeea;
}
.cid-tPmcbUDO99 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tPmcbUDO99 .mbr-section-title {
  color: #24262b;
}
.cid-tPmcbUDO99 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tPmcbUDO99 .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-tPmcbUDO99 .card {
    padding: 1rem !important;
  }
}
.cid-tPmcbUDO99 .card:hover {
  transform: translateY(-1rem);
}
.cid-tPmcbUDO99 .card img {
  max-width: 120px;
  height: auto;
}
.cid-tPmcbVbYuL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f1eeea;
}
.cid-tPmcbVbYuL .line {
  background-color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tPmcbVbYuL .mbr-text {
  color: #487f91;
}
.cid-tPmcbRjSFB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-tPmcbRjSFB .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-tPmcbRjSFB .card .card-img span {
  color: #c19b76;
  font-size: 45px;
}
.cid-tPmcbRjSFB .card .card-title {
  letter-spacing: 1px;
}
.cid-tPmcbRjSFB .card-title {
  margin: 0;
}
.cid-tPmcbRjSFB .mbr-text,
.cid-tPmcbRjSFB .card-title {
  color: #878787;
}
.cid-tPmcbRjSFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPmcbRjSFB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPmcbVtuTj {
  background-color: #000000;
}
.cid-tPmcbVtuTj .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tPmcbVtuTj .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tPmcbVtuTj .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPmcbVtuTj .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-tPmcbVtuTj .image-element {
    padding-left: 0;
  }
}
.cid-tPmcbVtuTj .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-tPmcbVtuTj .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-tPmcbVtuTj .brown {
  color: #c19b76;
}
.cid-tPmcbVtuTj .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-tPmcbVtuTj .paragraphs-wrapper .first-paragraph,
.cid-tPmcbVtuTj .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tPmcbVtuTj .image-element {
    padding-top: 1rem;
  }
  .cid-tPmcbVtuTj .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tPmcbVtuTj .paragraphs-wrapper .first-paragraph,
  .cid-tPmcbVtuTj .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-tPmcbVtuTj .first-paragraph,
  .cid-tPmcbVtuTj .second-paragraph {
    width: 50%;
  }
  .cid-tPmcbVtuTj .first-paragraph {
    padding-right: .5rem;
  }
  .cid-tPmcbVtuTj .second-paragraph {
    padding-left: .5rem;
  }
  .cid-tPmcbVtuTj .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tPmcbVtuTj .mbr-section-title,
  .cid-tPmcbVtuTj .mbr-section-btn {
    text-align: left;
  }
}
.cid-tPmcbVtuTj .mbr-text,
.cid-tPmcbVtuTj .mbr-section-btn {
  color: #ffffff;
}
.cid-tPxcv4Ar0V {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tPxcv4Ar0V .card .card-img {
  overflow: hidden;
}
.cid-tPxcv4Ar0V .card .card-img img {
  transition: all 0.5s;
}
.cid-tPxcv4Ar0V .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tPxcv4Ar0V .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tPxcv4Ar0V .card {
  height: 100%;
}
.cid-tPxcv4Ar0V .card .card-wrapper {
  height: 100%;
}
.cid-tPxcv4Ar0V .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-tPxcv4Ar0V .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tPxcv4Ar0V .card .card-box .card-title {
  margin: 0;
}
.cid-tPxcv4Ar0V .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPxcv4Ar0V .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tPxcv4Ar0V .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tPxcv4Ar0V .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tPxcv4Ar0V .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tPxcv4Ar0V .card .card-footer .icons-list {
  margin: 0;
}
.cid-tPxcv4Ar0V .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-tPxcv4Ar0V .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-tPxcv4Ar0V .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-tPxcv4Ar0V .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-tPxcv4Ar0V .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-tPxcv4Ar0V .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-tPxcv4Ar0V .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPxcv4Ar0V .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tPxcv4Ar0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPxcv4Ar0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPxcv4Ar0V .main-subtitle,
.cid-tPxcv4Ar0V .underline {
  color: #84582e;
}
.cid-tTTWeonzZp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tTTWeonzZp .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tTTWeonzZp .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tTTWeonzZp .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tTTWeonzZp .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tTTWeonzZp .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tTTWeonzZp .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTTWeonzZp .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tTTWeonzZp .image-element {
    padding: 0 15px;
  }
  .cid-tTTWeonzZp .text-element {
    padding: 2rem 1rem;
  }
  .cid-tTTWeonzZp .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-tTTWeonzZp .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-tTTWeonzZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTTWeonzZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPmcbWBDZ0 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tPmcbWBDZ0 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tPmcbWBDZ0 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tPmcbWBDZ0 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-tPmcbWBDZ0 .text-wrap .icons-wrap .icon-wrapper {
  background: #232323;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #444444;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-tPmcbWBDZ0 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #84582e;
  border-color: #84582e;
}
.cid-tPmcbWBDZ0 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #a69e9e;
}
.cid-tPmcbWBDZ0 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #cccccc;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-tPmcbWBDZ0 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #444444;
}
@media (max-width: 992px) {
  .cid-tPmcbWBDZ0 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-tPmcbWBDZ0 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #444444;
}
@media (max-width: 992px) {
  .cid-tPmcbWBDZ0 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-tPmcbWBDZ0 .mbr-text {
  color: #d8d7d7;
}
.cid-uRLEClbtow .nav-item:focus,
.cid-uRLEClbtow .nav-link:focus {
  outline: none;
}
.cid-uRLEClbtow a.nav-link:focus {
  color: #e6c8ab !important;
}
.cid-uRLEClbtow .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uRLEClbtow .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uRLEClbtow .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uRLEClbtow .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-uRLEClbtow .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRLEClbtow .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uRLEClbtow .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uRLEClbtow .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uRLEClbtow .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uRLEClbtow .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRLEClbtow .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uRLEClbtow .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRLEClbtow .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-uRLEClbtow .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRLEClbtow .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uRLEClbtow .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uRLEClbtow .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRLEClbtow .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uRLEClbtow .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uRLEClbtow .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRLEClbtow .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRLEClbtow .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-uRLEClbtow .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uRLEClbtow .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRLEClbtow .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uRLEClbtow .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uRLEClbtow .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uRLEClbtow .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uRLEClbtow .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uRLEClbtow .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRLEClbtow .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-uRLEClbtow .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uRLEClbtow .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uRLEClbtow .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRLEClbtow .dropdown-item.active,
.cid-uRLEClbtow .dropdown-item:active {
  background-color: transparent;
}
.cid-uRLEClbtow .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRLEClbtow .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRLEClbtow .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRLEClbtow .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uRLEClbtow .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uRLEClbtow .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRLEClbtow ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uRLEClbtow .navbar-buttons {
  text-align: center;
}
.cid-uRLEClbtow button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRLEClbtow button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c8ab;
}
.cid-uRLEClbtow button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRLEClbtow button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRLEClbtow button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRLEClbtow button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRLEClbtow nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRLEClbtow nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRLEClbtow nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRLEClbtow nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRLEClbtow .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uRLEClbtow a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uRLEClbtow .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uRLEClbtow .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-uRLEClbtow .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-uRLEClbtow .nav-link:hover,
.cid-uRLEClbtow .icons-menu .mbr-iconfont:hover {
  color: #e6c8ab !important;
}
.cid-uRLEClbtow .dropdown-item:hover {
  color: #878787 !important;
}
.cid-uRLEClbtow .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #e6c8ab;
  transition: width 0.3s ease-in;
}
.cid-uRLEClbtow .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uRLEClbtow .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uRLEClbtow .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-uRLEClbtow .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uRLEClbtow .dropdown-menu {
    top: 100%;
  }
  .cid-uRLEClbtow .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-uRLEClbtow .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-uRLEClbtow .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
}
.cid-uRLEClnudf {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/e5648c2f-347b-4050-b2e7-db1f990b8647-1200x1600-800x600.jpeg");
}
.cid-uRLEClnudf .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-uRLEClnudf .mbr-arrow i {
  color: #ffffff !important;
}
.cid-uRLEClnudf .btn-wrap {
  width: 100%;
}
.cid-uRLEClnudf .mbr-media.show-modal {
  cursor: pointer;
  display: inline-block;
  height: 4em;
  width: 4em;
}
.cid-uRLEClnudf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uRLEClnudf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uRLEClnudf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uRLEClnudf a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uRLEClnudf a.close:hover {
  color: #ffffff;
}
.cid-uRLEClnudf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRLEClnudf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRLEClnudf H2 {
  color: #e6c8ab;
}
.cid-uRLEClylae {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1eeea;
}
.cid-uRLEClylae .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uRLEClylae .mbr-section-title {
  color: #24262b;
}
.cid-uRLEClylae .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uRLEClylae .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uRLEClylae .card {
    padding: 1rem !important;
  }
}
.cid-uRLEClylae .card:hover {
  transform: translateY(-1rem);
}
.cid-uRLEClylae .card img {
  max-width: 120px;
  height: auto;
}
.cid-uRLEClHEq2 {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #f1eeea;
}
.cid-uRLEClHEq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRLEClHEq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRLEClHEq2 .mbr-section-title {
  color: #84582e;
}
.cid-uRLEClHEq2 .mbr-text {
  text-align: justify;
}
.cid-uRLEClSYuh {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uRLEClSYuh .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uRLEClSYuh .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uRLEClSYuh .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uRLEClSYuh .text-wrap .icons-wrap .icon-wrapper {
  background: #232323;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #444444;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uRLEClSYuh .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #84582e;
  border-color: #84582e;
}
.cid-uRLEClSYuh .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #a69e9e;
}
.cid-uRLEClSYuh .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #cccccc;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uRLEClSYuh .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #444444;
}
@media (max-width: 992px) {
  .cid-uRLEClSYuh .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uRLEClSYuh .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #444444;
}
@media (max-width: 992px) {
  .cid-uRLEClSYuh .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uRLEClSYuh .mbr-text {
  color: #d8d7d7;
}
