body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Gilda Display', serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Gilda Display', serif;
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Gilda Display', serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #9f2b19 !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #709faf !important;
}
.bg-warning {
  background-color: #b7b6b6 !important;
}
.bg-danger {
  background-color: #9f2b19 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #5d190f !important;
  border-color: #5d190f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5d190f !important;
  border-color: #5d190f !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #5d190f !important;
  border-color: #5d190f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5d190f !important;
  border-color: #5d190f !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #709faf !important;
  border-color: #709faf !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c7887 !important;
  border-color: #4c7887 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #918f8f !important;
  border-color: #918f8f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #5d190f !important;
  border-color: #5d190f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5d190f !important;
  border-color: #5d190f !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: #47130b !important;
  color: #47130b !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #47130b !important;
  color: #47130b !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #426977 !important;
  color: #426977 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #709faf !important;
  border-color: #709faf !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #848383 !important;
  color: #848383 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b7b6b6 !important;
  border-color: #b7b6b6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #47130b !important;
  color: #47130b !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9f2b19 !important;
  border-color: #9f2b19 !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: #9f2b19 !important;
}
.text-secondary {
  color: #9f2b19 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #709faf !important;
}
.text-warning {
  color: #b7b6b6 !important;
}
.text-danger {
  color: #9f2b19 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #47130b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #47130b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #426977 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #848383 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #47130b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #709faf;
}
.alert-warning {
  background-color: #b7b6b6;
}
.alert-danger {
  background-color: #9f2b19;
}
.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: #9f2b19;
  border-color: #9f2b19;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #9f2b19;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e46753;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2d6dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f6f6f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e46753;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #9f2b19;
}
/* 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: #9f2b19;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #9f2b19;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9f2b19;
  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: #9f2b19;
  border-bottom-color: #9f2b19;
}
.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: #9f2b19 !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: #9f2b19 !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='%239f2b19' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rzMgHGam4n .nav-item:focus,
.cid-rzMgHGam4n .nav-link:focus {
  outline: none;
}
.cid-rzMgHGam4n a.nav-link:focus {
  color: #ffffff !important;
}
.cid-rzMgHGam4n .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #9f2b19;
}
.cid-rzMgHGam4n .navbar.opened {
  transition: all .3s;
  background: #9f2b19 !important;
}
.cid-rzMgHGam4n .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-rzMgHGam4n .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rzMgHGam4n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzMgHGam4n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rzMgHGam4n .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rzMgHGam4n .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzMgHGam4n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMgHGam4n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-rzMgHGam4n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rzMgHGam4n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMgHGam4n .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzMgHGam4n .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMgHGam4n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMgHGam4n .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-rzMgHGam4n .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-rzMgHGam4n .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rzMgHGam4n .navbar.navbar-short {
  background: #9f2b19 !important;
  min-height: 60px;
}
.cid-rzMgHGam4n .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMgHGam4n .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMgHGam4n .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzMgHGam4n .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-rzMgHGam4n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-rzMgHGam4n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMgHGam4n .dropdown-item.active,
.cid-rzMgHGam4n .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMgHGam4n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMgHGam4n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMgHGam4n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMgHGam4n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-rzMgHGam4n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-rzMgHGam4n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMgHGam4n ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rzMgHGam4n .navbar-buttons {
  text-align: center;
}
.cid-rzMgHGam4n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMgHGam4n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMgHGam4n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMgHGam4n .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzMgHGam4n a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-rzMgHGam4n .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMgHGam4n .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rzMgHGam4n .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-rzMgHGam4n .nav-link:hover,
.cid-rzMgHGam4n .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-rzMgHGam4n .dropdown-item:hover {
  color: #878787 !important;
}
.cid-rzMgHGam4n .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-rzMgHGam4n .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-rzMgHGam4n .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-rzMgHGam4n .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-rzMgHGam4n .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-rzMgHGam4n .dropdown-menu {
    top: 100%;
  }
  .cid-rzMgHGam4n .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-rzMgHGam4n .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-rzMgHGam4n .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-rzMgHGam4n .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-rzMgGd484C {
  z-index: 1;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rzMgGd484C .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-rzMgGd484C .mbr-arrow i {
  color: #ffffff !important;
}
.cid-rzMgGd484C .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rzMgGd484C .input-wrap {
  background: #fcfcfc;
}
.cid-rzMgGd484C .booking-datepicker .mbr-form {
  width: 100%;
}
.cid-rzMgGd484C .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-rzMgGd484C .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-rzMgGd484C .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-rzMgGd484C .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-rzMgGd484C .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-rzMgGd484C .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-rzMgGd484C .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-rzMgGd484C .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-rzMgGd484C .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-rzMgGd484C .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-rzMgGd484C .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-rzMgGd484C .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-rzMgGd484C .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-rzMgGd484C .booking-datepicker .mbr-form .mbr-section-btn {
  width: 100%;
  display: flex;
}
.cid-rzMgGd484C .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-rzMgGd484C .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  height: 100%;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
}
.cid-rzMgGd484C .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-rzMgGd484C .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-rzMgGd484C .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rzMgGd484C .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-rzMgGd484C .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-rzMgGd484C .check-in-input,
.cid-rzMgGd484C .check-out-input,
.cid-rzMgGd484C .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-rzMgGd484C .booking-datepicker input:not(.guests-input):not([name="email"]) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 767px) {
  .cid-rzMgGd484C .booking-datepicker .mbr-form .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-rzMgGd484C .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-rzMgGd484C .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-rzMgGd484C .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-rzMgGd484C .email input {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-rzMgGd484C .datepicker {
    left: 10% !important;
  }
}
.cid-rzMgJD6sEt {
  background-color: #000000;
}
.cid-rzMgJD6sEt .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rzMgJD6sEt .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rzMgJD6sEt .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMgJD6sEt .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-rzMgJD6sEt .image-element {
    padding-left: 0;
  }
}
.cid-rzMgJD6sEt .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-rzMgJD6sEt .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-rzMgJD6sEt .brown {
  color: #c19b76;
}
.cid-rzMgJD6sEt .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMgJD6sEt .paragraphs-wrapper .first-paragraph,
.cid-rzMgJD6sEt .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-rzMgJD6sEt .image-element {
    padding-top: 1rem;
  }
  .cid-rzMgJD6sEt .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzMgJD6sEt .paragraphs-wrapper .first-paragraph,
  .cid-rzMgJD6sEt .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-rzMgJD6sEt .first-paragraph,
  .cid-rzMgJD6sEt .second-paragraph {
    width: 50%;
  }
  .cid-rzMgJD6sEt .first-paragraph {
    padding-right: .5rem;
  }
  .cid-rzMgJD6sEt .second-paragraph {
    padding-left: .5rem;
  }
  .cid-rzMgJD6sEt .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rzMgJD6sEt .mbr-section-title,
  .cid-rzMgJD6sEt .mbr-section-btn {
    text-align: left;
  }
}
.cid-rzMgL0Khyt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rzMgL0Khyt .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-rzMgL0Khyt .card .card-img img {
  transition: all .5s;
}
.cid-rzMgL0Khyt .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rzMgL0Khyt .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-rzMgL0Khyt .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMgL0Khyt .first-card {
  display: block;
}
.cid-rzMgL0Khyt .first-card .card-wrapper {
  height: 100%;
}
.cid-rzMgL0Khyt .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-rzMgL0Khyt .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzMgL0Khyt .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-rzMgL0Khyt .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-rzMgL0Khyt .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-rzMgL0Khyt .first-row,
.cid-rzMgL0Khyt .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-rzMgL0Khyt .first-row .card .card-wrapper,
.cid-rzMgL0Khyt .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-rzMgL0Khyt .first-row .card .card-wrapper .card-img,
.cid-rzMgL0Khyt .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-rzMgL0Khyt .first-row .card .card-wrapper .card-img img,
.cid-rzMgL0Khyt .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-rzMgL0Khyt .first-row,
  .cid-rzMgL0Khyt .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rzMgL0Khyt .first-row .card .card-wrapper .card-img,
  .cid-rzMgL0Khyt .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rzMgL0Khyt .first-row .card .card-wrapper .card-img img,
  .cid-rzMgL0Khyt .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-rzMgL0Khyt .first-row .caption,
.cid-rzMgL0Khyt .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-rzMgL0Khyt .first-row .caption .price,
.cid-rzMgL0Khyt .second-row .caption .price {
  background: #c19b76;
  padding: 0 .5rem;
}
.cid-rzMgL0Khyt .first-row {
  padding-bottom: 1rem;
}
.cid-rzMgL0Khyt .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-rzMgL0Khyt .first-card,
  .cid-rzMgL0Khyt .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rzMgL0Khyt .first-card {
    padding-bottom: 2rem;
  }
  .cid-rzMgL0Khyt .only-first-row {
    height: 100%;
  }
}
.cid-rzMgO1SNCd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-rzMgO1SNCd .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rzMgO1SNCd .table {
  margin-bottom: 0;
}
.cid-rzMgO1SNCd .table .table-wrapper {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-rzMgO1SNCd .table .table-wrapper .table-head-wrapper {
  background: #c19b76;
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-rzMgO1SNCd .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-rzMgO1SNCd .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-rzMgO1SNCd .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-rzMgO1SNCd .table .table-wrapper .list-group {
  list-style: none;
  padding-top: 2rem;
}
.cid-rzMgO1SNCd .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #efefef;
}
.cid-rzMgO1SNCd .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-rzMgO1SNCd .table:not(.last-table) {
    margin-bottom: 1rem;
  }
  .cid-rzMgO1SNCd .table-heading {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rzMgO1SNCd .table.first-row-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rzMgO1SNCd .table {
    margin-bottom: 0;
  }
}
.cid-rzMgTEX4qU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rzMgTEX4qU .wrapper {
  overflow: hidden;
}
.cid-rzMgTEX4qU .wrapper img {
  transition: all .5s;
}
.cid-rzMgTEX4qU .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-rzMgTEX4qU .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMgTEX4qU .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-rzMgTEX4qU .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-rzMgTEX4qU .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rzMgTEX4qU .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rzMgTEX4qU .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-rzMgWDmsMu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-rzMgWDmsMu .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rzMgWDmsMu .testimonials-container {
  margin: 0 auto;
}
.cid-rzMgWDmsMu .testimonials-container .testimonials-item:not(:first-child) {
  margin-top: 3rem;
}
.cid-rzMgWDmsMu .testimonials-container .testimonials-item:nth-child(2n) .user.row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-rzMgWDmsMu .testimonials-container .testimonials-item:nth-child(2n) .user.row .testimonials-caption {
    text-align: right;
    padding: 2rem 0 2rem 2rem;
  }
}
.cid-rzMgWDmsMu .testimonials-container .testimonials-item .user {
  background: #c19b76;
}
.cid-rzMgWDmsMu .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-rzMgWDmsMu .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto;
  border-radius: 50%;
}
.cid-rzMgWDmsMu .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rzMgWDmsMu .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-rzMgWDmsMu .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-rzMgWDmsMu .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-rzMh4wFu1L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rzMh4wFu1L .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rzMh4wFu1L .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rzMh4wFu1L .title {
    width: 100% !important;
  }
}
.cid-rzMgZGPH0E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzMgZGPH0E .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-rzMgZGPH0E .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rzMi9iV35M {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #9f2b19;
}
.cid-rzMi9iV35M .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-rzMi9iV35M .first-column .mbr-text {
  margin: 0;
}
.cid-rzMi9iV35M .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-rzMi9iV35M .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-rzMi9iV35M .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-rzMi9iV35M .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-rzMi9iV35M .form-group {
  max-width: 55%;
}
.cid-rzMi9iV35M .form-group,
.cid-rzMi9iV35M .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rzMi9iV35M .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-rzMi9iV35M .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-rzMi9iV35M .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-rzMi9iV35M .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-rzMi9iV35M .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-rzMi9iV35M .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-rzMi9iV35M .first-column,
  .cid-rzMi9iV35M .second-column {
    padding-bottom: 2rem;
  }
  .cid-rzMi9iV35M .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rzMi9iV35M .first-column,
  .cid-rzMi9iV35M .second-column,
  .cid-rzMi9iV35M .third-column {
    text-align: center;
  }
  .cid-rzMi9iV35M .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-rzMi9GHrgW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ubNTdZQZrn .nav-item:focus,
.cid-ubNTdZQZrn .nav-link:focus {
  outline: none;
}
.cid-ubNTdZQZrn a.nav-link:focus {
  color: #ffffff !important;
}
.cid-ubNTdZQZrn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #9f2b19;
}
.cid-ubNTdZQZrn .navbar.opened {
  transition: all .3s;
  background: #9f2b19 !important;
}
.cid-ubNTdZQZrn .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-ubNTdZQZrn .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-ubNTdZQZrn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubNTdZQZrn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ubNTdZQZrn .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ubNTdZQZrn .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ubNTdZQZrn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ubNTdZQZrn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubNTdZQZrn .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ubNTdZQZrn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubNTdZQZrn .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-ubNTdZQZrn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubNTdZQZrn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-ubNTdZQZrn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ubNTdZQZrn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubNTdZQZrn .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ubNTdZQZrn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ubNTdZQZrn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubNTdZQZrn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubNTdZQZrn .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-ubNTdZQZrn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ubNTdZQZrn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubNTdZQZrn .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-ubNTdZQZrn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ubNTdZQZrn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ubNTdZQZrn .navbar.navbar-short {
  background: #9f2b19 !important;
  min-height: 60px;
}
.cid-ubNTdZQZrn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ubNTdZQZrn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ubNTdZQZrn .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-ubNTdZQZrn .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ubNTdZQZrn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ubNTdZQZrn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubNTdZQZrn .dropdown-item.active,
.cid-ubNTdZQZrn .dropdown-item:active {
  background-color: transparent;
}
.cid-ubNTdZQZrn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubNTdZQZrn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubNTdZQZrn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubNTdZQZrn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ubNTdZQZrn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ubNTdZQZrn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubNTdZQZrn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ubNTdZQZrn .navbar-buttons {
  text-align: center;
}
.cid-ubNTdZQZrn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubNTdZQZrn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubNTdZQZrn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubNTdZQZrn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubNTdZQZrn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubNTdZQZrn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubNTdZQZrn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubNTdZQZrn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubNTdZQZrn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubNTdZQZrn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubNTdZQZrn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ubNTdZQZrn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ubNTdZQZrn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ubNTdZQZrn .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-ubNTdZQZrn .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-ubNTdZQZrn .nav-link:hover,
.cid-ubNTdZQZrn .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-ubNTdZQZrn .dropdown-item:hover {
  color: #878787 !important;
}
.cid-ubNTdZQZrn .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-ubNTdZQZrn .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-ubNTdZQZrn .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ubNTdZQZrn .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-ubNTdZQZrn .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ubNTdZQZrn .dropdown-menu {
    top: 100%;
  }
  .cid-ubNTdZQZrn .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-ubNTdZQZrn .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-ubNTdZQZrn .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-ubNTdZQZrn .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ubNTe0roNY {
  z-index: 1;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ubNTe0roNY .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-ubNTe0roNY .mbr-arrow i {
  color: #ffffff !important;
}
.cid-ubNTe0roNY .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ubNTe0roNY .input-wrap {
  background: #fcfcfc;
}
.cid-ubNTe0roNY .booking-datepicker .mbr-form {
  width: 100%;
}
.cid-ubNTe0roNY .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-ubNTe0roNY .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-ubNTe0roNY .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-ubNTe0roNY .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-ubNTe0roNY .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-ubNTe0roNY .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-ubNTe0roNY .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-ubNTe0roNY .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-ubNTe0roNY .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-ubNTe0roNY .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-ubNTe0roNY .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-ubNTe0roNY .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-ubNTe0roNY .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-ubNTe0roNY .booking-datepicker .mbr-form .mbr-section-btn {
  width: 100%;
  display: flex;
}
.cid-ubNTe0roNY .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-ubNTe0roNY .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  height: 100%;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
}
.cid-ubNTe0roNY .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-ubNTe0roNY .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-ubNTe0roNY .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ubNTe0roNY .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-ubNTe0roNY .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-ubNTe0roNY .check-in-input,
.cid-ubNTe0roNY .check-out-input,
.cid-ubNTe0roNY .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-ubNTe0roNY .booking-datepicker input:not(.guests-input):not([name="email"]) {
    border-right: 1px solid #fcfcfc !important;
  }
}
@media (max-width: 767px) {
  .cid-ubNTe0roNY .booking-datepicker .mbr-form .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-ubNTe0roNY .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-ubNTe0roNY .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-ubNTe0roNY .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-ubNTe0roNY .email input {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-ubNTe0roNY .datepicker {
    left: 10% !important;
  }
}
.cid-ubNTe1e48i {
  background-color: #efefef;
}
.cid-ubNTe1e48i .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ubNTe1e48i .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ubNTe1e48i .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubNTe1e48i .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-ubNTe1e48i .image-element {
    padding-left: 0;
  }
}
.cid-ubNTe1e48i .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-ubNTe1e48i .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-ubNTe1e48i .brown {
  color: #c19b76;
}
.cid-ubNTe1e48i .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubNTe1e48i .paragraphs-wrapper .first-paragraph,
.cid-ubNTe1e48i .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ubNTe1e48i .image-element {
    padding-top: 1rem;
  }
  .cid-ubNTe1e48i .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-ubNTe1e48i .paragraphs-wrapper .first-paragraph,
  .cid-ubNTe1e48i .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-ubNTe1e48i .first-paragraph,
  .cid-ubNTe1e48i .second-paragraph {
    width: 50%;
  }
  .cid-ubNTe1e48i .first-paragraph {
    padding-right: .5rem;
  }
  .cid-ubNTe1e48i .second-paragraph {
    padding-left: .5rem;
  }
  .cid-ubNTe1e48i .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-ubNTe1e48i .mbr-section-title,
  .cid-ubNTe1e48i .mbr-section-btn {
    text-align: left;
  }
}
.cid-ubNTe1e48i .mbr-text,
.cid-ubNTe1e48i .mbr-section-btn {
  color: #9f2b19;
}
.cid-ubNTe1e48i .mbr-section-title {
  color: #9f2b19;
}
.cid-ubNTe1e48i .mbr-section-subtitle,
.cid-ubNTe1e48i .underline {
  color: #9f2b19;
}
.cid-ubNTe1YTSk {
  padding-top: 60px;  
  background-color: #efefef;
}
.cid-ubNTe1YTSk .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-ubNTe1YTSk .card .card-img img {
  transition: all .5s;
}
.cid-ubNTe1YTSk .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ubNTe1YTSk .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-ubNTe1YTSk .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ubNTe1YTSk .first-card {
  display: block;
}
.cid-ubNTe1YTSk .first-card .card-wrapper {
  height: 100%;
}
.cid-ubNTe1YTSk .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-ubNTe1YTSk .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ubNTe1YTSk .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-ubNTe1YTSk .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-ubNTe1YTSk .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-ubNTe1YTSk .first-row,
.cid-ubNTe1YTSk .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-ubNTe1YTSk .first-row .card .card-wrapper,
.cid-ubNTe1YTSk .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-ubNTe1YTSk .first-row .card .card-wrapper .card-img,
.cid-ubNTe1YTSk .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-ubNTe1YTSk .first-row .card .card-wrapper .card-img img,
.cid-ubNTe1YTSk .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-ubNTe1YTSk .first-row,
  .cid-ubNTe1YTSk .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ubNTe1YTSk .first-row .card .card-wrapper .card-img,
  .cid-ubNTe1YTSk .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ubNTe1YTSk .first-row .card .card-wrapper .card-img img,
  .cid-ubNTe1YTSk .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-ubNTe1YTSk .first-row .caption,
.cid-ubNTe1YTSk .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-ubNTe1YTSk .first-row .caption .price,
.cid-ubNTe1YTSk .second-row .caption .price {
  background: #9f2b19;
  padding: 0 .5rem;
}
.cid-ubNTe1YTSk .first-row {
  padding-bottom: 1rem;
}
.cid-ubNTe1YTSk .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-ubNTe1YTSk .first-card,
  .cid-ubNTe1YTSk .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubNTe1YTSk .first-card {
    padding-bottom: 2rem;
  }
  .cid-ubNTe1YTSk .only-first-row {
    height: 100%;
  }
}
.cid-ubNTe1YTSk .card-title {
  color: #fcfcfc;
}
.cid-ubNTe1YTSk .price {
  color: #fcfcfc;
}
.cid-ubNTe1YTSk .first-card-title,
.cid-ubNTe1YTSk .first-card-info {
  color: #9f2b19;
}
.cid-ubNTe1YTSk .first-card-text,
.cid-ubNTe1YTSk .card-btn {
  color: #9f2b19;
}
.cid-ubNTe1YTSk .main-subtitle,
.cid-ubNTe1YTSk .underline {
  color: #9f2b19;
}
.cid-ubNTe1YTSk .main-title {
  color: #9f2b19;
}
.cid-ubNTe2H6jR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-ubNTe2H6jR .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ubNTe2H6jR .table {
  margin-bottom: 0;
}
.cid-ubNTe2H6jR .table .table-wrapper {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-ubNTe2H6jR .table .table-wrapper .table-head-wrapper {
  background: #9f2b19;
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-ubNTe2H6jR .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-ubNTe2H6jR .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-ubNTe2H6jR .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-ubNTe2H6jR .table .table-wrapper .list-group {
  list-style: none;
  padding-top: 2rem;
}
.cid-ubNTe2H6jR .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #efefef;
}
.cid-ubNTe2H6jR .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-ubNTe2H6jR .table:not(.last-table) {
    margin-bottom: 1rem;
  }
  .cid-ubNTe2H6jR .table-heading {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubNTe2H6jR .table.first-row-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubNTe2H6jR .table {
    margin-bottom: 0;
  }
}
.cid-ubNTe2H6jR .mbr-section-subtitle,
.cid-ubNTe2H6jR .underline {
  color: #fcfcfc;
}
.cid-ubNTe2H6jR .main-title {
  color: #fcfcfc;
}
.cid-ubRBRyKCnS {
  background-color: #efefef;
}
.cid-ubRBRyKCnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubRBRyKCnS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubRBRyKCnS .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ubRBRyKCnS .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ubRBRyKCnS .container {
    padding: 0 30px;
  }
}
.cid-ubRBRyKCnS .item {
  margin-bottom: 30px;
}
.cid-ubRBRyKCnS .item .item-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #ff9a8a;
  display: flex;
}
@media (max-width: 992px) {
  .cid-ubRBRyKCnS .item .item-wrapper {
    display: block;
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-ubRBRyKCnS .item .item-wrapper .image-wrap {
  margin-right: 3rem;
}
@media (max-width: 992px) {
  .cid-ubRBRyKCnS .item .item-wrapper .image-wrap {
    margin: 0;
  }
}
.cid-ubRBRyKCnS .item .item-wrapper .image-wrap .item-img img {
  height: 265px;
  width: 400px;
  object-fit: cover;
  border-radius: 1.5em;
}
@media (max-width: 992px) {
  .cid-ubRBRyKCnS .item .item-wrapper .image-wrap .item-img img {
    width: 265px;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .cid-ubRBRyKCnS .item .item-wrapper .image-wrap .item-img img {
    width: 180px;
  }
}
.cid-ubRBRyKCnS .item .item-wrapper .image-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-ubRBRyKCnS .item .item-wrapper .item-content {
  width: 100%;
}
.cid-ubRBRyKCnS .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ubRBRyKCnS .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ubRBRyKCnS .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-ubRBRyKCnS .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #9f2b19;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-ubRBRyKCnS .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ubRBRyKCnS .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-ubRBRyKCnS .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-ubRBRyKCnS .mbr-section-title {
  color: #2b2b2b;
}
.cid-ubRBRyKCnS .mbr-desc {
  color: #ffffff;
}
.cid-ubRBRyKCnS .mbr-date {
  color: #4e4e4e;
}
.cid-ubRBRyKCnS .mbr-text {
  color: #ffffff;
}
.cid-ubRBRyKCnS .mbr-section-title,
.cid-ubRBRyKCnS .mbr-section-btn {
  color: #ffffff;
}
.cid-ubNTe3qexW {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ubNTe3qexW .wrapper {
  overflow: hidden;
}
.cid-ubNTe3qexW .wrapper img {
  transition: all .5s;
}
.cid-ubNTe3qexW .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ubNTe3qexW .underline .line {
  width: 2rem;
  height: 1px;
  background: #9f2b19;
  display: inline-block;
}
.cid-ubNTe3qexW .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-ubNTe3qexW .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-ubNTe3qexW .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ubNTe3qexW .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ubNTe3qexW .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-ubNTe3qexW .main-subtitle,
.cid-ubNTe3qexW .underline {
  color: #9f2b19;
}
.cid-ubNTe3qexW .main-title {
  color: #9f2b19;
}
.cid-ubNVwXFuQS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fcfcfc;
}
.cid-ubNVwXFuQS .counter-container ul {
  margin-bottom: 0;
}
.cid-ubNVwXFuQS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-ubNVwXFuQS .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 2px;
  padding-left: 1px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #9f2b19;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-ubNUIJYQDY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fcfcfc;
}
.cid-ubNUIJYQDY .card .card-img img {
  transition: all 0.5s;
}
.cid-ubNUIJYQDY .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ubNUIJYQDY .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ubNUIJYQDY .form1 {
  background: #333333;
  padding: 2rem;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubNUIJYQDY .form-group {
  margin-bottom: 1rem;
}
.cid-ubNUIJYQDY .form-control {
  border: none !important;
  padding: 1rem;
  background: #000000;
  color: #ffffff;
  width: 100%;
}
.cid-ubNUIJYQDY .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-ubNUIJYQDY .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-ubNUIJYQDY .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-ubNUIJYQDY .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-ubNUIJYQDY textarea.form-control {
  min-height: 172px;
}
.cid-ubNUIJYQDY .input-group-btn {
  width: 100%;
}
.cid-ubNUIJYQDY .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-ubNUIJYQDY .items-column {
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-ubNUIJYQDY .first-row {
  -webkit-flex: 1 1 40%;
  flex: 1 1 40%;
  max-height: 40%;
}
.cid-ubNUIJYQDY .second-row {
  -webkit-flex: 1 1 60%;
  flex: 1 1 60%;
  max-height: 60%;
}
.cid-ubNUIJYQDY .card {
  height: 100%;
}
.cid-ubNUIJYQDY .card .card-wrapper {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  flex: 1;
}
.cid-ubNUIJYQDY .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-ubNUIJYQDY .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ubNUIJYQDY .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-ubNUIJYQDY .caption .mbr-text {
  margin: 0;
}
.cid-ubNUIJYQDY .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubNUIJYQDY .form1 {
    padding: 1.5rem;
  }
  .cid-ubNUIJYQDY .second-card {
    padding-bottom: 2rem;
  }
  .cid-ubNUIJYQDY .first-row,
  .cid-ubNUIJYQDY .second-row,
  .cid-ubNUIJYQDY .card-img {
    -webkit-flex-basis: auto !important;
    flex-basis: auto !important;
  }
  .cid-ubNUIJYQDY .card-img img {
    min-height: 0 !important;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-ubNUIJYQDY .items-column {
    padding-top: 2rem;
  }
}
.cid-ubNUIJYQDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubNUIJYQDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubNTe467qG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-ubNTe467qG .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-ubNTe467qG .testimonials-container {
  margin: 0 auto;
}
.cid-ubNTe467qG .testimonials-container .testimonials-item:not(:first-child) {
  margin-top: 3rem;
}
.cid-ubNTe467qG .testimonials-container .testimonials-item:nth-child(2n) .user.row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-ubNTe467qG .testimonials-container .testimonials-item:nth-child(2n) .user.row .testimonials-caption {
    text-align: right;
    padding: 2rem 0 2rem 2rem;
  }
}
.cid-ubNTe467qG .testimonials-container .testimonials-item .user {
  background: #9f2b19;
}
.cid-ubNTe467qG .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-ubNTe467qG .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto;
  border-radius: 50%;
}
.cid-ubNTe467qG .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ubNTe467qG .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-ubNTe467qG .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-ubNTe467qG .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-ubNTe467qG .mbr-section-subtitle,
.cid-ubNTe467qG .underline {
  color: #9f2b19;
}
.cid-ubNTe467qG .main-title {
  color: #9f2b19;
}
.cid-ubRCk5CVHA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfcfc;
}
.cid-ubRCk5CVHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubRCk5CVHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ubRCk5CVHA .container {
    padding: 0 16px;
  }
}
.cid-ubRCk5CVHA .row {
  position: relative;
}
.cid-ubRCk5CVHA .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ubRCk5CVHA .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-ubRCk5CVHA .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ubRCk5CVHA .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-ubRCk5CVHA .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-ubRCk5CVHA .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #9f2b19 !important;
}
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #9f2b19 !important;
}
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #92bda3 !important;
}
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #709faf !important;
}
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #b7b6b6 !important;
}
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #9f2b19 !important;
}
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-ubRCk5CVHA .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-ubRCk5CVHA .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-ubRCk5CVHA .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #9f2b19 -10%, transparent 80%);
}
.cid-ubRCk5CVHA .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-ubRCk5CVHA .items-wrapper {
    margin-left: 0;
  }
}
.cid-ubRCk5CVHA .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-ubRCk5CVHA .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-ubRCk5CVHA .item .item-wrapper {
    padding: 32px;
  }
}
.cid-ubRCk5CVHA .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-ubRCk5CVHA .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ubRCk5CVHA .mbr-section-title {
  color: #000000;
}
.cid-ubRCk5CVHA .mbr-text {
  color: #6f6f6f;
}
.cid-ubRCk5CVHA .item-title {
  color: #000000;
}
.cid-ubRCk5CVHA .item-text {
  color: #000000;
}
.cid-ubRCk5CVHA .mbr-section-title,
.cid-ubRCk5CVHA .mbr-section-btn,
.cid-ubRCk5CVHA .decor-wrapper {
  color: #9f2b19;
}
.cid-ubRDda8tTb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fcfcfc;
}
.cid-ubRDda8tTb .item {
  padding-bottom: 2rem;
}
.cid-ubRDda8tTb img,
.cid-ubRDda8tTb .item-wrapper {
  transition: all 0.7s;
}
.cid-ubRDda8tTb .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubRDda8tTb .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubRDda8tTb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-ubRDda8tTb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubRDda8tTb .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-ubRDda8tTb .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: 0.7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: "Moririse2";
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubRDda8tTb .close::before {
  content: "\e91a";
}
.cid-ubRDda8tTb .close:hover {
  color: #fff;
}
.cid-ubRDda8tTb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubRDda8tTb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubRDda8tTb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubRDda8tTb .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubRDda8tTb .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-ubRDda8tTb .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-ubRDda8tTb .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-ubRDda8tTb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-ubRDda8tTb .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-ubRDda8tTb .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-ubRDda8tTb .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-ubRDda8tTb .carousel-item img {
    width: 70%;
  }
}
.cid-ubRDda8tTb .carousel-inner > .active {
  display: block;
}
.cid-ubRDda8tTb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubRDda8tTb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubRDda8tTb .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-ubRDda8tTb .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-ubRDda8tTb .carousel-control,
  .cid-ubRDda8tTb .carousel-indicators {
    position: fixed;
  }
}
.cid-ubRDda8tTb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubRDda8tTb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubRDda8tTb .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-ubRDda8tTb .modal-content {
    width: 70%;
  }
}
.cid-ubRDda8tTb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubRDda8tTb .carousel {
  width: 100%;
}
.cid-ubRDda8tTb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubRDda8tTb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubRDda8tTb .modal.fade .modal-dialog,
.cid-ubRDda8tTb .modal.in .modal-dialog {
  transform: none;
}
.cid-ubRDda8tTb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubRDda8tTb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubRDda8tTb .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-ubRDda8tTb .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-ubRDda8tTb .soc-item::before,
.cid-ubRDda8tTb .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-ubRDda8tTb .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-ubRDda8tTb .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-ubRDda8tTb .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-ubRDda8tTb .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-ubRDda8tTb .mbr-section-subtitle {
  color: #9f2b19;
  margin-bottom: 77px;
}
.cid-ubRDda8tTb .text {
  color: #ddc499;
}
.cid-ubRDda8tTb .one {
  color: #c0bcb7;
  font-style: italic;
}
@media (min-width: 992px) {
  .cid-ubRDda8tTb .right {
    padding-right: 32px;
  }
  .cid-ubRDda8tTb .left {
    padding-left: 32px;
  }
}
.cid-ubRDda8tTb .mbr-section-title {
  color: #9f2b19;
}
.cid-ubOkibEoVS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfcfc;
}
.cid-ubOkibEoVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubOkibEoVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ubOkibEoVS .container {
    padding: 0 16px;
  }
}
.cid-ubOkibEoVS .row {
  position: relative;
  justify-content: space-between;
}
.cid-ubOkibEoVS .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-ubOkibEoVS .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-ubOkibEoVS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ubOkibEoVS .content-wrapper .mbr-section-title span {
  color: #9f2b19;
}
.cid-ubOkibEoVS .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-ubOkibEoVS .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-ubOkibEoVS .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #9f2b19 -10%, transparent 80%);
}
.cid-ubOkibEoVS .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-ubOkibEoVS .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ubOkibEoVS .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ubOkibEoVS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ubOkibEoVS .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ubOkibEoVS .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ubOkibEoVS .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-ubOkibEoVS .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-ubOkibEoVS .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-ubOkibEoVS .mbr-section-title {
  color: #000000;
}
.cid-ubOkibEoVS .mbr-text {
  color: #6f6f6f;
}
.cid-ubOkibEoVS .panel-title-edit {
  color: #9f2b19;
}
.cid-ubOkibEoVS .panel-text {
  color: #9f2b19;
}
.cid-ubRFggtx99 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fcfcfc;
}
.cid-ubRFggtx99 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-ubRFggtx99 .row {
    padding: 0 12px;
  }
}
.cid-ubRFggtx99 .dragArea.row {
  padding: 0;
}
.cid-ubRFggtx99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubRFggtx99 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubRFggtx99 .form-group {
  display: flex;
  margin-bottom: 40px !important;
}
@media (max-width: 768px) {
  .cid-ubRFggtx99 .form-group {
    display: block;
  }
}
.cid-ubRFggtx99 .form-group .form-check {
  padding: 0;
  margin: 0 0 0 1rem;
}
.cid-ubRFggtx99 .form-group .form-check .form-check-input {
  margin-left: 0;
  margin-right: 1rem;
}
.cid-ubRFggtx99 .form-group .form-control {
  padding: 6px 0;
  background-color: transparent;
  border: none !important;
  box-shadow: none;
  border-bottom: 2px solid #9f2b19 !important;
  border-radius: 0;
}
.cid-ubRFggtx99 .form-group .form-check-label {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubRFggtx99 .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
  width: 25%;
}
@media (max-width: 1010px) {
  .cid-ubRFggtx99 .mbr-section-btn {
    max-height: 50px;
    min-height: 50%;
  }
}
@media (max-width: 992px) {
  .cid-ubRFggtx99 .mbr-section-btn {
    width: 100%;
    justify-content: center;
  }
}
.cid-ubRFggtx99 .mbr-section-btn .btn {
  max-height: 34px;
  min-height: 34px;
  border: 1px solid #92bda3;
  box-shadow: none;
  padding: 4px 20px;
}
@media (max-width: 1010px) {
  .cid-ubRFggtx99 .mbr-section-btn .btn {
    max-height: 50px;
    min-height: 50%;
  }
}
.cid-ubRFggtx99 .mbr-section-btn .btn:hover {
  color: #709faf !important;
  background: #92bda3 !important;
  box-shadow: none !important;
}
.cid-ubRFggtx99 .mbr-section-title {
  color: #9f2b19;
}
.cid-ubRFggtx99 .form-check-label {
  color: #1e4381;
}
.cid-ubRFggtx99 LABEL {
  color: #9f2b19;
  text-align: left;
}
.cid-ubNTe4NRL5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ubNTe4NRL5 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ubNTe4NRL5 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ubNTe4NRL5 .title {
    width: 100% !important;
  }
}
.cid-ubOjbnYGCa {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ubOjbnYGCa .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-ubOjbnYGCa .form-group {
  margin-bottom: 1rem;
}
.cid-ubOjbnYGCa .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #9f2b19;
  width: 100%;
}
.cid-ubOjbnYGCa textarea.form-control {
  min-height: 96px;
}
.cid-ubOjbnYGCa .input-group-btn {
  width: 100%;
}
.cid-ubOjbnYGCa .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-ubOjbnYGCa .form-control-label {
  color: #9f2b19;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-ubOjbnYGCa .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-ubOjbnYGCa .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-ubOjbnYGCa .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-ubOjbnYGCa .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #9f2b19;
  padding: 10px;
}
.cid-ubOjbnYGCa .info-value {
  color: #b7b6b6;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-ubOjbnYGCa .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubOjbnYGCa .form-subtitle {
    text-align: center;
  }
}
.cid-ubOjbnYGCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubOjbnYGCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubOjbnYGCa .form-title {
  color: #9f2b19;
}
.cid-ubOjbnYGCa .form-text {
  color: #9f2b19;
}
.cid-ubOjbnYGCa LABEL {
  color: #9f2b19;
}
.cid-ubNTe5ZCoQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #9f2b19;
}
.cid-ubNTe5ZCoQ .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-ubNTe5ZCoQ .first-column .mbr-text {
  margin: 0;
}
.cid-ubNTe5ZCoQ .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-ubNTe5ZCoQ .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-ubNTe5ZCoQ .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-ubNTe5ZCoQ .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-ubNTe5ZCoQ .form-group {
  max-width: 55%;
}
.cid-ubNTe5ZCoQ .form-group,
.cid-ubNTe5ZCoQ .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-ubNTe5ZCoQ .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-ubNTe5ZCoQ .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-ubNTe5ZCoQ .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-ubNTe5ZCoQ .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-ubNTe5ZCoQ .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-ubNTe5ZCoQ .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-ubNTe5ZCoQ .first-column,
  .cid-ubNTe5ZCoQ .second-column {
    padding-bottom: 2rem;
  }
  .cid-ubNTe5ZCoQ .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ubNTe5ZCoQ .first-column,
  .cid-ubNTe5ZCoQ .second-column,
  .cid-ubNTe5ZCoQ .third-column {
    text-align: center;
  }
  .cid-ubNTe5ZCoQ .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-ubNTe6E9iL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-udcK0P2Hq3 .nav-item:focus,
.cid-udcK0P2Hq3 .nav-link:focus {
  outline: none;
}
.cid-udcK0P2Hq3 a.nav-link:focus {
  color: #ffffff !important;
}
.cid-udcK0P2Hq3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #9f2b19;
}
.cid-udcK0P2Hq3 .navbar.opened {
  transition: all .3s;
  background: #9f2b19 !important;
}
.cid-udcK0P2Hq3 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-udcK0P2Hq3 .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-udcK0P2Hq3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udcK0P2Hq3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-udcK0P2Hq3 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-udcK0P2Hq3 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-udcK0P2Hq3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-udcK0P2Hq3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udcK0P2Hq3 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-udcK0P2Hq3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udcK0P2Hq3 .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-udcK0P2Hq3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udcK0P2Hq3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-udcK0P2Hq3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-udcK0P2Hq3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udcK0P2Hq3 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-udcK0P2Hq3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-udcK0P2Hq3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udcK0P2Hq3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udcK0P2Hq3 .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-udcK0P2Hq3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-udcK0P2Hq3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udcK0P2Hq3 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-udcK0P2Hq3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-udcK0P2Hq3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-udcK0P2Hq3 .navbar.navbar-short {
  background: #9f2b19 !important;
  min-height: 60px;
}
.cid-udcK0P2Hq3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-udcK0P2Hq3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-udcK0P2Hq3 .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-udcK0P2Hq3 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-udcK0P2Hq3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-udcK0P2Hq3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udcK0P2Hq3 .dropdown-item.active,
.cid-udcK0P2Hq3 .dropdown-item:active {
  background-color: transparent;
}
.cid-udcK0P2Hq3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udcK0P2Hq3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udcK0P2Hq3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udcK0P2Hq3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-udcK0P2Hq3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-udcK0P2Hq3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udcK0P2Hq3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-udcK0P2Hq3 .navbar-buttons {
  text-align: center;
}
.cid-udcK0P2Hq3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udcK0P2Hq3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-udcK0P2Hq3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-udcK0P2Hq3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-udcK0P2Hq3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-udcK0P2Hq3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-udcK0P2Hq3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udcK0P2Hq3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-udcK0P2Hq3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-udcK0P2Hq3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udcK0P2Hq3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-udcK0P2Hq3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-udcK0P2Hq3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-udcK0P2Hq3 .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-udcK0P2Hq3 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-udcK0P2Hq3 .nav-link:hover,
.cid-udcK0P2Hq3 .icons-menu .mbr-iconfont:hover {
  color: #ffffff !important;
}
.cid-udcK0P2Hq3 .dropdown-item:hover {
  color: #878787 !important;
}
.cid-udcK0P2Hq3 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #ffffff;
  transition: width 0.3s ease-in;
}
.cid-udcK0P2Hq3 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-udcK0P2Hq3 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-udcK0P2Hq3 .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-udcK0P2Hq3 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-udcK0P2Hq3 .dropdown-menu {
    top: 100%;
  }
  .cid-udcK0P2Hq3 .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-udcK0P2Hq3 .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-udcK0P2Hq3 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-udcK0P2Hq3 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-udcK0QiSH7 {
  z-index: 1;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udcK0QiSH7 .mbr-arrow {
  background: #000000 !important;
  opacity: .7;
}
.cid-udcK0QiSH7 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-udcK0QiSH7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-udcK0QiSH7 .input-wrap {
  background: #fcfcfc;
}
.cid-udcK0QiSH7 .booking-datepicker .mbr-form {
  width: 100%;
}
.cid-udcK0QiSH7 .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-udcK0QiSH7 .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-udcK0QiSH7 .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-udcK0QiSH7 .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-udcK0QiSH7 .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-udcK0QiSH7 .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-udcK0QiSH7 .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-udcK0QiSH7 .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-udcK0QiSH7 .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-udcK0QiSH7 .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-udcK0QiSH7 .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-udcK0QiSH7 .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-udcK0QiSH7 .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-udcK0QiSH7 .booking-datepicker .mbr-form .mbr-section-btn {
  width: 100%;
  display: flex;
}
.cid-udcK0QiSH7 .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-udcK0QiSH7 .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  height: 100%;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
}
.cid-udcK0QiSH7 .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-udcK0QiSH7 .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-udcK0QiSH7 .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-udcK0QiSH7 .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-udcK0QiSH7 .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-udcK0QiSH7 .check-in-input,
.cid-udcK0QiSH7 .check-out-input,
.cid-udcK0QiSH7 .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-udcK0QiSH7 .booking-datepicker input:not(.guests-input):not([name="email"]) {
    border-right: 1px solid #fcfcfc !important;
  }
}
@media (max-width: 767px) {
  .cid-udcK0QiSH7 .booking-datepicker .mbr-form .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-udcK0QiSH7 .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-udcK0QiSH7 .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-udcK0QiSH7 .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-udcK0QiSH7 .email input {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-udcK0QiSH7 .datepicker {
    left: 10% !important;
  }
}
.cid-udcK0RACX0 {
  background-color: #fcfcfc;
}
.cid-udcK0RACX0 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-udcK0RACX0 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-udcK0RACX0 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udcK0RACX0 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-udcK0RACX0 .image-element {
    padding-left: 0;
  }
}
.cid-udcK0RACX0 .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-udcK0RACX0 .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-udcK0RACX0 .brown {
  color: #c19b76;
}
.cid-udcK0RACX0 .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udcK0RACX0 .paragraphs-wrapper .first-paragraph,
.cid-udcK0RACX0 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-udcK0RACX0 .image-element {
    padding-top: 1rem;
  }
  .cid-udcK0RACX0 .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-udcK0RACX0 .paragraphs-wrapper .first-paragraph,
  .cid-udcK0RACX0 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-udcK0RACX0 .first-paragraph,
  .cid-udcK0RACX0 .second-paragraph {
    width: 50%;
  }
  .cid-udcK0RACX0 .first-paragraph {
    padding-right: .5rem;
  }
  .cid-udcK0RACX0 .second-paragraph {
    padding-left: .5rem;
  }
  .cid-udcK0RACX0 .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-udcK0RACX0 .mbr-section-title,
  .cid-udcK0RACX0 .mbr-section-btn {
    text-align: left;
  }
}
.cid-udcK0RACX0 .mbr-text,
.cid-udcK0RACX0 .mbr-section-btn {
  color: #9f2b19;
}
.cid-udcK0RACX0 .mbr-section-title {
  color: #9f2b19;
}
.cid-udcK0RACX0 .mbr-section-subtitle,
.cid-udcK0RACX0 .underline {
  color: #9f2b19;
}
.cid-udcK0SqwYw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fcfcfc;
}
.cid-udcK0SqwYw .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-udcK0SqwYw .card .card-img img {
  transition: all .5s;
}
.cid-udcK0SqwYw .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-udcK0SqwYw .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-udcK0SqwYw .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-udcK0SqwYw .first-card {
  display: block;
}
.cid-udcK0SqwYw .first-card .card-wrapper {
  height: 100%;
}
.cid-udcK0SqwYw .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-udcK0SqwYw .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-udcK0SqwYw .first-card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-udcK0SqwYw .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-udcK0SqwYw .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-udcK0SqwYw .first-row,
.cid-udcK0SqwYw .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-udcK0SqwYw .first-row .card .card-wrapper,
.cid-udcK0SqwYw .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-udcK0SqwYw .first-row .card .card-wrapper .card-img,
.cid-udcK0SqwYw .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-udcK0SqwYw .first-row .card .card-wrapper .card-img img,
.cid-udcK0SqwYw .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-udcK0SqwYw .first-row,
  .cid-udcK0SqwYw .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-udcK0SqwYw .first-row .card .card-wrapper .card-img,
  .cid-udcK0SqwYw .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-udcK0SqwYw .first-row .card .card-wrapper .card-img img,
  .cid-udcK0SqwYw .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-udcK0SqwYw .first-row .caption,
.cid-udcK0SqwYw .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-udcK0SqwYw .first-row .caption .price,
.cid-udcK0SqwYw .second-row .caption .price {
  background: #9f2b19;
  padding: 0 .5rem;
}
.cid-udcK0SqwYw .first-row {
  padding-bottom: 1rem;
}
.cid-udcK0SqwYw .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-udcK0SqwYw .first-card,
  .cid-udcK0SqwYw .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udcK0SqwYw .first-card {
    padding-bottom: 2rem;
  }
  .cid-udcK0SqwYw .only-first-row {
    height: 100%;
  }
}
.cid-udcK0SqwYw .card-title {
  color: #fcfcfc;
}
.cid-udcK0SqwYw .price {
  color: #fcfcfc;
}
.cid-udcK0SqwYw .first-card-title,
.cid-udcK0SqwYw .first-card-info {
  color: #9f2b19;
}
.cid-udcK0SqwYw .first-card-text,
.cid-udcK0SqwYw .card-btn {
  color: #9f2b19;
}
.cid-udcK0TpIeh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-udcK0TpIeh .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-udcK0TpIeh .table {
  margin-bottom: 0;
}
.cid-udcK0TpIeh .table .table-wrapper {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-udcK0TpIeh .table .table-wrapper .table-head-wrapper {
  background: #9f2b19;
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-udcK0TpIeh .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-udcK0TpIeh .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-udcK0TpIeh .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-udcK0TpIeh .table .table-wrapper .list-group {
  list-style: none;
  padding-top: 2rem;
}
.cid-udcK0TpIeh .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #efefef;
}
.cid-udcK0TpIeh .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-udcK0TpIeh .table:not(.last-table) {
    margin-bottom: 1rem;
  }
  .cid-udcK0TpIeh .table-heading {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-udcK0TpIeh .table.first-row-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-udcK0TpIeh .table {
    margin-bottom: 0;
  }
}
.cid-udcK0TpIeh .mbr-section-subtitle,
.cid-udcK0TpIeh .underline {
  color: #9f2b19;
}
.cid-udcK0TpIeh .main-title {
  color: #9f2b19;
}
.cid-uqZJN3oKmS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uqZJN3oKmS .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-uqZJN3oKmS .modal-body .close {
  background: #1b1b1b;
}
.cid-uqZJN3oKmS .modal-body .close span {
  font-style: normal;
}
.cid-uqZJN3oKmS .carousel-inner > .active,
.cid-uqZJN3oKmS .carousel-inner > .next,
.cid-uqZJN3oKmS .carousel-inner > .prev {
  display: flex;
}
.cid-uqZJN3oKmS .carousel-control .icon-next,
.cid-uqZJN3oKmS .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uqZJN3oKmS .carousel-control:hover {
  background: #9f2b19;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqZJN3oKmS .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uqZJN3oKmS .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uqZJN3oKmS .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uqZJN3oKmS .boxed-slider > div {
  position: relative;
}
.cid-uqZJN3oKmS .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-uqZJN3oKmS .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uqZJN3oKmS .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uqZJN3oKmS .mbr-table-cell {
  padding: 0;
}
.cid-uqZJN3oKmS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uqZJN3oKmS .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uqZJN3oKmS .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-uqZJN3oKmS .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-uqZJN3oKmS .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-uqZJN3oKmS .carousel-item.active.right,
.cid-uqZJN3oKmS .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uqZJN3oKmS .carousel-item.active.left,
.cid-uqZJN3oKmS .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-uqZJN3oKmS .carousel-item.active,
.cid-uqZJN3oKmS .carousel-item.next.left,
.cid-uqZJN3oKmS .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-uqZJN3oKmS .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-uqZJN3oKmS .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-uqZJN3oKmS .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-uqZJN3oKmS .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uqZJN3oKmS .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uqZJN3oKmS .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #9f2b19;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uqZJN3oKmS .mbr-slider .carousel-indicators li.active,
.cid-uqZJN3oKmS .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uqZJN3oKmS .mbr-slider .carousel-indicators li::after,
.cid-uqZJN3oKmS .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uqZJN3oKmS .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uqZJN3oKmS .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uqZJN3oKmS .mbr-slider > .container img {
  width: 100%;
}
.cid-uqZJN3oKmS .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uqZJN3oKmS .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uqZJN3oKmS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uqZJN3oKmS .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uqZJN3oKmS .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uqZJN3oKmS .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uqZJN3oKmS .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uqZJN3oKmS .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-uqZJN3oKmS .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uqZJN3oKmS .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uqZJN3oKmS .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uqZJN3oKmS .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uqZJN3oKmS .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uqZJN3oKmS .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uqZJN3oKmS .carousel-inner {
  height: 100%;
}
.cid-uqZJN3oKmS .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uqZJN3oKmS .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-uqZJN3oKmS .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-uqZJN3oKmS .content-slider-wrap {
  width: 100%;
}
.cid-udcK0UmNKV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fcfcfc;
}
.cid-udcK0UmNKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-udcK0UmNKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udcK0UmNKV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-udcK0UmNKV .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-udcK0UmNKV .container {
    padding: 0 30px;
  }
}
.cid-udcK0UmNKV .item {
  margin-bottom: 30px;
}
.cid-udcK0UmNKV .item .item-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #9f2b19;
  display: flex;
}
@media (max-width: 992px) {
  .cid-udcK0UmNKV .item .item-wrapper {
    display: block;
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-udcK0UmNKV .item .item-wrapper .image-wrap {
  margin-right: 3rem;
}
@media (max-width: 992px) {
  .cid-udcK0UmNKV .item .item-wrapper .image-wrap {
    margin: 0;
  }
}
.cid-udcK0UmNKV .item .item-wrapper .image-wrap .item-img img {
  height: 265px;
  width: 400px;
  object-fit: cover;
  border-radius: 1.5em;
}
@media (max-width: 992px) {
  .cid-udcK0UmNKV .item .item-wrapper .image-wrap .item-img img {
    width: 265px;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .cid-udcK0UmNKV .item .item-wrapper .image-wrap .item-img img {
    width: 180px;
  }
}
.cid-udcK0UmNKV .item .item-wrapper .image-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-udcK0UmNKV .item .item-wrapper .item-content {
  width: 100%;
}
.cid-udcK0UmNKV .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-udcK0UmNKV .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-udcK0UmNKV .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-udcK0UmNKV .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #9f2b19;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-udcK0UmNKV .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-udcK0UmNKV .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-udcK0UmNKV .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-udcK0UmNKV .mbr-section-title {
  color: #2b2b2b;
}
.cid-udcK0UmNKV .mbr-desc {
  color: #ffffff;
}
.cid-udcK0UmNKV .mbr-date {
  color: #4e4e4e;
}
.cid-udcK0UmNKV .mbr-text {
  color: #ffffff;
}
.cid-udcK0UmNKV .mbr-section-title,
.cid-udcK0UmNKV .mbr-section-btn {
  color: #ffffff;
}
.cid-udcKlyC2vV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-udcKlyC2vV .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-udcKlyC2vV .mbr-section-subtitle,
.cid-udcKlyC2vV .mbr-text {
  color: #878787;
}
.cid-udcKlyC2vV .wrapper {
  position: relative;
  padding: 2rem;
}
.cid-udcKlyC2vV .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-udcKlyC2vV .wrapper .content-block {
  padding: 2rem;
  position: relative;
}
.cid-udcKlyC2vV .wrapper .content-block > *:not(.mbr-overlay) {
  position: relative;
}
.cid-udcKlyC2vV .wrapper .content-block .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-udcKlyC2vV .wrapper .content-block .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-udcKlyC2vV .content-section {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udcKlyC2vV .wrapper {
    padding: 1rem;
  }
  .cid-udcKlyC2vV .wrapper .content-block {
    padding: 1rem;
  }
}
.cid-udcKlyC2vV .mbr-fallback-image.disabled {
  display: none;
}
.cid-udcKlyC2vV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udcK0V9w1R {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fcfcfc;
}
.cid-udcK0V9w1R .wrapper {
  overflow: hidden;
}
.cid-udcK0V9w1R .wrapper img {
  transition: all .5s;
}
.cid-udcK0V9w1R .wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-udcK0V9w1R .underline .line {
  width: 2rem;
  height: 1px;
  background: #9f2b19;
  display: inline-block;
}
.cid-udcK0V9w1R .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-udcK0V9w1R .wrapper .mbr-overlay {
  background: #000000;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-udcK0V9w1R .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-udcK0V9w1R .wrapper .content-block {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-udcK0V9w1R .first-row-card {
    padding-bottom: 2rem;
  }
}
.cid-udcK0V9w1R .main-subtitle,
.cid-udcK0V9w1R .underline {
  color: #9f2b19;
}
.cid-udcK0V9w1R .main-title {
  color: #9f2b19;
}
.cid-udcK0VZzRq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fcfcfc;
}
.cid-udcK0VZzRq .counter-container ul {
  margin-bottom: 0;
}
.cid-udcK0VZzRq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-udcK0VZzRq .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 2px;
  padding-left: 1px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #9f2b19;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-uqZLl0kqAJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fcfcfc;
}
.cid-uqZLl0kqAJ .mbr-section-title {
  padding: 0 60px;
  margin-bottom: 80px;
  color: #050f0f;
}
@media (max-width: 992px) {
  .cid-uqZLl0kqAJ .mbr-section-title {
    padding: 0;
    margin-bottom: 24px;
  }
}
.cid-uqZLl0kqAJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 512px;
  max-width: 512px;
}
@media (max-width: 767px) {
  .cid-uqZLl0kqAJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uqZLl0kqAJ .embla__slide .slide-content {
  width: 100%;
}
.cid-uqZLl0kqAJ .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fcfcfc;
  border: 3px solid #fcfcfc;
  overflow: hidden;
}
.cid-uqZLl0kqAJ .embla__slide .slide-content .item-content .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-bottom: 3px solid #fcfcfc;
  border-radius: 0 !important;
}
.cid-uqZLl0kqAJ .embla__slide .slide-content .item-content .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uqZLl0kqAJ .embla__slide .slide-content .item-content .text-wrapper {
    padding: 32px 16px 24px 16px;
  }
}
.cid-uqZLl0kqAJ .embla__slide .slide-content .item-content .text-wrapper .item-date {
  margin-bottom: 8px;
  opacity: .6;
}
.cid-uqZLl0kqAJ .embla__slide .slide-content .item-content .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uqZLl0kqAJ .embla__slide .slide-content .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uqZLl0kqAJ .embla__slide .slide-content .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 32px 32px 32px;
}
@media (max-width: 992px) {
  .cid-uqZLl0kqAJ .embla__slide .slide-content .icon-wrapper {
    padding: 0 16px 32px 16px;
  }
}
.cid-uqZLl0kqAJ .embla__slide .slide-content .icon-wrapper .mbr-iconfont {
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #050f0f;
  background-color: #ffb2ef;
  border: 3px solid #050f0f;
  border-radius: 100%;
  box-shadow: 2px 2px #050f0f;
  transition: all 0.3s ease-in-out;
}
.cid-uqZLl0kqAJ .embla__slide .slide-content .icon-wrapper .mbr-iconfont:hover,
.cid-uqZLl0kqAJ .embla__slide .slide-content .icon-wrapper .mbr-iconfont:focus {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uqZLl0kqAJ .embla__button--next,
.cid-uqZLl0kqAJ .embla__button--prev {
  display: flex;
}
.cid-uqZLl0kqAJ .embla__button {
  bottom: 0;
  width: 56px;
  height: 56px;
  font-size: 24px;
  background-color: #9f2b19 !important;
  color: #fcfcfc !important;
  border: 3px solid #fcfcfc !important;
  box-shadow: 2px 2px #fcfcfc;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uqZLl0kqAJ .embla__button:hover {
  box-shadow: none;
  transform: translate(1px, 1px);
}
.cid-uqZLl0kqAJ .embla__button.embla__button--prev {
  left: 60px;
}
@media (max-width: 992px) {
  .cid-uqZLl0kqAJ .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uqZLl0kqAJ .embla__button.embla__button--next {
  right: 60px;
}
@media (max-width: 992px) {
  .cid-uqZLl0kqAJ .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uqZLl0kqAJ .embla {
  position: relative;
  width: 100%;
  padding: 0 60px;
  padding: 0 60px 6rem 60px;
}
@media (max-width: 992px) {
  .cid-uqZLl0kqAJ .embla {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uqZLl0kqAJ .embla {
    padding: 0 0 6rem 0;
  }
}
.cid-uqZLl0kqAJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uqZLl0kqAJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uqZLl0kqAJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uqZLl0kqAJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uqZLl0kqAJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uqZLl0kqAJ .item-date {
  color: #050f0f;
}
.cid-uqZLl0kqAJ .item-title {
  color: #050f0f;
}
.cid-uqZLl0kqAJ .item-text {
  color: #050f0f;
}
.cid-uqZLl0kqAJ .icon-wrapper {
  text-align: right;
}
.cid-udcKMkyE1q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfcfc;
  overflow: hidden;
}
.cid-udcKMkyE1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-udcKMkyE1q .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-udcKMkyE1q .container {
    padding: 0 22px;
  }
}
.cid-udcKMkyE1q .row {
  justify-content: space-between;
}
.cid-udcKMkyE1q .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-udcKMkyE1q .tabs-wrap .nav.nav-tabs {
  display: inline-block;
  width: fit-content;
  border: none;
}
@media (max-width: 992px) {
  .cid-udcKMkyE1q .tabs-wrap .nav.nav-tabs {
    display: block;
    width: 100%;
  }
}
.cid-udcKMkyE1q .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
}
.cid-udcKMkyE1q .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 80px 15px 20px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #9f2b19;
  color: #9f2b19;
  background-color: transparent;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-udcKMkyE1q .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .cid-udcKMkyE1q .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 0;
  }
}
.cid-udcKMkyE1q .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #9f2b19;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 40px;
}
@media (max-width: 1200px) {
  .cid-udcKMkyE1q .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
    margin-right: 16px;
  }
}
.cid-udcKMkyE1q .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(45deg);
  margin-left: 30px;
  color: #ff9a8a;
  opacity: 0;
}
@media (max-width: 1200px) {
  .cid-udcKMkyE1q .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
    margin-left: 16px;
  }
}
.cid-udcKMkyE1q .tabs-wrap .nav.nav-tabs .nav-item:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-udcKMkyE1q .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #ff9a8a;
  border-bottom: 1px solid #ff9a8a;
}
.cid-udcKMkyE1q .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active .card-number {
  -webkit-text-stroke-color: #ff9a8a;
}
.cid-udcKMkyE1q .content-wrapper {
  padding-top: 40px;
}
.cid-udcKMkyE1q .content-wrapper .card-text {
  margin-bottom: 32px;
}
.cid-udcKMkyE1q .content-wrapper .image-wrapper img {
  height: 645px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udcKMkyE1q .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-udcKMkyE1q .mbr-section-title {
  color: #ffffff;
}
.cid-udcKMkyE1q .card-text {
  color: #9f2b19;
}
.cid-udcKMkyE1q LABEL {
  color: #9f2b19;
}
.cid-udcKMkyE1q H4 {
  color: #9f2b19;
}
.cid-udcKMkyE1q .mbr-section-title,
.cid-udcKMkyE1q .tabs-wrap {
  color: #9f2b19;
}
.cid-udcK0WELNx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fcfcfc;
}
.cid-udcK0WELNx .card .card-img img {
  transition: all 0.5s;
}
.cid-udcK0WELNx .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-udcK0WELNx .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-udcK0WELNx .form1 {
  background: #333333;
  padding: 2rem;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-udcK0WELNx .form-group {
  margin-bottom: 1rem;
}
.cid-udcK0WELNx .form-control {
  border: none !important;
  padding: 1rem;
  background: #000000;
  color: #ffffff;
  width: 100%;
}
.cid-udcK0WELNx .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-udcK0WELNx .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-udcK0WELNx .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-udcK0WELNx .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-udcK0WELNx textarea.form-control {
  min-height: 172px;
}
.cid-udcK0WELNx .input-group-btn {
  width: 100%;
}
.cid-udcK0WELNx .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-udcK0WELNx .items-column {
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-udcK0WELNx .first-row {
  -webkit-flex: 1 1 40%;
  flex: 1 1 40%;
  max-height: 40%;
}
.cid-udcK0WELNx .second-row {
  -webkit-flex: 1 1 60%;
  flex: 1 1 60%;
  max-height: 60%;
}
.cid-udcK0WELNx .card {
  height: 100%;
}
.cid-udcK0WELNx .card .card-wrapper {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  flex: 1;
}
.cid-udcK0WELNx .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-udcK0WELNx .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-udcK0WELNx .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-udcK0WELNx .caption .mbr-text {
  margin: 0;
}
.cid-udcK0WELNx .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udcK0WELNx .form1 {
    padding: 1.5rem;
  }
  .cid-udcK0WELNx .second-card {
    padding-bottom: 2rem;
  }
  .cid-udcK0WELNx .first-row,
  .cid-udcK0WELNx .second-row,
  .cid-udcK0WELNx .card-img {
    -webkit-flex-basis: auto !important;
    flex-basis: auto !important;
  }
  .cid-udcK0WELNx .card-img img {
    min-height: 0 !important;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-udcK0WELNx .items-column {
    padding-top: 2rem;
  }
}
.cid-udcK0WELNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-udcK0WELNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbKQKh11a {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-urbKQKh11a .item:focus,
.cid-urbKQKh11a span:focus {
  outline: none;
}
.cid-urbKQKh11a .item-wrapper {
  position: relative;
}
.cid-urbKQKh11a .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-urbKQKh11a .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-urbKQKh11a .container {
    padding: 0 24px;
  }
}
.cid-urbKQKh11a .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
  border-right: 1px solid #72716b;
  padding: 0 32px;
}
.cid-urbKQKh11a .embla__slide:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .cid-urbKQKh11a .embla__slide {
    min-width: 100%;
    max-width: 100%;
    border: none;
    padding: 0 24px;
  }
}
.cid-urbKQKh11a .embla__slide .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.cid-urbKQKh11a .embla__slide .slide-content:hover .item-wrapper .item-img,
.cid-urbKQKh11a .embla__slide .slide-content:focus .item-wrapper .item-img {
  min-height: 620px;
}
@media (max-width: 767px) {
  .cid-urbKQKh11a .embla__slide .slide-content:hover .item-wrapper .item-img,
  .cid-urbKQKh11a .embla__slide .slide-content:focus .item-wrapper .item-img {
    min-height: 400px;
  }
}
.cid-urbKQKh11a .embla__slide .slide-content:hover .item-wrapper .item-content .item-text,
.cid-urbKQKh11a .embla__slide .slide-content:focus .item-wrapper .item-content .item-text {
  transform: translateY(0);
  height: auto;
  opacity: 1;
}
.cid-urbKQKh11a .embla__slide .slide-content:hover .btn-wrap,
.cid-urbKQKh11a .embla__slide .slide-content:focus .btn-wrap {
  margin-top: 0;
}
.cid-urbKQKh11a .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 650px;
  margin-bottom: 32px;
  transition: all 0.3s ease-in-out;
  border-radius: .5rem;
}
@media (max-width: 767px) {
  .cid-urbKQKh11a .embla__slide .slide-content .item-wrapper .item-img {
    min-height: 400px;
    margin-bottom: 24px;
  }
}
.cid-urbKQKh11a .embla__slide .slide-content .item-wrapper .item-img img {
  transform: scale(1.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urbKQKh11a .embla__slide .slide-content .item-wrapper .item-img .list-wrapper {
  display: block;
}
.cid-urbKQKh11a .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 12px;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-urbKQKh11a .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list .item-wrap {
  background-color: #fcfcfc;
  padding: 8px 12px;
  border-radius: 5px;
  margin-bottom: 8px;
  width: fit-content;
}
.cid-urbKQKh11a .embla__slide .slide-content .item-wrapper .item-img .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-urbKQKh11a .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top: 1px solid #72716b;
  padding-top: 32px;
}
.cid-urbKQKh11a .embla__slide .slide-content .item-wrapper .item-content .mbr-date {
  margin-bottom: 0;
}
.cid-urbKQKh11a .embla__slide .slide-content .item-wrapper .item-content .title-wrap {
  display: block;
}
.cid-urbKQKh11a .embla__slide .slide-content .item-wrapper .item-content .title-wrap:hover .item-title,
.cid-urbKQKh11a .embla__slide .slide-content .item-wrapper .item-content .title-wrap:focus .item-title {
  color: #9f2b19;
}
.cid-urbKQKh11a .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-urbKQKh11a .embla__slide .slide-content .item-wrapper .item-content .item-text {
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  opacity: 0;
}
.cid-urbKQKh11a .embla__slide .slide-content .btn-wrap {
  margin-top: -3rem;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}
.cid-urbKQKh11a .embla__slide .slide-content .btn-wrap .mbr-section-btn {
  margin-top: 24px;
  z-index: 1;
}
.cid-urbKQKh11a .embla__slide .slide-content .btn-wrap .mbr-number {
  margin: 16px 0 0 0;
}
.cid-urbKQKh11a .embla__button--next,
.cid-urbKQKh11a .embla__button--prev {
  display: flex;
}
.cid-urbKQKh11a .embla__button {
  bottom: 1rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #9f2b19 !important;
  color: #92bda3;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-urbKQKh11a .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-urbKQKh11a .embla__button:hover {
  opacity: .85 !important;
  color: #9f2b19 !important;
}
.cid-urbKQKh11a .embla__button.embla__button--prev {
  left: 32px;
}
.cid-urbKQKh11a .embla__button.embla__button--next {
  right: 32px;
}
.cid-urbKQKh11a .embla {
  position: relative;
  width: 100%;
  padding: 32px 0;
  border-top: 1px solid #72716b;
  border-bottom: 1px solid #72716b;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .cid-urbKQKh11a .embla {
    padding: 24px 0;
    padding-bottom: 6rem;
  }
}
.cid-urbKQKh11a .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-urbKQKh11a .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-urbKQKh11a .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-urbKQKh11a .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-urbKQKh11a .list {
  color: #000000;
}
.cid-urbKQKh11a .mbr-date {
  color: #F9F6E0;
}
.cid-urbKQKh11a .item-title {
  color: #F9F6E0;
}
.cid-urbKQKh11a .item-text {
  color: #F9F6E0;
}
.cid-urbKQKh11a .mbr-number {
  color: #E0B548;
}
.cid-udcK0XCmrM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-udcK0XCmrM .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-udcK0XCmrM .testimonials-container {
  margin: 0 auto;
}
.cid-udcK0XCmrM .testimonials-container .testimonials-item:not(:first-child) {
  margin-top: 3rem;
}
.cid-udcK0XCmrM .testimonials-container .testimonials-item:nth-child(2n) .user.row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-udcK0XCmrM .testimonials-container .testimonials-item:nth-child(2n) .user.row .testimonials-caption {
    text-align: right;
    padding: 2rem 0 2rem 2rem;
  }
}
.cid-udcK0XCmrM .testimonials-container .testimonials-item .user {
  background: #9f2b19;
}
.cid-udcK0XCmrM .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-udcK0XCmrM .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto;
  border-radius: 50%;
}
.cid-udcK0XCmrM .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-udcK0XCmrM .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-udcK0XCmrM .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-udcK0XCmrM .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-udcK0XCmrM .mbr-section-subtitle,
.cid-udcK0XCmrM .underline {
  color: #9f2b19;
}
.cid-udcK0XCmrM .main-title {
  color: #9f2b19;
}
.cid-udcK0YXHXa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfcfc;
}
.cid-udcK0YXHXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-udcK0YXHXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-udcK0YXHXa .container {
    padding: 0 16px;
  }
}
.cid-udcK0YXHXa .row {
  position: relative;
}
.cid-udcK0YXHXa .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-udcK0YXHXa .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-udcK0YXHXa .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-udcK0YXHXa .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-udcK0YXHXa .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-udcK0YXHXa .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #9f2b19 !important;
}
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #9f2b19 !important;
}
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #92bda3 !important;
}
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #709faf !important;
}
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #b7b6b6 !important;
}
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #9f2b19 !important;
}
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-udcK0YXHXa .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-udcK0YXHXa .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-udcK0YXHXa .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #9f2b19 -10%, transparent 80%);
}
.cid-udcK0YXHXa .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-udcK0YXHXa .items-wrapper {
    margin-left: 0;
  }
}
.cid-udcK0YXHXa .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-udcK0YXHXa .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-udcK0YXHXa .item .item-wrapper {
    padding: 32px;
  }
}
.cid-udcK0YXHXa .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-udcK0YXHXa .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-udcK0YXHXa .mbr-section-title {
  color: #000000;
}
.cid-udcK0YXHXa .mbr-text {
  color: #6f6f6f;
}
.cid-udcK0YXHXa .item-title {
  color: #000000;
}
.cid-udcK0YXHXa .item-text {
  color: #000000;
}
.cid-udcK0YXHXa .mbr-section-title,
.cid-udcK0YXHXa .mbr-section-btn,
.cid-udcK0YXHXa .decor-wrapper {
  color: #9f2b19;
}
.cid-udcK102aCU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fcfcfc;
}
.cid-udcK102aCU .item {
  padding-bottom: 2rem;
}
.cid-udcK102aCU img,
.cid-udcK102aCU .item-wrapper {
  transition: all 0.7s;
}
.cid-udcK102aCU .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-udcK102aCU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-udcK102aCU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-udcK102aCU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-udcK102aCU .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-udcK102aCU .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: 0.7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: "Moririse2";
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-udcK102aCU .close::before {
  content: "\e91a";
}
.cid-udcK102aCU .close:hover {
  color: #fff;
}
.cid-udcK102aCU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-udcK102aCU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-udcK102aCU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-udcK102aCU .carousel-control-next span {
  margin-left: 5px;
}
.cid-udcK102aCU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-udcK102aCU .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-udcK102aCU .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-udcK102aCU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-udcK102aCU .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-udcK102aCU .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-udcK102aCU .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-udcK102aCU .carousel-item img {
    width: 70%;
  }
}
.cid-udcK102aCU .carousel-inner > .active {
  display: block;
}
.cid-udcK102aCU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udcK102aCU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-udcK102aCU .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-udcK102aCU .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-udcK102aCU .carousel-control,
  .cid-udcK102aCU .carousel-indicators {
    position: fixed;
  }
}
.cid-udcK102aCU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-udcK102aCU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-udcK102aCU .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-udcK102aCU .modal-content {
    width: 70%;
  }
}
.cid-udcK102aCU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-udcK102aCU .carousel {
  width: 100%;
}
.cid-udcK102aCU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-udcK102aCU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-udcK102aCU .modal.fade .modal-dialog,
.cid-udcK102aCU .modal.in .modal-dialog {
  transform: none;
}
.cid-udcK102aCU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-udcK102aCU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-udcK102aCU .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-udcK102aCU .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-udcK102aCU .soc-item::before,
.cid-udcK102aCU .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-udcK102aCU .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-udcK102aCU .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-udcK102aCU .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-udcK102aCU .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-udcK102aCU .mbr-section-subtitle {
  color: #9f2b19;
  margin-bottom: 77px;
}
.cid-udcK102aCU .text {
  color: #ddc499;
}
.cid-udcK102aCU .one {
  color: #c0bcb7;
  font-style: italic;
}
@media (min-width: 992px) {
  .cid-udcK102aCU .right {
    padding-right: 32px;
  }
  .cid-udcK102aCU .left {
    padding-left: 32px;
  }
}
.cid-udcK102aCU .mbr-section-title {
  color: #9f2b19;
}
.cid-udcMfWKZgX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-udcMfWKZgX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-udcMfWKZgX .btn {
  box-shadow: none;
  border-radius: 30px;
  padding: 1rem 3rem;
}
.cid-udcMfWKZgX .jq-selectbox li {
  padding: 1em 1.5em;
}
.cid-udcMfWKZgX .col-auto {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
.cid-udcMfWKZgX .form-control,
.cid-udcMfWKZgX .field-input {
  padding: 0rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  border-bottom: 1px solid #c1c1c1 !important;
  border-radius: 0;
  color: #353535;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-udcMfWKZgX .form-control::-webkit-input-placeholder,
.cid-udcMfWKZgX .field-input::-webkit-input-placeholder,
.cid-udcMfWKZgX .form-control::-webkit-input-placeholder,
.cid-udcMfWKZgX .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-udcMfWKZgX .form-control:-moz-placeholder,
.cid-udcMfWKZgX .field-input:-moz-placeholder,
.cid-udcMfWKZgX .form-control:-moz-placeholder,
.cid-udcMfWKZgX .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-udcMfWKZgX .form-control:hover,
.cid-udcMfWKZgX .field-input:hover,
.cid-udcMfWKZgX .form-control:focus,
.cid-udcMfWKZgX .field-input:focus {
  background-color: #ffffff;
  border-color: transparent!important;
  border-bottom: 1px solid #c1c1c1 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-udcMfWKZgX .form-control:hover::-webkit-input-placeholder,
.cid-udcMfWKZgX .field-input:hover::-webkit-input-placeholder,
.cid-udcMfWKZgX .form-control:focus::-webkit-input-placeholder,
.cid-udcMfWKZgX .field-input:focus::-webkit-input-placeholder,
.cid-udcMfWKZgX .form-control:hover::-webkit-input-placeholder,
.cid-udcMfWKZgX .field-input:hover::-webkit-input-placeholder,
.cid-udcMfWKZgX .form-control:focus::-webkit-input-placeholder,
.cid-udcMfWKZgX .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-udcMfWKZgX .form-control:hover:-moz-placeholder,
.cid-udcMfWKZgX .field-input:hover:-moz-placeholder,
.cid-udcMfWKZgX .form-control:focus:-moz-placeholder,
.cid-udcMfWKZgX .field-input:focus:-moz-placeholder,
.cid-udcMfWKZgX .form-control:hover:-moz-placeholder,
.cid-udcMfWKZgX .field-input:hover:-moz-placeholder,
.cid-udcMfWKZgX .form-control:focus:-moz-placeholder,
.cid-udcMfWKZgX .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-udcMfWKZgX .jq-number__spin:hover,
.cid-udcMfWKZgX .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-udcMfWKZgX .jq-number__spin {
  background-color: #ffffff;
  border-color: #c1c1c1;
  color: #353535;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-udcMfWKZgX .jq-selectbox li,
.cid-udcMfWKZgX .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-udcMfWKZgX .jq-selectbox li:hover,
.cid-udcMfWKZgX .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-udcMfWKZgX .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-udcMfWKZgX .jq-number__spin.minus:hover:after,
.cid-udcMfWKZgX .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-udcMfWKZgX .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-udcMfWKZgX .jq-number__spin.minus:after,
.cid-udcMfWKZgX .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-udcMfWKZgX input::-webkit-clear-button {
  display: none;
}
.cid-udcMfWKZgX input::-webkit-inner-spin-button {
  display: none;
}
.cid-udcMfWKZgX input::-webkit-outer-spin-button {
  display: none;
}
.cid-udcMfWKZgX input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-udcMfWKZgX .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: black!important;
}
.cid-udcMfWKZgX .jq-selectbox__dropdown {
  border-radius: 0;
}
.cid-udcK114AON {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfcfc;
}
.cid-udcK114AON .mbr-fallback-image.disabled {
  display: none;
}
.cid-udcK114AON .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-udcK114AON .container {
    padding: 0 16px;
  }
}
.cid-udcK114AON .row {
  position: relative;
  justify-content: space-between;
}
.cid-udcK114AON .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-udcK114AON .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-udcK114AON .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-udcK114AON .content-wrapper .mbr-section-title span {
  color: #9f2b19;
}
.cid-udcK114AON .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-udcK114AON .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-udcK114AON .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #9f2b19 -10%, transparent 80%);
}
.cid-udcK114AON .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-udcK114AON .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-udcK114AON .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-udcK114AON .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udcK114AON .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-udcK114AON .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-udcK114AON .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-udcK114AON .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-udcK114AON .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-udcK114AON .mbr-section-title {
  color: #000000;
}
.cid-udcK114AON .mbr-text {
  color: #6f6f6f;
}
.cid-udcK114AON .panel-title-edit {
  color: #9f2b19;
}
.cid-udcK114AON .panel-text {
  color: #9f2b19;
}
.cid-udcK11XFfM {  
  padding-bottom: 5rem;
  background-color: #fcfcfc;
}
.cid-udcK11XFfM .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-udcK11XFfM .row {
    padding: 0 12px;
  }
}
.cid-udcK11XFfM .dragArea.row {
  padding: 0;
}
.cid-udcK11XFfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-udcK11XFfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udcK11XFfM .form-group {
  display: flex;
  margin-bottom: 40px !important;
}
@media (max-width: 768px) {
  .cid-udcK11XFfM .form-group {
    display: block;
  }
}
.cid-udcK11XFfM .form-group .form-check {
  padding: 0;
  margin: 0 0 0 1rem;
}
.cid-udcK11XFfM .form-group .form-check .form-check-input {
  margin-left: 0;
  margin-right: 1rem;
}
.cid-udcK11XFfM .form-group .form-control {
  padding: 6px 0;
  background-color: transparent;
  border: none !important;
  box-shadow: none;
  border-bottom: 2px solid #9f2b19 !important;
  border-radius: 0;
}
.cid-udcK11XFfM .form-group .form-check-label {
  display: flex;
  flex-wrap: wrap;
}
.cid-udcK11XFfM .mbr-section-btn {
  display: flex;
  justify-content: flex-end;
  width: 25%;
}
@media (max-width: 1010px) {
  .cid-udcK11XFfM .mbr-section-btn {
    max-height: 50px;
    min-height: 50%;
  }
}
@media (max-width: 992px) {
  .cid-udcK11XFfM .mbr-section-btn {
    width: 100%;
    justify-content: center;
  }
}
.cid-udcK11XFfM .mbr-section-btn .btn {
  max-height: 34px;
  min-height: 34px;
  border: 1px solid #92bda3;
  box-shadow: none;
  padding: 4px 20px;
}
@media (max-width: 1010px) {
  .cid-udcK11XFfM .mbr-section-btn .btn {
    max-height: 50px;
    min-height: 50%;
  }
}
.cid-udcK11XFfM .mbr-section-btn .btn:hover {
  color: #709faf !important;
  background: #92bda3 !important;
  box-shadow: none !important;
}
.cid-udcK11XFfM .mbr-section-title {
  color: #9f2b19;
}
.cid-udcK11XFfM .form-check-label {
  color: #1e4381;
}
.cid-udcK11XFfM LABEL {
  color: #9f2b19;
}
.cid-udcK12Q5Cu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-udcK12Q5Cu .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-udcK12Q5Cu .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-udcK12Q5Cu .title {
    width: 100% !important;
  }
}
.cid-udcK13Jbp4 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-udcK13Jbp4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-udcK13Jbp4 .form-group {
  margin-bottom: 1rem;
}
.cid-udcK13Jbp4 .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #9f2b19;
  width: 100%;
}
.cid-udcK13Jbp4 textarea.form-control {
  min-height: 96px;
}
.cid-udcK13Jbp4 .input-group-btn {
  width: 100%;
}
.cid-udcK13Jbp4 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-udcK13Jbp4 .form-control-label {
  color: #9f2b19;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-udcK13Jbp4 .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-udcK13Jbp4 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-udcK13Jbp4 .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-udcK13Jbp4 .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #9f2b19;
  padding: 10px;
}
.cid-udcK13Jbp4 .info-value {
  color: #b7b6b6;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-udcK13Jbp4 .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udcK13Jbp4 .form-subtitle {
    text-align: center;
  }
}
.cid-udcK13Jbp4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udcK13Jbp4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udcK13Jbp4 .form-title {
  color: #9f2b19;
}
.cid-udcK13Jbp4 .form-text {
  color: #9f2b19;
}
.cid-udcK13Jbp4 LABEL {
  color: #9f2b19;
}
.cid-udcK155gxm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #9f2b19;
}
.cid-udcK155gxm .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-udcK155gxm .first-column .mbr-text {
  margin: 0;
}
.cid-udcK155gxm .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-udcK155gxm .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-udcK155gxm .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-udcK155gxm .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-udcK155gxm .form-group {
  max-width: 55%;
}
.cid-udcK155gxm .form-group,
.cid-udcK155gxm .input-group-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-udcK155gxm .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-udcK155gxm .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-udcK155gxm .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-udcK155gxm .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-udcK155gxm .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-udcK155gxm .input-group-btn .btn {
  padding: 1rem 2.2rem;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-udcK155gxm .first-column,
  .cid-udcK155gxm .second-column {
    padding-bottom: 2rem;
  }
  .cid-udcK155gxm .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-udcK155gxm .first-column,
  .cid-udcK155gxm .second-column,
  .cid-udcK155gxm .third-column {
    text-align: center;
  }
  .cid-udcK155gxm .input-group-btn .btn {
    padding: .6rem 1rem !important;
  }
}
.cid-udcK165Z4V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
