body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Abel', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Abel', 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.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #c19b76 !important;
}
.bg-success {
  background-color: #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: #c19b76 !important;
  border-color: #c19b76 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a17549 !important;
  border-color: #a17549 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #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: #906841 !important;
  color: #906841 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c19b76 !important;
  border-color: #c19b76 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #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: #c19b76 !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: #906841 !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: #c19b76;
  border-color: #c19b76;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c19b76;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e9dbce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Abel', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #c19b76;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c19b76;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c19b76;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c19b76;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c19b76;
  border-bottom-color: #c19b76;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c19b76 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #333333 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c19b76' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rzMgHGam4n .nav-item:focus,
.cid-rzMgHGam4n .nav-link:focus {
  outline: none;
}
.cid-rzMgHGam4n a.nav-link:focus {
  color: #232323 !important;
}
.cid-rzMgHGam4n .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rzMgHGam4n .navbar.opened {
  transition: all .3s;
  background: #ffffff !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;
}
.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: #ffffff !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: #d8d7d7;
}
.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;
  position: fixed;
}
.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: #232323 !important;
}
.cid-rzMgHGam4n .dropdown-item:hover {
  color: #d8d7d7 !important;
}
.cid-rzMgHGam4n .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #232323;
  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 #3b3b3b;
    box-shadow: 0px 2px 5px #878787;
    background: #878787 !important;
  }
  .cid-rzMgHGam4n .dropdown-item:hover {
    background: #6e6e6e !important;
  }
  .cid-rzMgHGam4n .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-rzMgHGam4n .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-soNxPb5e3U {
  z-index: 1;
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/luebecker-bucht2-2000x1500.jpeg");
}
.cid-soNxPb5e3U .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-soNxPb5e3U .mbr-arrow i {
  color: #ffffff !important;
}
.cid-soNxPb5e3U .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-soNxPb5e3U .input-wrap {
  background: #fcfcfc;
}
.cid-soNxPb5e3U .booking-datepicker .mbr-form {
  width: 100%;
}
.cid-soNxPb5e3U .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-soNxPb5e3U .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  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-soNxPb5e3U .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-soNxPb5e3U .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-soNxPb5e3U .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-soNxPb5e3U .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-soNxPb5e3U .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-soNxPb5e3U .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-soNxPb5e3U .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-soNxPb5e3U .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-soNxPb5e3U .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-soNxPb5e3U .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-soNxPb5e3U .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-soNxPb5e3U .booking-datepicker .mbr-form .mbr-section-btn {
  width: 100%;
  display: flex;
}
.cid-soNxPb5e3U .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-soNxPb5e3U .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  height: 100%;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
}
.cid-soNxPb5e3U .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-soNxPb5e3U .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-soNxPb5e3U .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-soNxPb5e3U .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-soNxPb5e3U .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-soNxPb5e3U .check-in-input,
.cid-soNxPb5e3U .check-out-input,
.cid-soNxPb5e3U .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-soNxPb5e3U .booking-datepicker input:not(.guests-input):not([name="email"]) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 767px) {
  .cid-soNxPb5e3U .booking-datepicker .mbr-form .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-soNxPb5e3U .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-soNxPb5e3U .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-soNxPb5e3U .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-soNxPb5e3U .email input {
    border-radius: 0;
  }
  .cid-soNxPb5e3U .datepicker {
    left: 10% !important;
  }
}
.cid-soNxPb5e3U .mbr-section-title {
  color: #ffffff;
}
.cid-sn08AUjVBn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sn08AUjVBn .card .card-img {
  overflow: hidden;
}
.cid-sn08AUjVBn .card .card-img img {
  transition: all 0.5s;
}
.cid-sn08AUjVBn .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sn08AUjVBn .underline .line {
  width: 2rem;
  height: 1px;
  background: #2b6477;
  display: inline-block;
}
.cid-sn08AUjVBn .card {
  height: 100%;
}
.cid-sn08AUjVBn .card .card-wrapper {
  height: 100%;
}
.cid-sn08AUjVBn .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-sn08AUjVBn .card .card-box {
  background: #fff1e3;
  padding: 2rem;
}
.cid-sn08AUjVBn .card .card-box .card-title {
  margin: 0;
}
.cid-sn08AUjVBn .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sn08AUjVBn .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-sn08AUjVBn .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sn08AUjVBn .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sn08AUjVBn .card .card-footer {
  background: #fff1e3;
  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-sn08AUjVBn .card .card-footer .icons-list {
  margin: 0;
}
.cid-sn08AUjVBn .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-sn08AUjVBn .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-sn08AUjVBn .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-sn08AUjVBn .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-sn08AUjVBn .card-footer {
  border: none;
}
@media (max-width: 767px) {
  .cid-sn08AUjVBn .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sn08AUjVBn .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sn08AUjVBn .link-text {
  text-align: right;
}
.cid-sn08AUjVBn .card-text,
.cid-sn08AUjVBn .card-btn {
  color: #444444;
}
.cid-syqr6M2wSG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syqr6M2wSG .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-syqr6M2wSG .card .card-block {
  background: #e6c8ab;
  padding: 2rem;
  position: relative;
}
.cid-syqr6M2wSG .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #e6c8ab;
  content: '';
  display: block;
}
.cid-syqr6M2wSG .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-syqr6M2wSG .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-syqr6M2wSG .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-syqr6M2wSG .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-syqr6M2wSG .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syqr6M2wSG .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-syqr6M2wSG .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-syqr6M2wSG .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-syqr6M2wSG .mbr-author-name P {
  color: #c19b76;
}
.cid-syqr6M2wSG .mbr-author-desc P {
  color: #c19b76;
}
.cid-soOMhbcRJM {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-soOMhbcRJM .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-soOMhbcRJM .mbr-text {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-soOMhbcRJM .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-soOs3NWaQe {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-soOs3NWaQe .image-block {
  position: relative;
  margin: auto;
}
.cid-soOs3NWaQe .image-block img {
  width: 100%;
}
.cid-soOs3NWaQe .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-soOs3NWaQe .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-tgISKgRUzD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgISKgRUzD .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #2b6477;
}
.cid-tgISKgRUzD .first-column .mbr-text {
  margin: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tgISKgRUzD .form-group {
  max-width: 55%;
}
.cid-tgISKgRUzD .form-group,
.cid-tgISKgRUzD .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgISKgRUzD .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #2b6477;
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column {
    padding-bottom: 2rem;
  }
  .cid-tgISKgRUzD .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column,
  .cid-tgISKgRUzD .third-column {
    text-align: center;
  }
  .cid-tgISKgRUzD .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-tgISKgRUzD .mbr-section-subtitle,
.cid-tgISKgRUzD .icons-wrapper {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-section-title {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-text {
  color: #2b6477;
}
.cid-rzMi9GHrgW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rzMi9GHrgW .mbr-text {
  color: #a2784f;
}
.cid-soPCiadrz4 .nav-item:focus,
.cid-soPCiadrz4 .nav-link:focus {
  outline: none;
}
.cid-soPCiadrz4 a.nav-link:focus {
  color: #232323 !important;
}
.cid-soPCiadrz4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-soPCiadrz4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-soPCiadrz4 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-soPCiadrz4 .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-soPCiadrz4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soPCiadrz4 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-soPCiadrz4 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-soPCiadrz4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-soPCiadrz4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soPCiadrz4 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-soPCiadrz4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soPCiadrz4 .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-soPCiadrz4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soPCiadrz4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-soPCiadrz4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-soPCiadrz4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soPCiadrz4 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-soPCiadrz4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-soPCiadrz4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soPCiadrz4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soPCiadrz4 .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-soPCiadrz4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soPCiadrz4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soPCiadrz4 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-soPCiadrz4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-soPCiadrz4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-soPCiadrz4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-soPCiadrz4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soPCiadrz4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soPCiadrz4 .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-soPCiadrz4 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-soPCiadrz4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-soPCiadrz4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soPCiadrz4 .dropdown-item.active,
.cid-soPCiadrz4 .dropdown-item:active {
  background-color: transparent;
}
.cid-soPCiadrz4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soPCiadrz4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soPCiadrz4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soPCiadrz4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-soPCiadrz4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-soPCiadrz4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soPCiadrz4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soPCiadrz4 .navbar-buttons {
  text-align: center;
}
.cid-soPCiadrz4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soPCiadrz4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8d7d7;
}
.cid-soPCiadrz4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soPCiadrz4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soPCiadrz4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soPCiadrz4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soPCiadrz4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soPCiadrz4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soPCiadrz4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soPCiadrz4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soPCiadrz4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soPCiadrz4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-soPCiadrz4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soPCiadrz4 .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-soPCiadrz4 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-soPCiadrz4 .nav-link:hover,
.cid-soPCiadrz4 .icons-menu .mbr-iconfont:hover {
  color: #232323 !important;
}
.cid-soPCiadrz4 .dropdown-item:hover {
  color: #d8d7d7 !important;
}
.cid-soPCiadrz4 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #232323;
  transition: width 0.3s ease-in;
}
.cid-soPCiadrz4 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-soPCiadrz4 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-soPCiadrz4 .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-soPCiadrz4 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-soPCiadrz4 .dropdown-menu {
    top: 100%;
  }
  .cid-soPCiadrz4 .dropdown-item {
    border-bottom: 1px solid #3b3b3b;
    box-shadow: 0px 2px 5px #878787;
    background: #878787 !important;
  }
  .cid-soPCiadrz4 .dropdown-item:hover {
    background: #6e6e6e !important;
  }
  .cid-soPCiadrz4 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-soPCiadrz4 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-soPCVmCJPk {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #fff1e3;
}
.cid-soPCVmCJPk .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-soPCVmCJPk .card .card-img img {
  transition: all 0.5s;
}
.cid-soPCVmCJPk .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-soPCVmCJPk .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-soPCVmCJPk .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-soPCVmCJPk .first-card {
  display: block;
}
.cid-soPCVmCJPk .first-card .card-wrapper {
  height: 100%;
}
.cid-soPCVmCJPk .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-soPCVmCJPk .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soPCVmCJPk .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-soPCVmCJPk .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-soPCVmCJPk .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-soPCVmCJPk .first-row,
.cid-soPCVmCJPk .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-soPCVmCJPk .first-row .card .card-wrapper,
.cid-soPCVmCJPk .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-soPCVmCJPk .first-row .card .card-wrapper .card-img,
.cid-soPCVmCJPk .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-soPCVmCJPk .first-row .card .card-wrapper .card-img img,
.cid-soPCVmCJPk .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-soPCVmCJPk .first-row,
  .cid-soPCVmCJPk .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soPCVmCJPk .first-row .card .card-wrapper .card-img,
  .cid-soPCVmCJPk .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soPCVmCJPk .first-row .card .card-wrapper .card-img img,
  .cid-soPCVmCJPk .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-soPCVmCJPk .first-row .caption,
.cid-soPCVmCJPk .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-soPCVmCJPk .first-row .caption .price,
.cid-soPCVmCJPk .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-soPCVmCJPk .first-row {
  padding-bottom: 1rem;
}
.cid-soPCVmCJPk .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-soPCVmCJPk .first-card,
  .cid-soPCVmCJPk .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-soPCVmCJPk .first-card {
    padding-bottom: 2rem;
  }
  .cid-soPCVmCJPk .only-first-row {
    height: 100%;
  }
}
.cid-soPCVmCJPk .first-card-text,
.cid-soPCVmCJPk .card-btn {
  text-align: left;
  color: #444444;
}
.cid-soPCVmCJPk .info-text {
  color: #444444;
}
.cid-soPCVmCJPk .card-title {
  color: #ffffff;
}
.cid-svCzzAykS3 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fff1e3;
}
.cid-svCzzAykS3 .card .card-img {
  overflow: hidden;
}
.cid-svCzzAykS3 .card .card-img img {
  transition: all 0.5s;
}
.cid-svCzzAykS3 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-svCzzAykS3 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-svCzzAykS3 .card {
  height: 100%;
}
.cid-svCzzAykS3 .card .card-wrapper {
  height: 100%;
}
.cid-svCzzAykS3 .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-svCzzAykS3 .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-svCzzAykS3 .card .card-box .card-title {
  margin: 0;
}
.cid-svCzzAykS3 .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svCzzAykS3 .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-svCzzAykS3 .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-svCzzAykS3 .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-svCzzAykS3 .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-svCzzAykS3 .card .card-footer .icons-list {
  margin: 0;
}
.cid-svCzzAykS3 .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-svCzzAykS3 .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-svCzzAykS3 .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-svCzzAykS3 .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-svCzzAykS3 .card-footer {
  border: none;
}
@media (max-width: 767px) {
  .cid-svCzzAykS3 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-svCzzAykS3 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-soPCYWwDnB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff1e3;
}
.cid-soPCYWwDnB .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soPCYWwDnB .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-soPCYWwDnB .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-soPCYWwDnB .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-soPCYWwDnB .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-soPCYWwDnB .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-soPCYWwDnB .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-soPCYWwDnB .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-soPCYWwDnB .card .card-box .card-title,
  .cid-soPCYWwDnB .card .card-box .mbr-text,
  .cid-soPCYWwDnB .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-soPCYWwDnB .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-soPCYWwDnB .card .card-img {
    text-align: right !important;
  }
}
.cid-soPCYWwDnB .mbr-text,
.cid-soPCYWwDnB .link {
  text-align: left;
  color: #444444;
}
.cid-soPD002z2X {
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6c8ab;
}
.cid-soPD002z2X .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-soPD002z2X .mbr-arrow i {
  color: #ffffff !important;
}
.cid-soPD002z2X .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-soPD002z2X .input-wrap {
  background: #fcfcfc;
}
.cid-soPD002z2X .booking-datepicker .mbr-form {
  width: 100%;
}
.cid-soPD002z2X .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-soPD002z2X .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  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-soPD002z2X .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-soPD002z2X .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-soPD002z2X .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-soPD002z2X .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-soPD002z2X .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-soPD002z2X .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-soPD002z2X .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-soPD002z2X .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-soPD002z2X .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-soPD002z2X .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-soPD002z2X .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-soPD002z2X .booking-datepicker .mbr-form .mbr-section-btn {
  width: 100%;
  display: flex;
}
.cid-soPD002z2X .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-soPD002z2X .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  height: 100%;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
}
.cid-soPD002z2X .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-soPD002z2X .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-soPD002z2X .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-soPD002z2X .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-soPD002z2X .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-soPD002z2X .check-in-input,
.cid-soPD002z2X .check-out-input,
.cid-soPD002z2X .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-soPD002z2X .booking-datepicker input:not(.guests-input):not([name="email"]) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 767px) {
  .cid-soPD002z2X .booking-datepicker .mbr-form .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-soPD002z2X .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-soPD002z2X .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-soPD002z2X .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-soPD002z2X .email input {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-soPD002z2X .datepicker {
    left: 10% !important;
  }
}
.cid-soPD002z2X .mbr-section-title {
  color: #ffffff;
}
.cid-soPD002z2X .mbr-text,
.cid-soPD002z2X .mbr-section-btn {
  color: #232323;
}
.cid-soPCicZYkv {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-soPCicZYkv .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-soPCicZYkv .mbr-text {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-soPCicZYkv .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-soPCidekmA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-soPCidekmA .image-block {
  position: relative;
  margin: auto;
}
.cid-soPCidekmA .image-block img {
  width: 100%;
}
.cid-soPCidekmA .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-soPCidekmA .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-tgISKgRUzD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgISKgRUzD .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #2b6477;
}
.cid-tgISKgRUzD .first-column .mbr-text {
  margin: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tgISKgRUzD .form-group {
  max-width: 55%;
}
.cid-tgISKgRUzD .form-group,
.cid-tgISKgRUzD .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgISKgRUzD .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #2b6477;
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column {
    padding-bottom: 2rem;
  }
  .cid-tgISKgRUzD .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column,
  .cid-tgISKgRUzD .third-column {
    text-align: center;
  }
  .cid-tgISKgRUzD .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-tgISKgRUzD .mbr-section-subtitle,
.cid-tgISKgRUzD .icons-wrapper {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-section-title {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-text {
  color: #2b6477;
}
.cid-soPCieflWH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-soPCieflWH .mbr-text {
  color: #a2784f;
}
.cid-soPD7vimpI .nav-item:focus,
.cid-soPD7vimpI .nav-link:focus {
  outline: none;
}
.cid-soPD7vimpI a.nav-link:focus {
  color: #232323 !important;
}
.cid-soPD7vimpI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-soPD7vimpI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-soPD7vimpI .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-soPD7vimpI .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-soPD7vimpI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soPD7vimpI .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-soPD7vimpI .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-soPD7vimpI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-soPD7vimpI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soPD7vimpI .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-soPD7vimpI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soPD7vimpI .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-soPD7vimpI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soPD7vimpI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-soPD7vimpI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-soPD7vimpI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soPD7vimpI .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-soPD7vimpI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-soPD7vimpI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soPD7vimpI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soPD7vimpI .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-soPD7vimpI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soPD7vimpI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soPD7vimpI .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-soPD7vimpI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-soPD7vimpI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-soPD7vimpI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-soPD7vimpI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soPD7vimpI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soPD7vimpI .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-soPD7vimpI .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-soPD7vimpI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-soPD7vimpI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soPD7vimpI .dropdown-item.active,
.cid-soPD7vimpI .dropdown-item:active {
  background-color: transparent;
}
.cid-soPD7vimpI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soPD7vimpI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soPD7vimpI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soPD7vimpI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-soPD7vimpI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-soPD7vimpI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soPD7vimpI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soPD7vimpI .navbar-buttons {
  text-align: center;
}
.cid-soPD7vimpI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soPD7vimpI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8d7d7;
}
.cid-soPD7vimpI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soPD7vimpI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soPD7vimpI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soPD7vimpI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soPD7vimpI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soPD7vimpI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soPD7vimpI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soPD7vimpI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soPD7vimpI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soPD7vimpI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-soPD7vimpI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soPD7vimpI .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-soPD7vimpI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-soPD7vimpI .nav-link:hover,
.cid-soPD7vimpI .icons-menu .mbr-iconfont:hover {
  color: #232323 !important;
}
.cid-soPD7vimpI .dropdown-item:hover {
  color: #d8d7d7 !important;
}
.cid-soPD7vimpI .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #232323;
  transition: width 0.3s ease-in;
}
.cid-soPD7vimpI .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-soPD7vimpI .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-soPD7vimpI .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-soPD7vimpI .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-soPD7vimpI .dropdown-menu {
    top: 100%;
  }
  .cid-soPD7vimpI .dropdown-item {
    border-bottom: 1px solid #3b3b3b;
    box-shadow: 0px 2px 5px #878787;
    background: #878787 !important;
  }
  .cid-soPD7vimpI .dropdown-item:hover {
    background: #6e6e6e !important;
  }
  .cid-soPD7vimpI .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-soPD7vimpI .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-soPD7wt07s {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #fff1e3;
}
.cid-soPD7wt07s .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-soPD7wt07s .card .card-img img {
  transition: all 0.5s;
}
.cid-soPD7wt07s .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-soPD7wt07s .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-soPD7wt07s .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-soPD7wt07s .first-card {
  display: block;
}
.cid-soPD7wt07s .first-card .card-wrapper {
  height: 100%;
}
.cid-soPD7wt07s .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-soPD7wt07s .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soPD7wt07s .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-soPD7wt07s .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-soPD7wt07s .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-soPD7wt07s .first-row,
.cid-soPD7wt07s .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-soPD7wt07s .first-row .card .card-wrapper,
.cid-soPD7wt07s .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-soPD7wt07s .first-row .card .card-wrapper .card-img,
.cid-soPD7wt07s .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-soPD7wt07s .first-row .card .card-wrapper .card-img img,
.cid-soPD7wt07s .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-soPD7wt07s .first-row,
  .cid-soPD7wt07s .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soPD7wt07s .first-row .card .card-wrapper .card-img,
  .cid-soPD7wt07s .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soPD7wt07s .first-row .card .card-wrapper .card-img img,
  .cid-soPD7wt07s .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-soPD7wt07s .first-row .caption,
.cid-soPD7wt07s .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-soPD7wt07s .first-row .caption .price,
.cid-soPD7wt07s .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-soPD7wt07s .first-row {
  padding-bottom: 1rem;
}
.cid-soPD7wt07s .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-soPD7wt07s .first-card,
  .cid-soPD7wt07s .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-soPD7wt07s .first-card {
    padding-bottom: 2rem;
  }
  .cid-soPD7wt07s .only-first-row {
    height: 100%;
  }
}
.cid-soPD7wt07s .first-card-text,
.cid-soPD7wt07s .card-btn {
  text-align: left;
}
.cid-soPD7xTxyb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff1e3;
}
.cid-soPD7xTxyb .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soPD7xTxyb .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-soPD7xTxyb .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-soPD7xTxyb .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-soPD7xTxyb .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-soPD7xTxyb .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-soPD7xTxyb .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-soPD7xTxyb .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-soPD7xTxyb .card .card-box .card-title,
  .cid-soPD7xTxyb .card .card-box .mbr-text,
  .cid-soPD7xTxyb .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-soPD7xTxyb .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-soPD7xTxyb .card .card-img {
    text-align: right !important;
  }
}
.cid-soPD7xTxyb .mbr-text,
.cid-soPD7xTxyb .link {
  text-align: left;
  color: #444444;
}
.cid-soPD7ztgDj {
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6c8ab;
}
.cid-soPD7ztgDj .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-soPD7ztgDj .mbr-arrow i {
  color: #ffffff !important;
}
.cid-soPD7ztgDj .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-soPD7ztgDj .input-wrap {
  background: #fcfcfc;
}
.cid-soPD7ztgDj .booking-datepicker .mbr-form {
  width: 100%;
}
.cid-soPD7ztgDj .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-soPD7ztgDj .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  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-soPD7ztgDj .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-soPD7ztgDj .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-soPD7ztgDj .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-soPD7ztgDj .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-soPD7ztgDj .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-soPD7ztgDj .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-soPD7ztgDj .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-soPD7ztgDj .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-soPD7ztgDj .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-soPD7ztgDj .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-soPD7ztgDj .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-soPD7ztgDj .booking-datepicker .mbr-form .mbr-section-btn {
  width: 100%;
  display: flex;
}
.cid-soPD7ztgDj .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-soPD7ztgDj .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  height: 100%;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
}
.cid-soPD7ztgDj .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-soPD7ztgDj .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-soPD7ztgDj .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-soPD7ztgDj .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-soPD7ztgDj .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-soPD7ztgDj .check-in-input,
.cid-soPD7ztgDj .check-out-input,
.cid-soPD7ztgDj .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-soPD7ztgDj .booking-datepicker input:not(.guests-input):not([name="email"]) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 767px) {
  .cid-soPD7ztgDj .booking-datepicker .mbr-form .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-soPD7ztgDj .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-soPD7ztgDj .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-soPD7ztgDj .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-soPD7ztgDj .email input {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-soPD7ztgDj .datepicker {
    left: 10% !important;
  }
}
.cid-soPD7ztgDj .mbr-section-title {
  color: #ffffff;
}
.cid-soPD7ztgDj .mbr-text,
.cid-soPD7ztgDj .mbr-section-btn {
  color: #232323;
}
.cid-soPD7Awqbr {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-soPD7Awqbr .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-soPD7Awqbr .mbr-text {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-soPD7Awqbr .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-soPD7AMtAJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-soPD7AMtAJ .image-block {
  position: relative;
  margin: auto;
}
.cid-soPD7AMtAJ .image-block img {
  width: 100%;
}
.cid-soPD7AMtAJ .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-soPD7AMtAJ .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-tgISKgRUzD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgISKgRUzD .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #2b6477;
}
.cid-tgISKgRUzD .first-column .mbr-text {
  margin: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tgISKgRUzD .form-group {
  max-width: 55%;
}
.cid-tgISKgRUzD .form-group,
.cid-tgISKgRUzD .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgISKgRUzD .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #2b6477;
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column {
    padding-bottom: 2rem;
  }
  .cid-tgISKgRUzD .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column,
  .cid-tgISKgRUzD .third-column {
    text-align: center;
  }
  .cid-tgISKgRUzD .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-tgISKgRUzD .mbr-section-subtitle,
.cid-tgISKgRUzD .icons-wrapper {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-section-title {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-text {
  color: #2b6477;
}
.cid-soPD7CexGt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-soPD7CexGt .mbr-text {
  color: #a2784f;
}
.cid-soPDTrQXi0 .nav-item:focus,
.cid-soPDTrQXi0 .nav-link:focus {
  outline: none;
}
.cid-soPDTrQXi0 a.nav-link:focus {
  color: #232323 !important;
}
.cid-soPDTrQXi0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-soPDTrQXi0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-soPDTrQXi0 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-soPDTrQXi0 .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-soPDTrQXi0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soPDTrQXi0 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-soPDTrQXi0 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-soPDTrQXi0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-soPDTrQXi0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soPDTrQXi0 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-soPDTrQXi0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soPDTrQXi0 .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-soPDTrQXi0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soPDTrQXi0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-soPDTrQXi0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-soPDTrQXi0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soPDTrQXi0 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-soPDTrQXi0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-soPDTrQXi0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soPDTrQXi0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soPDTrQXi0 .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-soPDTrQXi0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soPDTrQXi0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soPDTrQXi0 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-soPDTrQXi0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-soPDTrQXi0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-soPDTrQXi0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-soPDTrQXi0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soPDTrQXi0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soPDTrQXi0 .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-soPDTrQXi0 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-soPDTrQXi0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-soPDTrQXi0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soPDTrQXi0 .dropdown-item.active,
.cid-soPDTrQXi0 .dropdown-item:active {
  background-color: transparent;
}
.cid-soPDTrQXi0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soPDTrQXi0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soPDTrQXi0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soPDTrQXi0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-soPDTrQXi0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-soPDTrQXi0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soPDTrQXi0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soPDTrQXi0 .navbar-buttons {
  text-align: center;
}
.cid-soPDTrQXi0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soPDTrQXi0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8d7d7;
}
.cid-soPDTrQXi0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soPDTrQXi0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soPDTrQXi0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soPDTrQXi0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soPDTrQXi0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soPDTrQXi0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soPDTrQXi0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soPDTrQXi0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soPDTrQXi0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soPDTrQXi0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-soPDTrQXi0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soPDTrQXi0 .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-soPDTrQXi0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-soPDTrQXi0 .nav-link:hover,
.cid-soPDTrQXi0 .icons-menu .mbr-iconfont:hover {
  color: #232323 !important;
}
.cid-soPDTrQXi0 .dropdown-item:hover {
  color: #d8d7d7 !important;
}
.cid-soPDTrQXi0 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #232323;
  transition: width 0.3s ease-in;
}
.cid-soPDTrQXi0 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-soPDTrQXi0 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-soPDTrQXi0 .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-soPDTrQXi0 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-soPDTrQXi0 .dropdown-menu {
    top: 100%;
  }
  .cid-soPDTrQXi0 .dropdown-item {
    border-bottom: 1px solid #3b3b3b;
    box-shadow: 0px 2px 5px #878787;
    background: #878787 !important;
  }
  .cid-soPDTrQXi0 .dropdown-item:hover {
    background: #6e6e6e !important;
  }
  .cid-soPDTrQXi0 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-soPDTrQXi0 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-soPDTsLBTw {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #fff1e3;
}
.cid-soPDTsLBTw .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-soPDTsLBTw .card .card-img img {
  transition: all 0.5s;
}
.cid-soPDTsLBTw .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-soPDTsLBTw .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-soPDTsLBTw .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-soPDTsLBTw .first-card {
  display: block;
}
.cid-soPDTsLBTw .first-card .card-wrapper {
  height: 100%;
}
.cid-soPDTsLBTw .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-soPDTsLBTw .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soPDTsLBTw .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-soPDTsLBTw .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-soPDTsLBTw .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-soPDTsLBTw .first-row,
.cid-soPDTsLBTw .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-soPDTsLBTw .first-row .card .card-wrapper,
.cid-soPDTsLBTw .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-soPDTsLBTw .first-row .card .card-wrapper .card-img,
.cid-soPDTsLBTw .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-soPDTsLBTw .first-row .card .card-wrapper .card-img img,
.cid-soPDTsLBTw .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-soPDTsLBTw .first-row,
  .cid-soPDTsLBTw .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soPDTsLBTw .first-row .card .card-wrapper .card-img,
  .cid-soPDTsLBTw .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soPDTsLBTw .first-row .card .card-wrapper .card-img img,
  .cid-soPDTsLBTw .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-soPDTsLBTw .first-row .caption,
.cid-soPDTsLBTw .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-soPDTsLBTw .first-row .caption .price,
.cid-soPDTsLBTw .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-soPDTsLBTw .first-row {
  padding-bottom: 1rem;
}
.cid-soPDTsLBTw .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-soPDTsLBTw .first-card,
  .cid-soPDTsLBTw .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-soPDTsLBTw .first-card {
    padding-bottom: 2rem;
  }
  .cid-soPDTsLBTw .only-first-row {
    height: 100%;
  }
}
.cid-soPDTsLBTw .first-card-text,
.cid-soPDTsLBTw .card-btn {
  text-align: left;
}
.cid-soPDTtXJNM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff1e3;
}
.cid-soPDTtXJNM .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soPDTtXJNM .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-soPDTtXJNM .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-soPDTtXJNM .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-soPDTtXJNM .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-soPDTtXJNM .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-soPDTtXJNM .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-soPDTtXJNM .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-soPDTtXJNM .card .card-box .card-title,
  .cid-soPDTtXJNM .card .card-box .mbr-text,
  .cid-soPDTtXJNM .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-soPDTtXJNM .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-soPDTtXJNM .card .card-img {
    text-align: right !important;
  }
}
.cid-soPDTtXJNM .mbr-text,
.cid-soPDTtXJNM .link {
  text-align: left;
  color: #444444;
}
.cid-soPDTv2mCL {
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6c8ab;
}
.cid-soPDTv2mCL .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-soPDTv2mCL .mbr-arrow i {
  color: #ffffff !important;
}
.cid-soPDTv2mCL .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-soPDTv2mCL .input-wrap {
  background: #fcfcfc;
}
.cid-soPDTv2mCL .booking-datepicker .mbr-form {
  width: 100%;
}
.cid-soPDTv2mCL .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-soPDTv2mCL .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  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-soPDTv2mCL .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-soPDTv2mCL .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-soPDTv2mCL .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-soPDTv2mCL .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-soPDTv2mCL .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-soPDTv2mCL .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-soPDTv2mCL .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-soPDTv2mCL .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-soPDTv2mCL .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-soPDTv2mCL .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-soPDTv2mCL .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-soPDTv2mCL .booking-datepicker .mbr-form .mbr-section-btn {
  width: 100%;
  display: flex;
}
.cid-soPDTv2mCL .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-soPDTv2mCL .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  height: 100%;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
}
.cid-soPDTv2mCL .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-soPDTv2mCL .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-soPDTv2mCL .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-soPDTv2mCL .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-soPDTv2mCL .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-soPDTv2mCL .check-in-input,
.cid-soPDTv2mCL .check-out-input,
.cid-soPDTv2mCL .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-soPDTv2mCL .booking-datepicker input:not(.guests-input):not([name="email"]) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 767px) {
  .cid-soPDTv2mCL .booking-datepicker .mbr-form .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-soPDTv2mCL .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-soPDTv2mCL .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-soPDTv2mCL .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-soPDTv2mCL .email input {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-soPDTv2mCL .datepicker {
    left: 10% !important;
  }
}
.cid-soPDTv2mCL .mbr-section-title {
  color: #ffffff;
}
.cid-soPDTv2mCL .mbr-text,
.cid-soPDTv2mCL .mbr-section-btn {
  color: #232323;
}
.cid-soPDTwaNpo {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-soPDTwaNpo .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-soPDTwaNpo .mbr-text {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-soPDTwaNpo .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-soPDTwrdhz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-soPDTwrdhz .image-block {
  position: relative;
  margin: auto;
}
.cid-soPDTwrdhz .image-block img {
  width: 100%;
}
.cid-soPDTwrdhz .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-soPDTwrdhz .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-tgISKgRUzD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgISKgRUzD .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #2b6477;
}
.cid-tgISKgRUzD .first-column .mbr-text {
  margin: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tgISKgRUzD .form-group {
  max-width: 55%;
}
.cid-tgISKgRUzD .form-group,
.cid-tgISKgRUzD .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgISKgRUzD .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #2b6477;
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column {
    padding-bottom: 2rem;
  }
  .cid-tgISKgRUzD .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column,
  .cid-tgISKgRUzD .third-column {
    text-align: center;
  }
  .cid-tgISKgRUzD .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-tgISKgRUzD .mbr-section-subtitle,
.cid-tgISKgRUzD .icons-wrapper {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-section-title {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-text {
  color: #2b6477;
}
.cid-soPDTxr9dG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-soPDTxr9dG .mbr-text {
  color: #a2784f;
}
.cid-soPG39O6wF .nav-item:focus,
.cid-soPG39O6wF .nav-link:focus {
  outline: none;
}
.cid-soPG39O6wF a.nav-link:focus {
  color: #232323 !important;
}
.cid-soPG39O6wF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-soPG39O6wF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-soPG39O6wF .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-soPG39O6wF .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-soPG39O6wF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soPG39O6wF .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-soPG39O6wF .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-soPG39O6wF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-soPG39O6wF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soPG39O6wF .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-soPG39O6wF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soPG39O6wF .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-soPG39O6wF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soPG39O6wF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-soPG39O6wF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-soPG39O6wF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soPG39O6wF .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-soPG39O6wF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-soPG39O6wF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soPG39O6wF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soPG39O6wF .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-soPG39O6wF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soPG39O6wF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soPG39O6wF .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-soPG39O6wF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-soPG39O6wF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-soPG39O6wF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-soPG39O6wF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soPG39O6wF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soPG39O6wF .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-soPG39O6wF .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-soPG39O6wF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-soPG39O6wF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soPG39O6wF .dropdown-item.active,
.cid-soPG39O6wF .dropdown-item:active {
  background-color: transparent;
}
.cid-soPG39O6wF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soPG39O6wF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soPG39O6wF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soPG39O6wF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-soPG39O6wF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-soPG39O6wF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soPG39O6wF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soPG39O6wF .navbar-buttons {
  text-align: center;
}
.cid-soPG39O6wF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soPG39O6wF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8d7d7;
}
.cid-soPG39O6wF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soPG39O6wF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soPG39O6wF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soPG39O6wF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soPG39O6wF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soPG39O6wF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soPG39O6wF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soPG39O6wF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soPG39O6wF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soPG39O6wF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-soPG39O6wF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soPG39O6wF .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-soPG39O6wF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-soPG39O6wF .nav-link:hover,
.cid-soPG39O6wF .icons-menu .mbr-iconfont:hover {
  color: #232323 !important;
}
.cid-soPG39O6wF .dropdown-item:hover {
  color: #d8d7d7 !important;
}
.cid-soPG39O6wF .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #232323;
  transition: width 0.3s ease-in;
}
.cid-soPG39O6wF .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-soPG39O6wF .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-soPG39O6wF .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-soPG39O6wF .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-soPG39O6wF .dropdown-menu {
    top: 100%;
  }
  .cid-soPG39O6wF .dropdown-item {
    border-bottom: 1px solid #3b3b3b;
    box-shadow: 0px 2px 5px #878787;
    background: #878787 !important;
  }
  .cid-soPG39O6wF .dropdown-item:hover {
    background: #6e6e6e !important;
  }
  .cid-soPG39O6wF .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-soPG39O6wF .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-sp1irs2JoK {
  z-index: 1;
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/luebecker-bucht2-2000x1500.jpeg");
}
.cid-sp1irs2JoK .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-sp1irs2JoK .mbr-arrow i {
  color: #ffffff !important;
}
.cid-sp1irs2JoK .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sp1irs2JoK .input-wrap {
  background: #fcfcfc;
}
.cid-sp1irs2JoK .booking-datepicker .mbr-form {
  width: 100%;
}
.cid-sp1irs2JoK .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-sp1irs2JoK .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  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-sp1irs2JoK .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-sp1irs2JoK .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-sp1irs2JoK .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-sp1irs2JoK .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-sp1irs2JoK .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-sp1irs2JoK .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-sp1irs2JoK .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-sp1irs2JoK .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-sp1irs2JoK .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-sp1irs2JoK .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-sp1irs2JoK .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-sp1irs2JoK .booking-datepicker .mbr-form .mbr-section-btn {
  width: 100%;
  display: flex;
}
.cid-sp1irs2JoK .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-sp1irs2JoK .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  height: 100%;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
}
.cid-sp1irs2JoK .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-sp1irs2JoK .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-sp1irs2JoK .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sp1irs2JoK .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-sp1irs2JoK .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-sp1irs2JoK .check-in-input,
.cid-sp1irs2JoK .check-out-input,
.cid-sp1irs2JoK .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-sp1irs2JoK .booking-datepicker input:not(.guests-input):not([name="email"]) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 767px) {
  .cid-sp1irs2JoK .booking-datepicker .mbr-form .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-sp1irs2JoK .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-sp1irs2JoK .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-sp1irs2JoK .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-sp1irs2JoK .email input {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-sp1irs2JoK .datepicker {
    left: 10% !important;
  }
}
.cid-sp1irs2JoK .mbr-section-title {
  color: #ffffff;
}
.cid-sp1hwwUku2 {
  padding-top: 15px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sp1hwwUku2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sp1hwwUku2 .mbr-section-title,
.cid-sp1hwwUku2 .mbr-section-subtitle,
.cid-sp1hwwUku2 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sp1hwwUku2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sp1hwwUku2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sp1hwwUku2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sp1hwwUku2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sp1hwwUku2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sp1hwwUku2 .icon-focus {
  display: none;
}
.cid-sp1hwwUku2 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sp1hwwUku2 ul {
  font-size: 0;
}
.cid-sp1hwwUku2 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-sp1hwwUku2 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sp1hwwUku2 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-sp1hwwUku2 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sp1hwwUku2 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sp1hwwUku2 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sp1hwwUku2 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sp1hwwUku2 .btn:hover {
  background: transparent !important;
}
.cid-sp1hwwUku2 .btn:hover:before {
  background: transparent !important;
}
.cid-sp1hwwUku2 .btn:before {
  background-color: transparent !important;
}
.cid-sp1hwwUku2 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-sp1hwwUku2 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-tgISKgRUzD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgISKgRUzD .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #2b6477;
}
.cid-tgISKgRUzD .first-column .mbr-text {
  margin: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tgISKgRUzD .form-group {
  max-width: 55%;
}
.cid-tgISKgRUzD .form-group,
.cid-tgISKgRUzD .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgISKgRUzD .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #2b6477;
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column {
    padding-bottom: 2rem;
  }
  .cid-tgISKgRUzD .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column,
  .cid-tgISKgRUzD .third-column {
    text-align: center;
  }
  .cid-tgISKgRUzD .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-tgISKgRUzD .mbr-section-subtitle,
.cid-tgISKgRUzD .icons-wrapper {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-section-title {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-text {
  color: #2b6477;
}
.cid-soPG3eoeev {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-soPG3eoeev .mbr-text {
  color: #a2784f;
}
.cid-sp58cmdFao .nav-item:focus,
.cid-sp58cmdFao .nav-link:focus {
  outline: none;
}
.cid-sp58cmdFao a.nav-link:focus {
  color: #232323 !important;
}
.cid-sp58cmdFao .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sp58cmdFao .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sp58cmdFao .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sp58cmdFao .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-sp58cmdFao .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sp58cmdFao .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sp58cmdFao .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sp58cmdFao .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sp58cmdFao .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sp58cmdFao .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sp58cmdFao .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sp58cmdFao .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-sp58cmdFao .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sp58cmdFao .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sp58cmdFao .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sp58cmdFao .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sp58cmdFao .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sp58cmdFao .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sp58cmdFao .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sp58cmdFao .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sp58cmdFao .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-sp58cmdFao .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sp58cmdFao .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sp58cmdFao .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sp58cmdFao .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sp58cmdFao .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sp58cmdFao .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sp58cmdFao .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sp58cmdFao .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sp58cmdFao .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-sp58cmdFao .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-sp58cmdFao .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sp58cmdFao .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sp58cmdFao .dropdown-item.active,
.cid-sp58cmdFao .dropdown-item:active {
  background-color: transparent;
}
.cid-sp58cmdFao .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sp58cmdFao .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sp58cmdFao .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sp58cmdFao .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sp58cmdFao .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sp58cmdFao .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sp58cmdFao ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sp58cmdFao .navbar-buttons {
  text-align: center;
}
.cid-sp58cmdFao button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sp58cmdFao button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8d7d7;
}
.cid-sp58cmdFao button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sp58cmdFao button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sp58cmdFao button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sp58cmdFao button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sp58cmdFao nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sp58cmdFao nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sp58cmdFao nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sp58cmdFao nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sp58cmdFao .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sp58cmdFao a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sp58cmdFao .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sp58cmdFao .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-sp58cmdFao .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-sp58cmdFao .nav-link:hover,
.cid-sp58cmdFao .icons-menu .mbr-iconfont:hover {
  color: #232323 !important;
}
.cid-sp58cmdFao .dropdown-item:hover {
  color: #d8d7d7 !important;
}
.cid-sp58cmdFao .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #232323;
  transition: width 0.3s ease-in;
}
.cid-sp58cmdFao .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sp58cmdFao .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sp58cmdFao .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-sp58cmdFao .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sp58cmdFao .dropdown-menu {
    top: 100%;
  }
  .cid-sp58cmdFao .dropdown-item {
    border-bottom: 1px solid #3b3b3b;
    box-shadow: 0px 2px 5px #878787;
    background: #878787 !important;
  }
  .cid-sp58cmdFao .dropdown-item:hover {
    background: #6e6e6e !important;
  }
  .cid-sp58cmdFao .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-sp58cmdFao .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-sp58z0ndwc {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #fff1e3;
}
.cid-sp58z0ndwc .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sp58z0ndwc .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sp58z0ndwc .title {
    width: 100% !important;
  }
}
.cid-sp58tO5Aai {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #fff1e3;
}
.cid-tgISKgRUzD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgISKgRUzD .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #2b6477;
}
.cid-tgISKgRUzD .first-column .mbr-text {
  margin: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tgISKgRUzD .form-group {
  max-width: 55%;
}
.cid-tgISKgRUzD .form-group,
.cid-tgISKgRUzD .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgISKgRUzD .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #2b6477;
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column {
    padding-bottom: 2rem;
  }
  .cid-tgISKgRUzD .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column,
  .cid-tgISKgRUzD .third-column {
    text-align: center;
  }
  .cid-tgISKgRUzD .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-tgISKgRUzD .mbr-section-subtitle,
.cid-tgISKgRUzD .icons-wrapper {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-section-title {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-text {
  color: #2b6477;
}
.cid-sp58coTMRW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sp58coTMRW .mbr-text {
  color: #a2784f;
}
.cid-sp59ZAyQlX .nav-item:focus,
.cid-sp59ZAyQlX .nav-link:focus {
  outline: none;
}
.cid-sp59ZAyQlX a.nav-link:focus {
  color: #232323 !important;
}
.cid-sp59ZAyQlX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sp59ZAyQlX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sp59ZAyQlX .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sp59ZAyQlX .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-sp59ZAyQlX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sp59ZAyQlX .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sp59ZAyQlX .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sp59ZAyQlX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sp59ZAyQlX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sp59ZAyQlX .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sp59ZAyQlX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sp59ZAyQlX .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-sp59ZAyQlX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sp59ZAyQlX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sp59ZAyQlX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sp59ZAyQlX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sp59ZAyQlX .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sp59ZAyQlX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sp59ZAyQlX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sp59ZAyQlX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sp59ZAyQlX .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-sp59ZAyQlX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sp59ZAyQlX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sp59ZAyQlX .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sp59ZAyQlX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sp59ZAyQlX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sp59ZAyQlX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sp59ZAyQlX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sp59ZAyQlX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sp59ZAyQlX .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-sp59ZAyQlX .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-sp59ZAyQlX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sp59ZAyQlX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sp59ZAyQlX .dropdown-item.active,
.cid-sp59ZAyQlX .dropdown-item:active {
  background-color: transparent;
}
.cid-sp59ZAyQlX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sp59ZAyQlX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sp59ZAyQlX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sp59ZAyQlX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sp59ZAyQlX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sp59ZAyQlX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sp59ZAyQlX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sp59ZAyQlX .navbar-buttons {
  text-align: center;
}
.cid-sp59ZAyQlX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sp59ZAyQlX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8d7d7;
}
.cid-sp59ZAyQlX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sp59ZAyQlX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sp59ZAyQlX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sp59ZAyQlX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sp59ZAyQlX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sp59ZAyQlX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sp59ZAyQlX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sp59ZAyQlX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sp59ZAyQlX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sp59ZAyQlX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sp59ZAyQlX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sp59ZAyQlX .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-sp59ZAyQlX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-sp59ZAyQlX .nav-link:hover,
.cid-sp59ZAyQlX .icons-menu .mbr-iconfont:hover {
  color: #232323 !important;
}
.cid-sp59ZAyQlX .dropdown-item:hover {
  color: #d8d7d7 !important;
}
.cid-sp59ZAyQlX .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #232323;
  transition: width 0.3s ease-in;
}
.cid-sp59ZAyQlX .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sp59ZAyQlX .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sp59ZAyQlX .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-sp59ZAyQlX .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sp59ZAyQlX .dropdown-menu {
    top: 100%;
  }
  .cid-sp59ZAyQlX .dropdown-item {
    border-bottom: 1px solid #3b3b3b;
    box-shadow: 0px 2px 5px #878787;
    background: #878787 !important;
  }
  .cid-sp59ZAyQlX .dropdown-item:hover {
    background: #6e6e6e !important;
  }
  .cid-sp59ZAyQlX .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-sp59ZAyQlX .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-sp59ZBG8W0 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #fff1e3;
}
.cid-sp59ZBG8W0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sp59ZBG8W0 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sp59ZBG8W0 .title {
    width: 100% !important;
  }
}
.cid-sp59ZC63PV {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #fff1e3;
}
.cid-tgISKgRUzD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgISKgRUzD .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #2b6477;
}
.cid-tgISKgRUzD .first-column .mbr-text {
  margin: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tgISKgRUzD .form-group {
  max-width: 55%;
}
.cid-tgISKgRUzD .form-group,
.cid-tgISKgRUzD .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgISKgRUzD .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #2b6477;
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column {
    padding-bottom: 2rem;
  }
  .cid-tgISKgRUzD .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column,
  .cid-tgISKgRUzD .third-column {
    text-align: center;
  }
  .cid-tgISKgRUzD .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-tgISKgRUzD .mbr-section-subtitle,
.cid-tgISKgRUzD .icons-wrapper {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-section-title {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-text {
  color: #2b6477;
}
.cid-sp59ZDeQVz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sp59ZDeQVz .mbr-text {
  color: #a2784f;
}
.cid-sp5cnVPnid .nav-item:focus,
.cid-sp5cnVPnid .nav-link:focus {
  outline: none;
}
.cid-sp5cnVPnid a.nav-link:focus {
  color: #232323 !important;
}
.cid-sp5cnVPnid .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sp5cnVPnid .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sp5cnVPnid .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sp5cnVPnid .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-sp5cnVPnid .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sp5cnVPnid .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sp5cnVPnid .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sp5cnVPnid .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sp5cnVPnid .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sp5cnVPnid .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sp5cnVPnid .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sp5cnVPnid .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-sp5cnVPnid .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sp5cnVPnid .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sp5cnVPnid .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sp5cnVPnid .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sp5cnVPnid .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sp5cnVPnid .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sp5cnVPnid .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sp5cnVPnid .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sp5cnVPnid .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-sp5cnVPnid .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sp5cnVPnid .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sp5cnVPnid .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sp5cnVPnid .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sp5cnVPnid .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sp5cnVPnid .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sp5cnVPnid .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sp5cnVPnid .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sp5cnVPnid .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-sp5cnVPnid .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-sp5cnVPnid .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sp5cnVPnid .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sp5cnVPnid .dropdown-item.active,
.cid-sp5cnVPnid .dropdown-item:active {
  background-color: transparent;
}
.cid-sp5cnVPnid .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sp5cnVPnid .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sp5cnVPnid .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sp5cnVPnid .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sp5cnVPnid .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sp5cnVPnid .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sp5cnVPnid ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sp5cnVPnid .navbar-buttons {
  text-align: center;
}
.cid-sp5cnVPnid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sp5cnVPnid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8d7d7;
}
.cid-sp5cnVPnid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sp5cnVPnid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sp5cnVPnid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sp5cnVPnid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sp5cnVPnid nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sp5cnVPnid nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sp5cnVPnid nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sp5cnVPnid nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sp5cnVPnid .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sp5cnVPnid a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sp5cnVPnid .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sp5cnVPnid .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-sp5cnVPnid .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-sp5cnVPnid .nav-link:hover,
.cid-sp5cnVPnid .icons-menu .mbr-iconfont:hover {
  color: #232323 !important;
}
.cid-sp5cnVPnid .dropdown-item:hover {
  color: #d8d7d7 !important;
}
.cid-sp5cnVPnid .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #232323;
  transition: width 0.3s ease-in;
}
.cid-sp5cnVPnid .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sp5cnVPnid .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sp5cnVPnid .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-sp5cnVPnid .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sp5cnVPnid .dropdown-menu {
    top: 100%;
  }
  .cid-sp5cnVPnid .dropdown-item {
    border-bottom: 1px solid #3b3b3b;
    box-shadow: 0px 2px 5px #878787;
    background: #878787 !important;
  }
  .cid-sp5cnVPnid .dropdown-item:hover {
    background: #6e6e6e !important;
  }
  .cid-sp5cnVPnid .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-sp5cnVPnid .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-sp5cnWNsqf {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #fff1e3;
}
.cid-sp5cnWNsqf .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sp5cnWNsqf .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sp5cnWNsqf .title {
    width: 100% !important;
  }
}
.cid-sp5cnXmyXK {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #fff1e3;
}
.cid-tgISKgRUzD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgISKgRUzD .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #2b6477;
}
.cid-tgISKgRUzD .first-column .mbr-text {
  margin: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tgISKgRUzD .form-group {
  max-width: 55%;
}
.cid-tgISKgRUzD .form-group,
.cid-tgISKgRUzD .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgISKgRUzD .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #2b6477;
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column {
    padding-bottom: 2rem;
  }
  .cid-tgISKgRUzD .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column,
  .cid-tgISKgRUzD .third-column {
    text-align: center;
  }
  .cid-tgISKgRUzD .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-tgISKgRUzD .mbr-section-subtitle,
.cid-tgISKgRUzD .icons-wrapper {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-section-title {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-text {
  color: #2b6477;
}
.cid-sp5cnYuBkV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sp5cnYuBkV .mbr-text {
  color: #a2784f;
}
.cid-sp5eXHiVeX .nav-item:focus,
.cid-sp5eXHiVeX .nav-link:focus {
  outline: none;
}
.cid-sp5eXHiVeX a.nav-link:focus {
  color: #232323 !important;
}
.cid-sp5eXHiVeX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sp5eXHiVeX .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sp5eXHiVeX .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sp5eXHiVeX .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-sp5eXHiVeX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sp5eXHiVeX .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sp5eXHiVeX .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sp5eXHiVeX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sp5eXHiVeX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sp5eXHiVeX .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sp5eXHiVeX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sp5eXHiVeX .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-sp5eXHiVeX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sp5eXHiVeX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sp5eXHiVeX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sp5eXHiVeX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sp5eXHiVeX .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sp5eXHiVeX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sp5eXHiVeX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sp5eXHiVeX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sp5eXHiVeX .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-sp5eXHiVeX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sp5eXHiVeX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sp5eXHiVeX .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sp5eXHiVeX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sp5eXHiVeX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sp5eXHiVeX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sp5eXHiVeX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sp5eXHiVeX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sp5eXHiVeX .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-sp5eXHiVeX .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-sp5eXHiVeX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sp5eXHiVeX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sp5eXHiVeX .dropdown-item.active,
.cid-sp5eXHiVeX .dropdown-item:active {
  background-color: transparent;
}
.cid-sp5eXHiVeX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sp5eXHiVeX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sp5eXHiVeX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sp5eXHiVeX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sp5eXHiVeX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sp5eXHiVeX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sp5eXHiVeX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sp5eXHiVeX .navbar-buttons {
  text-align: center;
}
.cid-sp5eXHiVeX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sp5eXHiVeX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8d7d7;
}
.cid-sp5eXHiVeX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sp5eXHiVeX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sp5eXHiVeX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sp5eXHiVeX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sp5eXHiVeX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sp5eXHiVeX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sp5eXHiVeX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sp5eXHiVeX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sp5eXHiVeX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sp5eXHiVeX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sp5eXHiVeX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sp5eXHiVeX .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-sp5eXHiVeX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-sp5eXHiVeX .nav-link:hover,
.cid-sp5eXHiVeX .icons-menu .mbr-iconfont:hover {
  color: #232323 !important;
}
.cid-sp5eXHiVeX .dropdown-item:hover {
  color: #d8d7d7 !important;
}
.cid-sp5eXHiVeX .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #232323;
  transition: width 0.3s ease-in;
}
.cid-sp5eXHiVeX .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sp5eXHiVeX .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sp5eXHiVeX .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-sp5eXHiVeX .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sp5eXHiVeX .dropdown-menu {
    top: 100%;
  }
  .cid-sp5eXHiVeX .dropdown-item {
    border-bottom: 1px solid #3b3b3b;
    box-shadow: 0px 2px 5px #878787;
    background: #878787 !important;
  }
  .cid-sp5eXHiVeX .dropdown-item:hover {
    background: #6e6e6e !important;
  }
  .cid-sp5eXHiVeX .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-sp5eXHiVeX .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-sphTRgvCuW {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #d6eaf1;
}
.cid-sphTRgvCuW .card .card-img img {
  transition: all 0.5s;
}
.cid-sphTRgvCuW .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sphTRgvCuW .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sphTRgvCuW .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sphTRgvCuW .form1 {
  background: #487f91;
  padding: 2rem;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sphTRgvCuW .form-group {
  margin-bottom: 1rem;
}
.cid-sphTRgvCuW .form-control {
  border: none;
  padding: 1rem;
  background: #ffffff;
  color: #000000;
  width: 100%;
}
.cid-sphTRgvCuW .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-sphTRgvCuW .form-control::-moz-placeholder {
  color: #000000;
}
.cid-sphTRgvCuW .form-control:-moz-placeholder {
  color: #000000;
}
.cid-sphTRgvCuW .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-sphTRgvCuW textarea.form-control {
  min-height: 172px;
}
.cid-sphTRgvCuW .input-group-btn {
  width: 100%;
}
.cid-sphTRgvCuW .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-sphTRgvCuW .items-column {
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sphTRgvCuW .first-row {
  -webkit-flex: 1 1 55%;
  flex: 1 1 55%;
  max-height: 55%;
}
.cid-sphTRgvCuW .second-row {
  -webkit-flex: 1 1 45%;
  flex: 1 1 45%;
  max-height: 45%;
}
.cid-sphTRgvCuW .card {
  height: 100%;
}
.cid-sphTRgvCuW .card .card-wrapper {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  flex: 1;
}
.cid-sphTRgvCuW .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-sphTRgvCuW .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sphTRgvCuW .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-sphTRgvCuW .caption .mbr-text {
  margin: 0;
}
.cid-sphTRgvCuW .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sphTRgvCuW .form1 {
    padding: 1.5rem;
  }
  .cid-sphTRgvCuW .second-card {
    padding-bottom: 2rem;
  }
  .cid-sphTRgvCuW .first-row,
  .cid-sphTRgvCuW .second-row,
  .cid-sphTRgvCuW .card-img {
    -webkit-flex-basis: auto !important;
    flex-basis: auto !important;
  }
  .cid-sphTRgvCuW .card-img img {
    min-height: 0 !important;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-sphTRgvCuW .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sphTRgvCuW .items-column {
    padding-bottom: 2rem;
  }
}
.cid-tgISKgRUzD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgISKgRUzD .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #2b6477;
}
.cid-tgISKgRUzD .first-column .mbr-text {
  margin: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tgISKgRUzD .form-group {
  max-width: 55%;
}
.cid-tgISKgRUzD .form-group,
.cid-tgISKgRUzD .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgISKgRUzD .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #2b6477;
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column {
    padding-bottom: 2rem;
  }
  .cid-tgISKgRUzD .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column,
  .cid-tgISKgRUzD .third-column {
    text-align: center;
  }
  .cid-tgISKgRUzD .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-tgISKgRUzD .mbr-section-subtitle,
.cid-tgISKgRUzD .icons-wrapper {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-section-title {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-text {
  color: #2b6477;
}
.cid-sp5eXLJSNK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sp5eXLJSNK .mbr-text {
  color: #a2784f;
}
.cid-spRXwyjyxN .nav-item:focus,
.cid-spRXwyjyxN .nav-link:focus {
  outline: none;
}
.cid-spRXwyjyxN a.nav-link:focus {
  color: #232323 !important;
}
.cid-spRXwyjyxN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-spRXwyjyxN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-spRXwyjyxN .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-spRXwyjyxN .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-spRXwyjyxN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spRXwyjyxN .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-spRXwyjyxN .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-spRXwyjyxN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spRXwyjyxN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spRXwyjyxN .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-spRXwyjyxN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spRXwyjyxN .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-spRXwyjyxN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spRXwyjyxN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-spRXwyjyxN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-spRXwyjyxN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spRXwyjyxN .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-spRXwyjyxN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spRXwyjyxN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spRXwyjyxN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spRXwyjyxN .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-spRXwyjyxN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spRXwyjyxN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spRXwyjyxN .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-spRXwyjyxN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-spRXwyjyxN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-spRXwyjyxN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-spRXwyjyxN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spRXwyjyxN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spRXwyjyxN .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-spRXwyjyxN .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-spRXwyjyxN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-spRXwyjyxN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spRXwyjyxN .dropdown-item.active,
.cid-spRXwyjyxN .dropdown-item:active {
  background-color: transparent;
}
.cid-spRXwyjyxN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spRXwyjyxN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spRXwyjyxN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spRXwyjyxN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-spRXwyjyxN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-spRXwyjyxN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spRXwyjyxN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spRXwyjyxN .navbar-buttons {
  text-align: center;
}
.cid-spRXwyjyxN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spRXwyjyxN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8d7d7;
}
.cid-spRXwyjyxN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spRXwyjyxN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spRXwyjyxN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spRXwyjyxN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spRXwyjyxN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spRXwyjyxN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spRXwyjyxN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spRXwyjyxN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spRXwyjyxN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-spRXwyjyxN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-spRXwyjyxN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spRXwyjyxN .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-spRXwyjyxN .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-spRXwyjyxN .nav-link:hover,
.cid-spRXwyjyxN .icons-menu .mbr-iconfont:hover {
  color: #232323 !important;
}
.cid-spRXwyjyxN .dropdown-item:hover {
  color: #d8d7d7 !important;
}
.cid-spRXwyjyxN .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #232323;
  transition: width 0.3s ease-in;
}
.cid-spRXwyjyxN .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-spRXwyjyxN .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-spRXwyjyxN .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-spRXwyjyxN .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-spRXwyjyxN .dropdown-menu {
    top: 100%;
  }
  .cid-spRXwyjyxN .dropdown-item {
    border-bottom: 1px solid #3b3b3b;
    box-shadow: 0px 2px 5px #878787;
    background: #878787 !important;
  }
  .cid-spRXwyjyxN .dropdown-item:hover {
    background: #6e6e6e !important;
  }
  .cid-spRXwyjyxN .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-spRXwyjyxN .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-spRXwz5jOG {
  z-index: 1;
  background-image: url("../../../assets/images/luebecker-bucht2-2000x1500.jpeg");
}
.cid-spRXwz5jOG .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-spRXwz5jOG .mbr-arrow i {
  color: #ffffff !important;
}
.cid-spRXwz5jOG .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-spRXwz5jOG .input-wrap {
  background: #fcfcfc;
}
.cid-spRXwz5jOG .booking-datepicker .mbr-form {
  width: 100%;
}
.cid-spRXwz5jOG .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-spRXwz5jOG .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  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-spRXwz5jOG .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-spRXwz5jOG .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-spRXwz5jOG .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-spRXwz5jOG .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-spRXwz5jOG .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-spRXwz5jOG .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-spRXwz5jOG .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-spRXwz5jOG .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-spRXwz5jOG .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-spRXwz5jOG .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-spRXwz5jOG .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-spRXwz5jOG .booking-datepicker .mbr-form .mbr-section-btn {
  width: 100%;
  display: flex;
}
.cid-spRXwz5jOG .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-spRXwz5jOG .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  height: 100%;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
}
.cid-spRXwz5jOG .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-spRXwz5jOG .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-spRXwz5jOG .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-spRXwz5jOG .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-spRXwz5jOG .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-spRXwz5jOG .check-in-input,
.cid-spRXwz5jOG .check-out-input,
.cid-spRXwz5jOG .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-spRXwz5jOG .booking-datepicker input:not(.guests-input):not([name="email"]) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 767px) {
  .cid-spRXwz5jOG .booking-datepicker .mbr-form .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-spRXwz5jOG .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-spRXwz5jOG .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-spRXwz5jOG .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-spRXwz5jOG .email input {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-spRXwz5jOG .datepicker {
    left: 10% !important;
  }
}
.cid-spRXwz5jOG .mbr-section-title {
  color: #ffffff;
}
.cid-spRXwBZ5Md {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spRXwBZ5Md .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-spRXwBZ5Md .mbr-text {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-spRXwBZ5Md .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-spRXwCiBWb {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-spRXwCiBWb .image-block {
  position: relative;
  margin: auto;
}
.cid-spRXwCiBWb .image-block img {
  width: 100%;
}
.cid-spRXwCiBWb .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-spRXwCiBWb .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-tgISKgRUzD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgISKgRUzD .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #2b6477;
}
.cid-tgISKgRUzD .first-column .mbr-text {
  margin: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tgISKgRUzD .form-group {
  max-width: 55%;
}
.cid-tgISKgRUzD .form-group,
.cid-tgISKgRUzD .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgISKgRUzD .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #2b6477;
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column {
    padding-bottom: 2rem;
  }
  .cid-tgISKgRUzD .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column,
  .cid-tgISKgRUzD .third-column {
    text-align: center;
  }
  .cid-tgISKgRUzD .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-tgISKgRUzD .mbr-section-subtitle,
.cid-tgISKgRUzD .icons-wrapper {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-section-title {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-text {
  color: #2b6477;
}
.cid-spRXwDxGkb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spRXwDxGkb .mbr-text {
  color: #a2784f;
}
.cid-sskkuM0qC8 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #fff1e3;
}
.cid-sskkuM0qC8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sskkuM0qC8 .mbr-section-subtitle,
.cid-sskkuM0qC8 .mbr-text {
  color: #878787;
}
.cid-sskkuM0qC8 .wrapper {
  position: relative;
  padding: 1rem;
}
.cid-sskkuM0qC8 .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sskkuM0qC8 .wrapper .content-block {
  padding: 1rem;
  position: relative;
}
.cid-sskkuM0qC8 .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-sskkuM0qC8 .wrapper .content-block .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-sskkuM0qC8 .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sskkuM0qC8 .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sskkuM0qC8 .wrapper {
    padding: 1rem;
  }
  .cid-sskkuM0qC8 .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-soPEFz39SB .nav-item:focus,
.cid-soPEFz39SB .nav-link:focus {
  outline: none;
}
.cid-soPEFz39SB a.nav-link:focus {
  color: #232323 !important;
}
.cid-soPEFz39SB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-soPEFz39SB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-soPEFz39SB .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-soPEFz39SB .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-soPEFz39SB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-soPEFz39SB .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-soPEFz39SB .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-soPEFz39SB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-soPEFz39SB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soPEFz39SB .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-soPEFz39SB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soPEFz39SB .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-soPEFz39SB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soPEFz39SB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-soPEFz39SB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-soPEFz39SB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soPEFz39SB .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-soPEFz39SB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-soPEFz39SB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soPEFz39SB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soPEFz39SB .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-soPEFz39SB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soPEFz39SB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soPEFz39SB .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-soPEFz39SB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-soPEFz39SB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-soPEFz39SB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-soPEFz39SB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soPEFz39SB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soPEFz39SB .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-soPEFz39SB .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-soPEFz39SB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-soPEFz39SB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soPEFz39SB .dropdown-item.active,
.cid-soPEFz39SB .dropdown-item:active {
  background-color: transparent;
}
.cid-soPEFz39SB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soPEFz39SB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soPEFz39SB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soPEFz39SB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-soPEFz39SB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-soPEFz39SB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soPEFz39SB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soPEFz39SB .navbar-buttons {
  text-align: center;
}
.cid-soPEFz39SB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soPEFz39SB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8d7d7;
}
.cid-soPEFz39SB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soPEFz39SB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soPEFz39SB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soPEFz39SB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soPEFz39SB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soPEFz39SB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soPEFz39SB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soPEFz39SB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soPEFz39SB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soPEFz39SB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-soPEFz39SB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soPEFz39SB .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-soPEFz39SB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-soPEFz39SB .nav-link:hover,
.cid-soPEFz39SB .icons-menu .mbr-iconfont:hover {
  color: #232323 !important;
}
.cid-soPEFz39SB .dropdown-item:hover {
  color: #d8d7d7 !important;
}
.cid-soPEFz39SB .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #232323;
  transition: width 0.3s ease-in;
}
.cid-soPEFz39SB .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-soPEFz39SB .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-soPEFz39SB .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-soPEFz39SB .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-soPEFz39SB .dropdown-menu {
    top: 100%;
  }
  .cid-soPEFz39SB .dropdown-item {
    border-bottom: 1px solid #3b3b3b;
    box-shadow: 0px 2px 5px #878787;
    background: #878787 !important;
  }
  .cid-soPEFz39SB .dropdown-item:hover {
    background: #6e6e6e !important;
  }
  .cid-soPEFz39SB .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-soPEFz39SB .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-soPEPmjmg0 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #fff1e3;
}
.cid-soPEPmjmg0 .card .card-img {
  overflow: hidden;
}
.cid-soPEPmjmg0 .card .card-img img {
  transition: all 0.5s;
}
.cid-soPEPmjmg0 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-soPEPmjmg0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #2b6477;
  display: inline-block;
}
.cid-soPEPmjmg0 .card {
  height: 100%;
}
.cid-soPEPmjmg0 .card .card-wrapper {
  height: 100%;
}
.cid-soPEPmjmg0 .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-soPEPmjmg0 .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-soPEPmjmg0 .card .card-box .card-title {
  margin: 0;
}
.cid-soPEPmjmg0 .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soPEPmjmg0 .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-soPEPmjmg0 .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-soPEPmjmg0 .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-soPEPmjmg0 .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-soPEPmjmg0 .card .card-footer .icons-list {
  margin: 0;
}
.cid-soPEPmjmg0 .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-soPEPmjmg0 .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-soPEPmjmg0 .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-soPEPmjmg0 .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-soPEPmjmg0 .card-footer {
  border: none;
}
@media (max-width: 767px) {
  .cid-soPEPmjmg0 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-soPEPmjmg0 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-soPEPmjmg0 .link-text {
  text-align: left;
}
.cid-sph3BLvkKt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff1e3;
}
.cid-sph3BLvkKt .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-sph3BLvkKt .card .card-img span {
  color: #878787;
  font-size: 45px;
}
.cid-sph3BLvkKt .card .card-title {
  letter-spacing: 1px;
}
.cid-sph3BLvkKt .mbr-text,
.cid-sph3BLvkKt .card-title {
  color: #878787;
}
.cid-ssnGX0AOX3 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fff1e3;
}
.cid-ssnGX0AOX3 .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ssnGX0AOX3 .mbr-text {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-ssnGX0AOX3 .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-tgISKgRUzD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgISKgRUzD .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #2b6477;
}
.cid-tgISKgRUzD .first-column .mbr-text {
  margin: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tgISKgRUzD .form-group {
  max-width: 55%;
}
.cid-tgISKgRUzD .form-group,
.cid-tgISKgRUzD .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgISKgRUzD .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #2b6477;
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column {
    padding-bottom: 2rem;
  }
  .cid-tgISKgRUzD .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column,
  .cid-tgISKgRUzD .third-column {
    text-align: center;
  }
  .cid-tgISKgRUzD .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-tgISKgRUzD .mbr-section-subtitle,
.cid-tgISKgRUzD .icons-wrapper {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-section-title {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-text {
  color: #2b6477;
}
.cid-soPEFDmiN0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-soPEFDmiN0 .mbr-text {
  color: #a2784f;
}
.cid-stSYZnGaGg .nav-item:focus,
.cid-stSYZnGaGg .nav-link:focus {
  outline: none;
}
.cid-stSYZnGaGg a.nav-link:focus {
  color: #232323 !important;
}
.cid-stSYZnGaGg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-stSYZnGaGg .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-stSYZnGaGg .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-stSYZnGaGg .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-stSYZnGaGg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-stSYZnGaGg .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-stSYZnGaGg .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-stSYZnGaGg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-stSYZnGaGg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stSYZnGaGg .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-stSYZnGaGg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-stSYZnGaGg .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-stSYZnGaGg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stSYZnGaGg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-stSYZnGaGg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-stSYZnGaGg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stSYZnGaGg .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-stSYZnGaGg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-stSYZnGaGg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stSYZnGaGg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-stSYZnGaGg .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-stSYZnGaGg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-stSYZnGaGg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stSYZnGaGg .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-stSYZnGaGg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-stSYZnGaGg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-stSYZnGaGg .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-stSYZnGaGg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-stSYZnGaGg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stSYZnGaGg .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-stSYZnGaGg .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-stSYZnGaGg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-stSYZnGaGg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stSYZnGaGg .dropdown-item.active,
.cid-stSYZnGaGg .dropdown-item:active {
  background-color: transparent;
}
.cid-stSYZnGaGg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-stSYZnGaGg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stSYZnGaGg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stSYZnGaGg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-stSYZnGaGg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-stSYZnGaGg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stSYZnGaGg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stSYZnGaGg .navbar-buttons {
  text-align: center;
}
.cid-stSYZnGaGg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stSYZnGaGg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8d7d7;
}
.cid-stSYZnGaGg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-stSYZnGaGg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-stSYZnGaGg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-stSYZnGaGg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-stSYZnGaGg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stSYZnGaGg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-stSYZnGaGg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-stSYZnGaGg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stSYZnGaGg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-stSYZnGaGg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-stSYZnGaGg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-stSYZnGaGg .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-stSYZnGaGg .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-stSYZnGaGg .nav-link:hover,
.cid-stSYZnGaGg .icons-menu .mbr-iconfont:hover {
  color: #232323 !important;
}
.cid-stSYZnGaGg .dropdown-item:hover {
  color: #d8d7d7 !important;
}
.cid-stSYZnGaGg .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #232323;
  transition: width 0.3s ease-in;
}
.cid-stSYZnGaGg .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-stSYZnGaGg .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-stSYZnGaGg .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-stSYZnGaGg .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-stSYZnGaGg .dropdown-menu {
    top: 100%;
  }
  .cid-stSYZnGaGg .dropdown-item {
    border-bottom: 1px solid #3b3b3b;
    box-shadow: 0px 2px 5px #878787;
    background: #878787 !important;
  }
  .cid-stSYZnGaGg .dropdown-item:hover {
    background: #6e6e6e !important;
  }
  .cid-stSYZnGaGg .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-stSYZnGaGg .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-stSZsgx1ws {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stSZsgx1ws .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-stSZsgx1ws .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-stSZsgx1ws .title {
    width: 100% !important;
  }
}
.cid-stSZ9Dy9JR {
  background: #ffffff;
}
.cid-stSZ9Dy9JR .image-block {
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-stSZ9Dy9JR .image-block img {
  width: 100%;
}
.cid-stSZ9Dy9JR .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-stSZ9Dy9JR .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-su4pRNggM1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #456b78;
}
.cid-su4pRNggM1 .line {
  background-color: #c19b76;
  color: #c19b76;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-su4pRNggM1 .mbr-text {
  margin: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-su4pRNggM1 .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-tgISKgRUzD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgISKgRUzD .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #2b6477;
}
.cid-tgISKgRUzD .first-column .mbr-text {
  margin: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tgISKgRUzD .form-group {
  max-width: 55%;
}
.cid-tgISKgRUzD .form-group,
.cid-tgISKgRUzD .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgISKgRUzD .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #2b6477;
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column {
    padding-bottom: 2rem;
  }
  .cid-tgISKgRUzD .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column,
  .cid-tgISKgRUzD .third-column {
    text-align: center;
  }
  .cid-tgISKgRUzD .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-tgISKgRUzD .mbr-section-subtitle,
.cid-tgISKgRUzD .icons-wrapper {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-section-title {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-text {
  color: #2b6477;
}
.cid-stSYZsp48s {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stSYZsp48s .mbr-text {
  color: #a2784f;
}
.cid-syxbQaI85Z .nav-item:focus,
.cid-syxbQaI85Z .nav-link:focus {
  outline: none;
}
.cid-syxbQaI85Z a.nav-link:focus {
  color: #232323 !important;
}
.cid-syxbQaI85Z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-syxbQaI85Z .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-syxbQaI85Z .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-syxbQaI85Z .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-syxbQaI85Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-syxbQaI85Z .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-syxbQaI85Z .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-syxbQaI85Z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-syxbQaI85Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syxbQaI85Z .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-syxbQaI85Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syxbQaI85Z .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-syxbQaI85Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syxbQaI85Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-syxbQaI85Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-syxbQaI85Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syxbQaI85Z .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-syxbQaI85Z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syxbQaI85Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syxbQaI85Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syxbQaI85Z .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-syxbQaI85Z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-syxbQaI85Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syxbQaI85Z .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-syxbQaI85Z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-syxbQaI85Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-syxbQaI85Z .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-syxbQaI85Z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-syxbQaI85Z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syxbQaI85Z .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-syxbQaI85Z .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-syxbQaI85Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-syxbQaI85Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syxbQaI85Z .dropdown-item.active,
.cid-syxbQaI85Z .dropdown-item:active {
  background-color: transparent;
}
.cid-syxbQaI85Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syxbQaI85Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syxbQaI85Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syxbQaI85Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-syxbQaI85Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-syxbQaI85Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syxbQaI85Z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syxbQaI85Z .navbar-buttons {
  text-align: center;
}
.cid-syxbQaI85Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syxbQaI85Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8d7d7;
}
.cid-syxbQaI85Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-syxbQaI85Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-syxbQaI85Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-syxbQaI85Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-syxbQaI85Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syxbQaI85Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-syxbQaI85Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-syxbQaI85Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syxbQaI85Z .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-syxbQaI85Z a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-syxbQaI85Z .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-syxbQaI85Z .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-syxbQaI85Z .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-syxbQaI85Z .nav-link:hover,
.cid-syxbQaI85Z .icons-menu .mbr-iconfont:hover {
  color: #232323 !important;
}
.cid-syxbQaI85Z .dropdown-item:hover {
  color: #d8d7d7 !important;
}
.cid-syxbQaI85Z .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #232323;
  transition: width 0.3s ease-in;
}
.cid-syxbQaI85Z .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-syxbQaI85Z .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-syxbQaI85Z .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-syxbQaI85Z .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-syxbQaI85Z .dropdown-menu {
    top: 100%;
  }
  .cid-syxbQaI85Z .dropdown-item {
    border-bottom: 1px solid #3b3b3b;
    box-shadow: 0px 2px 5px #878787;
    background: #878787 !important;
  }
  .cid-syxbQaI85Z .dropdown-item:hover {
    background: #6e6e6e !important;
  }
  .cid-syxbQaI85Z .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-syxbQaI85Z .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-syxcMYcECr {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #d6eaf1;
}
.cid-syxcMYcECr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tgISKgRUzD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgISKgRUzD .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #2b6477;
}
.cid-tgISKgRUzD .first-column .mbr-text {
  margin: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-tgISKgRUzD .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-tgISKgRUzD .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-tgISKgRUzD .form-group {
  max-width: 55%;
}
.cid-tgISKgRUzD .form-group,
.cid-tgISKgRUzD .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tgISKgRUzD .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #2b6477;
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-tgISKgRUzD .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column {
    padding-bottom: 2rem;
  }
  .cid-tgISKgRUzD .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tgISKgRUzD .first-column,
  .cid-tgISKgRUzD .second-column,
  .cid-tgISKgRUzD .third-column {
    text-align: center;
  }
  .cid-tgISKgRUzD .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-tgISKgRUzD .mbr-section-subtitle,
.cid-tgISKgRUzD .icons-wrapper {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-section-title {
  color: #2b6477;
}
.cid-tgISKgRUzD .mbr-text {
  color: #2b6477;
}
.cid-syxbQeT6Be {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-syxbQeT6Be .mbr-text {
  color: #a2784f;
}
.cid-ty28UBf2Rn .nav-item:focus,
.cid-ty28UBf2Rn .nav-link:focus {
  outline: none;
}
.cid-ty28UBf2Rn a.nav-link:focus {
  color: #232323 !important;
}
.cid-ty28UBf2Rn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ty28UBf2Rn .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ty28UBf2Rn .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-ty28UBf2Rn .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-ty28UBf2Rn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ty28UBf2Rn .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ty28UBf2Rn .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ty28UBf2Rn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ty28UBf2Rn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty28UBf2Rn .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ty28UBf2Rn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty28UBf2Rn .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-ty28UBf2Rn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty28UBf2Rn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-ty28UBf2Rn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ty28UBf2Rn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty28UBf2Rn .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ty28UBf2Rn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ty28UBf2Rn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty28UBf2Rn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty28UBf2Rn .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-ty28UBf2Rn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ty28UBf2Rn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty28UBf2Rn .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-ty28UBf2Rn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ty28UBf2Rn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ty28UBf2Rn .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ty28UBf2Rn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ty28UBf2Rn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ty28UBf2Rn .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-ty28UBf2Rn .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ty28UBf2Rn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ty28UBf2Rn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty28UBf2Rn .dropdown-item.active,
.cid-ty28UBf2Rn .dropdown-item:active {
  background-color: transparent;
}
.cid-ty28UBf2Rn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty28UBf2Rn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty28UBf2Rn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty28UBf2Rn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ty28UBf2Rn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ty28UBf2Rn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty28UBf2Rn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ty28UBf2Rn .navbar-buttons {
  text-align: center;
}
.cid-ty28UBf2Rn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ty28UBf2Rn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8d7d7;
}
.cid-ty28UBf2Rn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ty28UBf2Rn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ty28UBf2Rn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ty28UBf2Rn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ty28UBf2Rn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ty28UBf2Rn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ty28UBf2Rn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ty28UBf2Rn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ty28UBf2Rn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ty28UBf2Rn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ty28UBf2Rn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ty28UBf2Rn .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-ty28UBf2Rn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-ty28UBf2Rn .nav-link:hover,
.cid-ty28UBf2Rn .icons-menu .mbr-iconfont:hover {
  color: #232323 !important;
}
.cid-ty28UBf2Rn .dropdown-item:hover {
  color: #d8d7d7 !important;
}
.cid-ty28UBf2Rn .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #232323;
  transition: width 0.3s ease-in;
}
.cid-ty28UBf2Rn .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-ty28UBf2Rn .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ty28UBf2Rn .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-ty28UBf2Rn .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ty28UBf2Rn .dropdown-menu {
    top: 100%;
  }
  .cid-ty28UBf2Rn .dropdown-item {
    border-bottom: 1px solid #3b3b3b;
    box-shadow: 0px 2px 5px #878787;
    background: #878787 !important;
  }
  .cid-ty28UBf2Rn .dropdown-item:hover {
    background: #6e6e6e !important;
  }
  .cid-ty28UBf2Rn .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ty28UBf2Rn .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ty28UBtJ5M {
  z-index: 1;
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/luebecker-bucht2-2000x1500.jpeg");
}
.cid-ty28UBtJ5M .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-ty28UBtJ5M .mbr-arrow i {
  color: #ffffff !important;
}
.cid-ty28UBtJ5M .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ty28UBtJ5M .input-wrap {
  background: #fcfcfc;
}
.cid-ty28UBtJ5M .booking-datepicker .mbr-form {
  width: 100%;
}
.cid-ty28UBtJ5M .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-ty28UBtJ5M .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  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-ty28UBtJ5M .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-ty28UBtJ5M .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-ty28UBtJ5M .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-ty28UBtJ5M .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-ty28UBtJ5M .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-ty28UBtJ5M .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-ty28UBtJ5M .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-ty28UBtJ5M .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-ty28UBtJ5M .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-ty28UBtJ5M .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-ty28UBtJ5M .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-ty28UBtJ5M .booking-datepicker .mbr-form .mbr-section-btn {
  width: 100%;
  display: flex;
}
.cid-ty28UBtJ5M .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-ty28UBtJ5M .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  height: 100%;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
}
.cid-ty28UBtJ5M .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-ty28UBtJ5M .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-ty28UBtJ5M .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ty28UBtJ5M .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-ty28UBtJ5M .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-ty28UBtJ5M .check-in-input,
.cid-ty28UBtJ5M .check-out-input,
.cid-ty28UBtJ5M .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-ty28UBtJ5M .booking-datepicker input:not(.guests-input):not([name="email"]) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 767px) {
  .cid-ty28UBtJ5M .booking-datepicker .mbr-form .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-ty28UBtJ5M .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-ty28UBtJ5M .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-ty28UBtJ5M .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-ty28UBtJ5M .email input {
    border-radius: 0;
  }
  .cid-ty28UBtJ5M .datepicker {
    left: 10% !important;
  }
}
.cid-ty28UBtJ5M .mbr-section-title {
  color: #ffffff;
}
.cid-ty2c3CKTlG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty2c3CKTlG .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ty2c3CKTlG .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ty2c3CKTlG .title {
    width: 100% !important;
  }
}
.cid-ty28UCwjoB {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-ty28UCwjoB .image-block {
  position: relative;
  margin: auto;
}
.cid-ty28UCwjoB .image-block img {
  width: 100%;
}
.cid-ty28UCwjoB .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-ty28UCwjoB .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-ty28UCECjt {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ty28UCECjt .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #2b6477;
}
.cid-ty28UCECjt .first-column .mbr-text {
  margin: 0;
}
.cid-ty28UCECjt .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-ty28UCECjt .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-ty28UCECjt .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-ty28UCECjt .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-ty28UCECjt .form-group {
  max-width: 55%;
}
.cid-ty28UCECjt .form-group,
.cid-ty28UCECjt .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-ty28UCECjt .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #2b6477;
  color: #ffffff;
}
.cid-ty28UCECjt .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-ty28UCECjt .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-ty28UCECjt .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-ty28UCECjt .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-ty28UCECjt .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-ty28UCECjt .first-column,
  .cid-ty28UCECjt .second-column {
    padding-bottom: 2rem;
  }
  .cid-ty28UCECjt .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ty28UCECjt .first-column,
  .cid-ty28UCECjt .second-column,
  .cid-ty28UCECjt .third-column {
    text-align: center;
  }
  .cid-ty28UCECjt .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-ty28UCECjt .mbr-section-subtitle,
.cid-ty28UCECjt .icons-wrapper {
  color: #2b6477;
}
.cid-ty28UCECjt .mbr-section-title {
  color: #2b6477;
}
.cid-ty28UCECjt .mbr-text {
  color: #2b6477;
}
.cid-ty28UCSE3F {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ty28UCSE3F .mbr-text {
  color: #a2784f;
}
.cid-u5vkOGXGBp .nav-item:focus,
.cid-u5vkOGXGBp .nav-link:focus {
  outline: none;
}
.cid-u5vkOGXGBp a.nav-link:focus {
  color: #232323 !important;
}
.cid-u5vkOGXGBp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-u5vkOGXGBp .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-u5vkOGXGBp .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-u5vkOGXGBp .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-u5vkOGXGBp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u5vkOGXGBp .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-u5vkOGXGBp .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-u5vkOGXGBp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u5vkOGXGBp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5vkOGXGBp .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-u5vkOGXGBp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5vkOGXGBp .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-u5vkOGXGBp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5vkOGXGBp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-u5vkOGXGBp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u5vkOGXGBp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5vkOGXGBp .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-u5vkOGXGBp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u5vkOGXGBp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5vkOGXGBp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5vkOGXGBp .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-u5vkOGXGBp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u5vkOGXGBp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5vkOGXGBp .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-u5vkOGXGBp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u5vkOGXGBp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u5vkOGXGBp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u5vkOGXGBp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u5vkOGXGBp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5vkOGXGBp .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-u5vkOGXGBp .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-u5vkOGXGBp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-u5vkOGXGBp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5vkOGXGBp .dropdown-item.active,
.cid-u5vkOGXGBp .dropdown-item:active {
  background-color: transparent;
}
.cid-u5vkOGXGBp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5vkOGXGBp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5vkOGXGBp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5vkOGXGBp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-u5vkOGXGBp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-u5vkOGXGBp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5vkOGXGBp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5vkOGXGBp .navbar-buttons {
  text-align: center;
}
.cid-u5vkOGXGBp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5vkOGXGBp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d8d7d7;
}
.cid-u5vkOGXGBp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u5vkOGXGBp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u5vkOGXGBp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u5vkOGXGBp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u5vkOGXGBp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5vkOGXGBp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u5vkOGXGBp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u5vkOGXGBp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u5vkOGXGBp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u5vkOGXGBp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-u5vkOGXGBp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u5vkOGXGBp .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-u5vkOGXGBp .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-u5vkOGXGBp .nav-link:hover,
.cid-u5vkOGXGBp .icons-menu .mbr-iconfont:hover {
  color: #232323 !important;
}
.cid-u5vkOGXGBp .dropdown-item:hover {
  color: #d8d7d7 !important;
}
.cid-u5vkOGXGBp .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #232323;
  transition: width 0.3s ease-in;
}
.cid-u5vkOGXGBp .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-u5vkOGXGBp .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-u5vkOGXGBp .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-u5vkOGXGBp .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-u5vkOGXGBp .dropdown-menu {
    top: 100%;
  }
  .cid-u5vkOGXGBp .dropdown-item {
    border-bottom: 1px solid #3b3b3b;
    box-shadow: 0px 2px 5px #878787;
    background: #878787 !important;
  }
  .cid-u5vkOGXGBp .dropdown-item:hover {
    background: #6e6e6e !important;
  }
  .cid-u5vkOGXGBp .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-u5vkOGXGBp .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-u5vliR2IY2 {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #fff1e3;
}
.cid-u5vliR2IY2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u5vliR2IY2 .mbr-section-subtitle,
.cid-u5vliR2IY2 .mbr-text {
  color: #878787;
}
.cid-u5vliR2IY2 .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-u5vliR2IY2 .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u5vliR2IY2 .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-u5vliR2IY2 .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-u5vliR2IY2 .wrapper .content-block .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-u5vliR2IY2 .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u5vliR2IY2 .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5vliR2IY2 .wrapper {
    padding: 1rem;
  }
  .cid-u5vliR2IY2 .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-u5vliR2IY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vliR2IY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vmWBseuH {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fff1e3;
}
.cid-u5vmWBseuH .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u5vmWBseuH .mbr-section-subtitle,
.cid-u5vmWBseuH .mbr-text {
  color: #878787;
}
.cid-u5vmWBseuH .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-u5vmWBseuH .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u5vmWBseuH .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-u5vmWBseuH .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-u5vmWBseuH .wrapper .content-block .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-u5vmWBseuH .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u5vmWBseuH .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5vmWBseuH .wrapper {
    padding: 1rem;
  }
  .cid-u5vmWBseuH .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-u5vmWBseuH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vmWBseuH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vkOHqEm9 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u5vkOHqEm9 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #2b6477;
}
.cid-u5vkOHqEm9 .first-column .mbr-text {
  margin: 0;
}
.cid-u5vkOHqEm9 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-u5vkOHqEm9 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-u5vkOHqEm9 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-u5vkOHqEm9 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-u5vkOHqEm9 .form-group {
  max-width: 55%;
}
.cid-u5vkOHqEm9 .form-group,
.cid-u5vkOHqEm9 .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-u5vkOHqEm9 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #2b6477;
  color: #ffffff;
}
.cid-u5vkOHqEm9 .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-u5vkOHqEm9 .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-u5vkOHqEm9 .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-u5vkOHqEm9 .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-u5vkOHqEm9 .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-u5vkOHqEm9 .first-column,
  .cid-u5vkOHqEm9 .second-column {
    padding-bottom: 2rem;
  }
  .cid-u5vkOHqEm9 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-u5vkOHqEm9 .first-column,
  .cid-u5vkOHqEm9 .second-column,
  .cid-u5vkOHqEm9 .third-column {
    text-align: center;
  }
  .cid-u5vkOHqEm9 .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-u5vkOHqEm9 .mbr-section-subtitle,
.cid-u5vkOHqEm9 .icons-wrapper {
  color: #2b6477;
}
.cid-u5vkOHqEm9 .mbr-section-title {
  color: #2b6477;
}
.cid-u5vkOHqEm9 .mbr-text {
  color: #2b6477;
}
.cid-u5vkOHGUNu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u5vkOHGUNu .mbr-text {
  color: #a2784f;
}
