body {
  font-family: Josefin Sans;
}
.display-1 {
  font-family: 'Great Vibes', handwriting;
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Antic Didone', serif;
  font-size: 1.1rem;
}
.display-2 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-4 {
  font-family: 'Antic Didone', serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Antic Didone', serif;
  font-size: 1.1rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-7 {
  font-family: 'Great Vibes', handwriting;
  font-size: 1.8rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.88rem;
}
/* ---- 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: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #110e0a !important;
}
.bg-success {
  background-color: #a47927 !important;
}
.bg-info {
  background-color: #6b5d4f !important;
}
.bg-warning {
  background-color: #3e4128 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #110e0a !important;
  border-color: #110e0a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #742e2e !important;
  border-color: #742e2e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #3d1818 !important;
  border-color: #3d1818 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3d1818 !important;
  border-color: #3d1818 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #6b5d4f !important;
  border-color: #6b5d4f !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #3f372f !important;
  border-color: #3f372f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3f372f !important;
  border-color: #3f372f !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #a47927 !important;
  border-color: #a47927 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #664b18 !important;
  border-color: #664b18 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #664b18 !important;
  border-color: #664b18 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #3e4128 !important;
  border-color: #3e4128 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #11120b !important;
  border-color: #11120b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #11120b !important;
  border-color: #11120b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.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: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #110e0a;
  border-color: #110e0a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #110e0a !important;
  border-color: #110e0a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #2b1111;
  color: #2b1111;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #742e2e;
  border-color: #742e2e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #742e2e !important;
  border-color: #742e2e !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #302a24;
  color: #302a24;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #6b5d4f;
  border-color: #6b5d4f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6b5d4f !important;
  border-color: #6b5d4f !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #523c13;
  color: #523c13;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #a47927;
  border-color: #a47927;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a47927 !important;
  border-color: #a47927 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #020201;
  color: #020201;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #3e4128;
  border-color: #3e4128;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3e4128 !important;
  border-color: #3e4128 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  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,
.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: #110e0a !important;
}
.text-secondary {
  color: #742e2e !important;
}
.text-success {
  color: #a47927 !important;
}
.text-info {
  color: #6b5d4f !important;
}
.text-warning {
  color: #3e4128 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2b1111 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #523c13 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #302a24 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020201 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #a47927;
}
.alert-info {
  background-color: #6b5d4f;
}
.alert-warning {
  background-color: #3e4128;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #110e0a;
  border-color: #110e0a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #110e0a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d0c2b0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ddb66e;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ac9d8e;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b7bc92;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a {
  border: 2px solid #3e4128;
}
#scrollToTop a i:before {
  background: #3e4128;
}
#scrollToTop a i:after {
  border-top: 2px solid #3e4128;
  border-right: 2px solid #3e4128;
}
.mbr-arrow a i {
  color: #3e4128;
}
.form-control {
  font-family: 'Great Vibes', handwriting;
  font-size: 1.8rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.88rem;
}
blockquote {
  border-color: #110e0a;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #110e0a;
  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-number__spin {
  border-radius: 0;
  background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #110e0a;
  border-bottom-color: #110e0a;
}
.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: #110e0a !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: #742e2e !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='%23110e0a' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-s1xeAqnUzf .nav-item:focus,
.cid-s1xeAqnUzf .nav-link:focus {
  outline: none;
}
.cid-s1xeAqnUzf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1xeAqnUzf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1xeAqnUzf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1xeAqnUzf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1xeAqnUzf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s1xeAqnUzf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f4efeb;
}
.cid-s1xeAqnUzf .navbar.opened {
  transition: all .3s;
  background: #f4efeb !important;
}
.cid-s1xeAqnUzf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s1xeAqnUzf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s1xeAqnUzf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1xeAqnUzf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-s1xeAqnUzf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1xeAqnUzf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1xeAqnUzf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1xeAqnUzf .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-s1xeAqnUzf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1xeAqnUzf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1xeAqnUzf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1xeAqnUzf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1xeAqnUzf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1xeAqnUzf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1xeAqnUzf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1xeAqnUzf .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-s1xeAqnUzf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1xeAqnUzf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1xeAqnUzf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1xeAqnUzf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s1xeAqnUzf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1xeAqnUzf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1xeAqnUzf .navbar.navbar-short {
  background: #f4efeb !important;
  min-height: 60px;
}
.cid-s1xeAqnUzf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1xeAqnUzf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1xeAqnUzf .navbar-brand {
  -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-s1xeAqnUzf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1xeAqnUzf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1xeAqnUzf .dropdown-item.active,
.cid-s1xeAqnUzf .dropdown-item:active {
  background-color: transparent;
}
.cid-s1xeAqnUzf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1xeAqnUzf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1xeAqnUzf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1xeAqnUzf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4efeb;
}
.cid-s1xeAqnUzf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1xeAqnUzf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1xeAqnUzf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1xeAqnUzf .navbar-buttons {
  text-align: center;
}
.cid-s1xeAqnUzf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1xeAqnUzf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #6b1c23;
}
.cid-s1xeAqnUzf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1xeAqnUzf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1xeAqnUzf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1xeAqnUzf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1xeAqnUzf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1xeAqnUzf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1xeAqnUzf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1xeAqnUzf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1xeAqnUzf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1xeAqnUzf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1xeAqnUzf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1xeAqnUzf .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-s1xeAqnUzf .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-s1xeAqnUzf .nav-link:hover,
.cid-s1xeAqnUzf .dropdown-item:hover,
.cid-s1xeAqnUzf .icons-menu .mbr-iconfont:hover {
  color: #6b1c23 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1xeAqnUzf .navbar {
    height: 77px;
  }
  .cid-s1xeAqnUzf .navbar.opened {
    height: auto;
  }
}
.cid-vpwkhAsO5E {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #f4efeb;
}
.cid-vpwkhAsO5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpwkhAsO5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpwkhAsO5E .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vpwkhAsO5E .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-vpwkhAsO5E .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vpwkhAsO5E .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vpwkhAsO5E .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vpwkhAsO5E .header-menu li p {
  margin: 0;
}
.cid-vpwkhAsO5E .mbr-section-title {
  color: #6b1c23;
  text-align: center;
}
.cid-vpwkhAsO5E .header-menu-item {
  color: #ffffff;
}
.cid-vpwkhAsO5E .mbr-text,
.cid-vpwkhAsO5E .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vpwkhAsO5E .content-head {
  max-width: 800px;
}
.cid-s1B9plo9am {
  padding-top: 3px;
  padding-bottom: 0px;
  background-color: #f4efeb;
}
.cid-s1B9plo9am .mbr-text,
.cid-s1B9plo9am .ornament {
  color: #3e4128;
}
.cid-vpynwPxY7q {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f4efeb;
}
.cid-vpynwPxY7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpynwPxY7q .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-vpynwPxY7q .container {
    padding: 0 15px;
  }
}
.cid-vpynwPxY7q .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-vpynwPxY7q .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-vpynwPxY7q .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-vpynwPxY7q .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vpynwPxY7q .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vpynwPxY7q .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vpynwPxY7q .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-vpynwPxY7q .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-vpynwPxY7q .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #9f3942;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-vpynwPxY7q .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-vpynwPxY7q .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-vpynwPxY7q .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-vpynwPxY7q .mbr-section-title {
  color: #ffffff;
}
.cid-vpynwPxY7q .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-vpynwPxY7q .mbr-text {
  color: #000000;
}
.cid-vpz6UYUyWo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a7a49b;
}
.cid-vpz6UYUyWo .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-vpz6UYUyWo .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-vpz6UYUyWo .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}
.cid-vpz6UYUyWo .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-vpz6UYUyWo .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-vpz6UYUyWo .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-vpz6UYUyWo .mbr-section-title {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-vpz6UYUyWo .mbr-section-title {
    text-align: center;
  }
}
.cid-vpz6UYUyWo .mbr-section-subtitle {
  color: #6b1c23;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-vpz6UYUyWo .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-vpz6UYUyWo .item-card {
  height: 100%;
}
.cid-vpz6UYUyWo .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 19px #514e4a, -10px -10px 19px #514e4a;
}
@media (max-width: 767px) {
  .cid-vpz6UYUyWo .item-wrap {
    padding: 50px 20px;
  }
}
.cid-vpz6UYUyWo .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-vpz6UYUyWo .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-vpz6UYUyWo .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-vpz6UYUyWo .card-box {
  padding-top: 28px;
}
.cid-vpz6UYUyWo .card-title {
  color: #000000;
  margin-bottom: 9px;
}
.cid-vpz6UYUyWo .card-subtitle {
  color: #000000;
  margin-bottom: 15px;
}
.cid-vpz6UYUyWo .card-text {
  color: #000000;
  margin-bottom: 20px;
}
.cid-vpz6UYUyWo .card-contacts {
  color: #000000;
}
.cid-vpz6UYUyWo .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-vpz6UYUyWo .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #110e0a;
  transition: 0.4s all;
}
.cid-vpz6UYUyWo .card-contacts a:hover {
  color: #110e0a !important;
}
.cid-vpz6UYUyWo .card-contacts a:hover:before {
  width: 100%;
}
.cid-vpz6UYUyWo .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-vpz6UYUyWo .social-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-vpz6UYUyWo .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-vpz6UYUyWo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #a7a49b;
  transition: 0.4s all;
}
.cid-vpz6UYUyWo .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-vpz6UYUyWo .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-vpz6UYUyWo .soc-item:hover {
  transform: translateY(-3px);
}
.cid-vpz6UYUyWo .soc-item:hover .mbr-iconfont {
  color: #110e0a;
}
.cid-vpz6UYUyWo .soc-item:hover:before {
  opacity: 1;
}
.cid-vpz6UYUyWo .soc-item a {
  animation: none;
}
.cid-vpz6UYUyWo .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-vpz6UYUyWo .form-main-container {
    padding-right: 20px;
  }
}
.cid-vpz6UYUyWo .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #514e4a;
  box-shadow: 10px 10px 19px #514e4a, -10px -10px 19px #ffffff;
}
@media (max-width: 575px) {
  .cid-vpz6UYUyWo .form-wrap {
    padding: 20px;
  }
}
.cid-vpz6UYUyWo form {
  width: 100%;
}
.cid-vpz6UYUyWo form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vpz6UYUyWo form p {
  color: #878e99;
}
.cid-vpz6UYUyWo form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-vpz6UYUyWo form .mbr-section-btn .btn {
  width: 100%;
}
.cid-vpz6UYUyWo form .form-group {
  margin-bottom: 20px !important;
}
.cid-vpz6UYUyWo form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-vpz6UYUyWo form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-vpz6UYUyWo form .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-vpz6UYUyWo form .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-vpz6UYUyWo form .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-vpz6UYUyWo form select {
  color: #ffffff !important;
}
.cid-vpz6UYUyWo form textarea {
  height: 216px !important;
  resize: none;
}
.cid-vpz6UYUyWo form input:active,
.cid-vpz6UYUyWo form textarea:active,
.cid-vpz6UYUyWo form input:focus,
.cid-vpz6UYUyWo form textarea:focus {
  border-color: #110e0a !important;
  box-shadow: none !important;
  color: #ffffff !important;
  outline: none !important;
}
.cid-vpz6UYUyWo form input:active::-webkit-input-placeholder,
.cid-vpz6UYUyWo form textarea:active::-webkit-input-placeholder,
.cid-vpz6UYUyWo form input:focus::-webkit-input-placeholder,
.cid-vpz6UYUyWo form textarea:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-vpz6UYUyWo form input:active::-moz-placeholder,
.cid-vpz6UYUyWo form textarea:active::-moz-placeholder,
.cid-vpz6UYUyWo form input:focus::-moz-placeholder,
.cid-vpz6UYUyWo form textarea:focus::-moz-placeholder {
  color: #ffffff;
}
.cid-vpz6UYUyWo form input:active:-moz-placeholder,
.cid-vpz6UYUyWo form textarea:active:-moz-placeholder,
.cid-vpz6UYUyWo form input:focus:-moz-placeholder,
.cid-vpz6UYUyWo form textarea:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-vpz6UYUyWo form input:active:-ms-input-placeholder,
.cid-vpz6UYUyWo form textarea:active:-ms-input-placeholder,
.cid-vpz6UYUyWo form input:focus:-ms-input-placeholder,
.cid-vpz6UYUyWo form textarea:focus:-ms-input-placeholder {
  color: #ffffff;
}
.cid-vpz6UYUyWo form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-vpz6UYUyWo form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-vpz6UYUyWo form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 14px;
}
.cid-vpz6UYUyWo form .form-control-label {
  width: 100%;
}
.cid-vpz6UYUyWo form .form-check-label {
  margin-bottom: 14px;
}
.cid-vpz6UYUyWo form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-vpz6UYUyWo form .form-check-input:focus,
.cid-vpz6UYUyWo form .form-check-input:hover {
  border-color: #110e0a !important;
}
.cid-vpz6UYUyWo form .form-check-input:checked {
  border-color: #110e0a !important;
  background-color: #191b1e !important;
}
.cid-vpz6UYUyWo LABEL {
  color: #ffffff;
}
.cid-vpzfudH9fE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #a7a49b;
}
.cid-vpzfudH9fE .map-border {
  border-bottom: 2px solid #191919;
}
.cid-vpzfudH9fE .google-map iframe {
  height: 500px;
}
.cid-vpzfudH9fE .map-border {
  padding-bottom: 80px;
}
@media (max-width: 425px) {
  .cid-vpzfudH9fE .google-map iframe {
    height: 250px;
  }
}
.cid-vpEiQZqRLn {
  padding-top: 15px;
  padding-bottom: 135px;
  position: relative;
  background-color: #a7a49b;
}
.cid-vpEiQZqRLn .accordion .card {
  overflow: hidden;
}
.cid-vpEiQZqRLn .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-radius: 35px !important;
}
.cid-vpEiQZqRLn .accordion .card:first-of-type {
  border-radius: 35px !important;
}
.cid-vpEiQZqRLn .accordion .card:last-of-type {
  border-radius: 35px !important;
}
.cid-vpEiQZqRLn .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-vpEiQZqRLn .panel-body {
  padding: 0.3rem 2rem;
}
.cid-vpEiQZqRLn .card-title {
  position: relative;
  color: #000000;
}
.cid-vpEiQZqRLn .mbr-text {
  position: relative;
}
.cid-vpEiQZqRLn .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #ffffff;
  border-radius: 35px;
}
.cid-vpEiQZqRLn .card .card-header {
  padding: 0.8rem 0rem !important;
  background-color: transparent !important;
  border: none;
}
.cid-vpEiQZqRLn .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-vpEiQZqRLn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-vpEiQZqRLn .card .card-header a.panel-title h5 {
  padding: 0.6rem 2rem;
  margin-bottom: -1px;
  font-weight: 700;
  transition: all 0.3s;
}
.cid-vpEiQZqRLn .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-vpEiQZqRLn .card .card-header a.panel-title h5:hover {
  color: #742e2e;
}
.cid-vpEiQZqRLn .sign {
  font-family: "FontAwesome" !important;
  font-size: 1rem !important;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
}
.cid-vpEiQZqRLn .mbr-iconfont {
  border: 2px solid #742e2e;
  border-radius: 50%;
  color: #742e2e;
}
.cid-vpEiQZqRLn .mbri-arrow-up {
  background-color: transparent !important;
  color: #742e2e !important;
}
.cid-vpEiQZqRLn .mbri-arrow-up:before {
  content: "\f068";
}
.cid-vpEiQZqRLn .panel-title {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-vpEiQZqRLn .mbri-arrow-down:before {
  content: "\f067";
}
.cid-vpEiQZqRLn .panel-text {
  padding: 0rem;
}
.cid-vpEiQZqRLn .panel-collapse {
  margin-top: -1px;
}
.cid-vpEiQZqRLn .block-right {
  position: relative;
}
.cid-vpEiQZqRLn .card-inner-2 {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 120px 15px 95px 15px;
}
.cid-vpEiQZqRLn .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
}
.cid-vpEiQZqRLn .wrapper-text-2 {
  position: absolute;
}
.cid-vpEiQZqRLn .link {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.cid-vpEiQZqRLn .link:hover {
  color: #110e0a !important;
}
.cid-vpEiQZqRLn .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-vpEiQZqRLn .col {
  padding: 0rem;
}
.cid-vpEiQZqRLn .link:hover::after {
  opacity: 0;
}
.cid-vpEiQZqRLn .card-box {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(62, 65, 40, 0);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-vpEiQZqRLn .block-text-img {
  z-index: 10;
  position: relative;
}
.cid-vpEiQZqRLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpEiQZqRLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpEiQZqRLn H5 {
  color: #000000;
}
