@import url(https://fonts.googleapis.com/css?family=Lobster:400&display=swap);



.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'font';
  font-size: 4rem;
  line-height: 1.25;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'font';
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Lobster', display;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Lobster', display;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Lobster', display;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #c29e52 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #65ad33 !important;
}
.bg-warning {
  background-color: #dfcc15 !important;
}
.bg-danger {
  background-color: #dfcc15 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c29e52 !important;
  border-color: #c29e52 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c29e52;
  border-color: #c29e52;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c29e52 !important;
  border-color: #c29e52 !important;
}
.btn-primary:hover {
  background-color: #a6843b !important;
  border-color: #a6843b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c29e52 !important;
  border-color: #c29e52 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c29e52;
  border-color: #c29e52;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c29e52 !important;
  border-color: #c29e52 !important;
}
.btn-secondary:hover {
  background-color: #a6843b !important;
  border-color: #a6843b !important;
}
.btn-info,
.btn-info:active {
  background-color: #65ad33 !important;
  border-color: #65ad33 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #65ad33;
  border-color: #65ad33;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #65ad33 !important;
  border-color: #65ad33 !important;
}
.btn-info:hover {
  background-color: #4e8627 !important;
  border-color: #4e8627 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dfcc15 !important;
  border-color: #dfcc15 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #dfcc15;
  border-color: #dfcc15;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #dfcc15 !important;
  border-color: #dfcc15 !important;
}
.btn-warning:hover {
  background-color: #ecdc3b !important;
  border-color: #ecdc3b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dfcc15 !important;
  border-color: #dfcc15 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #dfcc15;
  border-color: #dfcc15;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dfcc15 !important;
  border-color: #dfcc15 !important;
}
.btn-danger:hover {
  background-color: #ecdc3b !important;
  border-color: #b0a111 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c29e52;
  color: #c29e52;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #c29e52 !important;
  border-color: #c29e52;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c29e52 !important;
  border-color: #c29e52 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c29e52;
  color: #c29e52;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #c29e52 !important;
  border-color: #c29e52;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c29e52 !important;
  border-color: #c29e52 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #65ad33;
  color: #65ad33;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #65ad33 !important;
  border-color: #65ad33;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #65ad33 !important;
  border-color: #65ad33 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #dfcc15;
  color: #dfcc15;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #dfcc15 !important;
  border-color: #dfcc15;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #dfcc15 !important;
  border-color: #dfcc15 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #dfcc15;
  color: #dfcc15;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #dfcc15 !important;
  border-color: #dfcc15;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dfcc15 !important;
  border-color: #dfcc15 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #c29e52 !important;
}
.text-secondary {
  color: #c29e52 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #65ad33 !important;
}
.text-warning {
  color: #dfcc15 !important;
}
.text-danger {
  color: #dfcc15 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #81662d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #81662d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #375e1c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #dfcc15 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #82770c !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #c29e52 !important;
}
.alert-success {
  background-color: #ffffff;
}
.alert-info {
  background-color: #65ad33;
}
.alert-warning {
  background-color: #dfcc15;
}
.alert-danger {
  background-color: #dfcc15;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c29e52;
  border-color: #c29e52;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #c29e52;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e3d3b0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8db85;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #faf5c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #faf5c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Lobster', display;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #c29e52;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c29e52;
  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: #c29e52;
  border-bottom-color: #c29e52;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c29e52 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c29e52 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-sXhnMrRxz5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #113c42;
  background: none;
}
.cid-sXhnMrRxz5 .navbar.opened {
  transition: all 0.3s;
  background: #113c42 !important;
}
.cid-sXhnMrRxz5 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sXhnMrRxz5 .navbar .dropdown-item {
  transition: all 0.3s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #071719;
  background: #113c42 !important;
}
.cid-sXhnMrRxz5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sXhnMrRxz5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sXhnMrRxz5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXhnMrRxz5 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-sXhnMrRxz5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #c29e52;
}
.cid-sXhnMrRxz5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sXhnMrRxz5 .navbar.collapsed {
  flex-direction: row !important;
}
.cid-sXhnMrRxz5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sXhnMrRxz5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sXhnMrRxz5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXhnMrRxz5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sXhnMrRxz5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sXhnMrRxz5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 0.667em 1.667em;
}
.cid-sXhnMrRxz5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-sXhnMrRxz5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXhnMrRxz5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
}
.cid-sXhnMrRxz5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sXhnMrRxz5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXhnMrRxz5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sXhnMrRxz5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXhnMrRxz5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXhnMrRxz5 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sXhnMrRxz5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
    padding: 0.667em 1.667em;
  }
  .cid-sXhnMrRxz5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-sXhnMrRxz5 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sXhnMrRxz5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXhnMrRxz5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-sXhnMrRxz5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sXhnMrRxz5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sXhnMrRxz5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sXhnMrRxz5 .navbar.navbar-short {
  background: #113c42 !important;
  min-height: 60px;
}
.cid-sXhnMrRxz5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sXhnMrRxz5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sXhnMrRxz5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXhnMrRxz5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXhnMrRxz5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXhnMrRxz5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sXhnMrRxz5 .dropdown-item.active,
.cid-sXhnMrRxz5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sXhnMrRxz5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXhnMrRxz5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXhnMrRxz5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXhnMrRxz5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #113c42;
}
.cid-sXhnMrRxz5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sXhnMrRxz5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXhnMrRxz5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sXhnMrRxz5 .navbar-buttons {
  text-align: center;
}
.cid-sXhnMrRxz5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sXhnMrRxz5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c29e52;
}
.cid-sXhnMrRxz5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXhnMrRxz5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXhnMrRxz5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXhnMrRxz5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXhnMrRxz5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXhnMrRxz5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXhnMrRxz5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXhnMrRxz5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXhnMrRxz5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sXhnMrRxz5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-sXhnMrRxz5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXhnMrRxz5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  padding: 1.667em 1.667em;
}
.cid-sXhnMrRxz5 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-sXhnMrRxz5 .nav-link:hover,
.cid-sXhnMrRxz5 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sXyNr2ABvA {
  overflow-x: hidden !important;
}
.cid-sXyNr2ABvA .mbr-section-title {
  color: #c29e52;
}
.cid-sXyNr2ABvA .mbr-section-title span {
  color: #c29e52;
}
.cid-sXyNr2ABvA .mbr-text {
  color: #c29e52;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sXyNr2ABvA .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 42s !important;
  animation-duration: 42s;
  background-image: url("../../../assets/images/whatsapp-image-2022-02-16-at-7.01.22-am-682x1024.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sXyNr2ABvA .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sXyNr2ABvA .mbr-overlay {
  z-index: 1;
}
.cid-sXyNr2ABvA .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sXhp8CJ71s {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #113c42;
}
.cid-sXhp8CJ71s .mbr-text {
  margin: 0;
}
.cid-sXhp8CJ71s .text-element {
  padding: 2rem;
  background-color: #c29e52;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sXhp8CJ71s .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sXhp8CJ71s .row-element,
.cid-sXhp8CJ71s .image-element {
  padding: 0;
}
.cid-sXhp8CJ71s .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXhp8CJ71s .image-element .img-wrap {
  width: 100% !important;
}
.cid-sXhp8CJ71s .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sXhp8CJ71s .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXhp8CJ71s .carousel-item.active,
.cid-sXhp8CJ71s .carousel-item-next,
.cid-sXhp8CJ71s .carousel-item-prev {
  display: flex;
}
.cid-sXhp8CJ71s .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-sXhp8CJ71s .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #c29e52;
}
.cid-sXhp8CJ71s .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sXhp8CJ71s .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sXhp8CJ71s .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sXhp8CJ71s .carousel-controls {
    display: block;
  }
  .cid-sXhp8CJ71s .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-sXhp8CJ71s .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-sXhp8CJ71s .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sXhp8CJ71s .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sXhp8CJ71s .text-element {
    padding: 1rem;
  }
  .cid-sXhp8CJ71s .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXhp8CJ71s .image-element {
    min-width: 50%;
  }
  .cid-sXhp8CJ71s .media-container-row {
    width: 100%;
  }
}
.cid-sXhp8CJ71s .mbr-title,
.cid-sXhp8CJ71s .ornament {
  color: #113c42;
}
.cid-sXhp8CJ71s .mbr-text,
.cid-sXhp8CJ71s .link {
  color: #113c42;
  text-align: center;
}
.cid-sXokgsZhIq {
  overflow: hidden !important;
  padding-top: 15px;
  padding-bottom: 0px;
  background: #113c42;
}
.cid-sXokgsZhIq .animated-element {
  color: #efefef;
}
.cid-sXokgsZhIq .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-sXokgsZhIq .img-block {
    padding-right: 2rem;
  }
}
.cid-sXokgsZhIq .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sXokgsZhIq .mbr-text,
.cid-sXokgsZhIq .mbr-section-btn {
  color: #c29e52;
  text-align: center;
}
.cid-sXokgsZhIq .mbr-section-title {
  text-align: center;
  color: #c29e52;
}
.cid-sXhBQgHo3w .number-wrap {
  color: #c29e52;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sXhBQgHo3w .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #c29e52;
}
.cid-sXhBQgHo3w .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sXhBQgHo3w .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #c29e52;
}
.cid-sXhBQgHo3w .countdown-cont {
  margin: 0 auto;
}
.cid-sXhBQgHo3w .full-count-container {
  background: #113c42;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sXhBQgHo3w .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sXhBQgHo3w .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-sXhBQgHo3w .dot {
    display: none;
  }
  .cid-sXhBQgHo3w .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-sXhBQgHo3w .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-sXhBQgHo3w .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sXhBQgHo3w .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-sXhBQgHo3w .number {
    font-size: 25px;
  }
  .cid-sXhBQgHo3w .period {
    font-size: 0.7rem;
  }
}
.cid-sXhBQgHo3w H2 {
  text-align: center;
  color: #c29e52;
}
.cid-sXyRazJCQ0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #113c42;
  overflow: hidden;
}
.cid-sXyRazJCQ0 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sXyRazJCQ0 #e2_shape {
  fill: #113c42 !important;
}
.cid-sXyRazJCQ0 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(207, 179, 120, 0.35);
}
@media (max-width: 576px) {
  .cid-sXyRazJCQ0 img {
    width: 90%!important;
  }
}
.cid-sXyRazJCQ0 H1 {
  color: #5d6d62;
}
.cid-sXyRazJCQ0 H3 {
  color: #ffffff;
}
.cid-sXhtwnDR3J {
  background-color: #113c42;
  overflow: hidden;
}
.cid-sXhtwnDR3J H1 {
  color: #c29e52;
  text-align: center;
}
.cid-sXhtwnDR3J .mbr-text,
.cid-sXhtwnDR3J .mbr-section-btn {
  color: #c29e52;
  text-align: center;
}
.cid-sXhtwnDR3J .img1 {
  width: 100%;
  box-shadow: 0 10px 55px 5px rgba(207, 179, 120, 0.35);
  border-radius: 10px;
}
.cid-sXhtwnDR3J .relative {
  position: relative;
}
.cid-sXhtwnDR3J .card-img {
  width: 100%;
}
.cid-sXojurQoJI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #113c42;
}
.cid-sXojurQoJI .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sXojurQoJI .content-panel {
  padding: 3rem;
  background-color: #232323;
}
@media (min-width: 767px) {
  .cid-sXojurQoJI .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-sXojurQoJI .google-map {
  width: 100%;
  height: 30rem;
}
.cid-sXojurQoJI .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sXojurQoJI .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-sXojurQoJI .google-map .place-card {
  margin-left: 40px !important;
}
.cid-sXojurQoJI .mbr-section-title {
  color: #c29e52;
  text-align: center;
}
.cid-sXojurQoJI .adress-block {
  color: #c29e52;
  text-align: center;
}
.cid-sXhC7I4bMx {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #113c42;
}
.cid-sXhC7I4bMx .mbr-overlay {
  background: linear-gradient(90deg, #000000, #ffffff);
}
.cid-sXhC7I4bMx .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sXhC7I4bMx .text-content {
  padding-right: 1.5rem;
}
.cid-sXhC7I4bMx .mbr-text,
.cid-sXhC7I4bMx .mbr-section-btn {
  color: #c29e52;
  text-align: center;
}
.cid-sXhC7I4bMx .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(112, 112, 112, 0.3);
  box-shadow: 0px 0px 30px rgba(112, 112, 112, 0.3);
  border-radius: .25rem;
}
.cid-sXhC7I4bMx .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sXhC7I4bMx .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sXhC7I4bMx .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sXhC7I4bMx .main-row {
    margin: 0;
  }
  .cid-sXhC7I4bMx .mbr-section-title,
  .cid-sXhC7I4bMx .mbr-text,
  .cid-sXhC7I4bMx .list,
  .cid-sXhC7I4bMx .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sXhC7I4bMx .text-content {
    padding: 0;
  }
}
.cid-sXhC7I4bMx .mbr-section-title {
  color: #c29e52;
  text-align: center;
}
.cid-sXhC7I4bMx .list {
  color: #ffffff;
}
.cid-sXhD4r0qLE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1270.jpg");
}
.cid-sXhD4r0qLE *:focus {
  outline: none;
}
.cid-sXhD4r0qLE .form-group {
  margin-bottom: 2rem;
}
.cid-sXhD4r0qLE .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #c29e52;
  color: #c29e52;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-sXhD4r0qLE .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sXhD4r0qLE .form-control::-webkit-input-placeholder {
  color: #c29e52;
}
.cid-sXhD4r0qLE .form-control::-moz-placeholder {
  color: #c29e52;
}
.cid-sXhD4r0qLE .form-control:-ms-input-placeholder {
  color: #c29e52;
}
.cid-sXhD4r0qLE .form-control:-moz-placeholder {
  color: #c29e52;
}
.cid-sXhD4r0qLE input.form-control {
  padding: 1px 0;
}
.cid-sXhD4r0qLE .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-sXhD4r0qLE .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-sXhD4r0qLE .soc-item .socicon:hover {
  opacity: .5;
}
.cid-sXhD4r0qLE .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-sXhD4r0qLE .first-column,
  .cid-sXhD4r0qLE .form-1 {
    text-align: center;
  }
}
.cid-sXhD4r0qLE .form-title,
.cid-sXhD4r0qLE .btn-row {
  text-align: center;
  color: #c29e52;
}
.cid-sXyQeOZmwj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #113c42;
}
.cid-sXyQeOZmwj .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sXyQeOZmwj .card-wrapper {
  background-color: #c29e52;
  border-radius: 10px;
  overflow: visible;
  padding: 0rem 0;
}
.cid-sXyQeOZmwj p {
  line-height: 2.5;
}
.cid-sXyQeOZmwj .card-box {
  padding: 4rem 4rem;
}
@media (max-width: 767px) {
  .cid-sXyQeOZmwj .card-box {
    padding: 2rem 1rem;
  }
}
.cid-sXyQeOZmwj .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  border: 10px solid #113c42;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXyQeOZmwj .image-wrapper img {
    transform: scale(1);
  }
}
.cid-sXyQeOZmwj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 1.3rem;
  background: #113c42;
  transition: all 0.3s;
}
.cid-sXyQeOZmwj .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #c29e52;
  font-size: 1.3rem;
  transition: all 0.3s;
}
.cid-sXyQeOZmwj .social-row .soc-item:hover {
  background-color: #113c42;
}
.cid-sXyQeOZmwj .social-row .soc-item:hover .mbr-iconfont {
  color: #113c42;
}
@media (max-width: 767px) {
  .cid-sXyQeOZmwj .social-row .soc-item {
    margin: 0 0.3rem;
  }
}
.cid-sXyQeOZmwj .mbr-text,
.cid-sXyQeOZmwj .social-row {
  color: #113c42;
  text-align: center;
}
.cid-sXyQeOZmwj .card-title {
  color: #113c42;
  text-align: center;
}
.cid-sXom7wdeVm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #113c42;
}
.cid-sXom7wdeVm .mbr-section-title,
.cid-sXom7wdeVm .mbr-section-subtitle {
  color: #000000;
}
.cid-sXom7wdeVm .mbr-section-text {
  color: #232323;
}
.cid-sXom7wdeVm .mbr-text,
.cid-sXom7wdeVm .typed-text,
.cid-sXom7wdeVm .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sXom7wdeVm .btn {
  margin-left: 4px !important;
}
.cid-sXom7wdeVm .animated-element {
  color: #c29e52;
}
.cid-sXom7wdeVm .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #c29e52;
}
.cid-sXom7wdeVm .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sXom7wdeVm .typed-text,
  .cid-sXom7wdeVm .mbr-section-subtitle,
  .cid-sXom7wdeVm .mbr-section-text,
  .cid-sXom7wdeVm .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sXom7wdeVm .mbr-section-subtitle,
.cid-sXom7wdeVm .typed-text {
  color: #c29e52;
}
.cid-sXom7wdeVm .mbr-section-text,
.cid-sXom7wdeVm .mbr-section-btn {
  color: #c29e52;
}
.cid-sXhAoFbL4L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #113c42;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sXhAoFbL4L .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sXhAoFbL4L .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sXhAoFbL4L .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sXhAoFbL4L .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sXhAoFbL4L .container {
  padding: 0;
}
.cid-sXhAoFbL4L .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sXhAoFbL4L .icon-focus {
  display: none;
}
.cid-sXhAoFbL4L .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #ffffff !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-sXhAoFbL4L .btn[class*=-outline]:hover,
.cid-sXhAoFbL4L .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-sXhAoFbL4L li:hover .btn-primary-outline,
.cid-sXhAoFbL4L li:active .btn-primary-outline,
.cid-sXhAoFbL4L li.active .btn-primary-outline {
  color: #c29e52 !important;
}
.cid-sXhAoFbL4L li:hover .btn-secondary-outline,
.cid-sXhAoFbL4L li:active .btn-secondary-outline,
.cid-sXhAoFbL4L li.active .btn-secondary-outline {
  color: #c29e52 !important;
}
.cid-sXhAoFbL4L li:hover .btn-info-outline,
.cid-sXhAoFbL4L li:active .btn-info-outline,
.cid-sXhAoFbL4L li.active .btn-info-outline {
  color: #65ad33 !important;
}
.cid-sXhAoFbL4L li:hover .btn-warning-outline,
.cid-sXhAoFbL4L li:active .btn-warning-outline,
.cid-sXhAoFbL4L li.active .btn-warning-outline {
  color: #dfcc15 !important;
}
.cid-sXhAoFbL4L li:hover .btn-white-outline,
.cid-sXhAoFbL4L li:active .btn-white-outline,
.cid-sXhAoFbL4L li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-sXhAoFbL4L li:hover .btn-black-outline,
.cid-sXhAoFbL4L li:active .btn-black-outline,
.cid-sXhAoFbL4L li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-sXhAoFbL4L li:hover .btn-success-outline,
.cid-sXhAoFbL4L li:active .btn-success-outline,
.cid-sXhAoFbL4L li.active .btn-success-outline {
  color: #ffffff !important;
}
.cid-sXhAoFbL4L li:hover .btn-danger-outline,
.cid-sXhAoFbL4L li:active .btn-danger-outline,
.cid-sXhAoFbL4L li.active .btn-danger-outline {
  color: #dfcc15 !important;
}
.cid-sXhAoFbL4L li {
  position: relative;
}
.cid-sXhAoFbL4L .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #ffffff !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-sXhAoFbL4L .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sXhAoFbL4L .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sXhAoFbL4L .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sXhAoFbL4L .btn {
  font-family: Heebo !important;
}
.cid-sXhAoFbL4L .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sXhAoFbL4L .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sXhAoFbL4L .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sXhAoFbL4L .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sXhzYfoAx7 {
  overflow-x: hidden !important;
}
.cid-sXhzYfoAx7 .mbr-section-title {
  color: #c29e52;
  text-align: center;
}
.cid-sXhzYfoAx7 .mbr-section-title span {
  color: #c29e52;
}
.cid-sXhzYfoAx7 .mbr-text {
  color: #60062a;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sXhzYfoAx7 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sXhzYfoAx7 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sXhzYfoAx7 .mbr-overlay {
  z-index: 1;
}
.cid-sXhzYfoAx7 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sXhzHW3c6c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #113c42;
}
.cid-sXhzHW3c6c .mbr-text {
  color: #c29e52;
}
