body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'BrilliantRose';
  font-size: 6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((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: #444444 !important;
}
.bg-success {
  background-color: #f38069 !important;
}
.bg-info {
  background-color: #3375cd !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !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: #3375cd !important;
  border-color: #3375cd !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #235290 !important;
  border-color: #235290 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #235290 !important;
  border-color: #235290 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #f38069 !important;
  border-color: #f38069 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #ed4422 !important;
  border-color: #ed4422 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ed4422 !important;
  border-color: #ed4422 !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: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !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: #111111 !important;
  color: #111111 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !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: #1e467c !important;
  color: #1e467c !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #3375cd !important;
  border-color: #3375cd !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3375cd !important;
  border-color: #3375cd !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #e43512 !important;
  color: #e43512 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #f38069 !important;
  border-color: #f38069 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f38069 !important;
  border-color: #f38069 !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: #bcbcbc !important;
  color: #bcbcbc !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !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: #444444 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #f38069 !important;
}
.text-info {
  color: #3375cd !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #111111 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #e43512 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #1e467c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #3375cd;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #efefef;
}
.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: #444444;
  border-color: #444444;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #444444;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7b7b7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d7e4f5;
}
.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: 'Lato', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #444444;
}
/* 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: #444444;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #444444;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #444444;
  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: #444444;
  border-bottom-color: #444444;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #444444 !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='%23444444' %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-rzMj9prxNq .nav-item:focus,
.cid-rzMj9prxNq .nav-link:focus {
  outline: none;
}
.cid-rzMj9prxNq a.nav-link:focus {
  color: #f38069 !important;
}
.cid-rzMj9prxNq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-rzMj9prxNq .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-rzMj9prxNq .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-rzMj9prxNq .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-rzMj9prxNq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzMj9prxNq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-rzMj9prxNq .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rzMj9prxNq .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-rzMj9prxNq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rzMj9prxNq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMj9prxNq .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-rzMj9prxNq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMj9prxNq .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-rzMj9prxNq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMj9prxNq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-rzMj9prxNq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rzMj9prxNq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMj9prxNq .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-rzMj9prxNq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rzMj9prxNq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMj9prxNq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMj9prxNq .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-rzMj9prxNq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMj9prxNq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMj9prxNq .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-rzMj9prxNq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rzMj9prxNq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rzMj9prxNq .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-rzMj9prxNq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMj9prxNq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMj9prxNq .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-rzMj9prxNq .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-rzMj9prxNq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-rzMj9prxNq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMj9prxNq .dropdown-item.active,
.cid-rzMj9prxNq .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMj9prxNq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMj9prxNq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMj9prxNq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMj9prxNq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-rzMj9prxNq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-rzMj9prxNq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMj9prxNq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzMj9prxNq .navbar-buttons {
  text-align: center;
}
.cid-rzMj9prxNq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMj9prxNq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rzMj9prxNq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMj9prxNq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMj9prxNq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMj9prxNq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMj9prxNq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMj9prxNq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMj9prxNq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMj9prxNq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMj9prxNq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzMj9prxNq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-rzMj9prxNq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMj9prxNq .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-rzMj9prxNq .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-rzMj9prxNq .nav-link:hover,
.cid-rzMj9prxNq .icons-menu .mbr-iconfont:hover {
  color: #f38069 !important;
}
.cid-rzMj9prxNq .dropdown-item:hover {
  color: #3375cd !important;
}
.cid-rzMj9prxNq .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f38069;
  transition: width 0.3s ease-in;
}
.cid-rzMj9prxNq .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-rzMj9prxNq .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-rzMj9prxNq .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-rzMj9prxNq .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-rzMj9prxNq .dropdown-menu {
    top: 100%;
  }
  .cid-rzMj9prxNq .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-rzMj9prxNq .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-rzMj9prxNq .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-rzMj9prxNq .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-rzMj5gUn1z {
  background-image: url("../../../assets/images/sea-blue-and-white-modern-holiday-travel-video.gif");
}
.cid-rzMj5gUn1z .mbr-arrow {
  background: #3375cd !important;
  opacity: .7;
}
.cid-rzMj5gUn1z .mbr-arrow i {
  color: #ffffff !important;
}
.cid-rzMj5gUn1z .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u8MBJ1RtyX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u8MBJ1RtyX .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-u8MBJ1RtyX .row {
  background-color: #ffffff;
}
.cid-u8MBJ1RtyX .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-u8MBJ1RtyX .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u8MBJ1RtyX .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u8MBJ1RtyX .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u8MBJ1RtyX .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8MBJ1RtyX .image-element {
    padding: 0 15px;
  }
  .cid-u8MBJ1RtyX .text-element {
    padding: 2rem 1rem;
  }
  .cid-u8MBJ1RtyX .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-u8MBJ1RtyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8MBJ1RtyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8MBJ1RtyX .mbr-text,
.cid-u8MBJ1RtyX .mbr-section-btn {
  color: #000000;
}
.cid-udoSzL77Os {
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
  background-image: url("../../../assets/images/32470991-1104739479666237-9075858511740534784-n-960x720.webp");
}
.cid-udoSzL77Os .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-udoSzL77Os .mbr-text {
  margin: 0;
}
.cid-udoSzL77Os .check-in-input,
.cid-udoSzL77Os .check-out-input,
.cid-udoSzL77Os .guests .date-col span {
  cursor: pointer;
}
.cid-udoSzL77Os .content-wrap {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-udoSzL77Os .content-wrap .first-item,
.cid-udoSzL77Os .content-wrap .second-item {
  padding: 1.5rem;
}
.cid-udoSzL77Os .content-wrap .first-item {
  background: #c19b76;
}
.cid-udoSzL77Os .content-wrap .first-item .item-text {
  text-align: center;
}
.cid-udoSzL77Os .content-wrap .first-item .item-btn .btn {
  margin-left: 4px !important;
}
.cid-udoSzL77Os .content-wrap .second-item {
  background: #3375cd;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-udoSzL77Os .content-wrap .second-item .check-text {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 0;
}
.cid-udoSzL77Os .input-wrap {
  background: #fcfcfc;
}
.cid-udoSzL77Os .booking-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-udoSzL77Os .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-udoSzL77Os .booking-datepicker .mbr-form .input-wrap input {
  border: none !important;
  border-radius: 0;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-udoSzL77Os .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-udoSzL77Os .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-udoSzL77Os .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-udoSzL77Os .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-udoSzL77Os .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-udoSzL77Os .booking-datepicker .mbr-form .input-wrap input:focus {
  box-shadow: none;
}
.cid-udoSzL77Os .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #f38069;
}
.cid-udoSzL77Os .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #f38069;
  z-index: 1;
}
.cid-udoSzL77Os .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-udoSzL77Os .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-udoSzL77Os .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-udoSzL77Os .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-udoSzL77Os .booking-datepicker .mbr-form .mbr-section-btn {
  display: flex;
}
.cid-udoSzL77Os .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
  width: 100%;
}
.cid-udoSzL77Os .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  width: 100%;
  margin: 0;
  line-height: 18px;
  font-weight: 300;
}
.cid-udoSzL77Os .email input {
  width: 100%;
  border: none !important;
  outline: none;
  padding: 10px 15px;
}
.cid-udoSzL77Os .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-udoSzL77Os .datepicker {
  background-color: #fcfcfc;
  color: #3375cd;
}
.cid-udoSzL77Os .datepicker .active.day {
  background-color: #f38069 !important;
  color: #ffffff !important;
}
.cid-udoSzL77Os .datepicker:after {
  border-top-color: #fcfcfc !important;
  border-bottom-color: #fcfcfc !important;
}
@media (max-width: 767px) {
  .cid-udoSzL77Os .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-udoSzL77Os .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-udoSzL77Os .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-udoSzL77Os .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-udoSzL77Os .email input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .cid-udoSzL77Os .booking-datepicker input:not(.guests-input):not([name='email']) {
    border-right: 1px solid #3375cd !important;
  }
}
@media (max-width: 991px) {
  .cid-udoSzL77Os .booking-datepicker {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-udoSzL77Os .datepicker {
    left: 10% !important;
  }
}
.cid-udoSzL77Os .mbr-fallback-image.disabled {
  display: none;
}
.cid-udoSzL77Os .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udd01hsjGm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-udd01hsjGm .mbr-text DIV {
  text-align: center;
}
.cid-udd01hsjGm .mbr-text {
  text-align: center;
}
.cid-u8DfBZdhns {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fcfcfc;
}
.cid-u8DfBZdhns .content-section {
  margin-bottom: 2rem;
}
.cid-u8DfBZdhns .wrapper {
  overflow: hidden;
}
.cid-u8DfBZdhns .wrapper img {
  transition: all 0.5s;
}
.cid-u8DfBZdhns .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u8DfBZdhns .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u8DfBZdhns .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25rem;
}
.cid-u8DfBZdhns .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-u8DfBZdhns .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u8DfBZdhns .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-u8DfBZdhns .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8DfBZdhns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduHr5r4ji {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/green-palm-beach-animated-hello-summer-inspirational-video.gif");
}
.cid-uduHr5r4ji .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduHr5r4ji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduHr5r4ji .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uduHr5r4ji .mbr-section-title {
  color: #24262b;
}
.cid-uduHr5r4ji .mbr-section-subtitle {
  margin-top: 16px;
  color: #efefef;
}
.cid-uduHr5r4ji .cards-row {
  row-gap: 32px;
}
.cid-uduHr5r4ji .card {
  border-radius: 0;
}
.cid-uduHr5r4ji .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-uduHr5r4ji .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uduHr5r4ji .icons-wrap {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.cid-uduHr5r4ji .icons-wrap .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-uduHr5r4ji .icons-wrap .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 18px;
  color: #3375cd;
}
.cid-uduHr5r4ji .card-title {
  margin-bottom: 8px;
  color: #24262b;
}
.cid-uduHr5r4ji .card-subtitle {
  color: #24262b;
  text-align: left;
}
.cid-uduHr5r4ji .card-bottom-wrap {
  margin-top: 24px;
}
.cid-uduHr5r4ji .card-name {
  color: #24262b;
}
.cid-uduHr5r4ji .card-text {
  color: #24262b;
}
.cid-u8DftnVvK5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8DftnVvK5 img {
  width: 120px;
  margin: auto;
}
.cid-u8DftnVvK5 .card {
  transition: all 0.3s;
  width: fit-content;
  padding: 20px;
}
.cid-u8DftnVvK5 .card img {
  height: 80px;
  width: auto;
}
.cid-u8DftnVvK5 .border-col {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-u8DftnVvK5 .border-col {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .cid-u8DftnVvK5 .border-col {
    margin-bottom: 50px;
  }
}
.cid-u8DftnVvK5 .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.32;
}
.cid-u8DftnVvK5 .mbr-section-title {
  color: #26292c;
}
.cid-u8NzwPtgPi {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-u8NzwPtgPi .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-u8NzwPtgPi .row {
  border-bottom: 1px solid #808080;
}
.cid-u8NzwPtgPi H2 {
  color: #e7272d;
}
.cid-u8NzwPtgPi .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-u8NzwPtgPi .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-u8NzwPtgPi .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .col-lg-12 {
  overflow: hidden;
}
.cid-u8NzwPtgPi H4 {
  color: #ffffff;
}
.cid-u8NzwPtgPi .mbr-text,
.cid-u8NzwPtgPi .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u8NzwPtgPi .logo-wrap:before {
    content: none;
  }
  .cid-u8NzwPtgPi .logo-wrap:after {
    content: none;
  }
}
.cid-u8NzwPtgPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NzwPtgPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8DkzFXRAU .nav-item:focus,
.cid-u8DkzFXRAU .nav-link:focus {
  outline: none;
}
.cid-u8DkzFXRAU a.nav-link:focus {
  color: #f38069 !important;
}
.cid-u8DkzFXRAU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-u8DkzFXRAU .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-u8DkzFXRAU .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-u8DkzFXRAU .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-u8DkzFXRAU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8DkzFXRAU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8DkzFXRAU .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-u8DkzFXRAU .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-u8DkzFXRAU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8DkzFXRAU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8DkzFXRAU .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-u8DkzFXRAU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8DkzFXRAU .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-u8DkzFXRAU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8DkzFXRAU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-u8DkzFXRAU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8DkzFXRAU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8DkzFXRAU .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-u8DkzFXRAU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8DkzFXRAU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8DkzFXRAU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8DkzFXRAU .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-u8DkzFXRAU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8DkzFXRAU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8DkzFXRAU .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-u8DkzFXRAU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u8DkzFXRAU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8DkzFXRAU .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-u8DkzFXRAU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8DkzFXRAU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8DkzFXRAU .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-u8DkzFXRAU .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-u8DkzFXRAU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-u8DkzFXRAU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8DkzFXRAU .dropdown-item.active,
.cid-u8DkzFXRAU .dropdown-item:active {
  background-color: transparent;
}
.cid-u8DkzFXRAU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8DkzFXRAU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8DkzFXRAU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8DkzFXRAU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-u8DkzFXRAU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-u8DkzFXRAU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8DkzFXRAU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8DkzFXRAU .navbar-buttons {
  text-align: center;
}
.cid-u8DkzFXRAU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8DkzFXRAU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u8DkzFXRAU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8DkzFXRAU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8DkzFXRAU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8DkzFXRAU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8DkzFXRAU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8DkzFXRAU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8DkzFXRAU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8DkzFXRAU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8DkzFXRAU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8DkzFXRAU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-u8DkzFXRAU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8DkzFXRAU .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-u8DkzFXRAU .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-u8DkzFXRAU .nav-link:hover,
.cid-u8DkzFXRAU .icons-menu .mbr-iconfont:hover {
  color: #f38069 !important;
}
.cid-u8DkzFXRAU .dropdown-item:hover {
  color: #3375cd !important;
}
.cid-u8DkzFXRAU .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f38069;
  transition: width 0.3s ease-in;
}
.cid-u8DkzFXRAU .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-u8DkzFXRAU .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-u8DkzFXRAU .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-u8DkzFXRAU .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-u8DkzFXRAU .dropdown-menu {
    top: 100%;
  }
  .cid-u8DkzFXRAU .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-u8DkzFXRAU .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-u8DkzFXRAU .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-u8DkzFXRAU .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-u8DkzGu5x6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-20230104-wa0074-1000x750.webp");
}
.cid-u8DkzGu5x6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8DkzGu5x6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8DkzGu5x6 .container {
    padding: 0;
  }
}
.cid-u8DkzGu5x6 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u8DkzGu5x6 .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u8DkzGu5x6 .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u8DkzGu5x6 .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u8DkzGu5x6 .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u8DkzGu5x6 .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u8DkzGu5x6 .mbr-section-title {
  color: #ffffff;
}
.cid-u8DkzGu5x6 .mbr-box {
  color: #ffffff;
}
.cid-u8DkzGu5x6 .mbr-section-btn {
  text-align: center;
}
.cid-u8DkzGJsB2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u8DkzGJsB2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u8DkzGJsB2 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8DkzGJsB2 .title {
    width: 100% !important;
  }
}
.cid-u8DkzGYzS6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u8DkzGYzS6 .mbr-text DIV {
  text-align: center;
}
.cid-u8DkzGYzS6 .mbr-text {
  text-align: center;
}
.cid-u8FQ3uNyoG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-u8FQ3uNyoG .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-u8FQ3uNyoG .row {
  background-color: #ffffff;
}
.cid-u8FQ3uNyoG .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-u8FQ3uNyoG .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u8FQ3uNyoG .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u8FQ3uNyoG .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u8FQ3uNyoG .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8FQ3uNyoG .image-element {
    padding: 0 15px;
  }
  .cid-u8FQ3uNyoG .text-element {
    padding: 2rem 1rem;
  }
  .cid-u8FQ3uNyoG .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-u8FQ3uNyoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8FQ3uNyoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8FQ3YRglt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-u8FQ3YRglt .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-u8FQ3YRglt .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u8FQ3YRglt .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-u8FQ3YRglt .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u8FQ3YRglt .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u8FQ3YRglt .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u8FQ3YRglt .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8FQ3YRglt .image-element {
    padding: 0 15px;
  }
  .cid-u8FQ3YRglt .text-element {
    padding: 2rem 1rem;
  }
  .cid-u8FQ3YRglt .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-u8FQ3YRglt .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-u8FQ3YRglt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8FQ3YRglt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8FQ4p8qqD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-u8FQ4p8qqD .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-u8FQ4p8qqD .row {
  background-color: #ffffff;
}
.cid-u8FQ4p8qqD .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-u8FQ4p8qqD .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u8FQ4p8qqD .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u8FQ4p8qqD .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u8FQ4p8qqD .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8FQ4p8qqD .image-element {
    padding: 0 15px;
  }
  .cid-u8FQ4p8qqD .text-element {
    padding: 2rem 1rem;
  }
  .cid-u8FQ4p8qqD .text-element .mbr-text {
    padding: 1rem;
  }
}
.cid-u8FQ4p8qqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8FQ4p8qqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8FQ4ND01R {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-u8FQ4ND01R .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-u8FQ4ND01R .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u8FQ4ND01R .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-u8FQ4ND01R .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-u8FQ4ND01R .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u8FQ4ND01R .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u8FQ4ND01R .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8FQ4ND01R .image-element {
    padding: 0 15px;
  }
  .cid-u8FQ4ND01R .text-element {
    padding: 2rem 1rem;
  }
  .cid-u8FQ4ND01R .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-u8FQ4ND01R .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-u8FQ4ND01R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8FQ4ND01R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8FRRTaYy8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u8FRRTaYy8 .line {
  background-color: #f38069;
  color: #f38069;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u8FRRTaYy8 .mbr-text {
  margin: 0;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .cid-u8FRRTaYy8 .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-u8NzwPtgPi {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-u8NzwPtgPi .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-u8NzwPtgPi .row {
  border-bottom: 1px solid #808080;
}
.cid-u8NzwPtgPi H2 {
  color: #e7272d;
}
.cid-u8NzwPtgPi .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-u8NzwPtgPi .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-u8NzwPtgPi .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .col-lg-12 {
  overflow: hidden;
}
.cid-u8NzwPtgPi H4 {
  color: #ffffff;
}
.cid-u8NzwPtgPi .mbr-text,
.cid-u8NzwPtgPi .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u8NzwPtgPi .logo-wrap:before {
    content: none;
  }
  .cid-u8NzwPtgPi .logo-wrap:after {
    content: none;
  }
}
.cid-u8NzwPtgPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NzwPtgPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8DkydE7dt .nav-item:focus,
.cid-u8DkydE7dt .nav-link:focus {
  outline: none;
}
.cid-u8DkydE7dt a.nav-link:focus {
  color: #f38069 !important;
}
.cid-u8DkydE7dt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-u8DkydE7dt .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-u8DkydE7dt .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-u8DkydE7dt .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-u8DkydE7dt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8DkydE7dt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8DkydE7dt .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-u8DkydE7dt .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-u8DkydE7dt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8DkydE7dt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8DkydE7dt .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-u8DkydE7dt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8DkydE7dt .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-u8DkydE7dt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8DkydE7dt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-u8DkydE7dt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8DkydE7dt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8DkydE7dt .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-u8DkydE7dt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8DkydE7dt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8DkydE7dt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8DkydE7dt .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-u8DkydE7dt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8DkydE7dt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8DkydE7dt .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-u8DkydE7dt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u8DkydE7dt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8DkydE7dt .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-u8DkydE7dt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8DkydE7dt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8DkydE7dt .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-u8DkydE7dt .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-u8DkydE7dt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-u8DkydE7dt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8DkydE7dt .dropdown-item.active,
.cid-u8DkydE7dt .dropdown-item:active {
  background-color: transparent;
}
.cid-u8DkydE7dt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8DkydE7dt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8DkydE7dt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8DkydE7dt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-u8DkydE7dt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-u8DkydE7dt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8DkydE7dt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8DkydE7dt .navbar-buttons {
  text-align: center;
}
.cid-u8DkydE7dt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8DkydE7dt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u8DkydE7dt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8DkydE7dt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8DkydE7dt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8DkydE7dt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8DkydE7dt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8DkydE7dt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8DkydE7dt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8DkydE7dt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8DkydE7dt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8DkydE7dt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-u8DkydE7dt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8DkydE7dt .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-u8DkydE7dt .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-u8DkydE7dt .nav-link:hover,
.cid-u8DkydE7dt .icons-menu .mbr-iconfont:hover {
  color: #f38069 !important;
}
.cid-u8DkydE7dt .dropdown-item:hover {
  color: #3375cd !important;
}
.cid-u8DkydE7dt .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f38069;
  transition: width 0.3s ease-in;
}
.cid-u8DkydE7dt .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-u8DkydE7dt .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-u8DkydE7dt .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-u8DkydE7dt .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-u8DkydE7dt .dropdown-menu {
    top: 100%;
  }
  .cid-u8DkydE7dt .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-u8DkydE7dt .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-u8DkydE7dt .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-u8DkydE7dt .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-u8DkyeecpO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-20220824-wa0085-1280x960.webp");
}
.cid-u8DkyeecpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8DkyeecpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8DkyeecpO .container {
    padding: 0;
  }
}
.cid-u8DkyeecpO .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u8DkyeecpO .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u8DkyeecpO .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u8DkyeecpO .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u8DkyeecpO .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u8DkyeecpO .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u8DkyeecpO .mbr-section-title {
  color: #ffffff;
}
.cid-u8DkyeecpO .mbr-box {
  color: #ffffff;
}
.cid-u8DkyeecpO .mbr-section-btn {
  text-align: center;
}
.cid-u8DkyeveQI {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u8DkyeveQI .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u8DkyeveQI .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8DkyeveQI .title {
    width: 100% !important;
  }
}
.cid-u8DkyeJSUM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u8DkyeJSUM .mbr-text DIV {
  text-align: center;
}
.cid-u8DkyeJSUM .mbr-text {
  text-align: center;
}
.cid-u8DmT2rZG5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8DmT2rZG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8DmT2rZG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8DmT2rZG5 .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-u8DmT2rZG5 .mbr-section-title {
  color: #45494E;
}
.cid-u8DmT2rZG5 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-u8DmT2rZG5 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-u8DmT2rZG5 .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-u8DmT2rZG5 .tabl-item-row:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.cid-u8DmT2rZG5 .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-u8DmT2rZG5 .tabl-item-column {
    padding: 10px;
  }
}
.cid-u8DmT2rZG5 .card-title {
  color: #45494E;
}
.cid-u8DmT2rZG5 .card-text {
  color: #45494E;
}
.cid-u8G8JmRCOE {
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
  background-image: url("../../../assets/images/32470991-1104739479666237-9075858511740534784-n-960x720.webp");
}
.cid-u8G8JmRCOE .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u8G8JmRCOE .mbr-text {
  margin: 0;
}
.cid-u8G8JmRCOE .check-in-input,
.cid-u8G8JmRCOE .check-out-input,
.cid-u8G8JmRCOE .guests .date-col span {
  cursor: pointer;
}
.cid-u8G8JmRCOE .content-wrap {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-u8G8JmRCOE .content-wrap .first-item,
.cid-u8G8JmRCOE .content-wrap .second-item {
  padding: 1.5rem;
}
.cid-u8G8JmRCOE .content-wrap .first-item {
  background: #c19b76;
}
.cid-u8G8JmRCOE .content-wrap .first-item .item-text {
  text-align: center;
}
.cid-u8G8JmRCOE .content-wrap .first-item .item-btn .btn {
  margin-left: 4px !important;
}
.cid-u8G8JmRCOE .content-wrap .second-item {
  background: #3375cd;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u8G8JmRCOE .content-wrap .second-item .check-text {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 0;
}
.cid-u8G8JmRCOE .input-wrap {
  background: #fcfcfc;
}
.cid-u8G8JmRCOE .booking-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8G8JmRCOE .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-u8G8JmRCOE .booking-datepicker .mbr-form .input-wrap input {
  border: none !important;
  border-radius: 0;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-u8G8JmRCOE .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-u8G8JmRCOE .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-u8G8JmRCOE .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-u8G8JmRCOE .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-u8G8JmRCOE .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-u8G8JmRCOE .booking-datepicker .mbr-form .input-wrap input:focus {
  box-shadow: none;
}
.cid-u8G8JmRCOE .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #f38069;
}
.cid-u8G8JmRCOE .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #f38069;
  z-index: 1;
}
.cid-u8G8JmRCOE .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-u8G8JmRCOE .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-u8G8JmRCOE .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-u8G8JmRCOE .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-u8G8JmRCOE .booking-datepicker .mbr-form .mbr-section-btn {
  display: flex;
}
.cid-u8G8JmRCOE .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
  width: 100%;
}
.cid-u8G8JmRCOE .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  width: 100%;
  margin: 0;
  line-height: 18px;
  font-weight: 300;
}
.cid-u8G8JmRCOE .email input {
  width: 100%;
  border: none !important;
  outline: none;
  padding: 10px 15px;
}
.cid-u8G8JmRCOE .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-u8G8JmRCOE .datepicker {
  background-color: #fcfcfc;
  color: #3375cd;
}
.cid-u8G8JmRCOE .datepicker .active.day {
  background-color: #f38069 !important;
  color: #ffffff !important;
}
.cid-u8G8JmRCOE .datepicker:after {
  border-top-color: #fcfcfc !important;
  border-bottom-color: #fcfcfc !important;
}
@media (max-width: 767px) {
  .cid-u8G8JmRCOE .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-u8G8JmRCOE .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-u8G8JmRCOE .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-u8G8JmRCOE .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-u8G8JmRCOE .email input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .cid-u8G8JmRCOE .booking-datepicker input:not(.guests-input):not([name='email']) {
    border-right: 1px solid #3375cd !important;
  }
}
@media (max-width: 991px) {
  .cid-u8G8JmRCOE .booking-datepicker {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-u8G8JmRCOE .datepicker {
    left: 10% !important;
  }
}
.cid-u8G8JmRCOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8G8JmRCOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9axRfvlyD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9axRfvlyD img {
  width: 120px;
  margin: auto;
}
.cid-u9axRfvlyD .card {
  transition: all 0.3s;
  width: fit-content;
  padding: 20px;
}
.cid-u9axRfvlyD .card img {
  height: 80px;
  width: auto;
}
.cid-u9axRfvlyD .border-col {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-u9axRfvlyD .border-col {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .cid-u9axRfvlyD .border-col {
    margin-bottom: 50px;
  }
}
.cid-u9axRfvlyD .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.32;
}
.cid-u9axRfvlyD .mbr-section-title {
  color: #26292c;
}
.cid-u8NzwPtgPi {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-u8NzwPtgPi .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-u8NzwPtgPi .row {
  border-bottom: 1px solid #808080;
}
.cid-u8NzwPtgPi H2 {
  color: #e7272d;
}
.cid-u8NzwPtgPi .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-u8NzwPtgPi .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-u8NzwPtgPi .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .col-lg-12 {
  overflow: hidden;
}
.cid-u8NzwPtgPi H4 {
  color: #ffffff;
}
.cid-u8NzwPtgPi .mbr-text,
.cid-u8NzwPtgPi .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u8NzwPtgPi .logo-wrap:before {
    content: none;
  }
  .cid-u8NzwPtgPi .logo-wrap:after {
    content: none;
  }
}
.cid-u8NzwPtgPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NzwPtgPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8LlcXPvfu .nav-item:focus,
.cid-u8LlcXPvfu .nav-link:focus {
  outline: none;
}
.cid-u8LlcXPvfu a.nav-link:focus {
  color: #f38069 !important;
}
.cid-u8LlcXPvfu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-u8LlcXPvfu .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-u8LlcXPvfu .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-u8LlcXPvfu .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-u8LlcXPvfu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8LlcXPvfu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8LlcXPvfu .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-u8LlcXPvfu .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-u8LlcXPvfu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8LlcXPvfu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8LlcXPvfu .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-u8LlcXPvfu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8LlcXPvfu .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-u8LlcXPvfu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8LlcXPvfu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-u8LlcXPvfu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8LlcXPvfu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8LlcXPvfu .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-u8LlcXPvfu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8LlcXPvfu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8LlcXPvfu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8LlcXPvfu .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-u8LlcXPvfu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8LlcXPvfu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8LlcXPvfu .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-u8LlcXPvfu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u8LlcXPvfu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8LlcXPvfu .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-u8LlcXPvfu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8LlcXPvfu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8LlcXPvfu .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-u8LlcXPvfu .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-u8LlcXPvfu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-u8LlcXPvfu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8LlcXPvfu .dropdown-item.active,
.cid-u8LlcXPvfu .dropdown-item:active {
  background-color: transparent;
}
.cid-u8LlcXPvfu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8LlcXPvfu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8LlcXPvfu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8LlcXPvfu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-u8LlcXPvfu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-u8LlcXPvfu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8LlcXPvfu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8LlcXPvfu .navbar-buttons {
  text-align: center;
}
.cid-u8LlcXPvfu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8LlcXPvfu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u8LlcXPvfu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8LlcXPvfu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8LlcXPvfu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8LlcXPvfu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8LlcXPvfu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8LlcXPvfu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8LlcXPvfu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8LlcXPvfu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8LlcXPvfu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8LlcXPvfu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-u8LlcXPvfu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8LlcXPvfu .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-u8LlcXPvfu .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-u8LlcXPvfu .nav-link:hover,
.cid-u8LlcXPvfu .icons-menu .mbr-iconfont:hover {
  color: #f38069 !important;
}
.cid-u8LlcXPvfu .dropdown-item:hover {
  color: #3375cd !important;
}
.cid-u8LlcXPvfu .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f38069;
  transition: width 0.3s ease-in;
}
.cid-u8LlcXPvfu .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-u8LlcXPvfu .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-u8LlcXPvfu .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-u8LlcXPvfu .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-u8LlcXPvfu .dropdown-menu {
    top: 100%;
  }
  .cid-u8LlcXPvfu .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-u8LlcXPvfu .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-u8LlcXPvfu .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-u8LlcXPvfu .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-u8LlcYxTd8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/20240104-174544-2000x934.webp");
}
.cid-u8LlcYxTd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8LlcYxTd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8LlcYxTd8 .container {
    padding: 0;
  }
}
.cid-u8LlcYxTd8 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u8LlcYxTd8 .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u8LlcYxTd8 .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u8LlcYxTd8 .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u8LlcYxTd8 .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u8LlcYxTd8 .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u8LlcYxTd8 .mbr-section-title {
  color: #ffffff;
}
.cid-u8LlcYxTd8 .mbr-box {
  color: #ffffff;
}
.cid-u8LlcYxTd8 .mbr-section-btn {
  text-align: center;
}
.cid-u8LlcYN4ld {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u8LlcYN4ld .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u8LlcYN4ld .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8LlcYN4ld .title {
    width: 100% !important;
  }
}
.cid-u8LlcZ1Bit {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u8LlcZ1Bit .mbr-text DIV {
  text-align: center;
}
.cid-u8LlcZ1Bit .mbr-text {
  text-align: center;
}
.cid-u8LlcZdWeP {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #fcfcfc;
}
.cid-u8LlcZdWeP .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u8LlcZdWeP .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u8LlcZdWeP .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-u8LlcZdWeP .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-u8LlcZdWeP .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-u8LlcZdWeP .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u8LlcZdWeP .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-u8LlcZdWeP .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-u8LlcZdWeP .card .card-box .card-title,
  .cid-u8LlcZdWeP .card .card-box .mbr-text,
  .cid-u8LlcZdWeP .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-u8LlcZdWeP .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-u8LlcZdWeP .card .card-img {
    text-align: right !important;
  }
}
.cid-u8LlcZdWeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8LlcZdWeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8LlcZdWeP .mbr-text,
.cid-u8LlcZdWeP .link {
  color: #000000;
}
.cid-u8LlcZQYEV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u8LlcZQYEV .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-u8LlcZQYEV .card .card-img img {
  transition: all 0.5s;
}
.cid-u8LlcZQYEV .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u8LlcZQYEV .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-u8LlcZQYEV .underline .line {
  width: 2rem;
  height: 1px;
  background: #f38069;
  display: inline-block;
}
.cid-u8LlcZQYEV .first-card {
  display: block;
}
.cid-u8LlcZQYEV .first-card .card-wrapper {
  height: 100%;
}
.cid-u8LlcZQYEV .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-u8LlcZQYEV .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8LlcZQYEV .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-u8LlcZQYEV .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-u8LlcZQYEV .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-u8LlcZQYEV .first-row,
.cid-u8LlcZQYEV .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-u8LlcZQYEV .first-row .card .card-wrapper,
.cid-u8LlcZQYEV .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-u8LlcZQYEV .first-row .card .card-wrapper .card-img,
.cid-u8LlcZQYEV .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-u8LlcZQYEV .first-row .card .card-wrapper .card-img img,
.cid-u8LlcZQYEV .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-u8LlcZQYEV .first-row,
  .cid-u8LlcZQYEV .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8LlcZQYEV .first-row .card .card-wrapper .card-img,
  .cid-u8LlcZQYEV .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8LlcZQYEV .first-row .card .card-wrapper .card-img img,
  .cid-u8LlcZQYEV .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-u8LlcZQYEV .first-row .caption,
.cid-u8LlcZQYEV .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-u8LlcZQYEV .first-row .caption .price,
.cid-u8LlcZQYEV .second-row .caption .price {
  background: #3375cd;
  padding: 0 0.5rem;
}
.cid-u8LlcZQYEV .first-row {
  padding-bottom: 1rem;
}
.cid-u8LlcZQYEV .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u8LlcZQYEV .first-card,
  .cid-u8LlcZQYEV .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8LlcZQYEV .first-card {
    padding-bottom: 2rem;
  }
  .cid-u8LlcZQYEV .only-first-row {
    height: 100%;
  }
}
.cid-u8LlcZQYEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8LlcZQYEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8LlcZQYEV .first-card-text,
.cid-u8LlcZQYEV .card-btn {
  color: #000000;
}
.cid-unWTyPmlzq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-unWTyPmlzq .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-unWTyPmlzq .card .card-img img {
  transition: all 0.5s;
}
.cid-unWTyPmlzq .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-unWTyPmlzq .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-unWTyPmlzq .underline .line {
  width: 2rem;
  height: 1px;
  background: #f38069;
  display: inline-block;
}
.cid-unWTyPmlzq .first-card {
  display: block;
}
.cid-unWTyPmlzq .first-card .card-wrapper {
  height: 100%;
}
.cid-unWTyPmlzq .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-unWTyPmlzq .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unWTyPmlzq .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-unWTyPmlzq .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-unWTyPmlzq .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-unWTyPmlzq .first-row,
.cid-unWTyPmlzq .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-unWTyPmlzq .first-row .card .card-wrapper,
.cid-unWTyPmlzq .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-unWTyPmlzq .first-row .card .card-wrapper .card-img,
.cid-unWTyPmlzq .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-unWTyPmlzq .first-row .card .card-wrapper .card-img img,
.cid-unWTyPmlzq .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-unWTyPmlzq .first-row,
  .cid-unWTyPmlzq .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-unWTyPmlzq .first-row .card .card-wrapper .card-img,
  .cid-unWTyPmlzq .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-unWTyPmlzq .first-row .card .card-wrapper .card-img img,
  .cid-unWTyPmlzq .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-unWTyPmlzq .first-row .caption,
.cid-unWTyPmlzq .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-unWTyPmlzq .first-row .caption .price,
.cid-unWTyPmlzq .second-row .caption .price {
  background: #3375cd;
  padding: 0 0.5rem;
}
.cid-unWTyPmlzq .first-row {
  padding-bottom: 1rem;
}
.cid-unWTyPmlzq .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-unWTyPmlzq .first-card,
  .cid-unWTyPmlzq .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unWTyPmlzq .first-card {
    padding-bottom: 2rem;
  }
  .cid-unWTyPmlzq .only-first-row {
    height: 100%;
  }
}
.cid-unWTyPmlzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-unWTyPmlzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unWTyPmlzq .first-card-text,
.cid-unWTyPmlzq .card-btn {
  color: #000000;
}
.cid-unWTzFGizT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-unWTzFGizT .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-unWTzFGizT .card .card-img img {
  transition: all 0.5s;
}
.cid-unWTzFGizT .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-unWTzFGizT .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-unWTzFGizT .underline .line {
  width: 2rem;
  height: 1px;
  background: #f38069;
  display: inline-block;
}
.cid-unWTzFGizT .first-card {
  display: block;
}
.cid-unWTzFGizT .first-card .card-wrapper {
  height: 100%;
}
.cid-unWTzFGizT .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-unWTzFGizT .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-unWTzFGizT .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-unWTzFGizT .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-unWTzFGizT .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-unWTzFGizT .first-row,
.cid-unWTzFGizT .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-unWTzFGizT .first-row .card .card-wrapper,
.cid-unWTzFGizT .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-unWTzFGizT .first-row .card .card-wrapper .card-img,
.cid-unWTzFGizT .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-unWTzFGizT .first-row .card .card-wrapper .card-img img,
.cid-unWTzFGizT .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-unWTzFGizT .first-row,
  .cid-unWTzFGizT .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-unWTzFGizT .first-row .card .card-wrapper .card-img,
  .cid-unWTzFGizT .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-unWTzFGizT .first-row .card .card-wrapper .card-img img,
  .cid-unWTzFGizT .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-unWTzFGizT .first-row .caption,
.cid-unWTzFGizT .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-unWTzFGizT .first-row .caption .price,
.cid-unWTzFGizT .second-row .caption .price {
  background: #3375cd;
  padding: 0 0.5rem;
}
.cid-unWTzFGizT .first-row {
  padding-bottom: 1rem;
}
.cid-unWTzFGizT .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-unWTzFGizT .first-card,
  .cid-unWTzFGizT .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-unWTzFGizT .first-card {
    padding-bottom: 2rem;
  }
  .cid-unWTzFGizT .only-first-row {
    height: 100%;
  }
}
.cid-unWTzFGizT .mbr-fallback-image.disabled {
  display: none;
}
.cid-unWTzFGizT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unWTzFGizT .first-card-text,
.cid-unWTzFGizT .card-btn {
  color: #000000;
}
.cid-u8Lld1LkK5 {
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
  background-image: url("../../../assets/images/32470991-1104739479666237-9075858511740534784-n-960x720.webp");
}
.cid-u8Lld1LkK5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u8Lld1LkK5 .mbr-text {
  margin: 0;
}
.cid-u8Lld1LkK5 .check-in-input,
.cid-u8Lld1LkK5 .check-out-input,
.cid-u8Lld1LkK5 .guests .date-col span {
  cursor: pointer;
}
.cid-u8Lld1LkK5 .content-wrap {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-u8Lld1LkK5 .content-wrap .first-item,
.cid-u8Lld1LkK5 .content-wrap .second-item {
  padding: 1.5rem;
}
.cid-u8Lld1LkK5 .content-wrap .first-item {
  background: #c19b76;
}
.cid-u8Lld1LkK5 .content-wrap .first-item .item-text {
  text-align: center;
}
.cid-u8Lld1LkK5 .content-wrap .first-item .item-btn .btn {
  margin-left: 4px !important;
}
.cid-u8Lld1LkK5 .content-wrap .second-item {
  background: #3375cd;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u8Lld1LkK5 .content-wrap .second-item .check-text {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 0;
}
.cid-u8Lld1LkK5 .input-wrap {
  background: #fcfcfc;
}
.cid-u8Lld1LkK5 .booking-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8Lld1LkK5 .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-u8Lld1LkK5 .booking-datepicker .mbr-form .input-wrap input {
  border: none !important;
  border-radius: 0;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-u8Lld1LkK5 .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-u8Lld1LkK5 .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-u8Lld1LkK5 .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-u8Lld1LkK5 .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-u8Lld1LkK5 .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-u8Lld1LkK5 .booking-datepicker .mbr-form .input-wrap input:focus {
  box-shadow: none;
}
.cid-u8Lld1LkK5 .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #f38069;
}
.cid-u8Lld1LkK5 .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #f38069;
  z-index: 1;
}
.cid-u8Lld1LkK5 .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-u8Lld1LkK5 .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-u8Lld1LkK5 .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-u8Lld1LkK5 .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-u8Lld1LkK5 .booking-datepicker .mbr-form .mbr-section-btn {
  display: flex;
}
.cid-u8Lld1LkK5 .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
  width: 100%;
}
.cid-u8Lld1LkK5 .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  width: 100%;
  margin: 0;
  line-height: 18px;
  font-weight: 300;
}
.cid-u8Lld1LkK5 .email input {
  width: 100%;
  border: none !important;
  outline: none;
  padding: 10px 15px;
}
.cid-u8Lld1LkK5 .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-u8Lld1LkK5 .datepicker {
  background-color: #fcfcfc;
  color: #3375cd;
}
.cid-u8Lld1LkK5 .datepicker .active.day {
  background-color: #f38069 !important;
  color: #ffffff !important;
}
.cid-u8Lld1LkK5 .datepicker:after {
  border-top-color: #fcfcfc !important;
  border-bottom-color: #fcfcfc !important;
}
@media (max-width: 767px) {
  .cid-u8Lld1LkK5 .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-u8Lld1LkK5 .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-u8Lld1LkK5 .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-u8Lld1LkK5 .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-u8Lld1LkK5 .email input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .cid-u8Lld1LkK5 .booking-datepicker input:not(.guests-input):not([name='email']) {
    border-right: 1px solid #3375cd !important;
  }
}
@media (max-width: 991px) {
  .cid-u8Lld1LkK5 .booking-datepicker {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-u8Lld1LkK5 .datepicker {
    left: 10% !important;
  }
}
.cid-u8Lld1LkK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Lld1LkK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9axM9Sg2v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9axM9Sg2v img {
  width: 120px;
  margin: auto;
}
.cid-u9axM9Sg2v .card {
  transition: all 0.3s;
  width: fit-content;
  padding: 20px;
}
.cid-u9axM9Sg2v .card img {
  height: 80px;
  width: auto;
}
.cid-u9axM9Sg2v .border-col {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-u9axM9Sg2v .border-col {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .cid-u9axM9Sg2v .border-col {
    margin-bottom: 50px;
  }
}
.cid-u9axM9Sg2v .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.32;
}
.cid-u9axM9Sg2v .mbr-section-title {
  color: #26292c;
}
.cid-u8NzwPtgPi {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-u8NzwPtgPi .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-u8NzwPtgPi .row {
  border-bottom: 1px solid #808080;
}
.cid-u8NzwPtgPi H2 {
  color: #e7272d;
}
.cid-u8NzwPtgPi .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-u8NzwPtgPi .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-u8NzwPtgPi .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .col-lg-12 {
  overflow: hidden;
}
.cid-u8NzwPtgPi H4 {
  color: #ffffff;
}
.cid-u8NzwPtgPi .mbr-text,
.cid-u8NzwPtgPi .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u8NzwPtgPi .logo-wrap:before {
    content: none;
  }
  .cid-u8NzwPtgPi .logo-wrap:after {
    content: none;
  }
}
.cid-u8NzwPtgPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NzwPtgPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8DdlMNmBH .nav-item:focus,
.cid-u8DdlMNmBH .nav-link:focus {
  outline: none;
}
.cid-u8DdlMNmBH a.nav-link:focus {
  color: #f38069 !important;
}
.cid-u8DdlMNmBH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-u8DdlMNmBH .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-u8DdlMNmBH .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-u8DdlMNmBH .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-u8DdlMNmBH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8DdlMNmBH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8DdlMNmBH .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-u8DdlMNmBH .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-u8DdlMNmBH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8DdlMNmBH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8DdlMNmBH .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-u8DdlMNmBH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8DdlMNmBH .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-u8DdlMNmBH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8DdlMNmBH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-u8DdlMNmBH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8DdlMNmBH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8DdlMNmBH .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-u8DdlMNmBH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8DdlMNmBH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8DdlMNmBH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8DdlMNmBH .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-u8DdlMNmBH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8DdlMNmBH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8DdlMNmBH .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-u8DdlMNmBH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u8DdlMNmBH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8DdlMNmBH .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-u8DdlMNmBH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8DdlMNmBH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8DdlMNmBH .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-u8DdlMNmBH .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-u8DdlMNmBH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-u8DdlMNmBH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8DdlMNmBH .dropdown-item.active,
.cid-u8DdlMNmBH .dropdown-item:active {
  background-color: transparent;
}
.cid-u8DdlMNmBH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8DdlMNmBH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8DdlMNmBH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8DdlMNmBH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-u8DdlMNmBH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-u8DdlMNmBH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8DdlMNmBH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8DdlMNmBH .navbar-buttons {
  text-align: center;
}
.cid-u8DdlMNmBH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8DdlMNmBH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u8DdlMNmBH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8DdlMNmBH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8DdlMNmBH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8DdlMNmBH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8DdlMNmBH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8DdlMNmBH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8DdlMNmBH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8DdlMNmBH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8DdlMNmBH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8DdlMNmBH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-u8DdlMNmBH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8DdlMNmBH .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-u8DdlMNmBH .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-u8DdlMNmBH .nav-link:hover,
.cid-u8DdlMNmBH .icons-menu .mbr-iconfont:hover {
  color: #f38069 !important;
}
.cid-u8DdlMNmBH .dropdown-item:hover {
  color: #3375cd !important;
}
.cid-u8DdlMNmBH .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f38069;
  transition: width 0.3s ease-in;
}
.cid-u8DdlMNmBH .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-u8DdlMNmBH .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-u8DdlMNmBH .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-u8DdlMNmBH .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-u8DdlMNmBH .dropdown-menu {
    top: 100%;
  }
  .cid-u8DdlMNmBH .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-u8DdlMNmBH .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-u8DdlMNmBH .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-u8DdlMNmBH .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-u8Djgj9pBl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/20231228-154354-2000x934.webp");
}
.cid-u8Djgj9pBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Djgj9pBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8Djgj9pBl .container {
    padding: 0;
  }
}
.cid-u8Djgj9pBl .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u8Djgj9pBl .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u8Djgj9pBl .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u8Djgj9pBl .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u8Djgj9pBl .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u8Djgj9pBl .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u8Djgj9pBl .mbr-section-title {
  color: #ffffff;
}
.cid-u8Djgj9pBl .mbr-box {
  color: #ffffff;
}
.cid-u8Djgj9pBl .mbr-section-btn {
  text-align: center;
}
.cid-u8DdlNSLn5 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u8DdlNSLn5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u8DdlNSLn5 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8DdlNSLn5 .title {
    width: 100% !important;
  }
}
.cid-u8DjN5thAT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u8DjN5thAT .mbr-text DIV {
  text-align: center;
}
.cid-u8DjN5thAT .mbr-text {
  text-align: center;
}
.cid-udoUA6rsV5 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #fcfcfc;
}
.cid-udoUA6rsV5 .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udoUA6rsV5 .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-udoUA6rsV5 .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-udoUA6rsV5 .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-udoUA6rsV5 .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-udoUA6rsV5 .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-udoUA6rsV5 .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-udoUA6rsV5 .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-udoUA6rsV5 .card .card-box .card-title,
  .cid-udoUA6rsV5 .card .card-box .mbr-text,
  .cid-udoUA6rsV5 .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-udoUA6rsV5 .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-udoUA6rsV5 .card .card-img {
    text-align: right !important;
  }
}
.cid-udoUA6rsV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udoUA6rsV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udoUA6rsV5 .mbr-text,
.cid-udoUA6rsV5 .link {
  color: #000000;
}
.cid-u8FNzwluh0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u8FNzwluh0 .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-u8FNzwluh0 .card .card-img img {
  transition: all 0.5s;
}
.cid-u8FNzwluh0 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u8FNzwluh0 .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-u8FNzwluh0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #f38069;
  display: inline-block;
}
.cid-u8FNzwluh0 .first-card {
  display: block;
}
.cid-u8FNzwluh0 .first-card .card-wrapper {
  height: 100%;
}
.cid-u8FNzwluh0 .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-u8FNzwluh0 .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8FNzwluh0 .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-u8FNzwluh0 .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-u8FNzwluh0 .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-u8FNzwluh0 .first-row,
.cid-u8FNzwluh0 .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-u8FNzwluh0 .first-row .card .card-wrapper,
.cid-u8FNzwluh0 .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-u8FNzwluh0 .first-row .card .card-wrapper .card-img,
.cid-u8FNzwluh0 .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-u8FNzwluh0 .first-row .card .card-wrapper .card-img img,
.cid-u8FNzwluh0 .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-u8FNzwluh0 .first-row,
  .cid-u8FNzwluh0 .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8FNzwluh0 .first-row .card .card-wrapper .card-img,
  .cid-u8FNzwluh0 .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8FNzwluh0 .first-row .card .card-wrapper .card-img img,
  .cid-u8FNzwluh0 .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-u8FNzwluh0 .first-row .caption,
.cid-u8FNzwluh0 .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-u8FNzwluh0 .first-row .caption .price,
.cid-u8FNzwluh0 .second-row .caption .price {
  background: #3375cd;
  padding: 0 0.5rem;
}
.cid-u8FNzwluh0 .first-row {
  padding-bottom: 1rem;
}
.cid-u8FNzwluh0 .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u8FNzwluh0 .first-card,
  .cid-u8FNzwluh0 .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8FNzwluh0 .first-card {
    padding-bottom: 2rem;
  }
  .cid-u8FNzwluh0 .only-first-row {
    height: 100%;
  }
}
.cid-u8FNzwluh0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8FNzwluh0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8FVm7pmAb {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-u8FVm7pmAb .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-u8FVm7pmAb .card .card-img img {
  transition: all 0.5s;
}
.cid-u8FVm7pmAb .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u8FVm7pmAb .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-u8FVm7pmAb .underline .line {
  width: 2rem;
  height: 1px;
  background: #f38069;
  display: inline-block;
}
.cid-u8FVm7pmAb .first-card {
  display: block;
}
.cid-u8FVm7pmAb .first-card .card-wrapper {
  height: 100%;
}
.cid-u8FVm7pmAb .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-u8FVm7pmAb .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8FVm7pmAb .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-u8FVm7pmAb .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-u8FVm7pmAb .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-u8FVm7pmAb .first-row,
.cid-u8FVm7pmAb .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-u8FVm7pmAb .first-row .card .card-wrapper,
.cid-u8FVm7pmAb .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-u8FVm7pmAb .first-row .card .card-wrapper .card-img,
.cid-u8FVm7pmAb .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-u8FVm7pmAb .first-row .card .card-wrapper .card-img img,
.cid-u8FVm7pmAb .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-u8FVm7pmAb .first-row,
  .cid-u8FVm7pmAb .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8FVm7pmAb .first-row .card .card-wrapper .card-img,
  .cid-u8FVm7pmAb .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8FVm7pmAb .first-row .card .card-wrapper .card-img img,
  .cid-u8FVm7pmAb .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-u8FVm7pmAb .first-row .caption,
.cid-u8FVm7pmAb .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-u8FVm7pmAb .first-row .caption .price,
.cid-u8FVm7pmAb .second-row .caption .price {
  background: #3375cd;
  padding: 0 0.5rem;
}
.cid-u8FVm7pmAb .first-row {
  padding-bottom: 1rem;
}
.cid-u8FVm7pmAb .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u8FVm7pmAb .first-card,
  .cid-u8FVm7pmAb .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8FVm7pmAb .first-card {
    padding-bottom: 2rem;
  }
  .cid-u8FVm7pmAb .only-first-row {
    height: 100%;
  }
}
.cid-u8FVm7pmAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8FVm7pmAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8FVmQOe7l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u8FVmQOe7l .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-u8FVmQOe7l .card .card-img img {
  transition: all 0.5s;
}
.cid-u8FVmQOe7l .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u8FVmQOe7l .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-u8FVmQOe7l .underline .line {
  width: 2rem;
  height: 1px;
  background: #f38069;
  display: inline-block;
}
.cid-u8FVmQOe7l .first-card {
  display: block;
}
.cid-u8FVmQOe7l .first-card .card-wrapper {
  height: 100%;
}
.cid-u8FVmQOe7l .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-u8FVmQOe7l .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8FVmQOe7l .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-u8FVmQOe7l .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-u8FVmQOe7l .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-u8FVmQOe7l .first-row,
.cid-u8FVmQOe7l .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-u8FVmQOe7l .first-row .card .card-wrapper,
.cid-u8FVmQOe7l .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-u8FVmQOe7l .first-row .card .card-wrapper .card-img,
.cid-u8FVmQOe7l .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-u8FVmQOe7l .first-row .card .card-wrapper .card-img img,
.cid-u8FVmQOe7l .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-u8FVmQOe7l .first-row,
  .cid-u8FVmQOe7l .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8FVmQOe7l .first-row .card .card-wrapper .card-img,
  .cid-u8FVmQOe7l .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8FVmQOe7l .first-row .card .card-wrapper .card-img img,
  .cid-u8FVmQOe7l .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-u8FVmQOe7l .first-row .caption,
.cid-u8FVmQOe7l .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-u8FVmQOe7l .first-row .caption .price,
.cid-u8FVmQOe7l .second-row .caption .price {
  background: #3375cd;
  padding: 0 0.5rem;
}
.cid-u8FVmQOe7l .first-row {
  padding-bottom: 1rem;
}
.cid-u8FVmQOe7l .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u8FVmQOe7l .first-card,
  .cid-u8FVmQOe7l .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8FVmQOe7l .first-card {
    padding-bottom: 2rem;
  }
  .cid-u8FVmQOe7l .only-first-row {
    height: 100%;
  }
}
.cid-u8FVmQOe7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8FVmQOe7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8MvNwQzOn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-u8MvNwQzOn .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-u8MvNwQzOn .card .card-img img {
  transition: all 0.5s;
}
.cid-u8MvNwQzOn .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u8MvNwQzOn .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-u8MvNwQzOn .underline .line {
  width: 2rem;
  height: 1px;
  background: #f38069;
  display: inline-block;
}
.cid-u8MvNwQzOn .first-card {
  display: block;
}
.cid-u8MvNwQzOn .first-card .card-wrapper {
  height: 100%;
}
.cid-u8MvNwQzOn .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-u8MvNwQzOn .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8MvNwQzOn .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-u8MvNwQzOn .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-u8MvNwQzOn .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-u8MvNwQzOn .first-row,
.cid-u8MvNwQzOn .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-u8MvNwQzOn .first-row .card .card-wrapper,
.cid-u8MvNwQzOn .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-u8MvNwQzOn .first-row .card .card-wrapper .card-img,
.cid-u8MvNwQzOn .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-u8MvNwQzOn .first-row .card .card-wrapper .card-img img,
.cid-u8MvNwQzOn .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-u8MvNwQzOn .first-row,
  .cid-u8MvNwQzOn .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8MvNwQzOn .first-row .card .card-wrapper .card-img,
  .cid-u8MvNwQzOn .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8MvNwQzOn .first-row .card .card-wrapper .card-img img,
  .cid-u8MvNwQzOn .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-u8MvNwQzOn .first-row .caption,
.cid-u8MvNwQzOn .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-u8MvNwQzOn .first-row .caption .price,
.cid-u8MvNwQzOn .second-row .caption .price {
  background: #3375cd;
  padding: 0 0.5rem;
}
.cid-u8MvNwQzOn .first-row {
  padding-bottom: 1rem;
}
.cid-u8MvNwQzOn .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u8MvNwQzOn .first-card,
  .cid-u8MvNwQzOn .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8MvNwQzOn .first-card {
    padding-bottom: 2rem;
  }
  .cid-u8MvNwQzOn .only-first-row {
    height: 100%;
  }
}
.cid-u8MvNwQzOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8MvNwQzOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8G7oYPmpf {
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
  background-image: url("../../../assets/images/32470991-1104739479666237-9075858511740534784-n-960x720.webp");
}
.cid-u8G7oYPmpf .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u8G7oYPmpf .mbr-text {
  margin: 0;
}
.cid-u8G7oYPmpf .check-in-input,
.cid-u8G7oYPmpf .check-out-input,
.cid-u8G7oYPmpf .guests .date-col span {
  cursor: pointer;
}
.cid-u8G7oYPmpf .content-wrap {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-u8G7oYPmpf .content-wrap .first-item,
.cid-u8G7oYPmpf .content-wrap .second-item {
  padding: 1.5rem;
}
.cid-u8G7oYPmpf .content-wrap .first-item {
  background: #c19b76;
}
.cid-u8G7oYPmpf .content-wrap .first-item .item-text {
  text-align: center;
}
.cid-u8G7oYPmpf .content-wrap .first-item .item-btn .btn {
  margin-left: 4px !important;
}
.cid-u8G7oYPmpf .content-wrap .second-item {
  background: #3375cd;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u8G7oYPmpf .content-wrap .second-item .check-text {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 0;
}
.cid-u8G7oYPmpf .input-wrap {
  background: #fcfcfc;
}
.cid-u8G7oYPmpf .booking-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8G7oYPmpf .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-u8G7oYPmpf .booking-datepicker .mbr-form .input-wrap input {
  border: none !important;
  border-radius: 0;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-u8G7oYPmpf .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-u8G7oYPmpf .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-u8G7oYPmpf .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-u8G7oYPmpf .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-u8G7oYPmpf .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-u8G7oYPmpf .booking-datepicker .mbr-form .input-wrap input:focus {
  box-shadow: none;
}
.cid-u8G7oYPmpf .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #f38069;
}
.cid-u8G7oYPmpf .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #f38069;
  z-index: 1;
}
.cid-u8G7oYPmpf .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-u8G7oYPmpf .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-u8G7oYPmpf .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-u8G7oYPmpf .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-u8G7oYPmpf .booking-datepicker .mbr-form .mbr-section-btn {
  display: flex;
}
.cid-u8G7oYPmpf .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
  width: 100%;
}
.cid-u8G7oYPmpf .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  width: 100%;
  margin: 0;
  line-height: 18px;
  font-weight: 300;
}
.cid-u8G7oYPmpf .email input {
  width: 100%;
  border: none !important;
  outline: none;
  padding: 10px 15px;
}
.cid-u8G7oYPmpf .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-u8G7oYPmpf .datepicker {
  background-color: #fcfcfc;
  color: #3375cd;
}
.cid-u8G7oYPmpf .datepicker .active.day {
  background-color: #f38069 !important;
  color: #ffffff !important;
}
.cid-u8G7oYPmpf .datepicker:after {
  border-top-color: #fcfcfc !important;
  border-bottom-color: #fcfcfc !important;
}
@media (max-width: 767px) {
  .cid-u8G7oYPmpf .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-u8G7oYPmpf .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-u8G7oYPmpf .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-u8G7oYPmpf .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-u8G7oYPmpf .email input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .cid-u8G7oYPmpf .booking-datepicker input:not(.guests-input):not([name='email']) {
    border-right: 1px solid #3375cd !important;
  }
}
@media (max-width: 991px) {
  .cid-u8G7oYPmpf .booking-datepicker {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-u8G7oYPmpf .datepicker {
    left: 10% !important;
  }
}
.cid-u8G7oYPmpf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8G7oYPmpf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9axGCe1rV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9axGCe1rV img {
  width: 120px;
  margin: auto;
}
.cid-u9axGCe1rV .card {
  transition: all 0.3s;
  width: fit-content;
  padding: 20px;
}
.cid-u9axGCe1rV .card img {
  height: 80px;
  width: auto;
}
.cid-u9axGCe1rV .border-col {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-u9axGCe1rV .border-col {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .cid-u9axGCe1rV .border-col {
    margin-bottom: 50px;
  }
}
.cid-u9axGCe1rV .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.32;
}
.cid-u9axGCe1rV .mbr-section-title {
  color: #26292c;
}
.cid-u8NzwPtgPi {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-u8NzwPtgPi .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-u8NzwPtgPi .row {
  border-bottom: 1px solid #808080;
}
.cid-u8NzwPtgPi H2 {
  color: #e7272d;
}
.cid-u8NzwPtgPi .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-u8NzwPtgPi .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-u8NzwPtgPi .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .col-lg-12 {
  overflow: hidden;
}
.cid-u8NzwPtgPi H4 {
  color: #ffffff;
}
.cid-u8NzwPtgPi .mbr-text,
.cid-u8NzwPtgPi .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u8NzwPtgPi .logo-wrap:before {
    content: none;
  }
  .cid-u8NzwPtgPi .logo-wrap:after {
    content: none;
  }
}
.cid-u8NzwPtgPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NzwPtgPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8MwhBwM2J .nav-item:focus,
.cid-u8MwhBwM2J .nav-link:focus {
  outline: none;
}
.cid-u8MwhBwM2J a.nav-link:focus {
  color: #f38069 !important;
}
.cid-u8MwhBwM2J .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-u8MwhBwM2J .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-u8MwhBwM2J .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-u8MwhBwM2J .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-u8MwhBwM2J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8MwhBwM2J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8MwhBwM2J .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-u8MwhBwM2J .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-u8MwhBwM2J .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8MwhBwM2J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8MwhBwM2J .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-u8MwhBwM2J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8MwhBwM2J .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-u8MwhBwM2J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8MwhBwM2J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-u8MwhBwM2J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8MwhBwM2J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8MwhBwM2J .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-u8MwhBwM2J .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8MwhBwM2J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8MwhBwM2J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8MwhBwM2J .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-u8MwhBwM2J .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8MwhBwM2J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8MwhBwM2J .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-u8MwhBwM2J .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u8MwhBwM2J .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8MwhBwM2J .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-u8MwhBwM2J .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8MwhBwM2J .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8MwhBwM2J .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-u8MwhBwM2J .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-u8MwhBwM2J .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-u8MwhBwM2J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8MwhBwM2J .dropdown-item.active,
.cid-u8MwhBwM2J .dropdown-item:active {
  background-color: transparent;
}
.cid-u8MwhBwM2J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8MwhBwM2J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8MwhBwM2J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8MwhBwM2J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-u8MwhBwM2J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-u8MwhBwM2J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8MwhBwM2J ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8MwhBwM2J .navbar-buttons {
  text-align: center;
}
.cid-u8MwhBwM2J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8MwhBwM2J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u8MwhBwM2J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8MwhBwM2J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8MwhBwM2J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8MwhBwM2J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8MwhBwM2J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8MwhBwM2J nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8MwhBwM2J nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8MwhBwM2J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8MwhBwM2J .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8MwhBwM2J a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-u8MwhBwM2J .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8MwhBwM2J .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-u8MwhBwM2J .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-u8MwhBwM2J .nav-link:hover,
.cid-u8MwhBwM2J .icons-menu .mbr-iconfont:hover {
  color: #f38069 !important;
}
.cid-u8MwhBwM2J .dropdown-item:hover {
  color: #3375cd !important;
}
.cid-u8MwhBwM2J .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f38069;
  transition: width 0.3s ease-in;
}
.cid-u8MwhBwM2J .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-u8MwhBwM2J .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-u8MwhBwM2J .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-u8MwhBwM2J .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-u8MwhBwM2J .dropdown-menu {
    top: 100%;
  }
  .cid-u8MwhBwM2J .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-u8MwhBwM2J .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-u8MwhBwM2J .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-u8MwhBwM2J .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-u8MwhCpoQD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/20240104-174440-2000x934.webp");
}
.cid-u8MwhCpoQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8MwhCpoQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8MwhCpoQD .container {
    padding: 0;
  }
}
.cid-u8MwhCpoQD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u8MwhCpoQD .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u8MwhCpoQD .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u8MwhCpoQD .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u8MwhCpoQD .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u8MwhCpoQD .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u8MwhCpoQD .mbr-section-title {
  color: #ffffff;
}
.cid-u8MwhCpoQD .mbr-box {
  color: #ffffff;
}
.cid-u8MwhCpoQD .mbr-section-btn {
  text-align: center;
}
.cid-u8MwhCUApp {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u8MwhCUApp .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u8MwhCUApp .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8MwhCUApp .title {
    width: 100% !important;
  }
}
.cid-u8MwhDiCgg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u8MwhDiCgg .mbr-text DIV {
  text-align: center;
}
.cid-u8MwhDiCgg .mbr-text {
  text-align: center;
}
.cid-udoTLYqarI {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #fcfcfc;
}
.cid-udoTLYqarI .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udoTLYqarI .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-udoTLYqarI .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-udoTLYqarI .card .card-img span {
  color: #878787;
  font-size: 60px;
}
.cid-udoTLYqarI .mbr-text {
  color: #878787;
}
@media (max-width: 767px) {
  .cid-udoTLYqarI .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-udoTLYqarI .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-udoTLYqarI .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-udoTLYqarI .card .card-box .card-title,
  .cid-udoTLYqarI .card .card-box .mbr-text,
  .cid-udoTLYqarI .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-udoTLYqarI .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-udoTLYqarI .card .card-img {
    text-align: right !important;
  }
}
.cid-udoTLYqarI .mbr-fallback-image.disabled {
  display: none;
}
.cid-udoTLYqarI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udoTLYqarI .mbr-text,
.cid-udoTLYqarI .link {
  color: #000000;
}
.cid-u8MwhEvJgU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-u8MwhEvJgU .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-u8MwhEvJgU .card .card-img img {
  transition: all 0.5s;
}
.cid-u8MwhEvJgU .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u8MwhEvJgU .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-u8MwhEvJgU .underline .line {
  width: 2rem;
  height: 1px;
  background: #f38069;
  display: inline-block;
}
.cid-u8MwhEvJgU .first-card {
  display: block;
}
.cid-u8MwhEvJgU .first-card .card-wrapper {
  height: 100%;
}
.cid-u8MwhEvJgU .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-u8MwhEvJgU .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8MwhEvJgU .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-u8MwhEvJgU .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-u8MwhEvJgU .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-u8MwhEvJgU .first-row,
.cid-u8MwhEvJgU .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-u8MwhEvJgU .first-row .card .card-wrapper,
.cid-u8MwhEvJgU .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-u8MwhEvJgU .first-row .card .card-wrapper .card-img,
.cid-u8MwhEvJgU .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-u8MwhEvJgU .first-row .card .card-wrapper .card-img img,
.cid-u8MwhEvJgU .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-u8MwhEvJgU .first-row,
  .cid-u8MwhEvJgU .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8MwhEvJgU .first-row .card .card-wrapper .card-img,
  .cid-u8MwhEvJgU .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8MwhEvJgU .first-row .card .card-wrapper .card-img img,
  .cid-u8MwhEvJgU .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-u8MwhEvJgU .first-row .caption,
.cid-u8MwhEvJgU .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-u8MwhEvJgU .first-row .caption .price,
.cid-u8MwhEvJgU .second-row .caption .price {
  background: #3375cd;
  padding: 0 0.5rem;
}
.cid-u8MwhEvJgU .first-row {
  padding-bottom: 1rem;
}
.cid-u8MwhEvJgU .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u8MwhEvJgU .first-card,
  .cid-u8MwhEvJgU .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8MwhEvJgU .first-card {
    padding-bottom: 2rem;
  }
  .cid-u8MwhEvJgU .only-first-row {
    height: 100%;
  }
}
.cid-u8MwhEvJgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8MwhEvJgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8MwhEvJgU .first-card-text,
.cid-u8MwhEvJgU .card-btn {
  color: #000000;
}
.cid-u8MAO9BiBj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-u8MAO9BiBj .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-u8MAO9BiBj .card .card-img img {
  transition: all 0.5s;
}
.cid-u8MAO9BiBj .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u8MAO9BiBj .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-u8MAO9BiBj .underline .line {
  width: 2rem;
  height: 1px;
  background: #f38069;
  display: inline-block;
}
.cid-u8MAO9BiBj .first-card {
  display: block;
}
.cid-u8MAO9BiBj .first-card .card-wrapper {
  height: 100%;
}
.cid-u8MAO9BiBj .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-u8MAO9BiBj .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8MAO9BiBj .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-u8MAO9BiBj .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-u8MAO9BiBj .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-u8MAO9BiBj .first-row,
.cid-u8MAO9BiBj .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-u8MAO9BiBj .first-row .card .card-wrapper,
.cid-u8MAO9BiBj .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-u8MAO9BiBj .first-row .card .card-wrapper .card-img,
.cid-u8MAO9BiBj .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-u8MAO9BiBj .first-row .card .card-wrapper .card-img img,
.cid-u8MAO9BiBj .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-u8MAO9BiBj .first-row,
  .cid-u8MAO9BiBj .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8MAO9BiBj .first-row .card .card-wrapper .card-img,
  .cid-u8MAO9BiBj .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8MAO9BiBj .first-row .card .card-wrapper .card-img img,
  .cid-u8MAO9BiBj .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-u8MAO9BiBj .first-row .caption,
.cid-u8MAO9BiBj .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-u8MAO9BiBj .first-row .caption .price,
.cid-u8MAO9BiBj .second-row .caption .price {
  background: #3375cd;
  padding: 0 0.5rem;
}
.cid-u8MAO9BiBj .first-row {
  padding-bottom: 1rem;
}
.cid-u8MAO9BiBj .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u8MAO9BiBj .first-card,
  .cid-u8MAO9BiBj .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8MAO9BiBj .first-card {
    padding-bottom: 2rem;
  }
  .cid-u8MAO9BiBj .only-first-row {
    height: 100%;
  }
}
.cid-u8MAO9BiBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8MAO9BiBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8MAO9BiBj .first-card-text,
.cid-u8MAO9BiBj .card-btn {
  color: #000000;
}
.cid-u8MATO3ezW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-u8MATO3ezW .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-u8MATO3ezW .card .card-img img {
  transition: all 0.5s;
}
.cid-u8MATO3ezW .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u8MATO3ezW .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-u8MATO3ezW .underline .line {
  width: 2rem;
  height: 1px;
  background: #f38069;
  display: inline-block;
}
.cid-u8MATO3ezW .first-card {
  display: block;
}
.cid-u8MATO3ezW .first-card .card-wrapper {
  height: 100%;
}
.cid-u8MATO3ezW .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-u8MATO3ezW .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8MATO3ezW .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-u8MATO3ezW .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-u8MATO3ezW .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-u8MATO3ezW .first-row,
.cid-u8MATO3ezW .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-u8MATO3ezW .first-row .card .card-wrapper,
.cid-u8MATO3ezW .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-u8MATO3ezW .first-row .card .card-wrapper .card-img,
.cid-u8MATO3ezW .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-u8MATO3ezW .first-row .card .card-wrapper .card-img img,
.cid-u8MATO3ezW .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-u8MATO3ezW .first-row,
  .cid-u8MATO3ezW .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8MATO3ezW .first-row .card .card-wrapper .card-img,
  .cid-u8MATO3ezW .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8MATO3ezW .first-row .card .card-wrapper .card-img img,
  .cid-u8MATO3ezW .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-u8MATO3ezW .first-row .caption,
.cid-u8MATO3ezW .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-u8MATO3ezW .first-row .caption .price,
.cid-u8MATO3ezW .second-row .caption .price {
  background: #3375cd;
  padding: 0 0.5rem;
}
.cid-u8MATO3ezW .first-row {
  padding-bottom: 1rem;
}
.cid-u8MATO3ezW .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u8MATO3ezW .first-card,
  .cid-u8MATO3ezW .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8MATO3ezW .first-card {
    padding-bottom: 2rem;
  }
  .cid-u8MATO3ezW .only-first-row {
    height: 100%;
  }
}
.cid-u8MATO3ezW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8MATO3ezW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8MATO3ezW .first-card-text,
.cid-u8MATO3ezW .card-btn {
  color: #000000;
}
.cid-u8MAYfX6Qc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-u8MAYfX6Qc .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-u8MAYfX6Qc .card .card-img img {
  transition: all 0.5s;
}
.cid-u8MAYfX6Qc .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u8MAYfX6Qc .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-u8MAYfX6Qc .underline .line {
  width: 2rem;
  height: 1px;
  background: #f38069;
  display: inline-block;
}
.cid-u8MAYfX6Qc .first-card {
  display: block;
}
.cid-u8MAYfX6Qc .first-card .card-wrapper {
  height: 100%;
}
.cid-u8MAYfX6Qc .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-u8MAYfX6Qc .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u8MAYfX6Qc .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-u8MAYfX6Qc .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-u8MAYfX6Qc .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-u8MAYfX6Qc .first-row,
.cid-u8MAYfX6Qc .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-u8MAYfX6Qc .first-row .card .card-wrapper,
.cid-u8MAYfX6Qc .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-u8MAYfX6Qc .first-row .card .card-wrapper .card-img,
.cid-u8MAYfX6Qc .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-u8MAYfX6Qc .first-row .card .card-wrapper .card-img img,
.cid-u8MAYfX6Qc .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-u8MAYfX6Qc .first-row,
  .cid-u8MAYfX6Qc .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8MAYfX6Qc .first-row .card .card-wrapper .card-img,
  .cid-u8MAYfX6Qc .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u8MAYfX6Qc .first-row .card .card-wrapper .card-img img,
  .cid-u8MAYfX6Qc .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-u8MAYfX6Qc .first-row .caption,
.cid-u8MAYfX6Qc .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-u8MAYfX6Qc .first-row .caption .price,
.cid-u8MAYfX6Qc .second-row .caption .price {
  background: #3375cd;
  padding: 0 0.5rem;
}
.cid-u8MAYfX6Qc .first-row {
  padding-bottom: 1rem;
}
.cid-u8MAYfX6Qc .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u8MAYfX6Qc .first-card,
  .cid-u8MAYfX6Qc .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8MAYfX6Qc .first-card {
    padding-bottom: 2rem;
  }
  .cid-u8MAYfX6Qc .only-first-row {
    height: 100%;
  }
}
.cid-u8MAYfX6Qc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8MAYfX6Qc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8MAYfX6Qc .first-card-text,
.cid-u8MAYfX6Qc .card-btn {
  color: #000000;
}
.cid-u8MwhFaxRQ {
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
  background-image: url("../../../assets/images/20240104-174440-2000x934.webp");
}
.cid-u8MwhFaxRQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u8MwhFaxRQ .mbr-text {
  margin: 0;
}
.cid-u8MwhFaxRQ .check-in-input,
.cid-u8MwhFaxRQ .check-out-input,
.cid-u8MwhFaxRQ .guests .date-col span {
  cursor: pointer;
}
.cid-u8MwhFaxRQ .content-wrap {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-u8MwhFaxRQ .content-wrap .first-item,
.cid-u8MwhFaxRQ .content-wrap .second-item {
  padding: 1.5rem;
}
.cid-u8MwhFaxRQ .content-wrap .first-item {
  background: #c19b76;
}
.cid-u8MwhFaxRQ .content-wrap .first-item .item-text {
  text-align: center;
}
.cid-u8MwhFaxRQ .content-wrap .first-item .item-btn .btn {
  margin-left: 4px !important;
}
.cid-u8MwhFaxRQ .content-wrap .second-item {
  background: #3375cd;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u8MwhFaxRQ .content-wrap .second-item .check-text {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 0;
}
.cid-u8MwhFaxRQ .input-wrap {
  background: #fcfcfc;
}
.cid-u8MwhFaxRQ .booking-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8MwhFaxRQ .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-u8MwhFaxRQ .booking-datepicker .mbr-form .input-wrap input {
  border: none !important;
  border-radius: 0;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-u8MwhFaxRQ .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-u8MwhFaxRQ .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-u8MwhFaxRQ .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-u8MwhFaxRQ .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-u8MwhFaxRQ .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-u8MwhFaxRQ .booking-datepicker .mbr-form .input-wrap input:focus {
  box-shadow: none;
}
.cid-u8MwhFaxRQ .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #f38069;
}
.cid-u8MwhFaxRQ .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #f38069;
  z-index: 1;
}
.cid-u8MwhFaxRQ .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-u8MwhFaxRQ .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-u8MwhFaxRQ .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-u8MwhFaxRQ .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-u8MwhFaxRQ .booking-datepicker .mbr-form .mbr-section-btn {
  display: flex;
}
.cid-u8MwhFaxRQ .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
  width: 100%;
}
.cid-u8MwhFaxRQ .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  width: 100%;
  margin: 0;
  line-height: 18px;
  font-weight: 300;
}
.cid-u8MwhFaxRQ .email input {
  width: 100%;
  border: none !important;
  outline: none;
  padding: 10px 15px;
}
.cid-u8MwhFaxRQ .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-u8MwhFaxRQ .datepicker {
  background-color: #fcfcfc;
  color: #3375cd;
}
.cid-u8MwhFaxRQ .datepicker .active.day {
  background-color: #f38069 !important;
  color: #ffffff !important;
}
.cid-u8MwhFaxRQ .datepicker:after {
  border-top-color: #fcfcfc !important;
  border-bottom-color: #fcfcfc !important;
}
@media (max-width: 767px) {
  .cid-u8MwhFaxRQ .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-u8MwhFaxRQ .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-u8MwhFaxRQ .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-u8MwhFaxRQ .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-u8MwhFaxRQ .email input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .cid-u8MwhFaxRQ .booking-datepicker input:not(.guests-input):not([name='email']) {
    border-right: 1px solid #3375cd !important;
  }
}
@media (max-width: 991px) {
  .cid-u8MwhFaxRQ .booking-datepicker {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-u8MwhFaxRQ .datepicker {
    left: 10% !important;
  }
}
.cid-u8MwhFaxRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8MwhFaxRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9axiaRBaO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9axiaRBaO img {
  width: 120px;
  margin: auto;
}
.cid-u9axiaRBaO .card {
  transition: all 0.3s;
  width: fit-content;
  padding: 20px;
}
.cid-u9axiaRBaO .card img {
  height: 80px;
  width: auto;
}
.cid-u9axiaRBaO .border-col {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-u9axiaRBaO .border-col {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .cid-u9axiaRBaO .border-col {
    margin-bottom: 50px;
  }
}
.cid-u9axiaRBaO .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.32;
}
.cid-u9axiaRBaO .mbr-section-title {
  color: #26292c;
}
.cid-u8NzwPtgPi {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-u8NzwPtgPi .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-u8NzwPtgPi .row {
  border-bottom: 1px solid #808080;
}
.cid-u8NzwPtgPi H2 {
  color: #e7272d;
}
.cid-u8NzwPtgPi .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-u8NzwPtgPi .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-u8NzwPtgPi .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .col-lg-12 {
  overflow: hidden;
}
.cid-u8NzwPtgPi H4 {
  color: #ffffff;
}
.cid-u8NzwPtgPi .mbr-text,
.cid-u8NzwPtgPi .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u8NzwPtgPi .logo-wrap:before {
    content: none;
  }
  .cid-u8NzwPtgPi .logo-wrap:after {
    content: none;
  }
}
.cid-u8NzwPtgPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NzwPtgPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8LlaNYLfk .nav-item:focus,
.cid-u8LlaNYLfk .nav-link:focus {
  outline: none;
}
.cid-u8LlaNYLfk a.nav-link:focus {
  color: #f38069 !important;
}
.cid-u8LlaNYLfk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-u8LlaNYLfk .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-u8LlaNYLfk .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-u8LlaNYLfk .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-u8LlaNYLfk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8LlaNYLfk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8LlaNYLfk .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-u8LlaNYLfk .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-u8LlaNYLfk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8LlaNYLfk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8LlaNYLfk .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-u8LlaNYLfk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8LlaNYLfk .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-u8LlaNYLfk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8LlaNYLfk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-u8LlaNYLfk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8LlaNYLfk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8LlaNYLfk .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-u8LlaNYLfk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8LlaNYLfk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8LlaNYLfk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8LlaNYLfk .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-u8LlaNYLfk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8LlaNYLfk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8LlaNYLfk .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-u8LlaNYLfk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u8LlaNYLfk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8LlaNYLfk .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-u8LlaNYLfk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8LlaNYLfk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8LlaNYLfk .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-u8LlaNYLfk .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-u8LlaNYLfk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-u8LlaNYLfk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8LlaNYLfk .dropdown-item.active,
.cid-u8LlaNYLfk .dropdown-item:active {
  background-color: transparent;
}
.cid-u8LlaNYLfk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8LlaNYLfk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8LlaNYLfk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8LlaNYLfk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-u8LlaNYLfk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-u8LlaNYLfk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8LlaNYLfk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8LlaNYLfk .navbar-buttons {
  text-align: center;
}
.cid-u8LlaNYLfk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8LlaNYLfk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u8LlaNYLfk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8LlaNYLfk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8LlaNYLfk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8LlaNYLfk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8LlaNYLfk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8LlaNYLfk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8LlaNYLfk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8LlaNYLfk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8LlaNYLfk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8LlaNYLfk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-u8LlaNYLfk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8LlaNYLfk .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-u8LlaNYLfk .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-u8LlaNYLfk .nav-link:hover,
.cid-u8LlaNYLfk .icons-menu .mbr-iconfont:hover {
  color: #f38069 !important;
}
.cid-u8LlaNYLfk .dropdown-item:hover {
  color: #3375cd !important;
}
.cid-u8LlaNYLfk .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f38069;
  transition: width 0.3s ease-in;
}
.cid-u8LlaNYLfk .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-u8LlaNYLfk .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-u8LlaNYLfk .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-u8LlaNYLfk .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-u8LlaNYLfk .dropdown-menu {
    top: 100%;
  }
  .cid-u8LlaNYLfk .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-u8LlaNYLfk .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-u8LlaNYLfk .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-u8LlaNYLfk .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-u8LlaOx67z {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/45259792-2499403130084797-4166546700107776000-n-960x720.webp");
}
.cid-u8LlaOx67z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8LlaOx67z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8LlaOx67z .container {
    padding: 0;
  }
}
.cid-u8LlaOx67z .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u8LlaOx67z .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u8LlaOx67z .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u8LlaOx67z .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u8LlaOx67z .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u8LlaOx67z .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u8LlaOx67z .mbr-section-title {
  color: #ffffff;
}
.cid-u8LlaOx67z .mbr-box {
  color: #ffffff;
}
.cid-u8LlaOx67z .mbr-section-btn {
  text-align: center;
}
.cid-ui79oWZ13m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-ui79oWZ13m .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-ui79oWZ13m .card .card-img img {
  transition: all 0.5s;
}
.cid-ui79oWZ13m .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ui79oWZ13m .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-ui79oWZ13m .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ui79oWZ13m .first-card {
  display: block;
}
.cid-ui79oWZ13m .first-card .card-wrapper {
  height: 100%;
}
.cid-ui79oWZ13m .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-ui79oWZ13m .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ui79oWZ13m .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-ui79oWZ13m .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-ui79oWZ13m .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-ui79oWZ13m .first-row,
.cid-ui79oWZ13m .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-ui79oWZ13m .first-row .card .card-wrapper,
.cid-ui79oWZ13m .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-ui79oWZ13m .first-row .card .card-wrapper .card-img,
.cid-ui79oWZ13m .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-ui79oWZ13m .first-row .card .card-wrapper .card-img img,
.cid-ui79oWZ13m .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-ui79oWZ13m .first-row,
  .cid-ui79oWZ13m .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ui79oWZ13m .first-row .card .card-wrapper .card-img,
  .cid-ui79oWZ13m .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ui79oWZ13m .first-row .card .card-wrapper .card-img img,
  .cid-ui79oWZ13m .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-ui79oWZ13m .first-row .caption,
.cid-ui79oWZ13m .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-ui79oWZ13m .first-row .caption .price,
.cid-ui79oWZ13m .second-row .caption .price {
  background: #3375cd;
  padding: 0 0.5rem;
}
.cid-ui79oWZ13m .first-row {
  padding-bottom: 1rem;
}
.cid-ui79oWZ13m .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-ui79oWZ13m .first-card,
  .cid-ui79oWZ13m .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ui79oWZ13m .first-card {
    padding-bottom: 2rem;
  }
  .cid-ui79oWZ13m .only-first-row {
    height: 100%;
  }
}
.cid-ui79oWZ13m .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui79oWZ13m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8LlaROav6 {
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
  background-image: url("../../../assets/images/20231231-174210-2000x934.webp");
}
.cid-u8LlaROav6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-u8LlaROav6 .mbr-text {
  margin: 0;
}
.cid-u8LlaROav6 .check-in-input,
.cid-u8LlaROav6 .check-out-input,
.cid-u8LlaROav6 .guests .date-col span {
  cursor: pointer;
}
.cid-u8LlaROav6 .content-wrap {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-u8LlaROav6 .content-wrap .first-item,
.cid-u8LlaROav6 .content-wrap .second-item {
  padding: 1.5rem;
}
.cid-u8LlaROav6 .content-wrap .first-item {
  background: #c19b76;
}
.cid-u8LlaROav6 .content-wrap .first-item .item-text {
  text-align: center;
}
.cid-u8LlaROav6 .content-wrap .first-item .item-btn .btn {
  margin-left: 4px !important;
}
.cid-u8LlaROav6 .content-wrap .second-item {
  background: #3375cd;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u8LlaROav6 .content-wrap .second-item .check-text {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 0;
}
.cid-u8LlaROav6 .input-wrap {
  background: #fcfcfc;
}
.cid-u8LlaROav6 .booking-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8LlaROav6 .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-u8LlaROav6 .booking-datepicker .mbr-form .input-wrap input {
  border: none !important;
  border-radius: 0;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-u8LlaROav6 .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-u8LlaROav6 .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-u8LlaROav6 .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-u8LlaROav6 .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-u8LlaROav6 .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-u8LlaROav6 .booking-datepicker .mbr-form .input-wrap input:focus {
  box-shadow: none;
}
.cid-u8LlaROav6 .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #f38069;
}
.cid-u8LlaROav6 .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #f38069;
  z-index: 1;
}
.cid-u8LlaROav6 .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-u8LlaROav6 .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-u8LlaROav6 .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-u8LlaROav6 .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-u8LlaROav6 .booking-datepicker .mbr-form .mbr-section-btn {
  display: flex;
}
.cid-u8LlaROav6 .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
  width: 100%;
}
.cid-u8LlaROav6 .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  width: 100%;
  margin: 0;
  line-height: 18px;
  font-weight: 300;
}
.cid-u8LlaROav6 .email input {
  width: 100%;
  border: none !important;
  outline: none;
  padding: 10px 15px;
}
.cid-u8LlaROav6 .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-u8LlaROav6 .datepicker {
  background-color: #fcfcfc;
  color: #3375cd;
}
.cid-u8LlaROav6 .datepicker .active.day {
  background-color: #f38069 !important;
  color: #ffffff !important;
}
.cid-u8LlaROav6 .datepicker:after {
  border-top-color: #fcfcfc !important;
  border-bottom-color: #fcfcfc !important;
}
@media (max-width: 767px) {
  .cid-u8LlaROav6 .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-u8LlaROav6 .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-u8LlaROav6 .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-u8LlaROav6 .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-u8LlaROav6 .email input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .cid-u8LlaROav6 .booking-datepicker input:not(.guests-input):not([name='email']) {
    border-right: 1px solid #3375cd !important;
  }
}
@media (max-width: 991px) {
  .cid-u8LlaROav6 .booking-datepicker {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-u8LlaROav6 .datepicker {
    left: 10% !important;
  }
}
.cid-u8LlaROav6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8LlaROav6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9axbPMHZJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9axbPMHZJ img {
  width: 120px;
  margin: auto;
}
.cid-u9axbPMHZJ .card {
  transition: all 0.3s;
  width: fit-content;
  padding: 20px;
}
.cid-u9axbPMHZJ .card img {
  height: 80px;
  width: auto;
}
.cid-u9axbPMHZJ .border-col {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-u9axbPMHZJ .border-col {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .cid-u9axbPMHZJ .border-col {
    margin-bottom: 50px;
  }
}
.cid-u9axbPMHZJ .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.32;
}
.cid-u9axbPMHZJ .mbr-section-title {
  color: #26292c;
}
.cid-u8NzwPtgPi {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-u8NzwPtgPi .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-u8NzwPtgPi .row {
  border-bottom: 1px solid #808080;
}
.cid-u8NzwPtgPi H2 {
  color: #e7272d;
}
.cid-u8NzwPtgPi .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-u8NzwPtgPi .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-u8NzwPtgPi .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .col-lg-12 {
  overflow: hidden;
}
.cid-u8NzwPtgPi H4 {
  color: #ffffff;
}
.cid-u8NzwPtgPi .mbr-text,
.cid-u8NzwPtgPi .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u8NzwPtgPi .logo-wrap:before {
    content: none;
  }
  .cid-u8NzwPtgPi .logo-wrap:after {
    content: none;
  }
}
.cid-u8NzwPtgPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NzwPtgPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8DkCN6mjk .nav-item:focus,
.cid-u8DkCN6mjk .nav-link:focus {
  outline: none;
}
.cid-u8DkCN6mjk a.nav-link:focus {
  color: #f38069 !important;
}
.cid-u8DkCN6mjk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-u8DkCN6mjk .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-u8DkCN6mjk .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-u8DkCN6mjk .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-u8DkCN6mjk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8DkCN6mjk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8DkCN6mjk .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-u8DkCN6mjk .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-u8DkCN6mjk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8DkCN6mjk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8DkCN6mjk .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-u8DkCN6mjk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8DkCN6mjk .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-u8DkCN6mjk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8DkCN6mjk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-u8DkCN6mjk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8DkCN6mjk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8DkCN6mjk .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-u8DkCN6mjk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8DkCN6mjk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8DkCN6mjk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8DkCN6mjk .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-u8DkCN6mjk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8DkCN6mjk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8DkCN6mjk .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-u8DkCN6mjk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u8DkCN6mjk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8DkCN6mjk .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-u8DkCN6mjk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8DkCN6mjk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8DkCN6mjk .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-u8DkCN6mjk .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-u8DkCN6mjk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-u8DkCN6mjk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8DkCN6mjk .dropdown-item.active,
.cid-u8DkCN6mjk .dropdown-item:active {
  background-color: transparent;
}
.cid-u8DkCN6mjk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8DkCN6mjk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8DkCN6mjk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8DkCN6mjk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-u8DkCN6mjk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-u8DkCN6mjk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8DkCN6mjk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8DkCN6mjk .navbar-buttons {
  text-align: center;
}
.cid-u8DkCN6mjk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8DkCN6mjk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u8DkCN6mjk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8DkCN6mjk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8DkCN6mjk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8DkCN6mjk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8DkCN6mjk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8DkCN6mjk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8DkCN6mjk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8DkCN6mjk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8DkCN6mjk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8DkCN6mjk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-u8DkCN6mjk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8DkCN6mjk .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-u8DkCN6mjk .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-u8DkCN6mjk .nav-link:hover,
.cid-u8DkCN6mjk .icons-menu .mbr-iconfont:hover {
  color: #f38069 !important;
}
.cid-u8DkCN6mjk .dropdown-item:hover {
  color: #3375cd !important;
}
.cid-u8DkCN6mjk .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f38069;
  transition: width 0.3s ease-in;
}
.cid-u8DkCN6mjk .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-u8DkCN6mjk .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-u8DkCN6mjk .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-u8DkCN6mjk .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-u8DkCN6mjk .dropdown-menu {
    top: 100%;
  }
  .cid-u8DkCN6mjk .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-u8DkCN6mjk .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-u8DkCN6mjk .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-u8DkCN6mjk .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-u8DkCNFAAT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/432775128-10162116131299665-4849842950501261501-n-1280x720.webp");
}
.cid-u8DkCNFAAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8DkCNFAAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8DkCNFAAT .container {
    padding: 0;
  }
}
.cid-u8DkCNFAAT .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u8DkCNFAAT .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u8DkCNFAAT .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u8DkCNFAAT .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u8DkCNFAAT .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u8DkCNFAAT .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u8DkCNFAAT .mbr-section-title {
  color: #ffffff;
}
.cid-u8DkCNFAAT .mbr-box {
  color: #ffffff;
}
.cid-u8DkCNFAAT .mbr-section-btn {
  text-align: center;
}
.cid-u8UCOguEkZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u8UCOguEkZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u8UCOguEkZ .form-group {
  margin-bottom: 1rem;
}
.cid-u8UCOguEkZ .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-u8UCOguEkZ textarea.form-control {
  min-height: 96px;
}
.cid-u8UCOguEkZ .input-group-btn {
  width: 100%;
}
.cid-u8UCOguEkZ .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-u8UCOguEkZ .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-u8UCOguEkZ .google-map {
  width: 100%;
  height: 25rem;
}
.cid-u8UCOguEkZ .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-u8UCOguEkZ .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-u8UCOguEkZ .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #3375cd;
  padding: 10px;
}
.cid-u8UCOguEkZ .info-value {
  color: #b7b6b6;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-u8UCOguEkZ .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8UCOguEkZ .form-subtitle {
    text-align: center;
  }
}
.cid-u8UCOguEkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8UCOguEkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8G2B4wHKr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-u8G2B4wHKr .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-u8G2B4wHKr .google-map {
  height: 400px;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-u8G2B4wHKr .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u8G2B4wHKr .google-map iframe {
    min-height: 350px;
  }
}
.cid-u8G2B4wHKr .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8G2B4wHKr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8G2B4wHKr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8G2B4wHKr .content-head {
  max-width: 800px;
}
.cid-u8UDGwKbPd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-u8UDGwKbPd .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-u8UDGwKbPd .google-map {
  height: 400px;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-u8UDGwKbPd .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u8UDGwKbPd .google-map iframe {
    min-height: 350px;
  }
}
.cid-u8UDGwKbPd .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u8UDGwKbPd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8UDGwKbPd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8UDGwKbPd .content-head {
  max-width: 800px;
}
.cid-u9ay0RyCMV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9ay0RyCMV img {
  width: 120px;
  margin: auto;
}
.cid-u9ay0RyCMV .card {
  transition: all 0.3s;
  width: fit-content;
  padding: 20px;
}
.cid-u9ay0RyCMV .card img {
  height: 80px;
  width: auto;
}
.cid-u9ay0RyCMV .border-col {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-u9ay0RyCMV .border-col {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .cid-u9ay0RyCMV .border-col {
    margin-bottom: 50px;
  }
}
.cid-u9ay0RyCMV .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.32;
}
.cid-u9ay0RyCMV .mbr-section-title {
  color: #26292c;
}
.cid-u8NzwPtgPi {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-u8NzwPtgPi .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-u8NzwPtgPi .row {
  border-bottom: 1px solid #808080;
}
.cid-u8NzwPtgPi H2 {
  color: #e7272d;
}
.cid-u8NzwPtgPi .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-u8NzwPtgPi .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-u8NzwPtgPi .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .col-lg-12 {
  overflow: hidden;
}
.cid-u8NzwPtgPi H4 {
  color: #ffffff;
}
.cid-u8NzwPtgPi .mbr-text,
.cid-u8NzwPtgPi .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u8NzwPtgPi .logo-wrap:before {
    content: none;
  }
  .cid-u8NzwPtgPi .logo-wrap:after {
    content: none;
  }
}
.cid-u8NzwPtgPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NzwPtgPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8DkBAqm0k .nav-item:focus,
.cid-u8DkBAqm0k .nav-link:focus {
  outline: none;
}
.cid-u8DkBAqm0k a.nav-link:focus {
  color: #f38069 !important;
}
.cid-u8DkBAqm0k .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-u8DkBAqm0k .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-u8DkBAqm0k .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-u8DkBAqm0k .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-u8DkBAqm0k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8DkBAqm0k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u8DkBAqm0k .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-u8DkBAqm0k .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-u8DkBAqm0k .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8DkBAqm0k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8DkBAqm0k .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-u8DkBAqm0k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8DkBAqm0k .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-u8DkBAqm0k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8DkBAqm0k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-u8DkBAqm0k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8DkBAqm0k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8DkBAqm0k .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-u8DkBAqm0k .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8DkBAqm0k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8DkBAqm0k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8DkBAqm0k .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-u8DkBAqm0k .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8DkBAqm0k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8DkBAqm0k .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-u8DkBAqm0k .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u8DkBAqm0k .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u8DkBAqm0k .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-u8DkBAqm0k .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8DkBAqm0k .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8DkBAqm0k .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-u8DkBAqm0k .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-u8DkBAqm0k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-u8DkBAqm0k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8DkBAqm0k .dropdown-item.active,
.cid-u8DkBAqm0k .dropdown-item:active {
  background-color: transparent;
}
.cid-u8DkBAqm0k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8DkBAqm0k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8DkBAqm0k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8DkBAqm0k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-u8DkBAqm0k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-u8DkBAqm0k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8DkBAqm0k ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8DkBAqm0k .navbar-buttons {
  text-align: center;
}
.cid-u8DkBAqm0k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8DkBAqm0k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u8DkBAqm0k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8DkBAqm0k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8DkBAqm0k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8DkBAqm0k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8DkBAqm0k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8DkBAqm0k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8DkBAqm0k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8DkBAqm0k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8DkBAqm0k .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8DkBAqm0k a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-u8DkBAqm0k .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8DkBAqm0k .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-u8DkBAqm0k .icons-menu span {
  font-size: 20px;
  color: #333333;
}
.cid-u8DkBAqm0k .nav-link:hover,
.cid-u8DkBAqm0k .icons-menu .mbr-iconfont:hover {
  color: #f38069 !important;
}
.cid-u8DkBAqm0k .dropdown-item:hover {
  color: #3375cd !important;
}
.cid-u8DkBAqm0k .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #f38069;
  transition: width 0.3s ease-in;
}
.cid-u8DkBAqm0k .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-u8DkBAqm0k .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-u8DkBAqm0k .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-u8DkBAqm0k .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-u8DkBAqm0k .dropdown-menu {
    top: 100%;
  }
  .cid-u8DkBAqm0k .dropdown-item {
    border-bottom: 1px solid #8c8a8a;
    box-shadow: 0px 2px 5px #d8d7d7;
    background: #d8d7d7 !important;
  }
  .cid-u8DkBAqm0k .dropdown-item:hover {
    background: #bfbdbd !important;
  }
  .cid-u8DkBAqm0k .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-u8DkBAqm0k .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-u8DkBAXvrF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/432775128-10162116131299665-4849842950501261501-n-1280x720.webp");
}
.cid-u8DkBAXvrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8DkBAXvrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u8DkBAXvrF .container {
    padding: 0;
  }
}
.cid-u8DkBAXvrF .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u8DkBAXvrF .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u8DkBAXvrF .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-u8DkBAXvrF .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-u8DkBAXvrF .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-u8DkBAXvrF .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-u8DkBAXvrF .mbr-section-title {
  color: #ffffff;
}
.cid-u8DkBAXvrF .mbr-box {
  color: #ffffff;
}
.cid-u8DkBAXvrF .mbr-section-btn {
  text-align: center;
}
.cid-u8DkBBeaqN {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u8DkBBeaqN .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u8DkBBeaqN .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u8DkBBeaqN .title {
    width: 100% !important;
  }
}
.cid-u8DkBBuOgS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u8DkBBuOgS .mbr-text DIV {
  text-align: center;
}
.cid-u8DkBBuOgS .mbr-text {
  text-align: center;
}
.cid-u8G0bRIp7C {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-u8G0bRIp7C .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-u8G0bRIp7C .mbr-section-title,
.cid-u8G0bRIp7C .mbr-section-subtitle,
.cid-u8G0bRIp7C .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u8G0bRIp7C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u8G0bRIp7C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u8G0bRIp7C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u8G0bRIp7C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u8G0bRIp7C .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u8G0bRIp7C .icon-focus {
  display: none;
}
.cid-u8G0bRIp7C .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-u8G0bRIp7C ul {
  font-size: 0;
}
.cid-u8G0bRIp7C .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-u8G0bRIp7C .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u8G0bRIp7C .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-u8G0bRIp7C .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u8G0bRIp7C .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u8G0bRIp7C .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-u8G0bRIp7C .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u8G0bRIp7C .btn:hover {
  background: transparent !important;
}
.cid-u8G0bRIp7C .btn:hover:before {
  background: transparent !important;
}
.cid-u8G0bRIp7C .btn:before {
  background-color: transparent !important;
}
.cid-u8G0bRIp7C .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-u9axVZsEkn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9axVZsEkn img {
  width: 120px;
  margin: auto;
}
.cid-u9axVZsEkn .card {
  transition: all 0.3s;
  width: fit-content;
  padding: 20px;
}
.cid-u9axVZsEkn .card img {
  height: 80px;
  width: auto;
}
.cid-u9axVZsEkn .border-col {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-u9axVZsEkn .border-col {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .cid-u9axVZsEkn .border-col {
    margin-bottom: 50px;
  }
}
.cid-u9axVZsEkn .border-col .border-item {
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.32;
}
.cid-u9axVZsEkn .mbr-section-title {
  color: #26292c;
}
.cid-u8NzwPtgPi {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-u8NzwPtgPi .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-u8NzwPtgPi .row {
  border-bottom: 1px solid #808080;
}
.cid-u8NzwPtgPi H2 {
  color: #e7272d;
}
.cid-u8NzwPtgPi .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-u8NzwPtgPi .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-u8NzwPtgPi .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u8NzwPtgPi .col-lg-12 {
  overflow: hidden;
}
.cid-u8NzwPtgPi H4 {
  color: #ffffff;
}
.cid-u8NzwPtgPi .mbr-text,
.cid-u8NzwPtgPi .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u8NzwPtgPi .logo-wrap:before {
    content: none;
  }
  .cid-u8NzwPtgPi .logo-wrap:after {
    content: none;
  }
}
.cid-u8NzwPtgPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8NzwPtgPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
