body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'PT Serif', serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'PT Serif', serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'PT Serif', serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'PT Serif', serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'PT Serif', serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #eddfc8 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #4f3d2d !important;
}
.bg-warning {
  background-color: #d3a04c !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #eddfc8 !important;
  border-color: #eddfc8 !important;
  color: #89662d !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #89662d !important;
  background-color: #dabd8e !important;
  border-color: #dabd8e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #89662d !important;
  background-color: #dabd8e !important;
  border-color: #dabd8e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4f3d2d !important;
  border-color: #4f3d2d !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1e1711 !important;
  border-color: #1e1711 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1e1711 !important;
  border-color: #1e1711 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d3a04c !important;
  border-color: #d3a04c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a9792a !important;
  border-color: #a9792a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a9792a !important;
  border-color: #a9792a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d4b27b;
  color: #d4b27b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #89662d;
  background-color: #eddfc8;
  border-color: #eddfc8;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #89662d !important;
  background-color: #eddfc8 !important;
  border-color: #eddfc8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0e0b08;
  color: #0e0b08;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #4f3d2d;
  border-color: #4f3d2d;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4f3d2d !important;
  border-color: #4f3d2d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #946a25;
  color: #946a25;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d3a04c;
  border-color: #d3a04c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d3a04c !important;
  border-color: #d3a04c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #eddfc8 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #4f3d2d !important;
}
.text-warning {
  color: #d3a04c !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d4b27b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0e0b08 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #946a25 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4f3d2d;
}
.alert-warning {
  background-color: #d3a04c;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #eddfc8;
  border-color: #eddfc8;
  color: #9c7533;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #eddfc8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c6af9b;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbf7f0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'PT Serif', serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #eddfc8;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #eddfc8;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #eddfc8;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #eddfc8;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #eddfc8;
  border-bottom-color: #eddfc8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #eddfc8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23eddfc8' %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.3;
}
.cid-qIk1TkhjPB .navbar {
  background: #eddfc8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qIk1TkhjPB .navbar-dropdown.bg-color.transparent.opened {
  background: #eddfc8;
}
.cid-qIk1TkhjPB a {
  font-style: normal;
}
.cid-qIk1TkhjPB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qIk1TkhjPB .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qIk1TkhjPB .nav-item:focus,
.cid-qIk1TkhjPB .nav-link:focus {
  outline: none;
}
.cid-qIk1TkhjPB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qIk1TkhjPB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qIk1TkhjPB .menu-logo {
  margin-right: auto;
}
.cid-qIk1TkhjPB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qIk1TkhjPB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qIk1TkhjPB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qIk1TkhjPB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qIk1TkhjPB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qIk1TkhjPB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qIk1TkhjPB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qIk1TkhjPB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qIk1TkhjPB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qIk1TkhjPB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qIk1TkhjPB .dropdown .dropdown-menu {
  background: #eddfc8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qIk1TkhjPB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qIk1TkhjPB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qIk1TkhjPB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qIk1TkhjPB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qIk1TkhjPB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qIk1TkhjPB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qIk1TkhjPB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qIk1TkhjPB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qIk1TkhjPB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qIk1TkhjPB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qIk1TkhjPB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qIk1TkhjPB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qIk1TkhjPB button.navbar-toggler:focus {
  outline: none;
}
.cid-qIk1TkhjPB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qIk1TkhjPB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qIk1TkhjPB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qIk1TkhjPB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qIk1TkhjPB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qIk1TkhjPB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIk1TkhjPB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qIk1TkhjPB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qIk1TkhjPB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIk1TkhjPB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qIk1TkhjPB .collapsed .btn {
  display: flex;
}
.cid-qIk1TkhjPB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qIk1TkhjPB .collapsed .navbar-collapse.collapsing,
.cid-qIk1TkhjPB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qIk1TkhjPB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qIk1TkhjPB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qIk1TkhjPB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qIk1TkhjPB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qIk1TkhjPB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qIk1TkhjPB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qIk1TkhjPB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qIk1TkhjPB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qIk1TkhjPB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qIk1TkhjPB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qIk1TkhjPB .collapsed button.navbar-toggler {
  display: block;
}
.cid-qIk1TkhjPB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qIk1TkhjPB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qIk1TkhjPB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qIk1TkhjPB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qIk1TkhjPB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qIk1TkhjPB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qIk1TkhjPB.navbar-expand {
    flex-direction: column;
  }
  .cid-qIk1TkhjPB img {
    height: 3.8rem !important;
  }
  .cid-qIk1TkhjPB .btn {
    display: flex;
  }
  .cid-qIk1TkhjPB button.navbar-toggler {
    display: block;
  }
  .cid-qIk1TkhjPB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qIk1TkhjPB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qIk1TkhjPB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qIk1TkhjPB .navbar-collapse.collapsing,
  .cid-qIk1TkhjPB .navbar-collapse.show {
    display: block !important;
  }
  .cid-qIk1TkhjPB .navbar-collapse.collapsing .navbar-nav,
  .cid-qIk1TkhjPB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qIk1TkhjPB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qIk1TkhjPB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qIk1TkhjPB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qIk1TkhjPB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qIk1TkhjPB .navbar-collapse.collapsing .navbar-buttons,
  .cid-qIk1TkhjPB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qIk1TkhjPB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qIk1TkhjPB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qIk1TkhjPB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qIk1TkhjPB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qIk1TkhjPB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qIk1TkhjPB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qIk1TkhjPB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qIk1TkhjPB .navbar-collapse {
  flex-basis: auto;
}
.cid-qIk1TkhjPB .nav-link:hover,
.cid-qIk1TkhjPB .dropdown-item:hover {
  color: #533d29 !important;
}
.cid-qIST7iXOz9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qIST7iXOz9 .mbr-section-subtitle {
  color: #767676;
}
.cid-qIST7iXOz9 H2 {
  color: #533d29;
  text-align: center;
}
.cid-qIST806QOm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qIST806QOm .line {
  background-color: #e1cdad;
  color: #e1cdad;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qIST806QOm .section-text {
  padding: 2rem 0;
  color: #533d29;
}
.cid-qIST806QOm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qIST806QOm .inner-container {
    width: 100% !important;
  }
}
.cid-qISTcyoneN {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qISTcyoneN .mbr-text,
.cid-qISTcyoneN blockquote {
  color: #767676;
}
.cid-qISTcyoneN .mbr-text P {
  color: #533d29;
}
.cid-qISTcyoneN .mbr-text DIV {
  color: #533d29;
}
.cid-qISXRKwccB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e1cdad;
}
.cid-qISXRKwccB .mbr-section-subtitle {
  color: #767676;
}
.cid-qISXRKwccB H2 {
  color: #533d29;
}
.cid-qISXXhQ6Hq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e1cdad;
}
.cid-qISXXhQ6Hq .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qISXXhQ6Hq .section-text {
  padding: 2rem 0;
  color: #533d29;
}
.cid-qISXXhQ6Hq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qISXXhQ6Hq .inner-container {
    width: 100% !important;
  }
}
.cid-qISY1SgDz1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1cdad;
}
.cid-qISY1SgDz1 .mbr-text,
.cid-qISY1SgDz1 blockquote {
  color: #767676;
}
.cid-qISY1SgDz1 .mbr-text P {
  color: #533d29;
}
.cid-qISYoLagdP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #533d29;
}
.cid-qKobtkNe7r .navbar {
  background: #eddfc8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKobtkNe7r .navbar-dropdown.bg-color.transparent.opened {
  background: #eddfc8;
}
.cid-qKobtkNe7r a {
  font-style: normal;
}
.cid-qKobtkNe7r .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKobtkNe7r .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKobtkNe7r .nav-item:focus,
.cid-qKobtkNe7r .nav-link:focus {
  outline: none;
}
.cid-qKobtkNe7r .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKobtkNe7r .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKobtkNe7r .menu-logo {
  margin-right: auto;
}
.cid-qKobtkNe7r .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKobtkNe7r .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKobtkNe7r .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKobtkNe7r .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKobtkNe7r .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKobtkNe7r .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKobtkNe7r .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKobtkNe7r .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKobtkNe7r .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKobtkNe7r .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKobtkNe7r .dropdown .dropdown-menu {
  background: #eddfc8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKobtkNe7r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKobtkNe7r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKobtkNe7r .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKobtkNe7r .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKobtkNe7r .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qKobtkNe7r .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKobtkNe7r .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKobtkNe7r .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKobtkNe7r .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKobtkNe7r .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKobtkNe7r .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKobtkNe7r button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKobtkNe7r button.navbar-toggler:focus {
  outline: none;
}
.cid-qKobtkNe7r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKobtkNe7r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKobtkNe7r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKobtkNe7r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKobtkNe7r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKobtkNe7r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKobtkNe7r nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKobtkNe7r nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKobtkNe7r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKobtkNe7r .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKobtkNe7r .collapsed .btn {
  display: flex;
}
.cid-qKobtkNe7r .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKobtkNe7r .collapsed .navbar-collapse.collapsing,
.cid-qKobtkNe7r .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKobtkNe7r .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKobtkNe7r .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKobtkNe7r .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKobtkNe7r .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKobtkNe7r .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKobtkNe7r .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKobtkNe7r .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKobtkNe7r .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKobtkNe7r .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKobtkNe7r .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKobtkNe7r .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKobtkNe7r .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKobtkNe7r .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKobtkNe7r .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qKobtkNe7r .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKobtkNe7r .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKobtkNe7r .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qKobtkNe7r.navbar-expand {
    flex-direction: column;
  }
  .cid-qKobtkNe7r img {
    height: 3.8rem !important;
  }
  .cid-qKobtkNe7r .btn {
    display: flex;
  }
  .cid-qKobtkNe7r button.navbar-toggler {
    display: block;
  }
  .cid-qKobtkNe7r .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKobtkNe7r .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKobtkNe7r .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKobtkNe7r .navbar-collapse.collapsing,
  .cid-qKobtkNe7r .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKobtkNe7r .navbar-collapse.collapsing .navbar-nav,
  .cid-qKobtkNe7r .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKobtkNe7r .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKobtkNe7r .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKobtkNe7r .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKobtkNe7r .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKobtkNe7r .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKobtkNe7r .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKobtkNe7r .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKobtkNe7r .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKobtkNe7r .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qKobtkNe7r .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKobtkNe7r .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKobtkNe7r .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qKobtkNe7r .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKobtkNe7r .navbar-collapse {
  flex-basis: auto;
}
.cid-qKobtkNe7r .nav-link:hover,
.cid-qKobtkNe7r .dropdown-item:hover {
  color: #533d29 !important;
}
.cid-qKobtlo9Lv {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKobtlo9Lv .mbr-text,
.cid-qKobtlo9Lv blockquote {
  color: #767676;
}
.cid-qKobWYX9Uv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qKobWYX9Uv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qKobWYX9Uv .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qKobWYX9Uv .mbr-text {
    text-align: center;
  }
}
.cid-qKobWYX9Uv H1 {
  color: #533d29;
}
.cid-qKobWYX9Uv .mbr-text,
.cid-qKobWYX9Uv .mbr-section-btn {
  color: #4f3d2d;
}
.cid-qKobtmFJW1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKobtmFJW1 .line {
  background-color: #e1cdad;
  color: #e1cdad;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qKobtmFJW1 .section-text {
  padding: 2rem 0;
  color: #533d29;
}
.cid-qKobtmFJW1 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qKobtmFJW1 .inner-container {
    width: 100% !important;
  }
}
.cid-qKodsVeqI1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qKodsVeqI1 .counter-container {
  color: #767676;
}
.cid-qKodsVeqI1 .counter-container ul {
  margin-bottom: 0;
}
.cid-qKodsVeqI1 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qKodsVeqI1 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #533d29;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-qKodsVeqI1 .mbr-text UL {
  color: #533d29;
}
.cid-qKoe9D5sL8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKoe9D5sL8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qKoe9D5sL8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qKoe9D5sL8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qKoe9D5sL8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qKoe9D5sL8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qKoe9D5sL8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qKoe9D5sL8 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qKoe9D5sL8 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qKoe9D5sL8 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qKobtoh4Si {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1cdad;
}
.cid-qKobtoh4Si .mbr-text,
.cid-qKobtoh4Si blockquote {
  color: #767676;
}
.cid-qKobtoh4Si .mbr-text P {
  color: #533d29;
}
.cid-qKobtoFzK6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #533d29;
}
.cid-qKog1FqfEb .navbar {
  background: #eddfc8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKog1FqfEb .navbar-dropdown.bg-color.transparent.opened {
  background: #eddfc8;
}
.cid-qKog1FqfEb a {
  font-style: normal;
}
.cid-qKog1FqfEb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKog1FqfEb .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKog1FqfEb .nav-item:focus,
.cid-qKog1FqfEb .nav-link:focus {
  outline: none;
}
.cid-qKog1FqfEb .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKog1FqfEb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKog1FqfEb .menu-logo {
  margin-right: auto;
}
.cid-qKog1FqfEb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKog1FqfEb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKog1FqfEb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKog1FqfEb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKog1FqfEb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKog1FqfEb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKog1FqfEb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKog1FqfEb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKog1FqfEb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKog1FqfEb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKog1FqfEb .dropdown .dropdown-menu {
  background: #eddfc8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKog1FqfEb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKog1FqfEb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKog1FqfEb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKog1FqfEb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKog1FqfEb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qKog1FqfEb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKog1FqfEb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKog1FqfEb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKog1FqfEb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKog1FqfEb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKog1FqfEb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKog1FqfEb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKog1FqfEb button.navbar-toggler:focus {
  outline: none;
}
.cid-qKog1FqfEb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKog1FqfEb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKog1FqfEb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKog1FqfEb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKog1FqfEb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKog1FqfEb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKog1FqfEb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKog1FqfEb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKog1FqfEb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKog1FqfEb .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKog1FqfEb .collapsed .btn {
  display: flex;
}
.cid-qKog1FqfEb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKog1FqfEb .collapsed .navbar-collapse.collapsing,
.cid-qKog1FqfEb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKog1FqfEb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKog1FqfEb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKog1FqfEb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKog1FqfEb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKog1FqfEb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKog1FqfEb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKog1FqfEb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKog1FqfEb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKog1FqfEb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKog1FqfEb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKog1FqfEb .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKog1FqfEb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKog1FqfEb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKog1FqfEb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qKog1FqfEb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKog1FqfEb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKog1FqfEb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qKog1FqfEb.navbar-expand {
    flex-direction: column;
  }
  .cid-qKog1FqfEb img {
    height: 3.8rem !important;
  }
  .cid-qKog1FqfEb .btn {
    display: flex;
  }
  .cid-qKog1FqfEb button.navbar-toggler {
    display: block;
  }
  .cid-qKog1FqfEb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKog1FqfEb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKog1FqfEb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKog1FqfEb .navbar-collapse.collapsing,
  .cid-qKog1FqfEb .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKog1FqfEb .navbar-collapse.collapsing .navbar-nav,
  .cid-qKog1FqfEb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKog1FqfEb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKog1FqfEb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKog1FqfEb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKog1FqfEb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKog1FqfEb .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKog1FqfEb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKog1FqfEb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKog1FqfEb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKog1FqfEb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qKog1FqfEb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKog1FqfEb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKog1FqfEb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qKog1FqfEb .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKog1FqfEb .navbar-collapse {
  flex-basis: auto;
}
.cid-qKog1FqfEb .nav-link:hover,
.cid-qKog1FqfEb .dropdown-item:hover {
  color: #533d29 !important;
}
.cid-qKog1G3dnT {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKog1G3dnT .mbr-text,
.cid-qKog1G3dnT blockquote {
  color: #767676;
}
.cid-qKog1GoJPq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qKog1GoJPq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qKog1GoJPq .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qKog1GoJPq .mbr-text {
    text-align: center;
  }
}
.cid-qKog1GoJPq H1 {
  color: #533d29;
}
.cid-qKog1GoJPq .mbr-text,
.cid-qKog1GoJPq .mbr-section-btn {
  color: #4f3d2d;
}
.cid-qKog1H5nbA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKog1H5nbA .line {
  background-color: #e1cdad;
  color: #e1cdad;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qKog1H5nbA .section-text {
  padding: 2rem 0;
  color: #533d29;
}
.cid-qKog1H5nbA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qKog1H5nbA .inner-container {
    width: 100% !important;
  }
}
.cid-qKog1HvlUv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKog1HvlUv .counter-container {
  color: #767676;
}
.cid-qKog1HvlUv .counter-container ul {
  margin-bottom: 0;
}
.cid-qKog1HvlUv .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-qKog1HvlUv .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #533d29;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-qKog1HvlUv .mbr-text UL {
  color: #533d29;
}
.cid-qKog1HZN2u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKog1HZN2u .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qKog1HZN2u .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qKog1HZN2u .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qKog1HZN2u .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qKog1HZN2u .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qKog1HZN2u .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qKog1HZN2u .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qKog1HZN2u .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qKog1HZN2u .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qKog1IPAfs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1cdad;
}
.cid-qKog1IPAfs .mbr-text,
.cid-qKog1IPAfs blockquote {
  color: #767676;
}
.cid-qKog1IPAfs .mbr-text P {
  color: #533d29;
}
.cid-qKog1JeKPo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #533d29;
}
.cid-qKoj65ySx0 .navbar {
  background: #eddfc8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKoj65ySx0 .navbar-dropdown.bg-color.transparent.opened {
  background: #eddfc8;
}
.cid-qKoj65ySx0 a {
  font-style: normal;
}
.cid-qKoj65ySx0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKoj65ySx0 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKoj65ySx0 .nav-item:focus,
.cid-qKoj65ySx0 .nav-link:focus {
  outline: none;
}
.cid-qKoj65ySx0 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKoj65ySx0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKoj65ySx0 .menu-logo {
  margin-right: auto;
}
.cid-qKoj65ySx0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKoj65ySx0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKoj65ySx0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKoj65ySx0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKoj65ySx0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKoj65ySx0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKoj65ySx0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKoj65ySx0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKoj65ySx0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKoj65ySx0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKoj65ySx0 .dropdown .dropdown-menu {
  background: #eddfc8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKoj65ySx0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKoj65ySx0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKoj65ySx0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKoj65ySx0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKoj65ySx0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qKoj65ySx0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKoj65ySx0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKoj65ySx0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKoj65ySx0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKoj65ySx0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKoj65ySx0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKoj65ySx0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKoj65ySx0 button.navbar-toggler:focus {
  outline: none;
}
.cid-qKoj65ySx0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKoj65ySx0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKoj65ySx0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKoj65ySx0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKoj65ySx0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKoj65ySx0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKoj65ySx0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKoj65ySx0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKoj65ySx0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKoj65ySx0 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKoj65ySx0 .collapsed .btn {
  display: flex;
}
.cid-qKoj65ySx0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKoj65ySx0 .collapsed .navbar-collapse.collapsing,
.cid-qKoj65ySx0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKoj65ySx0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKoj65ySx0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKoj65ySx0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKoj65ySx0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKoj65ySx0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKoj65ySx0 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKoj65ySx0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKoj65ySx0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKoj65ySx0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKoj65ySx0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKoj65ySx0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKoj65ySx0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKoj65ySx0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKoj65ySx0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qKoj65ySx0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKoj65ySx0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKoj65ySx0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qKoj65ySx0.navbar-expand {
    flex-direction: column;
  }
  .cid-qKoj65ySx0 img {
    height: 3.8rem !important;
  }
  .cid-qKoj65ySx0 .btn {
    display: flex;
  }
  .cid-qKoj65ySx0 button.navbar-toggler {
    display: block;
  }
  .cid-qKoj65ySx0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKoj65ySx0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKoj65ySx0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKoj65ySx0 .navbar-collapse.collapsing,
  .cid-qKoj65ySx0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKoj65ySx0 .navbar-collapse.collapsing .navbar-nav,
  .cid-qKoj65ySx0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKoj65ySx0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKoj65ySx0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKoj65ySx0 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKoj65ySx0 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKoj65ySx0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKoj65ySx0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKoj65ySx0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKoj65ySx0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKoj65ySx0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qKoj65ySx0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKoj65ySx0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKoj65ySx0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qKoj65ySx0 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKoj65ySx0 .navbar-collapse {
  flex-basis: auto;
}
.cid-qKoj65ySx0 .nav-link:hover,
.cid-qKoj65ySx0 .dropdown-item:hover {
  color: #533d29 !important;
}
.cid-qKoj669mLm {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKoj669mLm .mbr-text,
.cid-qKoj669mLm blockquote {
  color: #767676;
}
.cid-qKoj66yflj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qKoj66yflj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qKoj66yflj .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qKoj66yflj .mbr-text {
    text-align: center;
  }
}
.cid-qKoj66yflj H1 {
  color: #533d29;
}
.cid-qKoj66yflj .mbr-text,
.cid-qKoj66yflj .mbr-section-btn {
  color: #4f3d2d;
}
.cid-qKoj67aC0l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKoj67aC0l .line {
  background-color: #e1cdad;
  color: #e1cdad;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qKoj67aC0l .section-text {
  padding: 2rem 0;
  color: #533d29;
}
.cid-qKoj67aC0l .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qKoj67aC0l .inner-container {
    width: 100% !important;
  }
}
.cid-qKomX8ZbtK {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qKomX8ZbtK .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qKomX8ZbtK .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-qKomX8ZbtK .mbr-text {
  color: #533d29;
  text-align: left;
}
.cid-qKooiAIRBt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #4f3d2d;
}
.cid-qKooiAIRBt h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qKooiAIRBt p {
  color: #767676;
  text-align: left;
}
.cid-qKooiAIRBt .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-qKooiAIRBt .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qKooiAIRBt .card-title {
  margin-bottom: 0;
}
.cid-qKooiAIRBt .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qKooiAIRBt .media {
  margin: initial;
  align-items: center;
}
@media (max-width: 300px) {
  .cid-qKooiAIRBt .card-img span {
    font-size: 40px !important;
  }
}
.cid-qKooiAIRBt P {
  color: #ffffff;
}
.cid-qKoqbaAPPF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qKoqbaAPPF h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qKoqbaAPPF p {
  color: #767676;
  text-align: left;
}
.cid-qKoqbaAPPF .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-qKoqbaAPPF .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qKoqbaAPPF .card-title {
  margin-bottom: 0;
}
.cid-qKoqbaAPPF .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qKoqbaAPPF .media {
  margin: initial;
  align-items: center;
}
@media (max-width: 300px) {
  .cid-qKoqbaAPPF .card-img span {
    font-size: 40px !important;
  }
}
.cid-qKoqbaAPPF P {
  color: #533d29;
}
.cid-qKoj6861gq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKoj6861gq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qKoj6861gq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qKoj6861gq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qKoj6861gq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qKoj6861gq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qKoj6861gq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qKoj6861gq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qKoj6861gq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qKoj6861gq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qKoj68KvQC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1cdad;
}
.cid-qKoj68KvQC .mbr-text,
.cid-qKoj68KvQC blockquote {
  color: #767676;
}
.cid-qKoj68KvQC .mbr-text P {
  color: #533d29;
}
.cid-qKoj69es7H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #533d29;
}
.cid-qKot7BONzy .navbar {
  background: #eddfc8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKot7BONzy .navbar-dropdown.bg-color.transparent.opened {
  background: #eddfc8;
}
.cid-qKot7BONzy a {
  font-style: normal;
}
.cid-qKot7BONzy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKot7BONzy .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKot7BONzy .nav-item:focus,
.cid-qKot7BONzy .nav-link:focus {
  outline: none;
}
.cid-qKot7BONzy .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKot7BONzy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKot7BONzy .menu-logo {
  margin-right: auto;
}
.cid-qKot7BONzy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKot7BONzy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKot7BONzy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKot7BONzy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKot7BONzy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKot7BONzy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKot7BONzy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKot7BONzy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKot7BONzy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKot7BONzy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKot7BONzy .dropdown .dropdown-menu {
  background: #eddfc8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKot7BONzy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKot7BONzy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKot7BONzy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKot7BONzy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKot7BONzy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qKot7BONzy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKot7BONzy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKot7BONzy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKot7BONzy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKot7BONzy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKot7BONzy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKot7BONzy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKot7BONzy button.navbar-toggler:focus {
  outline: none;
}
.cid-qKot7BONzy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKot7BONzy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKot7BONzy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKot7BONzy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKot7BONzy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKot7BONzy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKot7BONzy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKot7BONzy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKot7BONzy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKot7BONzy .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKot7BONzy .collapsed .btn {
  display: flex;
}
.cid-qKot7BONzy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKot7BONzy .collapsed .navbar-collapse.collapsing,
.cid-qKot7BONzy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKot7BONzy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKot7BONzy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKot7BONzy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKot7BONzy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKot7BONzy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKot7BONzy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKot7BONzy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKot7BONzy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKot7BONzy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKot7BONzy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKot7BONzy .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKot7BONzy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKot7BONzy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKot7BONzy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qKot7BONzy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKot7BONzy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKot7BONzy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qKot7BONzy.navbar-expand {
    flex-direction: column;
  }
  .cid-qKot7BONzy img {
    height: 3.8rem !important;
  }
  .cid-qKot7BONzy .btn {
    display: flex;
  }
  .cid-qKot7BONzy button.navbar-toggler {
    display: block;
  }
  .cid-qKot7BONzy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKot7BONzy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKot7BONzy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKot7BONzy .navbar-collapse.collapsing,
  .cid-qKot7BONzy .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKot7BONzy .navbar-collapse.collapsing .navbar-nav,
  .cid-qKot7BONzy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKot7BONzy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKot7BONzy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKot7BONzy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKot7BONzy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKot7BONzy .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKot7BONzy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKot7BONzy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKot7BONzy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKot7BONzy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qKot7BONzy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKot7BONzy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKot7BONzy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qKot7BONzy .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKot7BONzy .navbar-collapse {
  flex-basis: auto;
}
.cid-qKot7BONzy .nav-link:hover,
.cid-qKot7BONzy .dropdown-item:hover {
  color: #533d29 !important;
}
.cid-qKot7CuvOE {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKot7CuvOE .mbr-text,
.cid-qKot7CuvOE blockquote {
  color: #767676;
}
.cid-qKot7CRp3i {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qKot7CRp3i .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qKot7CRp3i .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qKot7CRp3i .mbr-text {
    text-align: center;
  }
}
.cid-qKot7CRp3i H1 {
  color: #533d29;
}
.cid-qKot7CRp3i .mbr-text,
.cid-qKot7CRp3i .mbr-section-btn {
  color: #4f3d2d;
}
.cid-qKot7DwRkt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKot7DwRkt .line {
  background-color: #e1cdad;
  color: #e1cdad;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qKot7DwRkt .section-text {
  padding: 2rem 0;
  color: #533d29;
}
.cid-qKot7DwRkt .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qKot7DwRkt .inner-container {
    width: 100% !important;
  }
}
.cid-qKoubOPcnP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKoubOPcnP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qKoubOPcnP p {
  color: #767676;
  text-align: left;
}
.cid-qKoubOPcnP .card-box {
  padding-top: 2rem;
}
.cid-qKoubOPcnP .card-wrapper {
  height: 100%;
}
.cid-qKoubOPcnP .card-title {
  color: #533d29;
}
.cid-qKoubOPcnP P {
  color: #4f3d2d;
}
.cid-qKouQdsnqw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKouQdsnqw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qKouQdsnqw p {
  color: #767676;
  text-align: left;
}
.cid-qKouQdsnqw .card-box {
  padding-top: 2rem;
}
.cid-qKouQdsnqw .card-wrapper {
  height: 100%;
}
.cid-qKouQdsnqw .card-title {
  color: #533d29;
}
.cid-qKouQdsnqw P {
  color: #4f3d2d;
}
.cid-qKot7FpoEx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1cdad;
}
.cid-qKot7FpoEx .mbr-text,
.cid-qKot7FpoEx blockquote {
  color: #767676;
}
.cid-qKot7FpoEx .mbr-text P {
  color: #533d29;
}
.cid-qKot7FQl7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #533d29;
}
.cid-qKovQUkpYm .navbar {
  background: #eddfc8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKovQUkpYm .navbar-dropdown.bg-color.transparent.opened {
  background: #eddfc8;
}
.cid-qKovQUkpYm a {
  font-style: normal;
}
.cid-qKovQUkpYm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKovQUkpYm .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKovQUkpYm .nav-item:focus,
.cid-qKovQUkpYm .nav-link:focus {
  outline: none;
}
.cid-qKovQUkpYm .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKovQUkpYm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKovQUkpYm .menu-logo {
  margin-right: auto;
}
.cid-qKovQUkpYm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKovQUkpYm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKovQUkpYm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKovQUkpYm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKovQUkpYm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKovQUkpYm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKovQUkpYm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKovQUkpYm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKovQUkpYm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKovQUkpYm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKovQUkpYm .dropdown .dropdown-menu {
  background: #eddfc8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKovQUkpYm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKovQUkpYm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKovQUkpYm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKovQUkpYm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKovQUkpYm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qKovQUkpYm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKovQUkpYm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKovQUkpYm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKovQUkpYm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKovQUkpYm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKovQUkpYm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKovQUkpYm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKovQUkpYm button.navbar-toggler:focus {
  outline: none;
}
.cid-qKovQUkpYm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKovQUkpYm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKovQUkpYm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKovQUkpYm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKovQUkpYm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKovQUkpYm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKovQUkpYm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKovQUkpYm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKovQUkpYm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKovQUkpYm .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKovQUkpYm .collapsed .btn {
  display: flex;
}
.cid-qKovQUkpYm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKovQUkpYm .collapsed .navbar-collapse.collapsing,
.cid-qKovQUkpYm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKovQUkpYm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKovQUkpYm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKovQUkpYm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKovQUkpYm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKovQUkpYm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKovQUkpYm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKovQUkpYm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKovQUkpYm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKovQUkpYm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKovQUkpYm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKovQUkpYm .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKovQUkpYm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKovQUkpYm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKovQUkpYm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qKovQUkpYm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKovQUkpYm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKovQUkpYm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qKovQUkpYm.navbar-expand {
    flex-direction: column;
  }
  .cid-qKovQUkpYm img {
    height: 3.8rem !important;
  }
  .cid-qKovQUkpYm .btn {
    display: flex;
  }
  .cid-qKovQUkpYm button.navbar-toggler {
    display: block;
  }
  .cid-qKovQUkpYm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKovQUkpYm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKovQUkpYm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKovQUkpYm .navbar-collapse.collapsing,
  .cid-qKovQUkpYm .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKovQUkpYm .navbar-collapse.collapsing .navbar-nav,
  .cid-qKovQUkpYm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKovQUkpYm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKovQUkpYm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKovQUkpYm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKovQUkpYm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKovQUkpYm .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKovQUkpYm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKovQUkpYm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKovQUkpYm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKovQUkpYm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qKovQUkpYm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKovQUkpYm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKovQUkpYm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qKovQUkpYm .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKovQUkpYm .navbar-collapse {
  flex-basis: auto;
}
.cid-qKovQUkpYm .nav-link:hover,
.cid-qKovQUkpYm .dropdown-item:hover {
  color: #533d29 !important;
}
.cid-qKovQVfc2k {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKovQVfc2k .mbr-text,
.cid-qKovQVfc2k blockquote {
  color: #767676;
}
.cid-qKovQVOWup {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qKovQVOWup .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qKovQVOWup .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qKovQVOWup .mbr-text {
    text-align: center;
  }
}
.cid-qKovQVOWup H1 {
  color: #533d29;
}
.cid-qKovQVOWup .mbr-text,
.cid-qKovQVOWup .mbr-section-btn {
  color: #4f3d2d;
}
.cid-qKovQWDM3w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKovQWDM3w .line {
  background-color: #e1cdad;
  color: #e1cdad;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qKovQWDM3w .section-text {
  padding: 2rem 0;
  color: #533d29;
}
.cid-qKovQWDM3w .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qKovQWDM3w .inner-container {
    width: 100% !important;
  }
}
.cid-qKovQX8thx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKovQX8thx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qKovQX8thx p {
  color: #767676;
  text-align: left;
}
.cid-qKovQX8thx .card-box {
  padding-top: 2rem;
}
.cid-qKovQX8thx .card-wrapper {
  height: 100%;
}
.cid-qKovQX8thx .card-title {
  color: #533d29;
}
.cid-qKovQX8thx P {
  color: #4f3d2d;
}
.cid-qKovQYgyCy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKovQYgyCy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qKovQYgyCy p {
  color: #767676;
  text-align: left;
}
.cid-qKovQYgyCy .card-box {
  padding-top: 2rem;
}
.cid-qKovQYgyCy .card-wrapper {
  height: 100%;
}
.cid-qKovQYgyCy .card-title {
  color: #533d29;
}
.cid-qKovQYgyCy P {
  color: #4f3d2d;
}
.cid-qKovQZa9Er {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1cdad;
}
.cid-qKovQZa9Er .mbr-text,
.cid-qKovQZa9Er blockquote {
  color: #767676;
}
.cid-qKovQZa9Er .mbr-text P {
  color: #533d29;
}
.cid-qKovQZAx9X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #533d29;
}
.cid-qIT69AHgHK .navbar {
  background: #eddfc8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qIT69AHgHK .navbar-dropdown.bg-color.transparent.opened {
  background: #eddfc8;
}
.cid-qIT69AHgHK a {
  font-style: normal;
}
.cid-qIT69AHgHK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qIT69AHgHK .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qIT69AHgHK .nav-item:focus,
.cid-qIT69AHgHK .nav-link:focus {
  outline: none;
}
.cid-qIT69AHgHK .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qIT69AHgHK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qIT69AHgHK .menu-logo {
  margin-right: auto;
}
.cid-qIT69AHgHK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qIT69AHgHK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qIT69AHgHK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qIT69AHgHK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qIT69AHgHK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qIT69AHgHK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qIT69AHgHK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qIT69AHgHK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qIT69AHgHK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qIT69AHgHK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qIT69AHgHK .dropdown .dropdown-menu {
  background: #eddfc8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qIT69AHgHK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qIT69AHgHK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qIT69AHgHK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qIT69AHgHK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qIT69AHgHK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qIT69AHgHK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qIT69AHgHK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qIT69AHgHK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qIT69AHgHK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qIT69AHgHK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qIT69AHgHK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qIT69AHgHK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qIT69AHgHK button.navbar-toggler:focus {
  outline: none;
}
.cid-qIT69AHgHK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qIT69AHgHK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qIT69AHgHK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qIT69AHgHK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qIT69AHgHK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qIT69AHgHK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIT69AHgHK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qIT69AHgHK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qIT69AHgHK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qIT69AHgHK .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qIT69AHgHK .collapsed .btn {
  display: flex;
}
.cid-qIT69AHgHK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qIT69AHgHK .collapsed .navbar-collapse.collapsing,
.cid-qIT69AHgHK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qIT69AHgHK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qIT69AHgHK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qIT69AHgHK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qIT69AHgHK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qIT69AHgHK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qIT69AHgHK .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qIT69AHgHK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qIT69AHgHK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qIT69AHgHK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qIT69AHgHK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qIT69AHgHK .collapsed button.navbar-toggler {
  display: block;
}
.cid-qIT69AHgHK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qIT69AHgHK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qIT69AHgHK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qIT69AHgHK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qIT69AHgHK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qIT69AHgHK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qIT69AHgHK.navbar-expand {
    flex-direction: column;
  }
  .cid-qIT69AHgHK img {
    height: 3.8rem !important;
  }
  .cid-qIT69AHgHK .btn {
    display: flex;
  }
  .cid-qIT69AHgHK button.navbar-toggler {
    display: block;
  }
  .cid-qIT69AHgHK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qIT69AHgHK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qIT69AHgHK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qIT69AHgHK .navbar-collapse.collapsing,
  .cid-qIT69AHgHK .navbar-collapse.show {
    display: block !important;
  }
  .cid-qIT69AHgHK .navbar-collapse.collapsing .navbar-nav,
  .cid-qIT69AHgHK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qIT69AHgHK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qIT69AHgHK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qIT69AHgHK .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qIT69AHgHK .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qIT69AHgHK .navbar-collapse.collapsing .navbar-buttons,
  .cid-qIT69AHgHK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qIT69AHgHK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qIT69AHgHK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qIT69AHgHK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qIT69AHgHK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qIT69AHgHK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qIT69AHgHK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qIT69AHgHK .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qIT69AHgHK .navbar-collapse {
  flex-basis: auto;
}
.cid-qIT69AHgHK .nav-link:hover,
.cid-qIT69AHgHK .dropdown-item:hover {
  color: #533d29 !important;
}
.cid-qIT9Q6rRSV {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qIT9Q6rRSV .mbr-text,
.cid-qIT9Q6rRSV blockquote {
  color: #767676;
}
.cid-qIT96Dpsb5 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/app03enzian-1-2000x430.jpg");
}
.cid-qITak06FiK {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qITak06FiK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qITak06FiK .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qITak06FiK .mbr-text {
  color: #533d29;
  text-align: center;
}
.cid-qIT69CrIRW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qIT69CrIRW .line {
  background-color: #e1cdad;
  color: #e1cdad;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qIT69CrIRW .section-text {
  padding: 2rem 0;
  color: #533d29;
}
.cid-qIT69CrIRW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qIT69CrIRW .inner-container {
    width: 100% !important;
  }
}
.cid-qITe9vYGJq {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qITe9vYGJq .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qITe9vYGJq .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-qITe9vYGJq .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qITe9vYGJq .mbr-text B {
  color: #533d29;
}
.cid-qITcswTP3o {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qITcswTP3o .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qITcswTP3o .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qITcswTP3o .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qITcswTP3o .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qITcswTP3o .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qITcswTP3o .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qITcswTP3o .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qITcswTP3o .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qITcswTP3o .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qIT69EnGKd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1cdad;
}
.cid-qIT69EnGKd .mbr-text,
.cid-qIT69EnGKd blockquote {
  color: #767676;
}
.cid-qIT69EnGKd .mbr-text P {
  color: #533d29;
}
.cid-qIT69EQwtF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #533d29;
}
.cid-qKozcr7eLb .navbar {
  background: #eddfc8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKozcr7eLb .navbar-dropdown.bg-color.transparent.opened {
  background: #eddfc8;
}
.cid-qKozcr7eLb a {
  font-style: normal;
}
.cid-qKozcr7eLb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKozcr7eLb .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKozcr7eLb .nav-item:focus,
.cid-qKozcr7eLb .nav-link:focus {
  outline: none;
}
.cid-qKozcr7eLb .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKozcr7eLb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKozcr7eLb .menu-logo {
  margin-right: auto;
}
.cid-qKozcr7eLb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKozcr7eLb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKozcr7eLb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKozcr7eLb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKozcr7eLb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKozcr7eLb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKozcr7eLb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKozcr7eLb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKozcr7eLb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKozcr7eLb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKozcr7eLb .dropdown .dropdown-menu {
  background: #eddfc8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKozcr7eLb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKozcr7eLb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKozcr7eLb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKozcr7eLb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKozcr7eLb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qKozcr7eLb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKozcr7eLb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKozcr7eLb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKozcr7eLb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKozcr7eLb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKozcr7eLb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKozcr7eLb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKozcr7eLb button.navbar-toggler:focus {
  outline: none;
}
.cid-qKozcr7eLb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKozcr7eLb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKozcr7eLb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKozcr7eLb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKozcr7eLb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKozcr7eLb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKozcr7eLb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKozcr7eLb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKozcr7eLb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKozcr7eLb .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKozcr7eLb .collapsed .btn {
  display: flex;
}
.cid-qKozcr7eLb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKozcr7eLb .collapsed .navbar-collapse.collapsing,
.cid-qKozcr7eLb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKozcr7eLb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKozcr7eLb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKozcr7eLb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKozcr7eLb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKozcr7eLb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKozcr7eLb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKozcr7eLb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKozcr7eLb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKozcr7eLb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKozcr7eLb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKozcr7eLb .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKozcr7eLb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKozcr7eLb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKozcr7eLb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qKozcr7eLb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKozcr7eLb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKozcr7eLb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qKozcr7eLb.navbar-expand {
    flex-direction: column;
  }
  .cid-qKozcr7eLb img {
    height: 3.8rem !important;
  }
  .cid-qKozcr7eLb .btn {
    display: flex;
  }
  .cid-qKozcr7eLb button.navbar-toggler {
    display: block;
  }
  .cid-qKozcr7eLb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKozcr7eLb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKozcr7eLb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKozcr7eLb .navbar-collapse.collapsing,
  .cid-qKozcr7eLb .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKozcr7eLb .navbar-collapse.collapsing .navbar-nav,
  .cid-qKozcr7eLb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKozcr7eLb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKozcr7eLb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKozcr7eLb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKozcr7eLb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKozcr7eLb .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKozcr7eLb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKozcr7eLb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKozcr7eLb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKozcr7eLb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qKozcr7eLb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKozcr7eLb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKozcr7eLb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qKozcr7eLb .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKozcr7eLb .navbar-collapse {
  flex-basis: auto;
}
.cid-qKozcr7eLb .nav-link:hover,
.cid-qKozcr7eLb .dropdown-item:hover {
  color: #533d29 !important;
}
.cid-qKozcs5D2h {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKozcs5D2h .mbr-text,
.cid-qKozcs5D2h blockquote {
  color: #767676;
}
.cid-qKozcszMBJ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/app02almrose-2000x325.jpg");
}
.cid-qKozctjV5l {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qKozctjV5l .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qKozctjV5l .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qKozctjV5l .mbr-text {
  color: #533d29;
  text-align: center;
}
.cid-qKozcu2coJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKozcu2coJ .line {
  background-color: #e1cdad;
  color: #e1cdad;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qKozcu2coJ .section-text {
  padding: 2rem 0;
  color: #533d29;
}
.cid-qKozcu2coJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qKozcu2coJ .inner-container {
    width: 100% !important;
  }
}
.cid-qKozcuzo0B {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qKozcuzo0B .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qKozcuzo0B .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-qKozcuzo0B .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qKozcuzo0B .mbr-text B {
  color: #533d29;
}
.cid-qKozcv5IAA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKozcv5IAA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qKozcv5IAA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qKozcv5IAA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qKozcv5IAA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qKozcv5IAA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qKozcv5IAA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qKozcv5IAA .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qKozcv5IAA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qKozcv5IAA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qKozcw0iiI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1cdad;
}
.cid-qKozcw0iiI .mbr-text,
.cid-qKozcw0iiI blockquote {
  color: #767676;
}
.cid-qKozcw0iiI .mbr-text P {
  color: #533d29;
}
.cid-qKozcwv9v1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #533d29;
}
.cid-qKozjjY8Ac .navbar {
  background: #eddfc8;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qKozjjY8Ac .navbar-dropdown.bg-color.transparent.opened {
  background: #eddfc8;
}
.cid-qKozjjY8Ac a {
  font-style: normal;
}
.cid-qKozjjY8Ac .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qKozjjY8Ac .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qKozjjY8Ac .nav-item:focus,
.cid-qKozjjY8Ac .nav-link:focus {
  outline: none;
}
.cid-qKozjjY8Ac .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qKozjjY8Ac .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qKozjjY8Ac .menu-logo {
  margin-right: auto;
}
.cid-qKozjjY8Ac .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qKozjjY8Ac .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qKozjjY8Ac .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qKozjjY8Ac .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qKozjjY8Ac .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qKozjjY8Ac .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qKozjjY8Ac .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qKozjjY8Ac .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qKozjjY8Ac .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qKozjjY8Ac .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qKozjjY8Ac .dropdown .dropdown-menu {
  background: #eddfc8;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qKozjjY8Ac .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qKozjjY8Ac .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qKozjjY8Ac .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qKozjjY8Ac .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qKozjjY8Ac .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qKozjjY8Ac .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qKozjjY8Ac .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qKozjjY8Ac .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qKozjjY8Ac .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qKozjjY8Ac .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qKozjjY8Ac .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qKozjjY8Ac button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qKozjjY8Ac button.navbar-toggler:focus {
  outline: none;
}
.cid-qKozjjY8Ac button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qKozjjY8Ac button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qKozjjY8Ac button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qKozjjY8Ac button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qKozjjY8Ac button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qKozjjY8Ac nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKozjjY8Ac nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qKozjjY8Ac nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qKozjjY8Ac nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qKozjjY8Ac .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qKozjjY8Ac .collapsed .btn {
  display: flex;
}
.cid-qKozjjY8Ac .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qKozjjY8Ac .collapsed .navbar-collapse.collapsing,
.cid-qKozjjY8Ac .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qKozjjY8Ac .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qKozjjY8Ac .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qKozjjY8Ac .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qKozjjY8Ac .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qKozjjY8Ac .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qKozjjY8Ac .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qKozjjY8Ac .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qKozjjY8Ac .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qKozjjY8Ac .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qKozjjY8Ac .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qKozjjY8Ac .collapsed button.navbar-toggler {
  display: block;
}
.cid-qKozjjY8Ac .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qKozjjY8Ac .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qKozjjY8Ac .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qKozjjY8Ac .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qKozjjY8Ac .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qKozjjY8Ac .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qKozjjY8Ac.navbar-expand {
    flex-direction: column;
  }
  .cid-qKozjjY8Ac img {
    height: 3.8rem !important;
  }
  .cid-qKozjjY8Ac .btn {
    display: flex;
  }
  .cid-qKozjjY8Ac button.navbar-toggler {
    display: block;
  }
  .cid-qKozjjY8Ac .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qKozjjY8Ac .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qKozjjY8Ac .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qKozjjY8Ac .navbar-collapse.collapsing,
  .cid-qKozjjY8Ac .navbar-collapse.show {
    display: block !important;
  }
  .cid-qKozjjY8Ac .navbar-collapse.collapsing .navbar-nav,
  .cid-qKozjjY8Ac .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qKozjjY8Ac .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qKozjjY8Ac .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qKozjjY8Ac .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qKozjjY8Ac .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKozjjY8Ac .navbar-collapse.collapsing .navbar-buttons,
  .cid-qKozjjY8Ac .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qKozjjY8Ac .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qKozjjY8Ac .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qKozjjY8Ac .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qKozjjY8Ac .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qKozjjY8Ac .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qKozjjY8Ac .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qKozjjY8Ac .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qKozjjY8Ac .navbar-collapse {
  flex-basis: auto;
}
.cid-qKozjjY8Ac .nav-link:hover,
.cid-qKozjjY8Ac .dropdown-item:hover {
  color: #533d29 !important;
}
.cid-qKozjkHI1s {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKozjkHI1s .mbr-text,
.cid-qKozjkHI1s blockquote {
  color: #767676;
}
.cid-qKozjl9dlP {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/app01edelweiss-2000x298.jpg");
}
.cid-qKozjlV9TE {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qKozjlV9TE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qKozjlV9TE .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qKozjlV9TE .mbr-text {
  color: #533d29;
  text-align: center;
}
.cid-qKozjmr241 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qKozjmr241 .line {
  background-color: #e1cdad;
  color: #e1cdad;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qKozjmr241 .section-text {
  padding: 2rem 0;
  color: #533d29;
}
.cid-qKozjmr241 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qKozjmr241 .inner-container {
    width: 100% !important;
  }
}
.cid-qKozjmXcj3 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qKozjmXcj3 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qKozjmXcj3 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-qKozjmXcj3 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-qKozjmXcj3 .mbr-text B {
  color: #533d29;
}
.cid-qKozjnsPOD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qKozjnsPOD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qKozjnsPOD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qKozjnsPOD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qKozjnsPOD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qKozjnsPOD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qKozjnsPOD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qKozjnsPOD .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qKozjnsPOD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qKozjnsPOD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qKozjonPuD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e1cdad;
}
.cid-qKozjonPuD .mbr-text,
.cid-qKozjonPuD blockquote {
  color: #767676;
}
.cid-qKozjonPuD .mbr-text P {
  color: #533d29;
}
.cid-qKozjoSTpg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #533d29;
}
