.btn {
  border-width: 2px;
}
body {
  font-family: 'Garamond Regular';
}
.display-1 {
  font-family: 'Lucky Fellas W00 Regular';
  font-size: 10rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'Lucky Fellas W00 Regular';
  font-size: 6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Garamond Regular';
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Lucky Fellas W00 Regular';
  font-size: 3.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
.display-7 {
  font-family: 'Garamond Regular';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a68462 !important;
}
.bg-success {
  background-color: #bda389 !important;
}
.bg-info {
  background-color: #e43f3f !important;
}
.bg-warning {
  background-color: #af9071 !important;
}
.bg-danger {
  background-color: #414142 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a68462 !important;
  border-color: #a68462 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #715940 !important;
  border-color: #715940 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #715940 !important;
  border-color: #715940 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fff3e0 !important;
  border-color: #fff3e0 !important;
  color: #e08900 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #895400 !important;
  background-color: #ffd189 !important;
  border-color: #ffd189 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #e08900 !important;
  background-color: #ffd189 !important;
  border-color: #ffd189 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bda389 !important;
  border-color: #bda389 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #997856 !important;
  border-color: #997856 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #997856 !important;
  border-color: #997856 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #af9071 !important;
  border-color: #af9071 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #816549 !important;
  border-color: #816549 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #816549 !important;
  border-color: #816549 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #414142 !important;
  border-color: #414142 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a68462;
  color: #a68462;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #715940 !important;
  background-color: transparent!important;
  border-color: #715940 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a68462 !important;
  border-color: #a68462 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fff3e0;
  color: #fff3e0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffd189 !important;
  background-color: transparent!important;
  border-color: #ffd189 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #e08900 !important;
  background-color: #fff3e0 !important;
  border-color: #fff3e0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #bda389;
  color: #bda389;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #997856 !important;
  background-color: transparent!important;
  border-color: #997856 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bda389 !important;
  border-color: #bda389 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #af9071;
  color: #af9071;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #816549 !important;
  background-color: transparent!important;
  border-color: #816549 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #af9071 !important;
  border-color: #af9071 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #414142;
  color: #414142;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #161616 !important;
  background-color: transparent!important;
  border-color: #161616 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #414142 !important;
  border-color: #414142 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a68462 !important;
}
.text-secondary {
  color: #fff3e0 !important;
}
.text-success {
  color: #bda389 !important;
}
.text-info {
  color: #e43f3f !important;
}
.text-warning {
  color: #af9071 !important;
}
.text-danger {
  color: #414142 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #67513b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffcc7a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #907050 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a61717 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #775d43 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0e0e0f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a68462;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e43f3f;
}
.alert-warning {
  background-color: #af9071;
}
.alert-danger {
  background-color: #414142;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a68462;
  border-color: #a68462;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a68462;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d4c4b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ebe3db;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ddd0c3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b4b4b5;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Garamond Regular';
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #a68462 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Garamond Regular';
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #a68462;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a68462;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a68462;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a68462;
  border-bottom-color: #a68462;
}
.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: #a68462 !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: #fff3e0 !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%;
  width: 100%;
  height: auto;
}
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='%23a68462' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sMdibiUFhx {
  z-index: 1000;
  width: 100%;
}
.cid-sMdibiUFhx .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-sMdibiUFhx .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sMdibiUFhx .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sMdibiUFhx .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sMdibiUFhx .navbar-caption {
  font-weight: 500;
}
.cid-sMdibiUFhx nav.navbar {
  position: fixed;
}
.cid-sMdibiUFhx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMdibiUFhx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMdibiUFhx .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sMdibiUFhx .dropdown-item:hover,
.cid-sMdibiUFhx .dropdown-item:focus {
  background: #a68462 !important;
  color: white !important;
}
.cid-sMdibiUFhx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMdibiUFhx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMdibiUFhx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sMdibiUFhx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMdibiUFhx .nav-link {
  position: relative;
}
.cid-sMdibiUFhx .nav-link:hover {
  text-decoration: underline;
  color: #a68462 !important;
}
.cid-sMdibiUFhx .container {
  display: flex;
  margin: auto;
}
.cid-sMdibiUFhx .dropdown-menu,
.cid-sMdibiUFhx .navbar.opened {
  background: rgba(255, 243, 224, 0.9);
}
.cid-sMdibiUFhx .nav-item:focus,
.cid-sMdibiUFhx .nav-link:focus {
  outline: none;
}
.cid-sMdibiUFhx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sMdibiUFhx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMdibiUFhx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMdibiUFhx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMdibiUFhx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMdibiUFhx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMdibiUFhx .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 243, 224, 0.9);
}
.cid-sMdibiUFhx .navbar.opened {
  transition: all 0.3s;
}
.cid-sMdibiUFhx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMdibiUFhx .navbar .navbar-logo img {
  width: auto;
}
.cid-sMdibiUFhx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sMdibiUFhx .navbar.collapsed {
  justify-content: center;
}
.cid-sMdibiUFhx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMdibiUFhx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMdibiUFhx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sMdibiUFhx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMdibiUFhx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMdibiUFhx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sMdibiUFhx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMdibiUFhx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sMdibiUFhx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMdibiUFhx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMdibiUFhx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMdibiUFhx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMdibiUFhx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sMdibiUFhx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMdibiUFhx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMdibiUFhx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMdibiUFhx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMdibiUFhx .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sMdibiUFhx .navbar.navbar-short {
  min-height: 80px;
}
.cid-sMdibiUFhx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMdibiUFhx .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sMdibiUFhx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMdibiUFhx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMdibiUFhx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMdibiUFhx .dropdown-item.active,
.cid-sMdibiUFhx .dropdown-item:active {
  background-color: transparent;
}
.cid-sMdibiUFhx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMdibiUFhx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMdibiUFhx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMdibiUFhx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff3e0;
}
.cid-sMdibiUFhx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMdibiUFhx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMdibiUFhx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMdibiUFhx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMdibiUFhx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9b6938;
}
.cid-sMdibiUFhx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMdibiUFhx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMdibiUFhx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMdibiUFhx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMdibiUFhx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMdibiUFhx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMdibiUFhx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMdibiUFhx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMdibiUFhx .navbar-dropdown {
  position: fixed;
}
.cid-sMdibiUFhx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMdibiUFhx .navbar {
    height: 70px;
  }
  .cid-sMdibiUFhx .navbar.opened {
    height: auto;
  }
  .cid-sMdibiUFhx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #a68462;
  }
}
.cid-sMdiwI6X5Y {
  background-image: url("../../../assets/images/img6-1.jpg");
}
.cid-sMdiwI6X5Y a:hover {
  background-image: none !important;
}
.cid-sMdiwI6X5Y .mbr-section-title {
  text-indent: -0.07em;
  color: #fff3e0;
  text-align: center;
}
.cid-sMdiwI6X5Y .colored-text {
  color: #9b6938 !important;
}
.cid-sMdiwI6X5Y .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  font-size: 1em !important;
}
.cid-sMdiwI6X5Y .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sMdiwI6X5Y .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-sMdiPZhbjm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/image10.jpg");
  overflow: hidden;
}
.cid-sMdiPZhbjm .quote {
  left: 0%;
  bottom: 0;
}
@media (min-width: 768px) {
  .cid-sMdiPZhbjm .quote {
    left: -10%;
  }
}
.cid-sMdiPZhbjm .img__container {
  height: min-content;
  width: 60vw;
}
@media (max-width: 767.98px) {
  .cid-sMdiPZhbjm .img__container {
    width: 100vw;
  }
}
.cid-sMdiPZhbjm .img__container img {
  border-radius: 20px !important;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
}
.cid-sMdiPZhbjm .colored-text {
  color: #a68462 !important;
}
.cid-sMdiPZhbjm .mbr-section-title {
  color: #ffffff;
}
.cid-sMdiPZhbjm .mbr-text {
  color: #ffffff;
}
.cid-uUBJTQUXrc {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/image8.jpg");
}
.cid-uUBJTQUXrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBJTQUXrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBJTQUXrc .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUBJTQUXrc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUBJTQUXrc .item {
  margin-bottom: 20px;
  transform: translateY(64px) rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-uUBJTQUXrc .item {
    margin-bottom: 16px;
    transform: none;
  }
}
.cid-uUBJTQUXrc .item:nth-child(2n) {
  transform: none;
}
.cid-uUBJTQUXrc .item:nth-child(3n) {
  transform: translateY(64px) rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uUBJTQUXrc .item:nth-child(3n) {
    transform: none;
  }
}
.cid-uUBJTQUXrc .item .item-wrapper {
  height: 100%;
  border: 20px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uUBJTQUXrc .item .item-wrapper {
    border: 10px solid #ffffff;
  }
}
.cid-uUBJTQUXrc .item .item-wrapper .item-img img {
  height: 660px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uUBJTQUXrc .item .item-wrapper .item-img img {
    height: 460px;
  }
}
@media (max-width: 992px) {
  .cid-uUBJTQUXrc .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uUBJTQUXrc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tlsqrYfdum {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/tortellini-g817a52837-1280-1280x960.jpeg");
}
.cid-tlsqrYfdum a:hover {
  background-image: none !important;
}
.cid-tlsqrYfdum .colored-text {
  color: #fff3e0 !important;
}
.cid-tlsqrYfdum .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sMdj3Yktk3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #414142;
}
.cid-sMdj3Yktk3 .colored-text {
  color: #a68462 !important;
}
.cid-sMdj3Yktk3 .border-bottom {
  border-color: #969494 !important;
}
.cid-sMdj3Yktk3 .row__image-container {
  max-width: 100px;
  max-height: 100px;
}
.cid-sMdj3Yktk3 .row__image {
  width: 100%;
  height: 100%;
  animation: 15s linear infinite running rotate360;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cid-sMdj3Yktk3 .mbr-section-title.main-title {
  text-align: left;
  color: #ffffff;
}
.cid-sMdj3Yktk3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tlPaCPD5Yj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1451.jpeg");
}
.cid-tlPaCPD5Yj a:hover {
  background-image: none !important;
}
.cid-tlPaCPD5Yj .colored-text {
  color: #fff3e0 !important;
}
.cid-tlPaCPD5Yj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tlPaANkxPn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #414142;
}
.cid-tlPaANkxPn .mbr-section-title.col-title {
  color: #b89c80;
}
.cid-tlPaANkxPn .colored-text {
  color: #a68462 !important;
}
.cid-tlPaANkxPn .mbr-section-title.main-title {
  color: #ffffff;
}
.cid-tlPaANkxPn .mbr-text {
  color: #ffffff;
}
.cid-sMdjIMytcp {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-sMdjIMytcp a:hover {
  background-image: none !important;
}
.cid-sMdjIMytcp .colored-text {
  color: #fff3e0 !important;
}
.cid-sMdjIMytcp .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tlsolxKyrf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3e0;
}
.cid-tlsolxKyrf .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-tlsolxKyrf .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #9b6938;
}
.cid-tlsolxKyrf .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tlsolxKyrf .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-tlsolxKyrf .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-tlsolxKyrf .special-label {
  color: #fff;
}
.cid-tlsolxKyrf .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tlsolxKyrf .menu-box .box-price {
  flex-shrink: 0;
}
.cid-tlsolxKyrf .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-tlsolxKyrf .menu-row {
  margin: 0;
}
.cid-tlsolxKyrf .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #9b6938;
}
.cid-tlsolxKyrf .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-tlsolxKyrf .group-title,
.cid-tlsolxKyrf .align-wrap {
  text-align: left;
  color: #9b6938;
}
.cid-tlsolxKyrf .mbr-section-title,
.cid-tlsolxKyrf .ornament {
  color: #9b6938;
}
.cid-tlsolxKyrf SPAN {
  color: #a68462;
}
.cid-tltR3LDdlG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-tltR3LDdlG a:hover {
  background-image: none !important;
}
.cid-tltR3LDdlG .colored-text {
  color: #fff3e0 !important;
}
.cid-tltR3LDdlG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tltR4RJYF9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3e0;
}
.cid-tltR4RJYF9 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-tltR4RJYF9 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #9b6938;
}
.cid-tltR4RJYF9 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tltR4RJYF9 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-tltR4RJYF9 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-tltR4RJYF9 .special-label {
  color: #fff;
}
.cid-tltR4RJYF9 .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tltR4RJYF9 .menu-box .box-price {
  flex-shrink: 0;
}
.cid-tltR4RJYF9 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-tltR4RJYF9 .menu-row {
  margin: 0;
}
.cid-tltR4RJYF9 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #9b6938;
}
.cid-tltR4RJYF9 .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-tltR4RJYF9 .group-title,
.cid-tltR4RJYF9 .align-wrap {
  text-align: left;
  color: #9b6938;
}
.cid-tltR4RJYF9 .mbr-section-title,
.cid-tltR4RJYF9 .ornament {
  color: #9b6938;
  text-align: left;
}
.cid-tltR4RJYF9 SPAN {
  color: #a68462;
}
.cid-tltRpykdUU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpeg");
}
.cid-tltRpykdUU a:hover {
  background-image: none !important;
}
.cid-tltRpykdUU .colored-text {
  color: #fff3e0 !important;
}
.cid-tltRpykdUU .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tltRqujhR1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3e0;
}
.cid-tltRqujhR1 .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-tltRqujhR1 .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #9b6938;
}
.cid-tltRqujhR1 .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tltRqujhR1 .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-tltRqujhR1 .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-tltRqujhR1 .special-label {
  color: #fff;
}
.cid-tltRqujhR1 .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tltRqujhR1 .menu-box .box-price {
  flex-shrink: 0;
}
.cid-tltRqujhR1 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-tltRqujhR1 .menu-row {
  margin: 0;
}
.cid-tltRqujhR1 .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #9b6938;
}
.cid-tltRqujhR1 .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-tltRqujhR1 .group-title,
.cid-tltRqujhR1 .align-wrap {
  text-align: left;
  color: #9b6938;
}
.cid-tltRqujhR1 .mbr-section-title,
.cid-tltRqujhR1 .ornament {
  color: #9b6938;
  text-align: left;
}
.cid-tltRqujhR1 SPAN {
  color: #a68462;
}
.cid-tlu57nLTGM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpeg");
}
.cid-tlu57nLTGM a:hover {
  background-image: none !important;
}
.cid-tlu57nLTGM .colored-text {
  color: #fff3e0 !important;
}
.cid-tlu57nLTGM .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tlu11FmDvv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fff3e0;
}
.cid-tlu11FmDvv .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-tlu11FmDvv .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #9b6938;
}
.cid-tlu11FmDvv .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tlu11FmDvv .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-tlu11FmDvv .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-tlu11FmDvv .special-label {
  color: #fff;
}
.cid-tlu11FmDvv .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tlu11FmDvv .menu-box .box-price {
  flex-shrink: 0;
}
.cid-tlu11FmDvv .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-tlu11FmDvv .menu-row {
  margin: 0;
}
.cid-tlu11FmDvv .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #9b6938;
}
.cid-tlu11FmDvv .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-tlu11FmDvv .group-title,
.cid-tlu11FmDvv .align-wrap {
  text-align: left;
  color: #9b6938;
}
.cid-tlu11FmDvv .mbr-section-title,
.cid-tlu11FmDvv .ornament {
  color: #9b6938;
  text-align: left;
}
.cid-tlu11FmDvv SPAN {
  color: #a68462;
}
.cid-uzGCR0MZ7P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #414142;
}
.cid-uzGCR0MZ7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzGCR0MZ7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzGCR0MZ7P .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uzGCR0MZ7P .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzGCR0MZ7P .container {
    padding: 0 24px;
  }
}
.cid-uzGCR0MZ7P .row {
  justify-content: center;
}
.cid-uzGCR0MZ7P .row .card {
  justify-content: center;
}
.cid-uzGCR0MZ7P .google-map {
  padding-right: 40px;
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uzGCR0MZ7P .google-map {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzGCR0MZ7P .google-map {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uzGCR0MZ7P .google-map iframe {
  height: 780px;
  filter: grayscale(100%);
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uzGCR0MZ7P .google-map iframe {
    height: 350px;
  }
}
.cid-uzGCR0MZ7P .content-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uzGCR0MZ7P .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzGCR0MZ7P .content-wrapper {
    padding: 0;
  }
}
.cid-uzGCR0MZ7P .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uzGCR0MZ7P .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uzGCR0MZ7P .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzGCR0MZ7P .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzGCR0MZ7P .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uzGCR0MZ7P .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uzGCR0MZ7P .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .card-number_2 {
  background-color: #f2fafd;
}
.cid-uzGCR0MZ7P .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uzGCR0MZ7P .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
.cid-uzGCR0MZ7P .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
.cid-uzGCR0MZ7P .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #fff2fb;
  border-radius: 16px;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uzGCR0MZ7P .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
  .cid-uzGCR0MZ7P .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
  .cid-uzGCR0MZ7P .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
    margin-right: 16px;
  }
}
.cid-uzGCR0MZ7P .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uzGCR0MZ7P .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uzGCR0MZ7P .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uzGCR0MZ7P .mbr-section-title {
  color: #262642;
}
.cid-uzGCR0MZ7P .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uzGCR0MZ7P .card-text {
  color: #ffffff;
}
.cid-uzGCR0MZ7P .card-number_1 {
  color: #990066;
}
.cid-uzGCR0MZ7P .card-number_2 {
  color: #4A8DFF;
}
.cid-uzGCR0MZ7P .mbr-section-title,
.cid-uzGCR0MZ7P .mbr-section-btn {
  color: #9b6938;
}
.cid-tlxOfOvIvQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fff3e0;
}
.cid-tlxOfOvIvQ input,
.cid-tlxOfOvIvQ textarea,
.cid-tlxOfOvIvQ input:active,
.cid-tlxOfOvIvQ textarea:active,
.cid-tlxOfOvIvQ input:focus,
.cid-tlxOfOvIvQ textarea:focus,
.cid-tlxOfOvIvQ form {
  color: black;
}
.cid-tlxOfOvIvQ input,
.cid-tlxOfOvIvQ textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-tlxOfOvIvQ input:hover,
.cid-tlxOfOvIvQ textarea:hover {
  border: none !important;
  border-bottom: 1px solid #c9c9c9 !important;
}
.cid-tlxOfOvIvQ .btn:hover {
  color: #000000 !important;
  background-color: #fff3e0 !important;
}
.cid-tlxOfOvIvQ .colored-text {
  color: #a68462 !important;
}
.cid-tlxOfOvIvQ .mbr-section-title {
  color: #414142;
}
.cid-tlxOfOvIvQ .mbr-section-subtitle {
  color: #414142;
  font-size: 2.4em !important;
}
.cid-tlxOfOvIvQ .mbr-text {
  color: #ffffff;
}
.cid-tlxOfOvIvQ H5 {
  color: #a68462;
}
.cid-tlsvPFjtXb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff3e0;
}
.cid-tlsvPFjtXb .colored-text {
  color: #a68462 !important;
}
.cid-tlsvPFjtXb .mbr-section-title {
  color: #ffffff;
}
.cid-tlsvPFjtXb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlsvPFjtXb .mbr-text {
  color: #9b6938;
}
.cid-uvdL7dJJrR.popup-builder {
  background-color: #ffffff;
}
.cid-uvdL7dJJrR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uvdL7dJJrR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uvdL7dJJrR .modal-content,
.cid-uvdL7dJJrR .modal-dialog {
  border-radius: 20px !important;
  height: auto;
}
.cid-uvdL7dJJrR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uvdL7dJJrR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uvdL7dJJrR .form-wrapper .mbr-form .form-group,
  .cid-uvdL7dJJrR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uvdL7dJJrR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uvdL7dJJrR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvdL7dJJrR .mbr-text {
  text-align: center;
}
.cid-uvdL7dJJrR .pt-0 {
  padding-top: 0 !important;
}
.cid-uvdL7dJJrR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uvdL7dJJrR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uvdL7dJJrR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uvdL7dJJrR .modal-open {
  overflow: hidden;
}
.cid-uvdL7dJJrR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uvdL7dJJrR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uvdL7dJJrR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uvdL7dJJrR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uvdL7dJJrR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uvdL7dJJrR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uvdL7dJJrR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uvdL7dJJrR .modal-content {
  background: #fff3e0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uvdL7dJJrR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uvdL7dJJrR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uvdL7dJJrR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uvdL7dJJrR .modal-backdrop.show {
  opacity: .5;
}
.cid-uvdL7dJJrR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uvdL7dJJrR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvdL7dJJrR .modal-header {
    padding: 1rem;
  }
}
.cid-uvdL7dJJrR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uvdL7dJJrR .modal-header .close svg {
  fill: #353535;
}
.cid-uvdL7dJJrR .modal-header .close:hover {
  opacity: 1;
}
.cid-uvdL7dJJrR .modal-header .close:focus {
  outline: none;
}
.cid-uvdL7dJJrR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #279313;
}
.cid-uvdL7dJJrR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uvdL7dJJrR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvdL7dJJrR .modal-body {
    padding: 1rem;
  }
}
.cid-uvdL7dJJrR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uvdL7dJJrR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvdL7dJJrR .modal-footer {
    padding: 1rem;
  }
}
.cid-uvdL7dJJrR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uvdL7dJJrR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uvdL7dJJrR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uvdL7dJJrR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uvdL7dJJrR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uvdL7dJJrR .modal-lg,
  .cid-uvdL7dJJrR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uvdL7dJJrR .modal-xl {
    max-width: 1140px;
  }
}
.cid-uvdL7dJJrR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uvdL7dJJrR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uvdL7dJJrR .form-group {
  margin-bottom: 1rem;
}
.cid-uvdL7dJJrR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uvdL7dJJrR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uvdL7dJJrR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uvdL7dJJrR .mbr-section-btn {
  margin: 0;
}
.cid-uvdL7dJJrR .mbr-section-btn .btn {
  margin: 0;
}
.cid-uCBtgxsqUg.popup-builder {
  background-color: #ffffff;
}
.cid-uCBtgxsqUg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uCBtgxsqUg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uCBtgxsqUg .modal-content,
.cid-uCBtgxsqUg .modal-dialog {
  border-radius: 20px !important;
  height: auto;
}
.cid-uCBtgxsqUg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uCBtgxsqUg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uCBtgxsqUg .form-wrapper .mbr-form .form-group,
  .cid-uCBtgxsqUg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uCBtgxsqUg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uCBtgxsqUg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCBtgxsqUg .mbr-text {
  text-align: center;
}
.cid-uCBtgxsqUg .pt-0 {
  padding-top: 0 !important;
}
.cid-uCBtgxsqUg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uCBtgxsqUg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uCBtgxsqUg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uCBtgxsqUg .modal-open {
  overflow: hidden;
}
.cid-uCBtgxsqUg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uCBtgxsqUg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uCBtgxsqUg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uCBtgxsqUg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uCBtgxsqUg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uCBtgxsqUg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uCBtgxsqUg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uCBtgxsqUg .modal-content {
  background: #fff3e0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uCBtgxsqUg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uCBtgxsqUg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uCBtgxsqUg .modal-backdrop.fade {
  opacity: 0;
}
.cid-uCBtgxsqUg .modal-backdrop.show {
  opacity: .5;
}
.cid-uCBtgxsqUg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uCBtgxsqUg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCBtgxsqUg .modal-header {
    padding: 1rem;
  }
}
.cid-uCBtgxsqUg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uCBtgxsqUg .modal-header .close svg {
  fill: #353535;
}
.cid-uCBtgxsqUg .modal-header .close:hover {
  opacity: 1;
}
.cid-uCBtgxsqUg .modal-header .close:focus {
  outline: none;
}
.cid-uCBtgxsqUg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #279313;
}
.cid-uCBtgxsqUg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uCBtgxsqUg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCBtgxsqUg .modal-body {
    padding: 1rem;
  }
}
.cid-uCBtgxsqUg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uCBtgxsqUg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uCBtgxsqUg .modal-footer {
    padding: 1rem;
  }
}
.cid-uCBtgxsqUg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uCBtgxsqUg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uCBtgxsqUg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uCBtgxsqUg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uCBtgxsqUg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uCBtgxsqUg .modal-lg,
  .cid-uCBtgxsqUg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uCBtgxsqUg .modal-xl {
    max-width: 1140px;
  }
}
.cid-uCBtgxsqUg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uCBtgxsqUg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uCBtgxsqUg .form-group {
  margin-bottom: 1rem;
}
.cid-uCBtgxsqUg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uCBtgxsqUg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uCBtgxsqUg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uCBtgxsqUg .mbr-section-btn {
  margin: 0;
}
.cid-uCBtgxsqUg .mbr-section-btn .btn {
  margin: 0;
}
.cid-tlxBx0Svj3 {
  z-index: 1000;
  width: 100%;
}
.cid-tlxBx0Svj3 .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-tlxBx0Svj3 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tlxBx0Svj3 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tlxBx0Svj3 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tlxBx0Svj3 .navbar-caption {
  font-weight: 500;
}
.cid-tlxBx0Svj3 nav.navbar {
  position: fixed;
}
.cid-tlxBx0Svj3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlxBx0Svj3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlxBx0Svj3 .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tlxBx0Svj3 .dropdown-item:hover,
.cid-tlxBx0Svj3 .dropdown-item:focus {
  background: #a68462 !important;
  color: white !important;
}
.cid-tlxBx0Svj3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlxBx0Svj3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlxBx0Svj3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tlxBx0Svj3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlxBx0Svj3 .nav-link {
  position: relative;
}
.cid-tlxBx0Svj3 .nav-link:hover {
  text-decoration: underline;
  color: #a68462 !important;
}
.cid-tlxBx0Svj3 .container {
  display: flex;
  margin: auto;
}
.cid-tlxBx0Svj3 .dropdown-menu,
.cid-tlxBx0Svj3 .navbar.opened {
  background: rgba(255, 243, 224, 0.9);
}
.cid-tlxBx0Svj3 .nav-item:focus,
.cid-tlxBx0Svj3 .nav-link:focus {
  outline: none;
}
.cid-tlxBx0Svj3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlxBx0Svj3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlxBx0Svj3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlxBx0Svj3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlxBx0Svj3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlxBx0Svj3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlxBx0Svj3 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 243, 224, 0.9);
}
.cid-tlxBx0Svj3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tlxBx0Svj3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlxBx0Svj3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tlxBx0Svj3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlxBx0Svj3 .navbar.collapsed {
  justify-content: center;
}
.cid-tlxBx0Svj3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlxBx0Svj3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlxBx0Svj3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tlxBx0Svj3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlxBx0Svj3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlxBx0Svj3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tlxBx0Svj3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlxBx0Svj3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tlxBx0Svj3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlxBx0Svj3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlxBx0Svj3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlxBx0Svj3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlxBx0Svj3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tlxBx0Svj3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlxBx0Svj3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlxBx0Svj3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlxBx0Svj3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlxBx0Svj3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tlxBx0Svj3 .navbar.navbar-short {
  min-height: 80px;
}
.cid-tlxBx0Svj3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tlxBx0Svj3 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tlxBx0Svj3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlxBx0Svj3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlxBx0Svj3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlxBx0Svj3 .dropdown-item.active,
.cid-tlxBx0Svj3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tlxBx0Svj3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlxBx0Svj3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlxBx0Svj3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlxBx0Svj3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff3e0;
}
.cid-tlxBx0Svj3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlxBx0Svj3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlxBx0Svj3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tlxBx0Svj3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tlxBx0Svj3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9b6938;
}
.cid-tlxBx0Svj3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlxBx0Svj3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlxBx0Svj3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlxBx0Svj3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlxBx0Svj3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlxBx0Svj3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlxBx0Svj3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlxBx0Svj3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlxBx0Svj3 .navbar-dropdown {
  position: fixed;
}
.cid-tlxBx0Svj3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlxBx0Svj3 .navbar {
    height: 70px;
  }
  .cid-tlxBx0Svj3 .navbar.opened {
    height: auto;
  }
  .cid-tlxBx0Svj3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #a68462;
  }
}
.cid-tlxBx1o7kU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img6-1.jpg");
}
.cid-tlxBx1o7kU a:hover {
  background-image: none !important;
}
.cid-tlxBx1o7kU .mbr-section-title {
  text-indent: -0.07em;
  color: #fff3e0;
}
.cid-tlxBx1o7kU .colored-text {
  color: #9b6938 !important;
}
.cid-tlxBx1o7kU .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tlxBx1o7kU .mbr-text {
  color: #ffffff;
}
.cid-tlxCeDJdxY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #414142;
}
.cid-tlxCeDJdxY .colored-text {
  color: #a68462 !important;
}
.cid-tlxCeDJdxY .mbr-section-title {
  color: #ffffff;
}
.cid-tlxCeDJdxY .mbr-section-subtitle {
  color: #fff3e0;
}
.cid-tlxCeDJdxY .mbr-text {
  color: #ffffff;
}
.cid-tlxBx8M9u0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff3e0;
}
.cid-tlxBx8M9u0 .colored-text {
  color: #a68462 !important;
}
.cid-tlxBx8M9u0 .mbr-section-title {
  color: #ffffff;
}
.cid-tlxBx8M9u0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlxBx8M9u0 .mbr-text {
  color: #9b6938;
}
.cid-uI8abSi2De.popup-builder {
  background-color: #ffffff;
}
.cid-uI8abSi2De.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uI8abSi2De.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uI8abSi2De .modal-content,
.cid-uI8abSi2De .modal-dialog {
  border-radius: 20px !important;
  height: auto;
}
.cid-uI8abSi2De .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uI8abSi2De .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uI8abSi2De .form-wrapper .mbr-form .form-group,
  .cid-uI8abSi2De .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uI8abSi2De .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uI8abSi2De .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uI8abSi2De .mbr-text {
  text-align: center;
}
.cid-uI8abSi2De .pt-0 {
  padding-top: 0 !important;
}
.cid-uI8abSi2De .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uI8abSi2De .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uI8abSi2De .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uI8abSi2De .modal-open {
  overflow: hidden;
}
.cid-uI8abSi2De .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uI8abSi2De .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uI8abSi2De .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uI8abSi2De .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uI8abSi2De .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uI8abSi2De .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uI8abSi2De .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uI8abSi2De .modal-content {
  background: #fff3e0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uI8abSi2De .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uI8abSi2De .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uI8abSi2De .modal-backdrop.fade {
  opacity: 0;
}
.cid-uI8abSi2De .modal-backdrop.show {
  opacity: .5;
}
.cid-uI8abSi2De .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uI8abSi2De .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uI8abSi2De .modal-header {
    padding: 1rem;
  }
}
.cid-uI8abSi2De .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uI8abSi2De .modal-header .close svg {
  fill: #353535;
}
.cid-uI8abSi2De .modal-header .close:hover {
  opacity: 1;
}
.cid-uI8abSi2De .modal-header .close:focus {
  outline: none;
}
.cid-uI8abSi2De .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #279313;
}
.cid-uI8abSi2De .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uI8abSi2De .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI8abSi2De .modal-body {
    padding: 1rem;
  }
}
.cid-uI8abSi2De .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uI8abSi2De .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI8abSi2De .modal-footer {
    padding: 1rem;
  }
}
.cid-uI8abSi2De .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uI8abSi2De .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uI8abSi2De .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uI8abSi2De .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uI8abSi2De .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uI8abSi2De .modal-lg,
  .cid-uI8abSi2De .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uI8abSi2De .modal-xl {
    max-width: 1140px;
  }
}
.cid-uI8abSi2De .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uI8abSi2De .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uI8abSi2De .form-group {
  margin-bottom: 1rem;
}
.cid-uI8abSi2De .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uI8abSi2De .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uI8abSi2De .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uI8abSi2De .mbr-section-btn {
  margin: 0;
}
.cid-uI8abSi2De .mbr-section-btn .btn {
  margin: 0;
}
.cid-tlxGmv8Vdi {
  z-index: 1000;
  width: 100%;
}
.cid-tlxGmv8Vdi .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-tlxGmv8Vdi .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-tlxGmv8Vdi .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tlxGmv8Vdi .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tlxGmv8Vdi .navbar-caption {
  font-weight: 500;
}
.cid-tlxGmv8Vdi nav.navbar {
  position: fixed;
}
.cid-tlxGmv8Vdi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlxGmv8Vdi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlxGmv8Vdi .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-tlxGmv8Vdi .dropdown-item:hover,
.cid-tlxGmv8Vdi .dropdown-item:focus {
  background: #a68462 !important;
  color: white !important;
}
.cid-tlxGmv8Vdi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlxGmv8Vdi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlxGmv8Vdi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tlxGmv8Vdi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlxGmv8Vdi .nav-link {
  position: relative;
}
.cid-tlxGmv8Vdi .nav-link:hover {
  text-decoration: underline;
  color: #a68462 !important;
}
.cid-tlxGmv8Vdi .container {
  display: flex;
  margin: auto;
}
.cid-tlxGmv8Vdi .dropdown-menu,
.cid-tlxGmv8Vdi .navbar.opened {
  background: rgba(255, 243, 224, 0.9);
}
.cid-tlxGmv8Vdi .nav-item:focus,
.cid-tlxGmv8Vdi .nav-link:focus {
  outline: none;
}
.cid-tlxGmv8Vdi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlxGmv8Vdi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlxGmv8Vdi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlxGmv8Vdi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlxGmv8Vdi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlxGmv8Vdi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlxGmv8Vdi .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 243, 224, 0.9);
}
.cid-tlxGmv8Vdi .navbar.opened {
  transition: all 0.3s;
}
.cid-tlxGmv8Vdi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlxGmv8Vdi .navbar .navbar-logo img {
  width: auto;
}
.cid-tlxGmv8Vdi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlxGmv8Vdi .navbar.collapsed {
  justify-content: center;
}
.cid-tlxGmv8Vdi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlxGmv8Vdi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlxGmv8Vdi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tlxGmv8Vdi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlxGmv8Vdi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlxGmv8Vdi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tlxGmv8Vdi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlxGmv8Vdi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tlxGmv8Vdi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlxGmv8Vdi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlxGmv8Vdi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlxGmv8Vdi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlxGmv8Vdi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tlxGmv8Vdi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlxGmv8Vdi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlxGmv8Vdi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlxGmv8Vdi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlxGmv8Vdi .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tlxGmv8Vdi .navbar.navbar-short {
  min-height: 80px;
}
.cid-tlxGmv8Vdi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tlxGmv8Vdi .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tlxGmv8Vdi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlxGmv8Vdi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlxGmv8Vdi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlxGmv8Vdi .dropdown-item.active,
.cid-tlxGmv8Vdi .dropdown-item:active {
  background-color: transparent;
}
.cid-tlxGmv8Vdi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlxGmv8Vdi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlxGmv8Vdi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlxGmv8Vdi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff3e0;
}
.cid-tlxGmv8Vdi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlxGmv8Vdi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlxGmv8Vdi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tlxGmv8Vdi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tlxGmv8Vdi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9b6938;
}
.cid-tlxGmv8Vdi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlxGmv8Vdi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlxGmv8Vdi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlxGmv8Vdi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlxGmv8Vdi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlxGmv8Vdi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlxGmv8Vdi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlxGmv8Vdi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlxGmv8Vdi .navbar-dropdown {
  position: fixed;
}
.cid-tlxGmv8Vdi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlxGmv8Vdi .navbar {
    height: 70px;
  }
  .cid-tlxGmv8Vdi .navbar.opened {
    height: auto;
  }
  .cid-tlxGmv8Vdi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #a68462;
  }
}
.cid-tlxGmvopi7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpeg");
}
.cid-tlxGmvopi7 a:hover {
  background-image: none !important;
}
.cid-tlxGmvopi7 .mbr-section-title {
  text-indent: -0.07em;
  color: #fff3e0;
}
.cid-tlxGmvopi7 .colored-text {
  color: #9b6938 !important;
}
.cid-tlxGmvopi7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tlxGmvopi7 .mbr-text {
  color: #ffffff;
}
.cid-tlxGmvD3aM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #414142;
}
.cid-tlxGmvD3aM .colored-text {
  color: #a68462 !important;
}
.cid-tlxGmvD3aM .mbr-section-title {
  color: #ffffff;
}
.cid-tlxGmvD3aM .mbr-section-subtitle {
  color: #fff3e0;
}
.cid-tlxGmvD3aM .mbr-text {
  color: #ffffff;
}
.cid-tlxGmvResh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff3e0;
}
.cid-tlxGmvResh .colored-text {
  color: #a68462 !important;
}
.cid-tlxGmvResh .mbr-section-title {
  color: #ffffff;
}
.cid-tlxGmvResh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlxGmvResh .mbr-text {
  color: #9b6938;
}
.cid-uI8abTknh0.popup-builder {
  background-color: #ffffff;
}
.cid-uI8abTknh0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uI8abTknh0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uI8abTknh0 .modal-content,
.cid-uI8abTknh0 .modal-dialog {
  border-radius: 20px !important;
  height: auto;
}
.cid-uI8abTknh0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uI8abTknh0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uI8abTknh0 .form-wrapper .mbr-form .form-group,
  .cid-uI8abTknh0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uI8abTknh0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uI8abTknh0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uI8abTknh0 .mbr-text {
  text-align: center;
}
.cid-uI8abTknh0 .pt-0 {
  padding-top: 0 !important;
}
.cid-uI8abTknh0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uI8abTknh0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uI8abTknh0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uI8abTknh0 .modal-open {
  overflow: hidden;
}
.cid-uI8abTknh0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uI8abTknh0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uI8abTknh0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uI8abTknh0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uI8abTknh0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uI8abTknh0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uI8abTknh0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uI8abTknh0 .modal-content {
  background: #fff3e0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uI8abTknh0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uI8abTknh0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uI8abTknh0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uI8abTknh0 .modal-backdrop.show {
  opacity: .5;
}
.cid-uI8abTknh0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uI8abTknh0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uI8abTknh0 .modal-header {
    padding: 1rem;
  }
}
.cid-uI8abTknh0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uI8abTknh0 .modal-header .close svg {
  fill: #353535;
}
.cid-uI8abTknh0 .modal-header .close:hover {
  opacity: 1;
}
.cid-uI8abTknh0 .modal-header .close:focus {
  outline: none;
}
.cid-uI8abTknh0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #279313;
}
.cid-uI8abTknh0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uI8abTknh0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI8abTknh0 .modal-body {
    padding: 1rem;
  }
}
.cid-uI8abTknh0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uI8abTknh0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI8abTknh0 .modal-footer {
    padding: 1rem;
  }
}
.cid-uI8abTknh0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uI8abTknh0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uI8abTknh0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uI8abTknh0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uI8abTknh0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uI8abTknh0 .modal-lg,
  .cid-uI8abTknh0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uI8abTknh0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uI8abTknh0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uI8abTknh0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uI8abTknh0 .form-group {
  margin-bottom: 1rem;
}
.cid-uI8abTknh0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uI8abTknh0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uI8abTknh0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uI8abTknh0 .mbr-section-btn {
  margin: 0;
}
.cid-uI8abTknh0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-trXqInVXof {
  z-index: 1000;
  width: 100%;
}
.cid-trXqInVXof .colored-text {
  color: #a68462 !important;
}
@media (min-width: 992px) {
  .cid-trXqInVXof .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-trXqInVXof .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-trXqInVXof .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-trXqInVXof .navbar-caption {
  font-weight: 500;
}
.cid-trXqInVXof nav.navbar {
  position: fixed;
}
.cid-trXqInVXof .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trXqInVXof .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trXqInVXof .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-trXqInVXof .dropdown-item:hover,
.cid-trXqInVXof .dropdown-item:focus {
  background: #a68462 !important;
  color: white !important;
}
.cid-trXqInVXof .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trXqInVXof .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trXqInVXof .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trXqInVXof .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trXqInVXof .nav-link {
  position: relative;
}
.cid-trXqInVXof .nav-link:hover {
  text-decoration: underline;
  color: #a68462 !important;
}
.cid-trXqInVXof .container {
  display: flex;
  margin: auto;
}
.cid-trXqInVXof .dropdown-menu,
.cid-trXqInVXof .navbar.opened {
  background: rgba(255, 243, 224, 0.9);
}
.cid-trXqInVXof .nav-item:focus,
.cid-trXqInVXof .nav-link:focus {
  outline: none;
}
.cid-trXqInVXof .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trXqInVXof .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trXqInVXof .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trXqInVXof .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trXqInVXof .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trXqInVXof .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trXqInVXof .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 243, 224, 0.9);
}
.cid-trXqInVXof .navbar.opened {
  transition: all 0.3s;
}
.cid-trXqInVXof .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trXqInVXof .navbar .navbar-logo img {
  width: auto;
}
.cid-trXqInVXof .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trXqInVXof .navbar.collapsed {
  justify-content: center;
}
.cid-trXqInVXof .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trXqInVXof .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trXqInVXof .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-trXqInVXof .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trXqInVXof .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trXqInVXof .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-trXqInVXof .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trXqInVXof .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-trXqInVXof .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trXqInVXof .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trXqInVXof .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trXqInVXof .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trXqInVXof .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-trXqInVXof .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trXqInVXof .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trXqInVXof .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trXqInVXof .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trXqInVXof .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-trXqInVXof .navbar.navbar-short {
  min-height: 80px;
}
.cid-trXqInVXof .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trXqInVXof .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-trXqInVXof .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trXqInVXof .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trXqInVXof .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trXqInVXof .dropdown-item.active,
.cid-trXqInVXof .dropdown-item:active {
  background-color: transparent;
}
.cid-trXqInVXof .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trXqInVXof .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trXqInVXof .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trXqInVXof .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff3e0;
}
.cid-trXqInVXof .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trXqInVXof .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trXqInVXof ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trXqInVXof button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trXqInVXof button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #9b6938;
}
.cid-trXqInVXof button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trXqInVXof button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trXqInVXof button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trXqInVXof button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trXqInVXof nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trXqInVXof nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trXqInVXof nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trXqInVXof nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trXqInVXof .navbar-dropdown {
  position: fixed;
}
.cid-trXqInVXof a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trXqInVXof .navbar {
    height: 70px;
  }
  .cid-trXqInVXof .navbar.opened {
    height: auto;
  }
  .cid-trXqInVXof .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    color: #a68462;
  }
}
.cid-trXqIob9zJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img6-1.jpg");
}
.cid-trXqIob9zJ a:hover {
  background-image: none !important;
}
.cid-trXqIob9zJ .mbr-section-title {
  text-indent: -0.07em;
  color: #fff3e0;
}
.cid-trXqIob9zJ .colored-text {
  color: #9b6938 !important;
}
.cid-trXqIob9zJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-trXqIob9zJ .mbr-text {
  color: #ffffff;
}
.cid-tDumG3GHqR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #414142;
}
.cid-tDumG3GHqR a:hover {
  background-image: none !important;
}
.cid-tDumG3GHqR .colored-text {
  color: #a68462 !important;
}
.cid-tDumG3GHqR .mbr-section-title {
  color: #ffffff;
}
.cid-tDumG3GHqR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDumG3GHqR .mbr-text {
  color: #ffffff;
}
.cid-trXt2y0a1L {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #414142;
}
.cid-trXt2y0a1L .card {
  padding-top: 30px;
  background: none;
  border-radius: 0;
}
.cid-trXt2y0a1L .item-wrapper {
  transition: all .3s;
}
.cid-trXt2y0a1L .mbr-text {
  font-weight: 700;
}
.cid-trXt2y0a1L .features-image {
  padding-top: 65px;
}
.cid-trXt2y0a1L .features-image:first-child {
  padding-top: 0px;
}
.cid-trXt2y0a1L .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-trXt2y0a1L .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-trXt2y0a1L .features-image {
    padding-top: 65px;
  }
  .cid-trXt2y0a1L .features-image:first-child {
    padding-top: 0px;
  }
  .cid-trXt2y0a1L .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-trXt2y0a1L .features-image:nth-child(3) {
    padding-top: 65px;
  }
}
@media (max-width: 574px) {
  .cid-trXt2y0a1L .features-image {
    padding-top: 65px;
  }
  .cid-trXt2y0a1L .features-image:first-child {
    padding-top: 0px;
  }
  .cid-trXt2y0a1L .features-image:nth-child(2) {
    padding-top: 65px;
  }
  .cid-trXt2y0a1L .features-image:nth-child(3) {
    padding-top: 65px;
  }
}
.cid-trXt2y0a1L .col-12:hover .item-wrapper {
  box-shadow: 0 10px 30px 0 rgba(189, 189, 189, 0.35);
  transform: translateY(-6px);
  transition: all .3s;
}
.cid-trXt2y0a1L .desc1,
.cid-trXt2y0a1L .iconfont-wrapper {
  text-align: left;
}
.cid-trXqIoGrAs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff3e0;
}
.cid-trXqIoGrAs .colored-text {
  color: #a68462 !important;
}
.cid-trXqIoGrAs .mbr-section-title {
  color: #ffffff;
}
.cid-trXqIoGrAs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trXqIoGrAs .mbr-text {
  color: #9b6938;
}
.cid-uI8abSVAd6.popup-builder {
  background-color: #ffffff;
}
.cid-uI8abSVAd6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uI8abSVAd6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uI8abSVAd6 .modal-content,
.cid-uI8abSVAd6 .modal-dialog {
  border-radius: 20px !important;
  height: auto;
}
.cid-uI8abSVAd6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uI8abSVAd6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uI8abSVAd6 .form-wrapper .mbr-form .form-group,
  .cid-uI8abSVAd6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uI8abSVAd6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uI8abSVAd6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uI8abSVAd6 .mbr-text {
  text-align: center;
}
.cid-uI8abSVAd6 .pt-0 {
  padding-top: 0 !important;
}
.cid-uI8abSVAd6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uI8abSVAd6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uI8abSVAd6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uI8abSVAd6 .modal-open {
  overflow: hidden;
}
.cid-uI8abSVAd6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uI8abSVAd6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uI8abSVAd6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uI8abSVAd6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uI8abSVAd6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uI8abSVAd6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uI8abSVAd6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uI8abSVAd6 .modal-content {
  background: #fff3e0;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uI8abSVAd6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uI8abSVAd6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uI8abSVAd6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uI8abSVAd6 .modal-backdrop.show {
  opacity: .5;
}
.cid-uI8abSVAd6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uI8abSVAd6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uI8abSVAd6 .modal-header {
    padding: 1rem;
  }
}
.cid-uI8abSVAd6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uI8abSVAd6 .modal-header .close svg {
  fill: #353535;
}
.cid-uI8abSVAd6 .modal-header .close:hover {
  opacity: 1;
}
.cid-uI8abSVAd6 .modal-header .close:focus {
  outline: none;
}
.cid-uI8abSVAd6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #279313;
}
.cid-uI8abSVAd6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uI8abSVAd6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI8abSVAd6 .modal-body {
    padding: 1rem;
  }
}
.cid-uI8abSVAd6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uI8abSVAd6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI8abSVAd6 .modal-footer {
    padding: 1rem;
  }
}
.cid-uI8abSVAd6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uI8abSVAd6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uI8abSVAd6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uI8abSVAd6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uI8abSVAd6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uI8abSVAd6 .modal-lg,
  .cid-uI8abSVAd6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uI8abSVAd6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uI8abSVAd6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uI8abSVAd6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uI8abSVAd6 .form-group {
  margin-bottom: 1rem;
}
.cid-uI8abSVAd6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uI8abSVAd6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uI8abSVAd6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uI8abSVAd6 .mbr-section-btn {
  margin: 0;
}
.cid-uI8abSVAd6 .mbr-section-btn .btn {
  margin: 0;
}
